FHIR IG analytics| Package | hl7.fhir.us.icsr-ae-reporting.r4 |
| Resource Type | Observation |
| Id | Observation-SamplePatientHeight.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 "SamplePatientHeight"
Profile: Patient Body Height in cm
status: final
category: Vital Signs (Observation Category Codes#vital-signs)
code: 8302-2 (LOINC#8302-2)
subject: Patient/SampleICSRPatient " BLACK"
effective: 2020-02-10
value: 150 cm (Details: UCUM code cm = 'cm')
{
"resourceType": "Observation",
"id": "SamplePatientHeight",
"meta": {
"profile": [
"http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-patientheight"
]
},
"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"
}
]
},
"subject": {
"reference": "Patient/SampleICSRPatient"
},
"effectiveDateTime": "2020-02-10",
"valueQuantity": {
"value": 150,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}