Beispiele

Observation
<Observation xmlns="http://hl7.org/fhir">
<id value="ExampleISiKLaboruntersuchungThrombozyten1" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungThrombozyten" />
</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="26515-7" />
</coding>
<system value="http://snomed.info/sct" />
<code value="365632008" />
<display value="Platelet count - finding" />
</coding>
</code>
<reference value="Patient/PatientinMusterfrau" />
</subject>
<effectiveDateTime value="2021-09-01T12:00:00Z" />
<reference value="Practitioner/DrMedMusterarzt" />
</performer>
<value value="178" />
<system value="http://unitsofmeasure.org" />
<code value="10*3/uL" />
</valueQuantity>
<low>
<value value="150" />
<system value="http://unitsofmeasure.org" />
<code value="10*3/uL" />
</low>
<value value="400" />
<system value="http://unitsofmeasure.org" />
<code value="10*3/uL" />
</high>
</referenceRange>
</Observation>
{
"resourceType": "Observation",
"id": "ExampleISiKLaboruntersuchungThrombozyten1",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchungThrombozyten"
]
},
{
"coding": [
{
"code": "laboratory",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "26515-7"
},
{
"code": "365632008",
"system": "http://snomed.info/sct",
"display": "Platelet count - finding"
}
]
},
"system": "http://unitsofmeasure.org",
"value": 178,
"code": "10*3/uL"
},
{
"low": {
"system": "http://unitsofmeasure.org",
"value": 150,
"code": "10*3/uL"
},
"high": {
"system": "http://unitsofmeasure.org",
"value": 400,
"code": "10*3/uL"
}
}
],
"status": "final",
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
{
"reference": "Practitioner/DrMedMusterarzt"
}
],
"effectiveDateTime": "2021-09-01T12:00:00Z"
}