FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Observation |
| Id | Observation-pasport-observation-weight-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-weight-example
Profile: 基礎生理量測-體重
status: Final
category: Vital Signs
code: Body weight
subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))
effective: 2024-01-15 08:00:00+0800
performer: Practitioner 王美玲(official)
value: 65.5 kg (Details: UCUM codekg = 'kg')
note: @2024-01-15 08:00:00+0800
運動計畫開始前基線體重測量,較上月減輕0.8公斤,患者狀況良好
method: Measured body weight
| Code | Value[x] |
| Weight W clothes Measured | -0.8 kg (Details: UCUM codekg = 'kg') |
{
"resourceType": "Observation",
"id": "pasport-observation-weight-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/PASportObservationWeight"
]
},
"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": "29463-7",
"display": "Body weight"
}
]
},
"subject": {
"reference": "Patient/ltc-patient-chen-ming-hui"
},
"effectiveDateTime": "2024-01-15T08:00:00+08:00",
"performer": [
{
"reference": "Practitioner/ltc-practitioner-example"
}
],
"valueQuantity": {
"value": 65.5,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
},
"note": [
{
"time": "2024-01-15T08:00:00+08:00",
"text": "運動計畫開始前基線體重測量,較上月減輕0.8公斤,患者狀況良好"
}
],
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "363808001",
"display": "Measured body weight"
}
]
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8350-1",
"display": "Weight W clothes Measured"
}
]
},
"valueQuantity": {
"value": -0.8,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}
]
}