0.1.0 - ci-build

PIBSistPSJ, published by LunaTorresR. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/PIB-Sist-PSJ/ and changes regularly. See the Directory of published versions

: Ejemplo de persona - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="29901"/>
  <meta>
    <profile value="http://sist.psj.cl/fhir/ig/StructureDefinition/Persona"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient 29901</b></p><a name="29901"> </a><a name="hc29901"> </a><a name="29901-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">ROSA  (no stated gender), DoB: 1873-04-23 ( 13.456.987-K)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Alternate names (see the one above)">Alt. Name:</td><td colspan="3">ROSA MARÍA ROJAS (Official)</td></tr><tr><td style="background-color: #f3f5da" title="Sexo Biologico del paciente"><a href="https://hl7chile.cl/fhir/ig/clcore/1.9.2/StructureDefinition-SexoBiologico.html">Sexo Biologico del paciente</a></td><td colspan="3"><span title="Codes:{http://hl7.org/fhir/administrative-gender female}">Female</span></td></tr><tr><td style="background-color: #f3f5da" title="Esta extensión incluye códigos de países"><a href="https://hl7chile.cl/fhir/ig/clcore/1.9.2/StructureDefinition-CodigoPaises.html">Código de Países</a></td><td colspan="3"><span title="Codes:{https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais 152}">Chile</span></td></tr><tr><td style="background-color: #f3f5da" title="Identidad De Género"><a href="https://hl7chile.cl/fhir/ig/clcore/1.9.2/StructureDefinition-IdentidadDeGenero.html">Identidad De Género</a></td><td colspan="3"><span title="Codes:{https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSIdentidaddeGenero 2}">Femenina</span></td></tr><tr><td style="background-color: #f3f5da" title="Número identificador de la persona dentro del centro de tratamiento"><a href="StructureDefinition-IdFicha.html">N° Id Ficha</a></td><td colspan="3">29901</td></tr></table></div>
  </text>
  <extension url="http://sist.psj.cl/fhir/ig/StructureDefinition/IdFicha">
    <valueInteger value="29901"/>
  </extension>
  <extension
             url="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SexoBiologico">
    <valueCodeableConcept>
      <coding>
        <system value="http://hl7.org/fhir/administrative-gender"/>
        <code value="female"/>
        <display value="Female"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/IdentidadDeGenero">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSIdentidaddeGenero"/>
        <code value="2"/>
        <display value="Femenina"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais"/>
        <code value="152"/>
        <display value="Chile"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <value value="13.456.987-K"/>
  </identifier>
  <name>
    <use value="usual"/>
    <given value="ROSA"/>
  </name>
  <name>
    <use value="official"/>
    <family value="ROJAS">
      <extension
                 url="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido">
        <valueString value="GONZÁLEZ"/>
      </extension>
    </family>
    <given value="ROSA MARÍA"/>
  </name>
  <birthDate value="1873-04-23"/>
</Patient>