New Zealand Health Terminology Service (NZHTS) Implementation Guide
0.1.0 - ci-build

New Zealand Health Terminology Service (NZHTS) Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: smoking-status-example - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="smoking-status-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation smoking-status-example</b></p><a name="smoking-status-example"> </a><a name="hcsmoking-status-example"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:">Smoking status</span></p><p><b>subject</b>: <a href="#hcsmoking-status-example/patient">Anonymous Patient (no stated gender), DoB Unknown ( https://standards.digital.health.nz/ns/nhi-id#ZZZ0039 (use: official, ))</a></p><p><b>effective</b>: 2026-06-24</p><p><b>value</b>: <span title="Codes:{http://snomed.info/sct 77176002}">Currently smoking</span></p><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Patient #patient</b></p><a name="smoking-status-example/patient"> </a><a name="hcsmoking-status-example/patient"> </a><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"/><p style="margin-bottom: 0px">Profile: <code>http://hl7.org.nz/fhir/StructureDefinition/NzPatient</code></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Anonymous Patient (no stated gender), DoB Unknown ( https://standards.digital.health.nz/ns/nhi-id#ZZZ0039 (use: official, ))</p><hr/></blockquote></div>
  </text>
  <contained>
    <Patient>
      <id value="patient"/>
      <meta>
        <profile
                 value="http://hl7.org.nz/fhir/StructureDefinition/NzPatient"/>
      </meta>
      <identifier>
        <use value="official"/>
        <system value="https://standards.digital.health.nz/ns/nhi-id"/>
        <value value="ZZZ0039"/>
      </identifier>
    </Patient>
  </contained>
  <status value="final"/>
  <code>
    <text value="Smoking status"/>
  </code>
  <subject>
    <reference value="#patient"/>
  </subject>
  <effectiveDateTime value="2026-06-24"/>
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/21000210109/version/20260401"/>
      <code value="77176002"/>
      <display value="Currently smoking"/>
    </coding>
  </valueCodeableConcept>
</Observation>