Guía de Implementación "cl core" FHIR R4, (Versión Evolutiva)
1.8.4 - ci-build Chile flag

This page is part of the Chile Core (v1.8.4: STU2 Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Ejemplo de Recurso Paciente - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="11"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Yanara Salinas </b> female, DoB: 1990-01-02</p><hr/></div>
  </text>
  <name>
    <given value="Yanara Salinas"/>
  </name>
  <gender value="female"/>
  <birthDate value="1990-01-02"/>
</Patient>