Central Cancer Registry Reporting Content IG
2.0.0-ballot - STU 2 -Ballot United States of America flag

Central Cancer Registry Reporting Content IG, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions

: Smoking Status - Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="non-smoker"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus|6.1.0"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
  <p><b>Profile:</b> <a href="https://hl7.org/fhir/us/core/StructureDefinition-us-core-smokingstatus.html">US Core Smoking Status</a></p>
 <p><b>category</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/observation-category social-history}">Social History</span></p><p><b>code</b>: <span title="Codes: {http://loinc.org 72166-2}">Tobacco smoking status</span></p><p><b>subject</b>: <a href="Patient-example.html">Amy V. Shaw</a></p>
 <p><b>issued</b>: 2023-03-21 </p><p><b>value</b>: <span title="Codes: {http://snomed.info/sct 266919005}">Never smoked tobacco (finding)</span></p></div>
  </text>
  <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://loinc.org"/>
      <code value="72166-2"/>
      <display value="Tobacco smoking status"/>
    </coding>
    <text value="Tobacco smoking status"/>
  </code>
  <subject>🔗 
    <reference value="Patient/example"/>
  </subject>
  <effectiveDateTime value="2023-03-21"/>
  <issued value="2023-03-21T05:27:04Z"/>
  <performer>🔗 
    <reference value="Practitioner/1"/>
  </performer>
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="266919005"/>
    </coding>
    <text value="Never smoked tobacco (finding)"/>
  </valueCodeableConcept>
</Observation>