{
"description": "Smoking Status Observation Profile inherits from the FHIR [Observation](https://hl7.org/fhir/R4/observation.html) resource; refer to it for scope and usage definitions. This profile meets the requirements of the U.S. Core Data for Interoperability (USCDI) *Smoking Status* Data Element. This profile sets minimum expectations for the Observation resource to record, search, and fetch smoking status data associated with a patient. It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present in the resource and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.",
"_filename": "StructureDefinition-profile-observation-smokingstatus.json",
"package_name": "ca.on.hrm.r4",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "ObservationSmokingStatusOCRE",
"abstract": false,
"type": "Observation",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "Experimental Smoking Status Observation Profile",
"package_version": "1.0.1-snapshot2",
"status": "active",
"id": "2737e3bc-ec06-4c7b-8408-e26169d28387",
"kind": "resource",
"url": "http://ontariohealth.ca/fhir/ocre/StructureDefinition/profile-observation-smokingstatus",
"version": "1.0.0-Ballot",
"differential": {
"element": [ {
"id": "Observation.status",
"path": "Observation.status",
"short": "final | entered-in-error",
"mustSupport": true
}, {
"id": "Observation.category",
"min": 1,
"path": "Observation.category",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "$this",
"type": "pattern"
} ]
},
"mustSupport": true
}, {
"id": "Observation.category:SocialHistory",
"max": "1",
"min": 1,
"path": "Observation.category",
"sliceName": "SocialHistory",
"mustSupport": true,
"patternCodeableConcept": {
"coding": [ {
"code": "social-history",
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"display": "Social History"
} ]
}
}, {
"id": "Observation.code",
"path": "Observation.code",
"short": "Smoking Status",
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/observation-codes"
},
"mustSupport": true,
"patternCodeableConcept": {
"coding": [ {
"code": "72166-2",
"system": "http://loinc.org",
"display": "Tobacco smoking status"
} ]
}
}, {
"id": "Observation.subject",
"min": 1,
"path": "Observation.subject",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-patient" ]
} ],
"mustSupport": true
}, {
"id": "Observation.effective[x]",
"min": 1,
"path": "Observation.effective[x]",
"type": [ {
"code": "dateTime"
}, {
"code": "Period"
} ],
"mustSupport": true
}, {
"id": "Observation.value[x]",
"min": 1,
"path": "Observation.value[x]",
"type": [ {
"code": "Quantity"
}, {
"code": "CodeableConcept"
} ],
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "$this",
"type": "type"
} ]
},
"mustSupport": true
}, {
"path": "Observation.value[x]",
"min": 0,
"short": "Quantitative Response",
"type": [ {
"code": "Quantity"
} ],
"mustSupport": true,
"sliceName": "valueQuantity",
"binding": {
"strength": "required",
"valueSet": "http://terminology.hl7.org/ValueSet/v3-UnitsOfMeasureCaseSensitive"
},
"max": "1",
"id": "Observation.value[x]:valueQuantity"
}, {
"path": "Observation.value[x]",
"min": 0,
"short": "Coded Response",
"type": [ {
"code": "CodeableConcept"
} ],
"mustSupport": true,
"sliceName": "valueCodeableConcept",
"binding": {
"strength": "extensible",
"valueSet": "http://ontariohealth.ca/fhir/ocre/ValueSet/current-smoking-status",
"description": "Smoking status comprehensive"
},
"max": "1",
"id": "Observation.value[x]:valueCodeableConcept"
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation"
}