Guía de Implementación cl core FHIR R4, (Versión Evolutiva)
2.0.0 - ci-build 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 2.0.0 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

: Servicio de Laboratorio - XML Representation

Raw xml | Download


<HealthcareService xmlns="http://hl7.org/fhir">
  <id value="cl-core-laboratorio"/>
  <meta>
    <profile
             value="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/cl-core-servicio-cuidados-salud"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServicioDeCuidado cl-core-laboratorio</b></p><a name="cl-core-laboratorio"> </a><a name="hccl-core-laboratorio"> </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-cl-core-servicio-cuidados-salud.html">CL Perfil Servicio de Cuidados de Salud</a></p></div><p><b>active</b>: true</p><p><b>providedBy</b>: <a href="Organization-EjemploLaboratorio1.html">Organization Laboratorio ACME de Chile</a></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/service-category 25}">Respite/Carer Support</span></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/service-type 581}">Haematology</span></p><p><b>specialty</b>: <span title="Codes:{http://snomed.info/sct 394916005}">Hematopathology</span></p><p><b>name</b>: Servicio de Hematopatología del Laboratorio Clínico Ejemplo</p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>availableStartTime</b>: 08:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote></div>
  </text>
  <active value="true"/>
  <providedBy>🔗 
    <reference value="Organization/EjemploLaboratorio1"/>
  </providedBy>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-category"/>
      <code value="25"/>
      <display value="Respite/Carer Support"/>
    </coding>
  </category>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-type"/>
      <code value="581"/>
      <display value="Haematology"/>
    </coding>
  </type>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394916005"/>
      <display value="Hematopathology"/>
    </coding>
  </specialty>
  <name value="Servicio de Hematopatología del Laboratorio Clínico Ejemplo"/>
  <availableTime>
    <daysOfWeek value="mon"/>
    <daysOfWeek value="tue"/>
    <daysOfWeek value="wed"/>
    <daysOfWeek value="thu"/>
    <daysOfWeek value="fri"/>
    <availableStartTime value="08:00:00"/>
    <availableEndTime value="17:00:00"/>
  </availableTime>
</HealthcareService>