FHIR IG analytics| Package | hl7.eu.fhir.idea4rc |
| Resource Type | Observation |
| Id | Observation-observation-id-20.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-id-20
Profile: Observation Body Mass Index Profile
status: Final
category: Vital Signs
code: Body mass index (BMI) [Ratio]
subject: Anonymous Patient Male, DoB: 1968-01-01
effective: 2024-07-02
value: 25.700000762939453 kilogram per square meter (Details: UCUM codekg/m2 = 'kg/m2')
{
"resourceType": "Observation",
"id": "observation-id-20",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/bmi"
]
},
"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": "39156-5",
"display": "Body mass index (BMI) [Ratio]"
}
]
},
"subject": {
"reference": "Patient/patient-id-17"
},
"effectiveDateTime": "2024-07-02",
"valueQuantity": {
"value": 25.700000762939453,
"unit": "kilogram per square meter",
"system": "http://unitsofmeasure.org",
"code": "kg/m2"
}
}