GI Resumen IPS FALP
0.1.0 - ci-build Chile flag

GI Resumen IPS FALP, published by EstebanFredes. 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/GI_IPS_FALP/ and changes regularly. See the Directory of published versions

: Example Prestador Individual - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="example-PrestadorIndividual"/>
  <meta>
    <profile
             value="https://falp.cl/fhir/ig/corefalp/StructureDefinition/PrestadorIndFalp"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner example-PrestadorIndividual</b></p><a name="example-PrestadorIndividual"> </a><a name="hcexample-PrestadorIndividual"> </a><a name="example-PrestadorIndividual-es-CL"> </a><p><b>Nombre de la mensión de su titulo profesional</b>: NEFROLOGO</p><p><b>identifier</b>: RUN/15.666.378-2</p><p><b>name</b>: Pedro Gonzaléz </p><p><b>address</b>: null </p><p><b>birthDate</b>: 1980-12-25</p></div>
  </text>
  <extension
             url="https://falp.cl/fhir/ig/corefalp/StructureDefinition/Mension">
    <valueString value="NEFROLOGO"/>
  </extension>
  <identifier>
    <type>
      <coding>
        <system
                value="https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador"/>
        <code value="01"/>
        <display value="RUN"/>
      </coding>
    </type>
    <value value="15.666.378-2"/>
  </identifier>
  <name>
    <family value="Gonzaléz"/>
    <given value="Pedro"/>
  </name>
  <address>
    <state>
      <extension
                 url="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RegionesCl">
        <valueCodeableConcept>
          <coding>
            <system
                    value="https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodRegionCL"/>
            <code value="13"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </state>
  </address>
  <birthDate value="1980-12-25"/>
</Practitioner>