FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Observation |
| Id | Observation-pasport-observation-bmi-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation pasport-observation-bmi-example
Profile: 身體組成分析儀-身體質量指數
status: Final
category: Vital Signs
code: Body mass index (BMI) [Ratio]
subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))
effective: 2024-01-15 08:30:00+0800
performer: PractitionerRole Registered nurse
value: 23.8 kg/m2 (Details: UCUM codekg/m2 = 'kg/m2')
interpretation: Normal
note: @2024-01-15 08:30:00+0800
BMI值23.8,屬於正常範圍,建議維持目前體重並透過運動增強體能
derivedFrom:
{
"resourceType": "Observation",
"id": "pasport-observation-bmi-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/PASportObservationBodyMassIndex"
]
},
"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/ltc-patient-chen-ming-hui"
},
"effectiveDateTime": "2024-01-15T08:30:00+08:00",
"performer": [
{
"reference": "PractitionerRole/ltc-practitioner-role-nurse-example"
}
],
"valueQuantity": {
"value": 23.8,
"unit": "kg/m2",
"system": "http://unitsofmeasure.org",
"code": "kg/m2"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
]
}
],
"note": [
{
"time": "2024-01-15T08:30:00+08:00",
"text": "BMI值23.8,屬於正常範圍,建議維持目前體重並透過運動增強體能"
}
],
"derivedFrom": [
{
"reference": "Observation/pasport-observation-weight-example"
},
{
"reference": "Observation/pasport-observation-height-example"
}
]
}