FHIR IG analytics| Package | de.basisprofil.r4 |
| Resource Type | Observation |
| Id | Observation-Example-observation-koerpergroesse.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "Example-observation-koerpergroesse",
"meta": {
"profile": [
"http://fhir.de/StructureDefinition/observation-de-vitalsign-koerpergroesse",
"http://hl7.org/fhir/StructureDefinition/vitalsigns",
"http://hl7.org/fhir/StructureDefinition/bodyheight"
]
},
"category": [
{
"coding": [
{
"code": "vital-signs",
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"code": "8302-2",
"system": "http://loinc.org",
"display": "Body height"
},
{
"code": "89269-5",
"system": "http://loinc.org",
"display": "Body height Measured --at birth"
},
{
"system": "http://snomed.info/sct",
"code": "1153637007",
"display": "Body height (observable entity)"
},
{
"system": "http://snomed.info/sct",
"code": "169886007",
"display": "Birth length (observable entity)"
}
],
"text": "Körpergröße bei Geburt"
},
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"value": 52,
"code": "cm",
"unit": "centimeter"
},
"status": "final",
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2020-10-11"
}