Guía de Implementación cl core FHIR R4, (Versión Evolutiva)
2.0.0 - ci-build
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
{
"resourceType" : "HealthcareService",
"id" : "cl-core-laboratorio",
"meta" : {
"profile" : [
🔗 "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/cl-core-servicio-cuidados-salud"
]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"active" : true,
"providedBy" : {
🔗 "reference" : "Organization/EjemploLaboratorio1"
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/service-category",
"code" : "25",
"display" : "Respite/Carer Support"
}
]
}
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/service-type",
"code" : "581",
"display" : "Haematology"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394916005",
"display" : "Hematopathology"
}
]
}
],
"name" : "Servicio de Hematopatología del Laboratorio Clínico Ejemplo",
"availableTime" : [
{
"daysOfWeek" : [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"availableStartTime" : "08:00:00",
"availableEndTime" : "17:00:00"
}
]
}