AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: Observation - 12 step alcohol program - XML Representation

Page standards status: Informative

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="healthprogramparticipation-1"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-healthprogramparticipation"/>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="healthprogramparticipation-1"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation &quot;healthprogramparticipation-1&quot; </p><p style="margin-bottom: 0px">Profiles: <a href="StructureDefinition-au-core-healthprogramparticipation.html">AU Core Health Program Participation Summary</a>, <a href="StructureDefinition-au-core-observation.html">AU Core Observation</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Substance use therapy program <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org.au/fhir/4.1.2-preview/CodeSystem-au-observation-category.html">Observation Category Codes AU</a>#program &quot;Program&quot;)</span></p><p><b>code</b>: 12 step Alcohol program participation <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#1602131000168109 &quot;Substance use therapy program participation&quot;)</span></p><p><b>subject</b>: <a href="Patient-smith-emma.html">Patient/smith-emma</a> &quot; SMITH&quot;</p><p><b>encounter</b>: <a href="Encounter-annualvisit-1.html">Encounter/annualvisit-1</a></p><p><b>effective</b>: 2022-02-10</p><p><b>performer</b>: <span>Employee Number: 8223TAS</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Program participation status <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#1603781000168102)</span></p><p><b>value</b>: Active <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#1602001000168101 &quot;Active participation&quot;)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Program participation status validity period <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#1603791000168104 &quot;Program participation status period&quot;)</span></p><p><b>value</b>: 2021-08-19 --&gt; (ongoing)</p></blockquote></div>
  </text>
  <!-- Scenario: Active participation in 12 step alcohol program
    Scenario Description: Patient continues to actively participate in ongoing program since first enrolled 19 AUG 2021 
    Discussed during annual GP checkup  -->
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org.au/CodeSystem/observation-category"/>
      <code value="program"/>
      <display value="Program"/>
    </coding>
    <text value="Substance use therapy program"/>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1602131000168109"/>
      <display value="Substance use therapy program participation"/>
    </coding>
    <text value="12 step Alcohol program participation"/>
  </code>
  <subject>🔗 
    <reference value="Patient/smith-emma"/>
    <identifier>
      <type>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
          <code value="MC"/>
          <display value="Patient's Medicare Number"/>
        </coding>
        <text value="Medicare Number"/>
      </type>
      <system value="http://ns.electronichealth.net.au/id/medicare-number"/>
      <value value="1234567892"/>
    </identifier>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/annualvisit-1"/>
  </encounter>
  <effectiveDateTime value="2022-02-10"/>
  <performer>
    <identifier>
      <type>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
          <code value="EI"/>
          <display value="Employee number"/>
        </coding>
        <text value="Employee Number"/>
      </type>
      <system value="http://tasmedicalcenter.example.com/providers"/>
      <value value="8223TAS"/>
      <assigner>
        <display value="TAS GP Medical Center TAS"/>
      </assigner>
    </identifier>
  </performer>
  <component>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="1603781000168102"/>
        <display value="Program participation status"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="1602001000168101"/>
        <display value="Active participation"/>
      </coding>
      <text value="Active"/>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="1603791000168104"/>
        <display value="Program participation status period"/>
      </coding>
      <text value="Program participation status validity period"/>
    </code>
    <valuePeriod>
      <start value="2021-08-19"/>
    </valuePeriod>
  </component>
</Observation>