Skip to content

Commit

Permalink
smoking status example;
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Esler committed Jul 17, 2022
1 parent c414965 commit 727d678
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 12 deletions.
41 changes: 41 additions & 0 deletions examples/smokingstatus-example0.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<Observation xmlns="http://hl7.org/fhir">
<id value="smokingstatus-example0"/>
<meta>
<profile value="http://hl7.org.au/fhir/StructureDefinition/au-smokingstatus"/>
</meta>
<status value="final"/>
<category>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="social-history"/>
<display value="Social History"/>
</coding>
<text value="Social History"/>
</category>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="266918002" />
</coding>
<coding>
<system value="http://loinc.org"/>
<code value=" 72166-2"/>
</coding>
<text value="Smoking status"/>
</code>
<subject>
<reference value="Patient/example0"/>
</subject>
<encounter>
<display value="GP Visit"/>
</encounter>
<effectiveDateTime value="2022-07-02"/>
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="77176002"/>
<display value="Current smoker"/>
</coding>
<text value="Smoker"/>
</valueCodeableConcept>
</Observation>
4 changes: 1 addition & 3 deletions pages/_includes/au-smokingstatus-intro.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
**AU Smoking Status** *[[DRAFT 0](guidance.html)]*

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.

At the time of publication of this guide this profile is compatible with the International Patient Summary implementation guide.
Expand All @@ -11,5 +9,5 @@ No extensions are used in this profile.

#### Examples

There are no examples available for this profile.
[Smoking status: Current smoker](Observation-smokingstatus-example0.html)

4 changes: 3 additions & 1 deletion pages/_includes/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ These Profiles have been defined for this implementation guide.

## Lifestyle Factor Profiles
* [AU Health Program Participation Summary](StructureDefinition-au-healthprogramparticipation.html) *[[DRAFT 0](guidance.html)]* - summary of an individual's participation in a health program, e.g. weight management, at a point in time
* [AU Smoking Status](StructureDefinition-au-smokingstatus.html) *[[DRAFT 0](guidance.html)]* - smoking status lifestyle factor at a point in time
* [AU Alcohol Status](StructureDefinition-au-alcoholstatus.html) *[[DRAFT 0](guidance.html)]* - alcohol status lifestyle factor at a point in time
* [AU Smoking Status](StructureDefinition-au-smokingstatus.html) *[[DRAFT 0](guidance.html)]* - smoking status lifestyle factor at a point in time
* [AU Smoking Started Date](StructureDefinition-au-smokingstarteddate.html) *[[DRAFT 0](guidance.html)]* - recorded date of tobacco smoking started
* [AU Smoking Ceased Date](StructureDefinition-au-smokingceaseddate.html) *[[DRAFT 0](guidance.html)]* - recorded date of tobacco smking ceased, quit date

## Pregnancy Related Profiles
* [AU Estimated Date of Delivery](StructureDefinition-au-estimateddateofdelivery.html) *[[DRAFT 0](guidance.html)]* - estimated date of delivery at a point in time
Expand Down
17 changes: 9 additions & 8 deletions resources/ig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@
<use value="work"/>
</telecom>
</contact>
<contact>
<name value="HL7 Australia Child Health Working Group"/>
<telecom>
<system value="url"/>
<value value="https://confluence.hl7australia.com/display/CHWG"/>
<use value="work"/>
</telecom>
</contact>
<description value="This implementation guide is provided to support the use of FHIR®© in an Australian context."/>
<jurisdiction>
<coding>
Expand Down Expand Up @@ -1823,6 +1815,15 @@
<exampleBoolean value="true"/>
<groupingId value="p1"/>
</resource>
<resource>
<reference>
<reference value="Observation/smokingstatus-example0"/>
</reference>
<name value="Observation of smoking status"/>
<description value="Shows an example of record of current smoker"/>
<exampleBoolean value="true"/>
<groupingId value="p1"/>
</resource>
<resource>
<reference>
<reference value="Observation/headcircum-example0"/>
Expand Down

0 comments on commit 727d678

Please sign in to comment.