FHIR IG analytics| Package | de.gematik.isik |
| Resource Type | Observation |
| Id | Observation-ISiKKoerpergroesseExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "ISiKKoerpergroesseExample",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKKoerpergroesse"
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2",
"display": "Body height"
},
{
"system": "http://snomed.info/sct",
"code": "1153637007",
"display": "Body height"
}
],
"text": "Körpergröße"
},
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"value": 174,
"code": "cm",
"unit": "centimeter"
},
"status": "final",
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"effectiveDateTime": "2020-10-11",
"performer": [
{
"reference": "Practitioner/PractitionerWalterArzt"
}
]
}