FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Observation |
| Id | Observation-HeightExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation HeightExample
Profile: Observation - Height
status: Final
category: Vital Signs
code: Body Height
subject: Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)
effective: 2022-11-30
performer: Organization Meshwalkiya Health Center
value: 185 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "HeightExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/height-observation"
]
},
"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"
}
],
"text": "Body Height"
},
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"effectiveDateTime": "2022-11-30",
"performer": [
{
"reference": "Organization/CurrentServiceProviderExample"
}
],
"valueQuantity": {
"value": 185,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}