FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | Observation |
| Id | Observation-acs-smoking.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Status | Final |
|---|---|
| Category | Social history |
| Code | Tobacco smoking status (LOINC 72166-2) |
| Patient | Bob Bobson |
| Effective time | 2016-06-14 11:30 +12:00 |
| Value | Ex-smoker (SNOMED CT 8517006) |
{
"resourceType": "Observation",
"id": "acs-smoking",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-smoking-status"
]
},
"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": "72166-2",
"display": "Tobacco smoking status"
}
]
},
"subject": {
"reference": "Patient/acs-patient-bob"
},
"effectiveDateTime": "2016-06-14T11:30:00+12:00",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "8517006",
"display": "Ex-smoker"
}
]
}
}