This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
This profile sets expectations for use of the Observation resource to record Smoking Status of a patient within the Data Access Framework (DAF) Implementation Guide. This profile identifies which core elements,extensions,vocabularies and value sets must be supported by DAF actors.
For the purposes of this profile, Supported means the following:
SearchParameters:
Query Results:
Missing Information:
The DAF Smoking Status profile provides a mapping for the following Meaningful Use data elements to FHIR data elements.
Meaningful Use Data Element Name | FHIR Resource Mapping |
---|---|
Patient for whom smoking status is being captured | Observation.subject |
Smoking Status Value | Observation.valueCodeableConcept |
Smoking Status Value Applicability (Time Period when the Smoking Status value is/was applicable) | Observation.appliesPeriod |
This profile relies on the use of other profiles, some required, others available for use "when necessary":
Profiles: | |
DAFSmokingStatus | Smoking Status Observation |
The following are example usage scenarios for the DAF Smoking Status profile:
Implementers need to be mindful of the following during their implementation
Specifying Patients as part of the Smoking Status Queries: DAF Smoking Status profile supports the querying the Smoking Status for a particular patient. In order to achieve this in implementation, it is recommended to use Patient.identifier field to precisely identify the observations relevant to the patient. While other parameters such as Patient.name, Patient.given could be used this could lead to incorrect Patient matching and/or inefficient queries when systems are not tuned.
Smoking Status Applicability: The Smoking Status values describe point-in-time smoking status, and implementers have to be mindful of the semantic meaning while using these codes to describe smoking behavior. For example, if I want to say that a patient used to smoke heavily between 2000 and 2010, it does not make sense to use the code for Former smoker', along with an appliesPeriod representing 2000-2010. This is because 'Former smoker' did not apply during that time range. Instead implementers should use a 'current smoker' along with a time range representing 2000-2010.
Patient Matching: Patient Matching rules and criteria have to be evaluated by the implementing organization and have to comply with local policies and regulations. Query Requestors will have to deal with result sets that can return zero,one or more Observation Resources in response to a query.