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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeSchedule
IdUKCore-Schedule-Immunization-Example.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

An example to illustrate a schedule for immunization appointments

Source1

{
  "resourceType": "Schedule",
  "id": "UKCore-Schedule-Immunization-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "4c8b068a-d610-427f-a508-6b7f90d47bf2"
    }
  ],
  "active": true,
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-category",
          "code": "17",
          "display": "General Practice"
        }
      ]
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "708190004",
          "display": "Immunology service"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
          "code": "313",
          "display": "Clinical Immunology"
        }
      ]
    }
  ],
  "actor": [
    {
      "reference": "Location/UKCore-Location-GeneralPracticeNurseClinic-Example",
      "display": "White Rose GP Practice Nurse Clinic"
    }
  ],
  "planningHorizon": {
    "start": "2021-10-13T11:20:00+07:00",
    "end": "2021-10-13T11:50:00+07:00"
  },
  "comment": "The slots attached to this schedule should be specialized to cover immunizations within the clinic"
}