Beispiele

Observation
<Observation xmlns="http://hl7.org/fhir">
<id value="ISiKGCSExample" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKGCS" />
</meta>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="survey" />
</coding>
</category>
<system value="http://loinc.org" />
<code value="9269-2" />
<display value="Glasgow coma score total" />
</coding>
<system value="http://snomed.info/sct" />
<code value="248241002" />
<display value="Glasgow coma score" />
</coding>
<system value="urn:iso:std:iso:11073:10101" />
<code value="153728" />
<display value="MDC_SCORE_GLAS_COMA" />
</coding>
</code>
<reference value="Patient/PatientinMusterfrau" />
</subject>
<effectiveDateTime value="2020-10-11" />
<reference value="Practitioner/DrMustermann" />
</performer>
<value value="11" />
<unit value="Punktwert" />
<system value="http://unitsofmeasure.org" />
<code value="1" />
</valueQuantity>
<system value="http://loinc.org" />
<code value="9270-0" />
<display value="Glasgow coma score verbal" />
</coding>
</code>
<system value="http://loinc.org" />
<code value="LA6560-2" />
<display value="Confused" />
</coding>
</valueCodeableConcept>
</component>
<system value="http://loinc.org" />
<code value="9268-4" />
<display value="Glasgow coma score motor" />
</coding>
</code>
<system value="http://loinc.org" />
<code value="LA6566-9" />
<display value="Localizing pain" />
</coding>
</valueCodeableConcept>
</component>
<system value="http://loinc.org" />
<code value="9267-6" />
<display value="Glasgow coma score eye opening" />
</coding>
</code>
<system value="http://loinc.org" />
<code value="LA6555-2" />
<display value="Eye opening to verbal command" />
</coding>
</valueCodeableConcept>
</component>
</Observation>
{
"resourceType": "Observation",
"id": "ISiKGCSExample",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKGCS"
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey"
}
]
}
],
"system": "http://unitsofmeasure.org",
"code": "1",
"value": 11,
"unit": "Punktwert"
},
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "9269-2",
"display": "Glasgow coma score total"
},
{
"system": "http://snomed.info/sct",
"code": "248241002",
"display": "Glasgow coma score"
},
{
"code": "153728",
"system": "urn:iso:std:iso:11073:10101",
"display": "MDC_SCORE_GLAS_COMA"
}
]
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "9270-0",
"display": "Glasgow coma score verbal"
}
]
},
"coding": [
{
"code": "LA6560-2",
"system": "http://loinc.org",
"display": "Confused"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "9268-4",
"display": "Glasgow coma score motor"
}
]
},
"coding": [
{
"code": "LA6566-9",
"system": "http://loinc.org",
"display": "Localizing pain"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "9267-6",
"display": "Glasgow coma score eye opening"
}
]
},
"coding": [
{
"code": "LA6555-2",
"system": "http://loinc.org",
"display": "Eye opening to verbal command"
}
]
}
}
],
"status": "final",
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"effectiveDateTime": "2020-10-11",
{
"reference": "Practitioner/DrMustermann"
}
]
}