description: This profile defines an observation structure that represents smoking status, i.e. current behaviour for all types of tobacco smoking, for use in an Australian context. package_name: hl7.fhir.au.base derivation: constraint name: AUSmokingStatus type: Observation elements: status: pattern: {type: Code, value: final} index: 0 code: pattern: type: CodeableConcept value: coding: - {code: '266918002', system: 'http://snomed.info/sct'} index: 1 elements: coding: index: 2 slicing: rules: open discriminator: - {path: code, type: value} - {path: system, type: value} min: null slices: loincSmokingStatus: match: {code: 72166-2, system: 'http://loinc.org'} schema: short: LOINC Smoking Status index: 3 elements: system: pattern: {type: Uri, value: 'http://loinc.org'} index: 4 code: pattern: {type: Code, value: 72166-2} index: 5 required: [system, code] subject: type: Reference refers: ['http://hl7.org/fhir/StructureDefinition/Patient'] index: 6 effective: short: Date, and optionally time, the observation was performed choices: [effectiveDateTime] index: 8 effectiveDateTime: {type: dateTime, short: 'Date, and optionally time, the observation was performed', choiceOf: effective, index: 9} value: choices: [valueCodeableConcept] index: 11 valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 12} package_version: 4.0.0 class: profile kind: resource url: http://hl7.org.au/fhir/StructureDefinition/au-smokingstatus base: http://hl7.org/fhir/StructureDefinition/Observation version: 4.0.0 required: [effectiveDateTime, subject, effective]