Atención clínica de SDOH
0.1.0 - ci-build Chile flag

Atención clínica de SDOH, published by HL7 Chile. 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-SDOH/ and changes regularly. See the Directory of published versions

: Ejemplo SDOHCC-Prestador - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="Ejemplo-Prestador"/>
  <meta>
    <profile
             value="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CorePrestadorCl"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner Ejemplo-Prestador</b></p><a name="Ejemplo-Prestador"> </a><a name="hcEjemplo-Prestador"> </a><a name="Ejemplo-Prestador-es-CL"> </a><p><b>identifier</b>: RUN/8336277-3 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Johanna Rosa Silva (Official)</p><p><b>telecom</b>: ph: 9345666(Mobile), <a href="mailto:DraSilva@mimail.com">DraSilva@mimail.com</a></p><p><b>address</b>: Av Los Chirimoyos, 32, casa 4 null null null (home)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1974-08-12</p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td>cert</td><td><span title="Codes:">Profesional Médico Cirujano</span></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador"/>
        <code value="01"/>
        <display value="RUN"/>
      </coding>
    </type>
    <value value="8336277-3"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Silva">
      <extension
                 url="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido">
        <valueString value="Reyes"/>
      </extension>
    </family>
    <given value="Johanna"/>
    <given value="Rosa"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="9345666"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="DraSilva@mimail.com"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="home"/>
    <line value="Av Los Chirimoyos, 32, casa 4"/>
    <city>
      <extension
                 url="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl">
        <valueCodeableConcept>
          <coding>
            <system
                    value="https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL"/>
            <code value="05602"/>
            <display value="Algarrobo"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </city>
    <district>
      <extension
                 url="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProvinciasCl">
        <valueCodeableConcept>
          <coding>
            <system
                    value="https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodProvinciasCL"/>
            <code value="056"/>
            <display value="San Antonio"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </district>
    <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="05"/>
            <display value="Valparaíso"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </state>
    <country>
      <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>
    </country>
  </address>
  <gender value="female"/>
  <birthDate value="1974-08-12"/>
  <qualification>
    <identifier>
      <value value="cert"/>
    </identifier>
    <code>
      <text value="Profesional Médico Cirujano"/>
    </code>
  </qualification>
</Practitioner>