FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Observation |
| Id | Observation-pasport-observation-total-body-water-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-total-body-water-example
Profile: 身體組成分析儀-身體總水分
status: Final
category: Vital Signs
code: Body water mass
subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))
effective: 2024-01-15 08:45:00+0800
performer: Practitioner 王美玲(official)
value: 36 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "pasport-observation-total-body-water-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/PASportObservationTotalBodyWater"
]
},
"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": "101683-1",
"display": "Body water mass"
}
]
},
"subject": {
"reference": "Patient/ltc-patient-chen-ming-hui"
},
"effectiveDateTime": "2024-01-15T08:45:00+08:00",
"performer": [
{
"reference": "Practitioner/ltc-practitioner-example"
}
],
"valueQuantity": {
"value": 36,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}