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 papel de profissional de saúde. - XML Representation

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="b7700a03-922c-47f8-b1eb-bb4af5235397"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Narrativa gerada: PractitionerRole b7700a03-922c-47f8-b1eb-bb4af5235397</b></p><a name="b7700a03-922c-47f8-b1eb-bb4af5235397"> </a><a name="hcb7700a03-922c-47f8-b1eb-bb4af5235397"> </a><p><b>identifier</b>: Número de Registro no Conselho Federal de Medicina/123456-SP (utilização: official, )</p><p><b>active</b>: true</p><p><b>period</b>: 2020-01-10 --&gt; (em curso)</p><p><b>practitioner</b>: <a href="Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html">Maria Clara</a></p><p><b>organization</b>: <a href="Organization-31024c66-483a-4c80-b182-157ee133ca96.html">Consultório Dr. José Silva</a></p><p><b>code</b>: <span title="Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO 225120}">MEDICO CARDIOLOGISTA</span></p><p><b>specialty</b>: <span title="Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO 225120}">MEDICO CARDIOLOGISTA</span></p><p><b>telecom</b>: <a href="tel:+552112345-6789">+55 21 12345-6789</a>, <a href="mailto:contact@hospitalexemplo.com">contact@hospitalexemplo.com</a></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>availableStartTime</b>: 08:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote><h3>NotAvailables</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Description</b></td><td><b>During</b></td></tr><tr><td style="display: none">*</td><td>On leave</td><td>2024-01-01 --&gt; 2024-01-10</td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MD"/>
        <display value="Medical License number"/>
      </coding>
      <text value="Número de Registro no Conselho Federal de Medicina"/>
    </type>
    <system value="https://saude.gov.br/fhir/sid/crm-sp"/>
    <value value="123456-SP"/>
  </identifier>
  <active value="true"/>
  <period>
    <start value="2020-01-10"/>
  </period>
  <practitioner>🔗 
    <reference value="Practitioner/d3b61455-f432-48f0-b83b-ba825922d735"/>
    <display value="Maria Clara"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/31024c66-483a-4c80-b182-157ee133ca96"/>
    <display value="Consultório Dr. José Silva"/>
  </organization>
  <code>
    <coding>
      <system
              value="https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO"/>
      <code value="225120"/>
      <display value="MEDICO CARDIOLOGISTA"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system
              value="https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO"/>
      <code value="225120"/>
      <display value="MEDICO CARDIOLOGISTA"/>
    </coding>
  </specialty>
  <telecom>
    <system value="phone"/>
    <value value="+55 21 12345-6789"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="contact@hospitalexemplo.com"/>
    <use value="work"/>
  </telecom>
  <availableTime>
    <daysOfWeek value="mon"/>
    <daysOfWeek value="tue"/>
    <daysOfWeek value="wed"/>
    <daysOfWeek value="thu"/>
    <daysOfWeek value="fri"/>
    <availableStartTime value="08:00:00"/>
    <availableEndTime value="17:00:00"/>
  </availableTime>
  <notAvailable>
    <description value="On leave"/>
    <during>
      <start value="2024-01-01"/>
      <end value="2024-01-10"/>
    </during>
  </notAvailable>
</PractitionerRole>