Beispiele

Observation
<Observation xmlns="http://hl7.org/fhir">
<id value="Linksventrikulaeres-Schlagvolumen-Durch-Indikatorverduennung" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-linksventri-schlagvolumen-durch-indikatorverduennung" />
</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="8771-8" />
<display value="Left ventricular Stroke volume by Indicator dilution" />
</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="70" />
<unit value="milliliter" />
<system value="http://unitsofmeasure.org" />
<code value="mL" />
</valueQuantity>
</Observation>
{
"resourceType": "Observation",
"id": "Linksventrikulaeres-Schlagvolumen-Durch-Indikatorverduennung",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-linksventri-schlagvolumen-durch-indikatorverduennung"
]
},
{
"coding": [
{
"code": "vital-signs",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"code": {
"coding": [
{
"code": "8771-8",
"system": "http://loinc.org",
"display": "Left ventricular Stroke volume by Indicator dilution"
}
]
},
"system": "http://unitsofmeasure.org",
"code": "mL",
"unit": "milliliter",
"value": 70
},
"status": "final",
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"start": "2019-12-23T09:30:10+01:00",
"end": "2019-12-23T10:30:10+01:00"
}
}