Guia de Implementação da iPES - CI build
0.1.0 - ci-build

!!Guia de Implementação da iPES - CI build - Compilação de desenvolvimento local (v0.1.0) construída pelas ferramentas de compilação FHIR (HL7® FHIR® Standard). Veja o Diretório de versões publicadas

: James Bond - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="611c2e81-2ccb-42d8-9ddc-2d0bfa65c1b4"/>
  <meta>
    <profile
             value="https://fhir.ipes.tech/fhir/StructureDefinition/PatientBRIPES"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Narrativa gerada: Patient 611c2e81-2ccb-42d8-9ddc-2d0bfa65c1b4</b></p><a name="611c2e81-2ccb-42d8-9ddc-2d0bfa65c1b4"> </a><a name="hc611c2e81-2ccb-42d8-9ddc-2d0bfa65c1b4"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Perfil: <a href="StructureDefinition-PatientBRIPES.html">Paciente</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">James Bond  Male, DoB: 1985-01-01 ( Health Card Number (use: official, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="O registo está ativo">Ativo:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Ids:</td><td colspan="3"><ul><li><code>urn:oid:1.3.6.1.4.1.54413.3</code>/73c42a8f-af76-41e0-9d7c-c8c160b65eb3</li><li>CPF/12345678910</li><li>Health Card Number/223456789101113 (utilização: secondary, )</li><li>Health Card Number/323456789101114 (utilização: secondary, )</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Language spoken">Language:</td><td colspan="3"><span title="Códigos:">pt-br</span></td></tr><tr><td style="background-color: #f3f5da" title="Extensão simples com código do país de nascimento do indivíduo"><a href="StructureDefinition-BRPais.html">BR Country Extension</a></td><td colspan="3"><span title="Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRPais 010}">010</span></td></tr></table></div>
  </text>
  <extension url="https://fhir.ipes.tech/fhir/StructureDefinition/BRPais">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://terminologia.saude.gov.br/fhir/CodeSystem/BRPais"/>
        <code value="010"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <system value="urn:oid:1.3.6.1.4.1.54413.3"/>
    <value value="73c42a8f-af76-41e0-9d7c-c8c160b65eb3"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="TAX"/>
      </coding>
      <text value="CPF"/>
    </type>
    <system value="urn:oid:2.1.6.840.1.113883.13.237"/>
    <value value="12345678910"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="HC"/>
      </coding>
    </type>
    <system value="urn:oid:2.1.6.840.1.113883.13.236"/>
    <value value="123456789101112"/>
  </identifier>
  <identifier>
    <use value="secondary"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="HC"/>
      </coding>
    </type>
    <system value="urn:oid:2.1.6.840.1.113883.13.236"/>
    <value value="223456789101113"/>
  </identifier>
  <identifier>
    <use value="secondary"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="HC"/>
      </coding>
    </type>
    <system value="urn:oid:2.1.6.840.1.113883.13.236"/>
    <value value="323456789101114"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Bond"/>
    <given value="James"/>
  </name>
  <gender value="male"/>
  <birthDate value="1985-01-01"/>
  <communication>
    <language>
      <coding>
        <code value="pt-br"/>
      </coding>
    </language>
  </communication>
</Patient>