FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Observation |
| Id | Observation-obs-head-circumference-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-head-circumference-example
status: Final
category: 生命體徵
code: 頭圍
subject: 李貝拉(official) Female, DoB: 2019-11-26 ( Medical record number (use: official, ))
effective: 2020-11-18 16:19:31+0800
performer: Organization 衛生福利部臺北醫院
value: 56.2 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "obs-head-circumference-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-head-circumference-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": "9843-4",
"display": "Head Occipital-frontal circumference"
}
],
"text": "頭圍"
},
"subject": {
"reference": "Patient/pat-child-example"
},
"effectiveDateTime": "2020-11-18T16:19:31+08:00",
"performer": [
{
"reference": "Organization/org-hosp-example"
}
],
"valueQuantity": {
"value": 56.2,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}