馃敩 EMA Health Pathology Implementation Guide
0.0.1 - ci-build

馃敩 EMA Health Pathology Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7庐 FHIR庐 Standard) Build Tools. See the Directory of published versions

: Ejemplo Pat贸loga - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="EjemploPatologiaPractitioner"/>
  <meta>
    <profile
             value="https://emahealth.io/fhir/core/StructureDefinition/ema-core-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner EjemploPatologiaPractitioner</b></p><a name="EjemploPatologiaPractitioner"> </a><a name="hcEjemploPatologiaPractitioner"> </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="https://ig.emahealth.io/core/StructureDefinition-ema-core-practitioner.html">EMA Core Practitioner</a></p></div><p><b>identifier</b>: <code>http://regcivil.cl/Validacion/RUN</code>/11223344-5聽(use:聽official,聽)</p><p><b>active</b>: true</p><p><b>name</b>: Paulina Herrera Donoso (Official)</p><p><b>gender</b>: Female</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://snomed.info/sct 309343006}">M茅dico Anatomopat贸logo</span></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://regcivil.cl/Validacion/RUN"/>
    <value value="11223344-5"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Herrera Donoso"/>
    <given value="Paulina"/>
    <prefix value="Dra."/>
  </name>
  <gender value="female"/>
  <qualification>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="309343006"/>
        <display value="Physician"/>
      </coding>
      <text value="M茅dico Anatomopat贸logo"/>
    </code>
  </qualification>
</Practitioner>