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 paciente. - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Paciente a ser enriquecido pelo CADSUS</div>
  </text>
  <identifier>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
      <valueCode value="unknown"/>
    </extension>
    <system
            value="https://terminologia.saude.gov.br/fhir/NamingSystem-cpf.html"/>
    <value value="12345678901"/>
  </identifier>
  <name>
    <text value="A ser enriquecido pelo CADSUS"/>
  </name>
  <birthDate>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
      <valueCode value="unknown"/>
    </extension>
  </birthDate>
</Patient>