FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Observation |
| Id | Observation-obs-heart-rate-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation obs-heart-rate-example
Profile: TW Core Observation Heart Rate
status: Final
category: 生命體徵
code: 心率
subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))
effective: 1999-07-02
performer: Organization 衛生福利部臺北醫院
value: 44 beats/min (Details: UCUM code/min = '/min')
{
"resourceType": "Observation",
"id": "obs-heart-rate-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-heart-rate-twcore"
]
},
"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"
}
],
"text": "生命體徵"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8867-4"
}
],
"text": "心率"
},
"subject": {
"reference": "Patient/pat-example"
},
"effectiveDateTime": "1999-07-02",
"performer": [
{
"reference": "Organization/org-hosp-example"
}
],
"valueQuantity": {
"value": 44,
"unit": "beats/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
}
}