Beispiele

Observation
<Observation xmlns="http://hl7.org/fhir">
<id value="ExampleISiKLaboruntersuchungPCT1" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungPCT" />
</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="33959-8" />
</coding>
<system value="http://snomed.info/sct" />
<code value="418752001" />
<display value="Procalcitonin" />
</coding>
</code>
<reference value="Patient/PatientinMusterfrau" />
</subject>
<effectiveDateTime value="2021-09-01T12:00:00Z" />
<reference value="Practitioner/DrMedMusterarzt" />
</performer>
<value value="0.2" />
<system value="http://unitsofmeasure.org" />
<code value="ng/mL" />
</valueQuantity>
<value value="0.5" />
<system value="http://unitsofmeasure.org" />
<code value="ng/mL" />
</high>
</referenceRange>
</Observation>
{
"resourceType": "Observation",
"id": "ExampleISiKLaboruntersuchungPCT1",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungPCT"
]
},
{
"coding": [
{
"code": "laboratory",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "33959-8"
},
{
"code": "418752001",
"system": "http://snomed.info/sct",
"display": "Procalcitonin"
}
]
},
"system": "http://unitsofmeasure.org",
"value": 0.2,
"code": "ng/mL"
},
{
"high": {
"system": "http://unitsofmeasure.org",
"value": 0.5,
"code": "ng/mL"
}
}
],
"status": "final",
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
{
"reference": "Practitioner/DrMedMusterarzt"
}
],
"effectiveDateTime": "2021-09-01T12:00:00Z"
}