Smoking Status
Overview
Observation
resource to record a patient's tobacco usage. This profile is constrained to use the code 72166-2
(Tobacco smoking status NHIS) from LOINC and is categorized under social-history
.Must Support Elements
USCDI Element | FHIR Field |
---|---|
Observation Status | Observation.status |
Observation Category | Observation.category |
Smoking Status Code | Observation.code (72166-2 LOINC) |
Patient Reference | Observation.subject |
Status Recorded Date | Observation.effectiveDateTime |
Smoking Status Value | Observation.valueCodeableConcept |
Supported Search Capabilities
Get Observation by ID
GET
/Observation/{id}
Get Observations by Patient
GET
/Observation?patient={Type/}[id]
Get Smoking Status by Patient and Code
GET
/Observation?patient={Type/}[id]&code=http://loinc.org|72166-2
Notes
Authorization: Bearer <token>
header.{Type/}
should typically be Patient/
unless a different reference type is used.