FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Observation |
| Id | Observation-betsysmith-johnson01-observation-bmi-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation betsysmith-johnson01-observation-bmi-01
Profile: US Core BMI Profile
status: Final
category: Vital Signs
code: Body mass index (BMI) [Ratio]
effective: 2025-05-04 10:30:00-0500
performer: PractitionerRole Registered Nurse
value: 17.5 kg/m2 (Details: UCUM codekg/m2 = 'kg/m2')
{
"resourceType": "Observation",
"id": "betsysmith-johnson01-observation-bmi-01",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-bmi"
]
},
"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"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "39156-5",
"display": "Body mass index (BMI) [Ratio]"
}
]
},
"subject": {
"reference": "Patient/patient-betsysmith-johnson01"
},
"effectiveDateTime": "2025-05-04T10:30:00-05:00",
"performer": [
{
"reference": "PractitionerRole/PractitionerRole-RN-RichardRisto"
}
],
"valueQuantity": {
"value": 17.5,
"unit": "kg/m2",
"system": "http://unitsofmeasure.org",
"code": "kg/m2"
}
}