Beispiele

Observation
<Observation xmlns="http://hl7.org/fhir">
<id value="Sauerstoffsaettigung-im-Blut-Preduktal-durch-Pulsoxymetrie" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-o2saettigung-im-blut-preduktal-durch-pulsoxymetrie" />
</meta>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="vital-signs" />
</coding>
</category>
<system value="http://loinc.org" />
<code value="59407-7" />
<display value="Oxygen saturation in Blood Preductal by Pulse oximetry" />
</coding>
<system value="urn:iso:std:iso:11073:10101" />
<code value="160296" />
<display value="Preductal SpO2" />
</coding>
</code>
<reference value="Patient/PatientinMusterfrau" />
</subject>
<start value="2019-12-23T09:30:10+01:00" />
<end value="2019-12-23T10:30:10+01:00" />
</effectivePeriod>
<value value="96" />
<unit value="percent" />
<system value="http://unitsofmeasure.org" />
<code value="%" />
</valueQuantity>
</Observation>
{
"resourceType": "Observation",
"id": "Sauerstoffsaettigung-im-Blut-Preduktal-durch-Pulsoxymetrie",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-o2saettigung-im-blut-preduktal-durch-pulsoxymetrie"
]
},
{
"coding": [
{
"code": "vital-signs",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"code": {
"coding": [
{
"code": "59407-7",
"system": "http://loinc.org",
"display": "Oxygen saturation in Blood Preductal by Pulse oximetry"
},
{
"code": "160296",
"system": "urn:iso:std:iso:11073:10101",
"display": "Preductal SpO2"
}
]
},
"system": "http://unitsofmeasure.org",
"code": "%",
"unit": "percent",
"value": 96
},
"status": "final",
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"start": "2019-12-23T09:30:10+01:00",
"end": "2019-12-23T10:30:10+01:00"
}
}