FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Observation |
| Id | Observation-obs-height-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-height-example
Profile: TW Core Observation Body Height
status: Final
category: 生命體徵
code: 身高
subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))
effective: 2022-07-31
performer: Organization 衛生福利部臺北醫院
value: 151.5 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "obs-height-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-body-height-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": "8302-2",
"display": "Body height"
}
],
"text": "身高"
},
"subject": {
"reference": "Patient/pat-example"
},
"effectiveDateTime": "2022-07-31",
"performer": [
{
"reference": "Organization/org-hosp-example"
}
],
"valueQuantity": {
"value": 151.5,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}