FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Observation |
| Id | Observation-obs-smoking-status-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-smoking-status-example
Profile: TW Core Observation Smoking Status
status: Final
category: Social History
code: Cigarette pack-years
subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))
effective: 2016-03-18 05:27:04+0000
value: 26 pack-years (Details: UCUM code{pack-years} = '{pack-years}')
{
"resourceType": "Observation",
"id": "obs-smoking-status-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-smoking-status-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history",
"display": "Social History"
}
],
"text": "Social History"
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "401201003",
"display": "Cigarette pack-years (observable entity)"
}
],
"text": "Cigarette pack-years"
},
"subject": {
"reference": "Patient/pat-example"
},
"effectiveDateTime": "2016-03-18T05:27:04Z",
"valueQuantity": {
"value": 26,
"unit": "pack-years",
"system": "http://unitsofmeasure.org",
"code": "{pack-years}"
}
}