FHIR IG analytics| Package | com.e-medlab.healthsense |
| Resource Type | Observation |
| Id | Observation-height1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation height1
Profile: Vital Signs - Body Height
status: Final
category: Vital Signs
code: Body height
subject: Igor Bossenko (official) Male, DoB: 1973-02-10 ( urn:pin:hl7.ee:pid:ni:est#37302102711)
effective: 2021-11-24
performer: Organization East Tallinn Central Hospital
value: 191.5 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "height1",
"meta": {
"profile": [
"https://healthsense.e-medlab.com/StructureDefinition/hs-observation-bodyheight"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2"
},
{
"system": "http://snomed.info/sct",
"code": "50373000"
}
],
"text": "Body height"
},
"subject": {
"reference": "Patient/pat1"
},
"effectiveDateTime": "2021-11-24",
"performer": [
{
"reference": "Organization/org1"
}
],
"valueQuantity": {
"value": 191.5,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}