🇲🇽 EMA Health México Implementation Guide
0.1.0 - ci-build

🇲🇽 EMA Health México Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Médico (México) - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="EjemploEmaPractitionerMx"/>
  <meta>
    <profile
             value="https://emahealth.io/fhir/mx/StructureDefinition/ema-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner EjemploEmaPractitionerMx</b></p><a name="EjemploEmaPractitionerMx"> </a><a name="hcEjemploEmaPractitionerMx"> </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 (México)</a></p></div><p><b>identifier</b>: <a href="NamingSystem-CedulaProfesionalNamingSystem.html" title="Identificador profesional asignado por DGP/SEP a profesionales con título registrado.
Usado en Practitioner.identifier.">CedulaProfesional</a>/12345678 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Alejandra Ramírez Torres (Official)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1982-09-05</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:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}">Médica Cirujana, especialidad en Medicina Interna</span></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="https://emahealth.io/fhir/mx/sid/cedula-profesional"/>
    <value value="12345678"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Ramírez Torres"/>
    <given value="Alejandra"/>
    <prefix value="Dra."/>
  </name>
  <gender value="female"/>
  <birthDate value="1982-09-05"/>
  <qualification>
    <code>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0360"/>
        <code value="MD"/>
        <display value="Doctor of Medicine"/>
      </coding>
      <text value="Médica Cirujana, especialidad en Medicina Interna"/>
    </code>
  </qualification>
</Practitioner>