FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cl.clcore
Resource TypeHealthcareService
IdHealthcareService-cl-core-laboratorio.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
    }
  ]
}