FHIR IG analytics| Package | hl7.fhir.us.vitalsigns |
| Resource Type | Observation |
| Id | Observation-headCircumference-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
id: headCircumference-example
meta:
category: Vital Signs
code: Head circumference
subject: Small Child1234
encounter: GP Visit
effective: Oct 16, 2019 9:12:29 PM
value: 35 cm
{
"resourceType": "Observation",
"id": "headCircumference-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vitals/StructureDefinition/HeadOccipitalFrontalCircumference"
]
},
"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"
}
],
"text": "Vital Signs"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8287-5",
"display": "Head Occipital-frontal circumference by Tape measure"
}
],
"text": "Head circumference"
},
"subject": {
"display": "Small Child1234"
},
"encounter": {
"display": "GP Visit"
},
"effectiveDateTime": "2019-10-16T12:12:29-09:00",
"valueQuantity": {
"value": 35,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}