FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Observation |
| Id | Observation-ltc-observation-vital-signs-panel-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ltc-observation-vital-signs-panel-example
Profile: 長期照顧-一組生命徵象檢驗檢查
status: Final
category: Vital Signs
code: 一組生命徵象檢驗檢查
subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))
effective: 2024-01-15 08:00:00+0800
performer: Practitioner 王醫師
note: @2024-01-15 08:00:00+0800
生命徵象檢查完成,各項指標均在正常範圍內
hasMember: Observation Blood pressure panel with all children optional
{
"resourceType": "Observation",
"id": "ltc-observation-vital-signs-panel-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTCObservationVitalSignsPanel"
]
},
"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": "85353-1",
"display": "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel"
}
],
"text": "一組生命徵象檢驗檢查"
},
"subject": {
"reference": "Patient/ltc-patient-chen-ming-hui"
},
"effectiveDateTime": "2024-01-15T08:00:00+08:00",
"performer": [
{
"reference": "Practitioner/ltc-practitioner-physician-aa12-example"
}
],
"note": [
{
"time": "2024-01-15T08:00:00+08:00",
"text": "生命徵象檢查完成,各項指標均在正常範圍內"
}
],
"hasMember": [
{
"reference": "Observation/ltc-observation-blood-pressure-example"
}
]
}