FHIR IG analytics| Package | tw.gov.mohw.cdc.aids |
| Resource Type | Observation |
| Id | Observation-weight.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: 观察 weight
Profile: TW Core Observation Body Weight
status: Final
category: Vital Signs
code: Body weight
subject: Anonymous Patient Male, DoB: 1986-01-01 ( Medical record number (use: official, ))
effective: 2026-05-01
value: 50.1 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "weight",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-body-weight-twcore"
]
},
"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": "29463-7"
}
]
},
"subject": {
"reference": "Patient/pat-min"
},
"effectiveDateTime": "2026-05-01",
"valueQuantity": {
"value": 50.1,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}