Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.0.0 - STU1 Brazil flag

This page is part of the Core do Brasil (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Exemplo de uso de tabaco. - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="bcdeed7f-cd8c-4d53-b61e-160471b913eb"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation bcdeed7f-cd8c-4d53-b61e-160471b913eb</b></p><a name="bcdeed7f-cd8c-4d53-b61e-160471b913eb"> </a><a name="hcbcdeed7f-cd8c-4d53-b61e-160471b913eb"> </a><a name="bcdeed7f-cd8c-4d53-b61e-160471b913eb-pt-BR"> </a><p><b>status</b>: Final</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}">Status de uso de tabaco</span></p><p><b>subject</b>: <a href="Patient-b2f63a4c-ddaa-4652-8481-ac1ff473104e.html">José da Silva</a></p><p><b>effective</b>: 2024-12-19 10:30:00+0000</p><p><b>performer</b>: <a href="Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html">Maria Clara</a></p><p><b>value</b>: <span title="Codes:{http://snomed.info/sct 230060001}">fumante leve de cigarros</span></p><p><b>note</b>: Paciente é fumante desde os 18 anos, fumando aproximadamente 5 cigarros por dia.</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>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="72166-2"/>
      <display value="Tobacco smoking status"/>
    </coding>
    <text value="Status de uso de tabaco"/>
  </code>
  <subject>🔗 
    <reference value="Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e"/>
    <display value="José da Silva"/>
  </subject>
  <effectiveDateTime value="2024-12-19T10:30:00Z"/>
  <performer>🔗 
    <reference value="Practitioner/d3b61455-f432-48f0-b83b-ba825922d735"/>
    <display value="Maria Clara"/>
  </performer>
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="230060001"/>
      <display value="light cigarette smoker"/>
    </coding>
    <text value="fumante leve de cigarros"/>
  </valueCodeableConcept>
  <note>
    <text
          value="Paciente é fumante desde os 18 anos, fumando aproximadamente 5 cigarros por dia."/>
  </note>
</Observation>