EOLDocument

COFE-Diagnosis-Condition-1

COFE-Diagnosis-Condition-1

Condition
Definition

Use to record detailed information about conditions, problems or diagnoses recognized by a clinician. There are many uses including: recording a diagnosis during an encounter; populating a problem list or a summary statement, such as a discharge summary.

Control 0..*
Type Condition
Comments
Condition.extension(Diagnosis Awareness)
Definition

Optional Extensions Element - found in all resources.

Control 0..*
Type Extension
Comments

Boolean value. Diagnosis is either true or false.

Condition.identifier
Definition

This records identifiers associated with this condition that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).

Control 1..1
Type Identifier
Requirements

Need to allow connection to a wider workflow.

Comments
Condition.identifier.value
Definition

The portion of the identifier typically displayed to the user and which is unique within the context of the system.

Control 1..1
Type String
Comments

If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986.

Example 98d29b5a-da2b-4f48-99b8-53924642c9fd
Condition.patient
Definition

Indicates the patient who the condition record is associated with.

Control 1..1
Comments
Condition.patient.reference
Definition

A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.

Control 1..1 ?
Type String
Comments

Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "/[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server.

Condition.patient.display
Definition

Plain text narrative that identifies the resource in addition to the resource reference.

Control 0..1
Type String
Comments

This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.

Condition.encounter
Definition

Encounter during which the condition was first asserted.

Control 0..1
Comments

This record indicates the encounter this particular record is associated with. In the case of a "new" diagnosis reflecting ongoing/revised information about the condition, this might be distinct from the first encounter in which the underlying condition was first "known".

Condition.encounter.reference
Definition

A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.

Control 1..1 ?
Type String
Comments

Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "/[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server.

Condition.encounter.display
Definition

Plain text narrative that identifies the resource in addition to the resource reference.

Control 0..1
Type String
Comments

This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.

Condition.asserter
Definition

Individual who is making the condition statement.

Control 0..1
Comments
Condition.dateRecorded
Definition

A date, when the Condition statement was documented.

Control 0..1
Type Date
Comments

The Date Recorded represents the date when this particular Condition record was created in the EHR, not the date of the most recent update in terms of when severity, abatement, etc. were specified.  The date of the last record modification can be retrieved from the resource metadata.

Condition.code
Definition

Identification of the main or secondary diagnosis.

Control 1..1
Binding

A Snomed subset that describes a diagnosis.

The codes SHALL be taken from http://fhir.nhs.net/ValueSet/diagnosis-type-snct-1

Type CodeableConcept
Comments
Condition.code.coding
Definition

A reference to a code defined by a terminology system.

Control 1..1
Binding

A Snomed subset that describes a diagnosis

The codes SHALL be taken from http://fhir.nhs.net/ValueSet/diagnosis-type-snct-1

Type Coding
Requirements

Allows for translations and alternate encodings within a code system. Also supports communication of the same instance to systems requiring different encodings.

Comments

Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labelled as UserSelected = true.

Condition.code.coding.system
Definition

The identification of the code system that defines the meaning of the symbol in the code.

Control 1..1
Type Uri
Requirements

Need to be unambiguous about the source of the definition of the symbol.

Comments

The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should de-reference to some definition that establish the system clearly and unambiguously.

Fixed Value http://snomed.info/sct
Condition.code.coding.code
Definition

A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

Control 1..1
Binding

A Snomed subset that describes a diagnosis

The codes SHALL be taken from http://fhir.nhs.net/ValueSet/diagnosis-type-snct-1

Type Code
Requirements

Need to refer to a particular code in the system.

Comments
Example 405843009 | : 106229004 | = 8319008
Condition.code.coding.display
Definition

A representation of the meaning of the code in the system, following the rules of the system.

Control 1..1
Type String
Requirements

Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

Comments
Example 405843009 | Widespread metastatic malignant neoplastic disease | : 106229004 | Qualifier for type of diagnosis | = 8319008 | Principal diagnosis |
Condition.code.text
Definition

A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

Control 0..1
Type String
Requirements

The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

Comments

Very often the text is the same as a displayName of one of the codings.

Condition.category
Definition

A category assigned to the condition.

Control 1..1
Binding

A category assigned to the condition.

The codes SHALL be taken from http://hl7.org/fhir/ValueSet/condition-category

Type CodeableConcept
Comments

The categorization is often highly contextual and may appear poorly differentiated or not very useful in other contexts.

Condition.category.coding
Definition

A reference to a code defined by a terminology system.

Control 1..1
Type Coding
Requirements

Allows for translations and alternate encodings within a code system. Also supports communication of the same instance to systems requiring different encodings.

Comments

Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labelled as UserSelected = true.

Condition.category.coding.system
Definition

The identification of the code system that defines the meaning of the symbol in the code.

Control 1..1
Type Uri
Requirements

Need to be unambiguous about the source of the definition of the symbol.

Comments

The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should de-reference to some definition that establish the system clearly and unambiguously.

Fixed Value http://hl7.org/fhir/ValueSet/condition-category
Condition.category.coding.code
Definition

A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

Control 1..1
Type Code
Requirements

Need to refer to a particular code in the system.

Comments
Fixed Value diagnosis
Condition.category.coding.display
Definition

A representation of the meaning of the code in the system, following the rules of the system.

Control 1..1
Type String
Requirements

Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

Comments
Fixed Value Diagnosis
Condition.verificationStatus
Definition

The verification status to support the clinical status of the condition.

Control 1..1
Binding

The verification status to support or decline the clinical status of the condition or diagnosis.

The codes SHALL be taken from http://hl7.org/fhir/ValueSet/condition-ver-status

Type Code
Is Modifier True
Comments
Condition.onset[x].extension(nullFlavor)
Definition

Optional Extensions Element - found in all resources.

Control 0..*
Type Extension
Comments
Condition.stage
Definition

Clinical stage or grade of a condition. May include formal severity assessments.

Control 0..1
Type BackboneElement
Comments
Condition.stage.modifierExtension
Definition

May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Control 0..*
Type Extension
Is Modifier True
Aliases extensions, user content, modifiers
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Condition.stage.summary
Definition

A simple summary of the stage such as "Stage 3". The determination of the stage is disease-specific.

Control 1..1 ?
Binding

Codes describing condition stages (e.g. Cancer stages).

For example codes, see http://hl7.org/fhir/ValueSet/condition-stage

; other codes may be used where these codes are not suitable
Type CodeableConcept
Comments
Condition.stage.summary.text
Definition

A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

Control 1..1
Type String
Requirements

The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

Comments

Very often the text is the same as a displayName of one of the codings.

Condition.notes
Definition

Additional information about the Condition. This is a general notes/comments entry for description of the Condition, its diagnosis and prognosis.

Control 0..1
Type String
Comments