Beispiele

Observation
<Observation xmlns="http://hl7.org/fhir">
<id value="ExampleISiKLaboruntersuchungHb1" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungHb" />
</meta>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="laboratory" />
</coding>
</category>
<system value="http://loinc.org" />
<code value="718-7" />
</coding>
<system value="http://snomed.info/sct" />
<code value="416125006" />
<display value="Concentration of hemoglobin in erythrocyte" />
</coding>
</code>
<reference value="Patient/PatientinMusterfrau" />
</subject>
<effectiveDateTime value="2021-09-01T12:00:00Z" />
<reference value="Practitioner/DrMedMusterarzt" />
</performer>
<value value="11.4" />
<system value="http://unitsofmeasure.org" />
<code value="g/dL" />
</valueQuantity>
<low>
<value value="12" />
<system value="http://unitsofmeasure.org" />
<code value="g/dL" />
</low>
<value value="16" />
<system value="http://unitsofmeasure.org" />
<code value="g/dL" />
</high>
<system value="http://snomed.info/sct" />
<code value="248152002" />
<display value="female" />
</coding>
</appliesTo>
</referenceRange>
</Observation>
{
"resourceType": "Observation",
"id": "ExampleISiKLaboruntersuchungHb1",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungHb"
]
},
{
"coding": [
{
"code": "laboratory",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "718-7"
},
{
"code": "416125006",
"system": "http://snomed.info/sct",
"display": "Concentration of hemoglobin in erythrocyte"
}
]
},
"system": "http://unitsofmeasure.org",
"value": 11.4,
"code": "g/dL"
},
{
"low": {
"system": "http://unitsofmeasure.org",
"value": 12,
"code": "g/dL"
},
"high": {
"system": "http://unitsofmeasure.org",
"value": 16,
"code": "g/dL"
},
{
"coding": [
{
"code": "248152002",
"system": "http://snomed.info/sct",
"display": "female"
}
]
}
]
}
],
"status": "final",
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
{
"reference": "Practitioner/DrMedMusterarzt"
}
],
"effectiveDateTime": "2021-09-01T12:00:00Z"
}