FHIR IG analytics| Package | hl7.fhir.us.core.r4 |
| Resource Type | Observation |
| Id | Observation-ofc-percentile.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ofc-percentile
Profile: US Core Pediatric Head Occipital Frontal Circumference Percentile Profileversion: null8.0.0)
status: Final
category: Vital Signs
code: Head Occipital-frontal circumference Percentile
subject: Infant Example
effective: 2020-07-01
performer: Dr Ronald Bone
value: 82 % (Details: UCUM code% = '%')
note: WHO Males, 0-2 years Chart
{
"resourceType": "Observation",
"id": "ofc-percentile",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/head-occipital-frontal-circumference-percentile|8.0.0"
]
},
"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": "8289-1",
"display": "Head Occipital-frontal circumference Percentile"
}
],
"text": "Head Occipital-frontal circumference Percentile"
},
"subject": {
"reference": "Patient/infant-example",
"display": "Infant Example"
},
"effectiveDateTime": "2020-07-01",
"performer": [
{
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
}
],
"valueQuantity": {
"value": 82,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"note": [
{
"text": "WHO Males, 0-2 years Chart"
}
]
}