EOLDocument

COFE-PatientDeathInformation-Observation-1

COFE-PatientDeathInformation-Observation-1

Observation
Definition

Measurements and simple assertions made about a patient, device or other subject.

Control 0..*
Type Observation
Aliases Vital Signs, Measurement, Results, Tests
Comments

Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as lab reports, etc.

Observation.identifier
Definition

A unique identifier for the simple observation instance.

Control 1..1
Type Identifier
Requirements

Allows observations to be distinguished and referenced.

Comments
Observation.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 875c1b91-07e7-457e-ba03-759573718d4a
Observation.status
Definition

The status of the result value.

Control 1..1
Binding

Codes providing the status of an observation.

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

Type Code
Is Modifier True
Requirements

Need to track the status of individual results. Some results are finalized before the whole report is finalized.

Comments
Fixed Value final
Observation.code
Definition

Describes what was observed. Sometimes this is called the observation "name".

Control 1..1
Binding

Codes identifying names of simple observations.

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

Type CodeableConcept
Requirements

Knowing what kind of observation is being made is essential to understanding the observation.

Comments
Observation.code.coding
Definition

A reference to a code defined by a terminology system.

Control 1..1
Binding

A set of codes to identify observation type used in the CDA domains.

The codes SHALL be taken from http://fhir.nhs.net/ValueSet/cda-observation-type-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.

Observation.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://fhir.nhs.net/ValueSet/cda-observation-type-1
Observation.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
Type Code
Requirements

Need to refer to a particular code in the system.

Comments
Fixed Value PD
Observation.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
Fixed Value Patient Death
Observation.subject
Definition

The patient, or group of patients, location, or device whose characteristics (direct or indirect) are described by the observation and into whose record the observation is placed. Comments: Indirect characteristics may be those of a specimen, fetus, donor, other observer (for example a relative or EMT), or any observation made about the subject.

Control 0..1
Requirements

Observations have no value if you don't know who or what they're about.

Comments

One would expect this element to be a cardinality of 1..1. The only circumstance in which the subject can be missing is when the observation is made by a device that does not know the patient. In this case, the observation SHALL be matched to a patient through some context/channel matching technique, and at this point, the observation should be updated. If the target of the observation is different than the subject, the general extension observation-focal-subject. may be used. However, the distinction between the patient's own value for an observation versus that of the fetus, or the donor or blood product unit, etc., are often specified in the observation code.

Observation.encounter
Definition

The healthcare event (e.g. a patient and healthcare provider interaction) during which this observation is made.

Control 0..1
Requirements

For some observations it may be important to know the link between an observation and a particular encounter.

Comments
Observation.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.

Observation.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.

Observation.effective[x]
Definition

The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.

Control 1..1
Type DateTime
Requirements

Knowing when an observation was deemed true is important to its relevance as well as determining trends.

Comments

At least a date should be present unless this observation is a historical report.

Observation.performer
Definition

Who was responsible for asserting the observed value as "true".

Control 0..1
Type Choice of:
Requirements

May give a degree of confidence in the observation and also indicates where follow-up questions should be directed.

Comments
Observation.component(Cause of Death)
Definition

Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

Control 0..1
Type BackboneElement
Requirements

Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

Comments

For a discussion on the ways Observations can assembled in groups together see Notes below.

Observation.component.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.

Observation.component.code
Definition

Describes what was observed. Sometimes this is called the observation "code".

Control 1..1 ?
Binding

Codes identifying names of simple observations.

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

Type CodeableConcept
Requirements

Knowing what kind of observation is being made is essential to understanding the observation.

Comments
Observation.component.code.coding
Definition

A reference to a code defined by a terminology system.

Control 1..1
Binding

A set of codes to identify observation type used in the CDA domains.

The codes SHALL be taken from http://fhir.nhs.net/ValueSet/cda-observation-type-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.

Observation.component.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://fhir.nhs.net/ValueSet/cda-observation-type-1
Observation.component.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
Type Code
Requirements

Need to refer to a particular code in the system.

Comments
Fixed Value COPD
Observation.component.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
Fixed Value Cause of Death
Observation.component.value[x]
Definition

The information determined as a result of making the observation, if the information has a simple value.

Control 1..1
Binding

The diagnosis that is the main contributing factor to the persons death.

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

Type CodeableConcept
Requirements

An observation exists to have a value, though it may not if it is in error, or it represents a group of observations.

Comments

Text element shall be used to carry the original text transcribed by the author.

Observation.component(Actual Place of Death)
Definition

Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

Control 0..1
Type BackboneElement
Requirements

Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

Comments

For a discussion on the ways Observations can assembled in groups together see Notes below.

Observation.component.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.

Observation.component.code
Definition

Describes what was observed. Sometimes this is called the observation "code".

Control 1..1 ?
Binding

Codes identifying names of simple observations.

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

Type CodeableConcept
Requirements

Knowing what kind of observation is being made is essential to understanding the observation.

Comments
Observation.component.code.coding
Definition

A reference to a code defined by a terminology system.

Control 1..1
Binding

A set of codes to identify observation type used in the CDA domains.

The codes SHALL be taken from http://fhir.nhs.net/ValueSet/cda-observation-type-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.

Observation.component.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://fhir.nhs.net/ValueSet/cda-observation-type-1
Observation.component.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
Type Code
Requirements

Need to refer to a particular code in the system.

Comments
Fixed Value COPD
Observation.component.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
Fixed Value Cause of Death
Observation.component.value[x]
Definition

The information determined as a result of making the observation, if the information has a simple value.

Control 1..1
Binding

The diagnosis that is the main contributing factor to the persons death.

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

Type CodeableConcept
Requirements

An observation exists to have a value, though it may not if it is in error, or it represents a group of observations.

Comments

Text element shall be used to carry the original text transcribed by the author.

Observation.component(Reason for Death Place Variance)
Definition

Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

Control 0..1
Type BackboneElement
Requirements

Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

Comments

For a discussion on the ways Observations can assembled in groups together see Notes below.

Observation.component.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.

Observation.component.code
Definition

Describes what was observed. Sometimes this is called the observation "code".

Control 1..1 ?
Binding

Codes identifying names of simple observations.

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

Type CodeableConcept
Requirements

Knowing what kind of observation is being made is essential to understanding the observation.

Comments
Observation.component.code.coding
Definition

A reference to a code defined by a terminology system.

Control 1..1
Binding

A set of codes to identify observation type used in the CDA domains.

The codes SHALL be taken from http://fhir.nhs.net/ValueSet/cda-observation-type-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.

Observation.component.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://fhir.nhs.net/ValueSet/cda-observation-type-1
Observation.component.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
Type Code
Requirements

Need to refer to a particular code in the system.

Comments
Fixed Value COPD
Observation.component.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
Fixed Value Cause of Death
Observation.component.value[x]
Definition

The information determined as a result of making the observation, if the information has a simple value.

Control 1..1
Binding

The diagnosis that is the main contributing factor to the persons death.

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

Type CodeableConcept
Requirements

An observation exists to have a value, though it may not if it is in error, or it represents a group of observations.

Comments

Text element shall be used to carry the original text transcribed by the author.

Observation.component(Anticipatory Actions Following Death)
Definition

Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

Control 0..1
Type BackboneElement
Requirements

Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

Comments

For a discussion on the ways Observations can assembled in groups together see Notes below.

Observation.component.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.

Observation.component.code
Definition

Describes what was observed. Sometimes this is called the observation "code".

Control 1..1 ?
Binding

Codes identifying names of simple observations.

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

Type CodeableConcept
Requirements

Knowing what kind of observation is being made is essential to understanding the observation.

Comments
Observation.component.code.coding
Definition

A reference to a code defined by a terminology system.

Control 1..1
Binding

A set of codes to identify observation type used in the CDA domains.

The codes SHALL be taken from http://fhir.nhs.net/ValueSet/cda-observation-type-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.

Observation.component.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://fhir.nhs.net/ValueSet/cda-observation-type-1
Observation.component.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
Type Code
Requirements

Need to refer to a particular code in the system.

Comments
Fixed Value COPD
Observation.component.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
Fixed Value Cause of Death
Observation.component.value[x]
Definition

The information determined as a result of making the observation, if the information has a simple value.

Control 1..1
Binding

The diagnosis that is the main contributing factor to the persons death.

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

Type CodeableConcept
Requirements

An observation exists to have a value, though it may not if it is in error, or it represents a group of observations.

Comments

Text element shall be used to carry the original text transcribed by the author.

Observation.component(Certification of Death)
Definition

Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

Control 0..1
Type BackboneElement
Requirements

Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

Comments

For a discussion on the ways Observations can assembled in groups together see Notes below.

Observation.component.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.

Observation.component.code
Definition

Describes what was observed. Sometimes this is called the observation "code".

Control 1..1 ?
Binding

Codes identifying names of simple observations.

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

Type CodeableConcept
Requirements

Knowing what kind of observation is being made is essential to understanding the observation.

Comments
Observation.component.code.coding
Definition

A reference to a code defined by a terminology system.

Control 1..1
Binding

A set of codes to identify observation type used in the CDA domains.

The codes SHALL be taken from http://fhir.nhs.net/ValueSet/cda-observation-type-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.

Observation.component.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://fhir.nhs.net/ValueSet/cda-observation-type-1
Observation.component.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
Type Code
Requirements

Need to refer to a particular code in the system.

Comments
Fixed Value COPD
Observation.component.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
Fixed Value Cause of Death
Observation.component.value[x]
Definition

The information determined as a result of making the observation, if the information has a simple value.

Control 1..1
Binding

The diagnosis that is the main contributing factor to the persons death.

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

Type CodeableConcept
Requirements

An observation exists to have a value, though it may not if it is in error, or it represents a group of observations.

Comments

Text element shall be used to carry the original text transcribed by the author.