FHIR IG analytics| Package | lt.hl7.fhir.vitalsigns |
| Resource Type | Observation |
| Id | Observation-observation-bmi-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Observation observation-bmi-example
Language: en
Profile: Body Mass Index
status: Final
category: Vital Signs
code: Body mass index (BMI) [Ratio]
subject: John Doe(official) Male, DoB Unknown ( http://hospital.org/patient-id#10005 (use: usual, ))
effective: 2019-10-16 12:12:29-0900
value: 22 kilogram / (meter ^ 2) (Details: UCUM codekg/m2 = 'kg/m2')
Lithuanian
Generated Narrative: Observation observation-bmi-example
Language: en
Profile: Body Mass Index
status: Final
category: Vital Signs
code: Body mass index (BMI) [Ratio]
subject: John Doe(official) Male, DoB Unknown ( http://hospital.org/patient-id#10005 (use: usual, ))
effective: 2019-10-16 12:12:29-0900
value: 22 kilogram / (meter ^ 2) (Details: UCUM codekg/m2 = 'kg/m2')
{
"resourceType": "Observation",
"id": "observation-bmi-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/vitalsigns/StructureDefinition/bmi"
]
},
"language": "en",
"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-example"
},
"effectiveDateTime": "2019-10-16T12:12:29-09:00",
"valueQuantity": {
"value": 22,
"unit": "kilogram / (meter ^ 2)",
"system": "http://unitsofmeasure.org",
"code": "kg/m2"
}
}