FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Observation |
| Id | Observation-ltc-observation-blood-pressure-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-blood-pressure-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 09:00:00+0800
performer: PractitionerRole Registered nurse
component
code: Systolic blood pressure
value: 135 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 85 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "ltc-observation-blood-pressure-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTCObservationVitalSigns"
]
},
"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": "85354-9",
"display": "Blood pressure panel with all children optional"
}
],
"text": "血壓"
},
"subject": {
"reference": "Patient/ltc-patient-chen-ming-hui"
},
"effectiveDateTime": "2024-01-15T09:00:00+08:00",
"performer": [
{
"reference": "PractitionerRole/ltc-practitioner-role-nurse-example"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
}
]
},
"valueQuantity": {
"value": 135,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
]
},
"valueQuantity": {
"value": 85,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}