Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.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-resp-net-ig/ and changes regularly. See the Directory of published versions
: Example of Smoking Status - XML Representation
Raw xml | Download
<Observation xmlns="http://hl7.org/fhir">
<id value="some-day-smoker"/>
<meta>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Narrative</b></p><p><b>id</b>: some-day-smoker</p><p><b>meta</b>: </p><p></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-patient-ecr-eve-everywoman.html">Eve Everywoman. Generated Summary: id: example; Medical Record Number: 1032702; active; Eve Everywoman ; ph: 51-(404)555-1212, eve.everywoman@example.com; gender: female; birthDate: 1974-11-24</a></p><p><b>issued</b>: 2023-03-18 </p><p><b>value</b>: <span title="Codes: {http://snomed.info/sct 428041000124106}">Current some day smoker</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/patient-ecr-eve-everywoman"/>
</subject>
<effectiveDateTime value="2020-01-01"/>
<issued value="2023-03-18T05:27:04Z"/>
<performer>🔗
<reference value="Practitioner/practitioner-us-core-henry-seven"/>
</performer>
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="428041000124106"/>
</coding>
<text value="Current some day smoker"/>
</valueCodeableConcept>
</Observation>