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-Rol clínico - XML Representation

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="Ejemplo-RolPrestador"/>
  <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 Ejemplo-RolPrestador</b></p><a name="Ejemplo-RolPrestador"> </a><a name="hcEjemplo-RolPrestador"> </a><a name="Ejemplo-RolPrestador-es-CL"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href="Practitioner-Ejemplo-Prestador.html">Johanna Silva</a></p><p><b>organization</b>: <a href="Organization-Ejemplo-Organizacionprestadora.html">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/Ejemplo-Prestador"/>
    <display value="Johanna Silva"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/Ejemplo-Organizacionprestadora"/>
    <display value="Centro de Salud Familiar Arauco"/>
  </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>