FHIR IG analytics
| Package | openehr.base |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-OBSERVATION.json |
| FHIR Version | R5 |
| Source | http://fhir.org/guides/openehr/base/0.1.0-snapshot/StructureDefinition-OBSERVATION.html |
| URL | http://openehr.org/fhir/StructureDefinition/OBSERVATION |
| Version | 0.1.0-snapshot |
| Status | active |
| Date | 2025-09-06T15:35:39+10:00 |
| Name | OBSERVATION |
| Title | OBSERVATION |
| Realm | uv |
| Authority | hl7 |
| Description | Entry subtype for all clinical data in the past or present, i.e. which (by the time it is recorded) has already occurred. `OBSERVATION` data is expressed using the class `HISTORY<T>`, which guarantees that it is situated in time. `OBSERVATION` is used for all notionally objective (i.e. measured in some way) observations of phenomena, and patient-reported phenomena, e.g. pain.
Not to be used for recording opinion or future statements of any kind, including instructions, intentions, plans etc. |
| Type | http://openehr.org/fhir/StructureDefinition/OBSERVATION |
| Kind | logical |
Resources that use this resource
Resources that this resource uses
| StructureDefinition |
| openehr.base#0.1.0-snapshot | CARE-ENTRY | CARE_ENTRY |
| openehr.base#0.1.0-snapshot | HISTORY | HISTORY |
Narrative
Note: links and images are rebased to the (stated) source
| Name | Flags | Card. | Type | Description & Constraints |
|---|
 OBSERVATION | | 0..* | CARE_ENTRY | Entry subtype for all clinical data in the past or present, i.
Elements defined in Ancestors:name, archetype_node_id, uid, links, archetype_details, feeder_audit, language, encoding, other_participations, workflow_id, subject, provider, protocol, guideline_id
|
  data | | 1..1 | HISTORY<ITEM_STRUCTURE> | The data of this observation, in the form of a history of values which may be of any complexity. |
  state | | 0..1 | HISTORY<ITEM_STRUCTURE> | Optional recording of the state of subject of this observation during the observation process, in the form of a separate history of values which may be of any complexity. |
Documentation for this format |
Source1
{
"resourceType": "StructureDefinition",
"id": "OBSERVATION",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/web-source",
"valueUrl": "https://specifications.openehr.org/releases/RM/development/ehr.html#_observation_class"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint",
"valueCode": "element-view-ready"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/type-operation",
"valueCanonical": "#subject_is_self"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint",
"valueCode": "element-view-replace-cardinality"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 3,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
}
]
}
}
],
"url": "http://openehr.org/fhir/StructureDefinition/OBSERVATION",
"version": "0.1.0-snapshot",
"name": "OBSERVATION",
"title": "OBSERVATION",
"status": "active",
"experimental": false,
"date": "2025-09-06T15:35:39+10:00",
"publisher": "openEHR + HL7",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.openehr.org"
}
]
}
],
"description": "Entry subtype for all clinical data in the past or present, i.e. which (by the time it is recorded) has already occurred. `OBSERVATION` data is expressed using the class `HISTORY<T>`, which guarantees that it is situated in time. `OBSERVATION` is used for all notionally objective (i.e. measured in some way) observations of phenomena, and patient-reported phenomena, e.g. pain. \n\nNot to be used for recording opinion or future statements of any kind, including instructions, intentions, plans etc.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"fhirVersion": "5.0.0",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "logical",
"abstract": false,
"type": "http://openehr.org/fhir/StructureDefinition/OBSERVATION",
"baseDefinition": "http://openehr.org/fhir/StructureDefinition/CARE-ENTRY",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "0.1.0-snapshot"
}
],
"element": [
{
"id": "OBSERVATION",
"path": "OBSERVATION",
"short": "Entry subtype for all clinical data in the past or present, i.",
"definition": "Entry subtype for all clinical data in the past or present, i.e. which (by the time it is recorded) has already occurred. `OBSERVATION` data is expressed using the class `HISTORY<T>`, which guarantees that it is situated in time. `OBSERVATION` is used for all notionally objective (i.e. measured in some way) observations of phenomena, and patient-reported phenomena, e.g. pain. \n\nNot to be used for recording opinion or future statements of any kind, including instructions, intentions, plans etc.",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"constraint": [
{
"key": "Links_valid",
"severity": "error",
"human": "Links valid must be present",
"expression": "links.exists() implies links.empty().not()",
"source": "http://openehr.org/fhir/StructureDefinition/LOCATABLE"
},
{
"key": "Archetyped_valid",
"severity": "error",
"human": "Archetyped valid must satisfy exclusive conditions",
"expression": "is_archetype_root() xor archetype_details .empty()",
"source": "http://openehr.org/fhir/StructureDefinition/LOCATABLE"
},
{
"key": "Archetype_node_id_valid",
"severity": "error",
"human": "Archetype node id valid must not be empty",
"expression": "archetype_node_id.empty().not()",
"source": "http://openehr.org/fhir/StructureDefinition/LOCATABLE"
},
{
"key": "Subject_validity",
"severity": "error",
"human": "Subject validity must satisfy conditional constraints",
"expression": "subject_is_self() implies subject.generating_type = “PARTY_SELF”",
"source": "http://openehr.org/fhir/StructureDefinition/ENTRY"
},
{
"key": "Other_participations_valid",
"severity": "error",
"human": "Other participations valid must be present",
"expression": "other_participations.exists() implies other_participations.empty().not()",
"source": "http://openehr.org/fhir/StructureDefinition/ENTRY"
},
{
"key": "Is_archetype_root",
"severity": "error",
"human": "Is archetype root",
"expression": "is_archetype_root()",
"source": "http://openehr.org/fhir/StructureDefinition/ENTRY"
}
],
"isModifier": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "OBSERVATION.name",
"path": "OBSERVATION.name",
"short": "Runtime name of this fragment, used to build runtime paths.",
"definition": "Runtime name of this fragment, used to build runtime paths. This is the term provided via a clinical application or batch process to name this EHR construct: its retention in the EHR faithfully preserves the original label by which this entry was known to end users.",
"min": 1,
"max": "1",
"base": {
"path": "LOCATABLE.name",
"min": 1,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/DV-TEXT"
}
],
"isModifier": false
},
{
"id": "OBSERVATION.archetype-node-id",
"path": "OBSERVATION.archetype_node_id",
"short": "Design-time archetype identifier of this node taken from its generating archetype; used to build archetype paths.",
"definition": "Design-time archetype identifier of this node taken from its generating archetype; used to build archetype paths. Always in the form of an at-code, e.g. `at0005`. This value enables a 'standardised' name for this node to be generated, by referring to the generating archetype local terminology. \n\nAt an archetype root point, the value of this attribute is always the stringified form of the `_archetype_id_` found in the `_archetype_details_` object.",
"min": 1,
"max": "1",
"base": {
"path": "LOCATABLE.archetype_node_id",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"isModifier": false
},
{
"id": "OBSERVATION.uid",
"path": "OBSERVATION.uid",
"short": "Optional globally unique object identifier for root points of archetyped structures.",
"definition": "Optional globally unique object identifier for root points of archetyped structures.",
"min": 0,
"max": "1",
"base": {
"path": "LOCATABLE.uid",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/UID-BASED-ID"
}
],
"isModifier": false
},
{
"id": "OBSERVATION.links",
"path": "OBSERVATION.links",
"short": "Links to other archetyped structures (data whose root object inherits from `ARCHETYPED`, such as `ENTRY`, `SECTION` and so on).",
"definition": "Links to other archetyped structures (data whose root object inherits from `ARCHETYPED`, such as `ENTRY`, `SECTION` and so on). Links may be to structures in other compositions.",
"min": 0,
"max": "*",
"base": {
"path": "LOCATABLE.links",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/LINK"
}
],
"isModifier": false
},
{
"id": "OBSERVATION.archetype-details",
"path": "OBSERVATION.archetype_details",
"short": "Details of archetyping used on this node.",
"definition": "Details of archetyping used on this node.",
"min": 0,
"max": "1",
"base": {
"path": "LOCATABLE.archetype_details",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/ARCHETYPED"
}
],
"isModifier": false
},
{
"id": "OBSERVATION.feeder-audit",
"path": "OBSERVATION.feeder_audit",
"short": "Audit trail from non-openEHR system of original commit of information forming the content of this node, or from a conversion gateway which has synthesised this node.",
"definition": "Audit trail from non-openEHR system of original commit of information forming the content of this node, or from a conversion gateway which has synthesised this node.",
"min": 0,
"max": "1",
"base": {
"path": "LOCATABLE.feeder_audit",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/FEEDER-AUDIT"
}
],
"isModifier": false
},
{
"id": "OBSERVATION.language",
"path": "OBSERVATION.language",
"short": "Mandatory indicator of the localised language in which this Entry is written.",
"definition": "Mandatory indicator of the localised language in which this Entry is written. Coded from openEHR Code Set languages .",
"min": 1,
"max": "1",
"base": {
"path": "ENTRY.language",
"min": 1,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/CODE-PHRASE"
}
],
"isModifier": false
},
{
"id": "OBSERVATION.encoding",
"path": "OBSERVATION.encoding",
"short": "Name of character set in which text values in this Entry are encoded.",
"definition": "Name of character set in which text values in this Entry are encoded. Coded from openEHR Code Set character sets.",
"min": 1,
"max": "1",
"base": {
"path": "ENTRY.encoding",
"min": 1,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/CODE-PHRASE"
}
],
"isModifier": false
},
{
"id": "OBSERVATION.other-participations",
"path": "OBSERVATION.other_participations",
"short": "Other participations at `ENTRY` level.",
"definition": "Other participations at `ENTRY` level.",
"min": 0,
"max": "*",
"base": {
"path": "ENTRY.other_participations",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/PARTICIPATION"
}
],
"isModifier": false
},
{
"id": "OBSERVATION.workflow-id",
"path": "OBSERVATION.workflow_id",
"short": "Identifier of externally held workflow engine data for this workflow execution, for this subject of care.",
"definition": "Identifier of externally held workflow engine data for this workflow execution, for this subject of care.",
"min": 0,
"max": "1",
"base": {
"path": "ENTRY.workflow_id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/OBJECT-REF"
}
],
"isModifier": false
},
{
"id": "OBSERVATION.subject",
"path": "OBSERVATION.subject",
"short": "Id of human subject of this `ENTRY`, e.",
"definition": "Id of human subject of this `ENTRY`, e.g.: \n\n* organ donor \n* foetus \n* a family member \n* another clinically relevant person.",
"min": 1,
"max": "1",
"base": {
"path": "ENTRY.subject",
"min": 1,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/PARTY-PROXY"
}
],
"isModifier": false
},
{
"id": "OBSERVATION.provider",
"path": "OBSERVATION.provider",
"short": "Optional identification of provider of the information in this `ENTRY`, which might be: \n\n* the patient \n* a patient agent, e.",
"definition": "Optional identification of provider of the information in this `ENTRY`, which might be: \n\n* the patient \n* a patient agent, e.g. parent, guardian \n* the clinician \n* a device or software \n\nGenerally only used when the recorder needs to make it explicit. Otherwise, Composition composer and other participants are assumed.",
"min": 0,
"max": "1",
"base": {
"path": "ENTRY.provider",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/PARTY-PROXY"
}
],
"isModifier": false
},
{
"id": "OBSERVATION.protocol",
"extension": [
{
"extension": [
{
"url": "name",
"valueCode": "element-view-group"
},
{
"url": "value",
"valueString": "Protocol"
}
],
"url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint"
},
{
"extension": [
{
"url": "name",
"valueCode": "element-view-order"
},
{
"url": "value",
"valueInteger": 4
}
],
"url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint"
}
],
"path": "OBSERVATION.protocol",
"short": "Description of the method (i.",
"definition": "Description of the method (i.e. how) the information in this entry was arrived at. For `OBSERVATIONs`, this is a description of the method or instrument used. For `EVALUATIONs`, how the evaluation was arrived at. For `INSTRUCTIONs`, how to execute the Instruction. This may take the form of references to guidelines, including manually followed and executable; knowledge references such as a paper in Medline; clinical reasons within a larger care process.",
"min": 0,
"max": "1",
"base": {
"path": "CARE_ENTRY.protocol",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/ITEM-STRUCTURE"
}
],
"isModifier": false
},
{
"id": "OBSERVATION.guideline-id",
"path": "OBSERVATION.guideline_id",
"short": "Optional external identifier of guideline creating this Entry if relevant.",
"definition": "Optional external identifier of guideline creating this Entry if relevant.",
"min": 0,
"max": "1",
"base": {
"path": "CARE_ENTRY.guideline_id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://openehr.org/fhir/StructureDefinition/OBJECT-REF"
}
],
"isModifier": false
},
{
"id": "OBSERVATION.data",
"path": "OBSERVATION.data",
"short": "The data of this observation, in the form of a history of values which may be of any complexity.",
"definition": "The data of this observation, in the form of a history of values which may be of any complexity.",
"min": 1,
"max": "1",
"base": {
"path": "OBSERVATION.data",
"min": 1,
"max": "1"
},
"type": [
{
"extension": [
{
"extension": [
{
"url": "name",
"valueCode": "T"
},
{
"url": "type",
"valueUri": "http://openehr.org/fhir/StructureDefinition/ITEM-STRUCTURE"
}
],
"url": "http://hl7.org/fhir/tools/StructureDefinition/type-parameter"
}
],
"code": "http://openehr.org/fhir/StructureDefinition/HISTORY"
}
],
"isModifier": false
},
{
"id": "OBSERVATION.state",
"extension": [
{
"extension": [
{
"url": "name",
"valueCode": "element-view-group"
},
{
"url": "value",
"valueString": "State"
}
],
"url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint"
},
{
"extension": [
{
"url": "name",
"valueCode": "element-view-order"
},
{
"url": "value",
"valueInteger": 8
}
],
"url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint"
}
],
"path": "OBSERVATION.state",
"short": "Optional recording of the state of subject of this observation during the observation process, in the form of a separate history of values which may be of any complexity.",
"definition": "Optional recording of the state of subject of this observation during the observation process, in the form of a separate history of values which may be of any complexity. State may also be recorded within the History of the data attribute.",
"min": 0,
"max": "1",
"base": {
"path": "OBSERVATION.state",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"extension": [
{
"url": "name",
"valueCode": "T"
},
{
"url": "type",
"valueUri": "http://openehr.org/fhir/StructureDefinition/ITEM-STRUCTURE"
}
],
"url": "http://hl7.org/fhir/tools/StructureDefinition/type-parameter"
}
],
"code": "http://openehr.org/fhir/StructureDefinition/HISTORY"
}
],
"isModifier": false
}
]
},
"differential": {
"element": [
{
"id": "OBSERVATION",
"path": "OBSERVATION",
"short": "Entry subtype for all clinical data in the past or present, i.",
"definition": "Entry subtype for all clinical data in the past or present, i.e. which (by the time it is recorded) has already occurred. `OBSERVATION` data is expressed using the class `HISTORY<T>`, which guarantees that it is situated in time. `OBSERVATION` is used for all notionally objective (i.e. measured in some way) observations of phenomena, and patient-reported phenomena, e.g. pain. \n\nNot to be used for recording opinion or future statements of any kind, including instructions, intentions, plans etc.",
"min": 0,
"max": "*",
"isModifier": false
},
{
"id": "OBSERVATION.data",
"path": "OBSERVATION.data",
"short": "The data of this observation, in the form of a history of values which may be of any complexity.",
"definition": "The data of this observation, in the form of a history of values which may be of any complexity.",
"min": 1,
"max": "1",
"type": [
{
"extension": [
{
"extension": [
{
"url": "name",
"valueCode": "T"
},
{
"url": "type",
"valueUri": "http://openehr.org/fhir/StructureDefinition/ITEM-STRUCTURE"
}
],
"url": "http://hl7.org/fhir/tools/StructureDefinition/type-parameter"
}
],
"code": "http://openehr.org/fhir/StructureDefinition/HISTORY"
}
],
"isModifier": false
},
{
"id": "OBSERVATION.state",
"extension": [
{
"extension": [
{
"url": "name",
"valueCode": "element-view-group"
},
{
"url": "value",
"valueString": "State"
}
],
"url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint"
},
{
"extension": [
{
"url": "name",
"valueCode": "element-view-order"
},
{
"url": "value",
"valueInteger": 8
}
],
"url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint"
}
],
"path": "OBSERVATION.state",
"short": "Optional recording of the state of subject of this observation during the observation process, in the form of a separate history of values which may be of any complexity.",
"definition": "Optional recording of the state of subject of this observation during the observation process, in the form of a separate history of values which may be of any complexity. State may also be recorded within the History of the data attribute. ",
"min": 0,
"max": "1",
"type": [
{
"extension": [
{
"extension": [
{
"url": "name",
"valueCode": "T"
},
{
"url": "type",
"valueUri": "http://openehr.org/fhir/StructureDefinition/ITEM-STRUCTURE"
}
],
"url": "http://hl7.org/fhir/tools/StructureDefinition/type-parameter"
}
],
"code": "http://openehr.org/fhir/StructureDefinition/HISTORY"
}
],
"isModifier": false
}
]
}
}