<Patient xmlns="http://hl7.org/fhir">
  <meta>
    <profile value="https://interoperabilidad.minsal.cl/fhir/ig/base/StructureDefinition/MINSALPaciente" />
  </meta>
  <identifier>
    <system value="http://regcivil.cl/Validacion/RUN" />
    <value value="17123171-K" />
  </identifier>
  <name>
    <use value="official" />
    <family value="Test Prueba" />
    <given value="Nicolas" />
  </name>
  <gender value="male" />
  <birthDate value="1989-12-25" />
  <deceasedBoolean value="false" />
</Patient>