FHIR IG analytics| Package | kl.dk.fhir.children |
| Resource Type | Observation |
| Id | Observation-RikkeBodyHeight2mth.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation RikkeBodyHeight2mth
status: Final
category: Vital Signs
code: Body height
effective: 2020-07-07
value: 58 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "RikkeBodyHeight2mth",
"meta": {
"profile": [
"http://fhir.kl.dk/children/StructureDefinition/klgateway-children-bodyheight"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2"
},
{
"system": "http://snomed.info/sct",
"code": "1153637007"
}
]
},
"subject": {
"reference": "Patient/Rikke"
},
"encounter": {
"reference": "Encounter/2mthEncounter"
},
"effectiveDateTime": "2020-07-07",
"valueQuantity": {
"value": 58,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}