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.| 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 |
GET/Observation/{id}GET/Observation?patient={Type/}[id]GET/Observation?patient={Type/}[id]&code=http://loinc.org|72166-2Authorization: Bearer <token> header.{Type/} should typically be Patient/ unless a different reference type is used.