FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Observation |
| Id | Observation-smokingstatus-current-smoker.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation smokingstatus-current-smoker
Profile: AU Core Smoking Status
status: Final
category: Social History
code: Smoking status
subject: Li Wang Male, DoB: 1975-05-03 ( Medical Record Number: 22421441)
effective: 2016-07-02
value: Smoker
{
"resourceType": "Observation",
"id": "smokingstatus-current-smoker",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-smokingstatus"
]
},
"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": "1747861000168109"
},
{
"system": "http://loinc.org",
"code": "72166-2"
}
],
"text": "Smoking status"
},
"subject": {
"reference": "Patient/wang-li"
},
"effectiveDateTime": "2016-07-02",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "77176002",
"display": "Current smoker"
},
{
"system": "http://loinc.org",
"code": "LA18979-7"
}
],
"text": "Smoker"
}
}