Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.9.1 - draft Chile flag

Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva), published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 1.9.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_ig/ and changes regularly. See the Directory of published versions

: Ejemplo de Especialidad Medicina Familiar - XML Representation

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="EjemploEspecialidadCL2"/>
  <meta>
    <profile
             value="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreRolClinicoCl"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole EjemploEspecialidadCL2</b></p><a name="EjemploEspecialidadCL2"> </a><a name="hcEjemploEspecialidadCL2"> </a><a name="EjemploEspecialidadCL2-es-CL"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href="Practitioner-EjemploPrestadorCL2.html">Practitioner María Luisa Soto (official)</a></p><p><b>organization</b>: <a href="Organization-OrganizacionClEjemplo1.html">Organization Centro de Salud Familiar Arauco</a></p><p><b>specialty</b>: <span title="Codes:{https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSEspecialidadesDeisCL 28}">Medicina Familiar</span></p></div>
  </text>
  <active value="true"/>
  <practitioner>🔗 
    <reference value="Practitioner/EjemploPrestadorCL2"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/OrganizacionClEjemplo1"/>
  </organization>
  <specialty>
    <coding>
      <system
              value="https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSEspecialidadesDeisCL"/>
      <code value="28"/>
      <display value="Medicina Familiar"/>
    </coding>
    <text value="Medicina Familiar"/>
  </specialty>
</PractitionerRole>