EMA Core Implementation Guide
0.1.0 - ci-build Chile flag

EMA Core Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Prestador - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="EjemploEmaPractitioner"/>
  <meta>
    <profile
             value="https://emahealth.io/fhir/core/StructureDefinition/ema-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practicante / Profesional EjemploEmaPractitioner</b></p><a name="EjemploEmaPractitioner"> </a><a name="hcEjemploEmaPractitioner"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ema-practitioner.html">EMA Practitioner</a></p></div><p><b>identifier</b>: RUN/15678901-2 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Carlos Muñoz (Official)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1980-07-22</p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{https://api.superdesalud.gob.cl/titulos 1}">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"/>
      </coding>
    </type>
    <system value="http://regcivil.cl/Validacion/RUN"/>
    <value value="15678901-2"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Muñoz"/>
    <given value="Carlos"/>
  </name>
  <gender value="male"/>
  <birthDate value="1980-07-22"/>
  <qualification>
    <code>
      <coding>
        <system value="https://api.superdesalud.gob.cl/titulos"/>
        <code value="1"/>
        <display value="Médico Cirujano"/>
      </coding>
      <text value="Médico Cirujano"/>
    </code>
  </qualification>
</Practitioner>