FHIR IG analytics| Package | hl7.fhir.us.core.r4 |
| Resource Type | Observation |
| Id | Observation-pediatric-wt-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation pediatric-wt-example
status: Final
category: Vital Signs
code: BMI
subject: Infant Example
encounter: GP Visit
effective: 2020-07-02
performer: Dr Ronald Bone
value: 65 % (Details: UCUM code% = '%')
note: WHO Males, 0-2 years Chart
{
"resourceType": "Observation",
"id": "pediatric-wt-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/pediatric-weight-for-height|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": "77606-2",
"display": "Weight-for-length Per age and sex"
}
],
"text": "BMI"
},
"subject": {
"reference": "Patient/infant-example",
"display": "Infant Example"
},
"encounter": {
"display": "GP Visit"
},
"effectiveDateTime": "2020-07-02",
"performer": [
{
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
}
],
"valueQuantity": {
"value": 65,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"note": [
{
"text": "WHO Males, 0-2 years Chart"
}
]
}