FHIR IG analytics| Package | kl.dk.fhir.ffinst |
| Resource Type | Observation |
| Id | Observation-HeleneBodyHeight.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "HeleneBodyHeight"
Profile: Body height
status: final
category: Vital Signs (Observation Category Codes#vital-signs)
code: Body height (LOINC#8302-2; SNOMED CT#165263003)
subject: Patient/Helene " MARKUSSEN"
effective: 2019-01-09 17:45:00+0000
value: 169 cm (Details: UCUM code cm = 'cm')
method: Ingen problemer med test-setup og borgers udførelse (KLToolsCodes#4a069078-c3c3-4c67-899d-4e8876026f48Ja; SNOMED CT#272391002)
{
"resourceType": "Observation",
"id": "HeleneBodyHeight",
"meta": {
"profile": [
"http://fhir.kl.dk/ffinst/StructureDefinition/KLToolsCareBodyHeight"
]
},
"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": "165263003"
}
]
},
"subject": {
"reference": "Patient/Helene"
},
"effectiveDateTime": "2019-01-09T17:45:00.000Z",
"valueQuantity": {
"value": 169,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
},
"method": {
"coding": [
{
"system": "http://fhir.kl.dk/ffinst/CodeSystem/KLToolsCodes",
"code": "4a069078-c3c3-4c67-899d-4e8876026f48Ja"
},
{
"system": "http://snomed.info/sct",
"code": "272391002"
}
]
}
}