FHIR IG analytics| Package | hl7.fhir.cl.clcore |
| Resource Type | HealthcareService |
| Id | HealthcareService-cl-core-laboratorio.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServicioDeCuidado cl-core-laboratorio
active: true
providedBy: Organization Laboratorio ACME de Chile
category: Respite/Carer Support
type: Haematology
specialty: Hematopathology
name: Servicio de Hematopatología del Laboratorio Clínico Ejemplo
availableTime
daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday
availableStartTime: 08:00:00
availableEndTime: 17:00:00
{
"resourceType": "HealthcareService",
"id": "cl-core-laboratorio",
"meta": {
"profile": [
"https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/cl-core-servicio-cuidados-salud"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}