FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Observation |
| Id | Observation-obs-occupation-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-occupation-example
Profile: TW Core Observation Occupation
status: Final
category: Social History
code: History of Occupation
subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))
effective: 2015-04-24 --> (ongoing)
performer: Practitioner 陳莉(official)
value: 一般護理人員(護士、護理師)
| Code | Value[x] |
| History of Occupation industry | 醫院 |
{
"resourceType": "Observation",
"id": "obs-occupation-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-occupation-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11341-5",
"display": "History of Occupation"
}
]
},
"subject": {
"reference": "Patient/pat-example"
},
"effectivePeriod": {
"start": "2015-04-24"
},
"performer": [
{
"reference": "Practitioner/pra-nurse-example"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/occupation-lia-roc-tw",
"code": "10010021",
"display": "一般護理人員(護士、護理師)"
}
]
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "86188-0",
"display": "History of Occupation industry"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/industry-dgbas-tw",
"code": "861",
"display": "醫院"
}
]
}
}
]
}