Guia de implementação do Sumário Internacional do Paciente: Release 1 - BR Realm | STU1
1.0.0 - STU1 Brazil flag

This page is part of the IPS 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 procedimento. - XML Representation

Raw xml | Download


<Procedure xmlns="http://hl7.org/fhir">
  <id value="2d7b5358-19aa-4f21-b7c5-9260ed832c6c"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Narrativa gerada: Procedure 2d7b5358-19aa-4f21-b7c5-9260ed832c6c</b></p><a name="2d7b5358-19aa-4f21-b7c5-9260ed832c6c"> </a><a name="hc2d7b5358-19aa-4f21-b7c5-9260ed832c6c"> </a><p><b>status</b>: Completed</p><p><b>category</b>: <span title="Códigos:{https://fhir.ans.gov.br/CodeSystem/tuss-50 04}">Consulta</span></p><p><b>code</b>: <span title="Códigos:{http://snomed.info/sct 185349003}">Consulta com clínico geral</span></p><p><b>subject</b>: <a href="Patient-b1997888-85fd-41b6-bf94-6242cf3c8265.html">Ana Beatriz Oliveira</a></p><p><b>performed</b>: 2024-03-15 09:00:00-0300 --&gt; 2024-03-15 09:30:00-0300</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html">Dra. Maria Clara</a></td></tr></table><p><b>reasonCode</b>: <span title="Códigos:{http://hl7.org/fhir/sid/icd-10 I10}">Hipertensão essencial</span></p><p><b>outcome</b>: <span title="Códigos:">Paciente estável e orientado</span></p><p><b>note</b>: </p><blockquote><div><p>Paciente orientado a manter dieta balanceada e atividade física regular.</p>
</div></blockquote></div>
  </text>
  <status value="completed"/>
  <category>
    <coding>
      <system value="https://fhir.ans.gov.br/CodeSystem/tuss-50"/>
      <code value="04"/>
      <display value="Consulta"/>
    </coding>
    <text value="Consulta"/>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="185349003"/>
      <display value="Encounter for check up (procedure)"/>
    </coding>
    <text value="Consulta com clínico geral"/>
  </code>
  <subject>🔗 
    <reference value="Patient/b1997888-85fd-41b6-bf94-6242cf3c8265"/>
    <display value="Ana Beatriz Oliveira"/>
  </subject>
  <performedPeriod>
    <start value="2024-03-15T09:00:00-03:00"/>
    <end value="2024-03-15T09:30:00-03:00"/>
  </performedPeriod>
  <performer>
    <actor>🔗 
      <reference value="Practitioner/d3b61455-f432-48f0-b83b-ba825922d735"/>
      <display value="Dra. Maria Clara"/>
    </actor>
  </performer>
  <reasonCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10"/>
      <code value="I10"/>
      <display value="Essential (primary) hypertension"/>
    </coding>
    <text value="Hipertensão essencial"/>
  </reasonCode>
  <outcome>
    <text value="Paciente estável e orientado"/>
  </outcome>
  <note>
    <text
          value="Paciente orientado a manter dieta balanceada e atividade física regular."/>
  </note>
</Procedure>