An example to illustrate a schedule for immunization appointments

Table View

Schedule.id[0]UKCore-Schedule-Immunization-Example
Schedule.text[0].status[0]additional
Schedule.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a schedule for immunization appointments</div>
Schedule.identifier[0].system[0]https://tools.ietf.org/html/rfc4122
Schedule.identifier[0].value[0]4c8b068a-d610-427f-a508-6b7f90d47bf2
Schedule.active[0]True
Schedule.serviceCategory[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/service-category
Schedule.serviceCategory[0].coding[0].code[0]17
Schedule.serviceCategory[0].coding[0].display[0]General Practice
Schedule.serviceType[0].coding[0].system[0]http://snomed.info/sct
Schedule.serviceType[0].coding[0].code[0]708190004
Schedule.serviceType[0].coding[0].display[0]Immunology service
Schedule.specialty[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode
Schedule.specialty[0].coding[0].code[0]313
Schedule.specialty[0].coding[0].display[0]Clinical Immunology
Schedule.actor[0].reference[0]Location/UKCore-Location-GeneralPracticeNurseClinic-Example
Schedule.actor[0].display[0]White Rose GP Practice Nurse Clinic
Schedule.planningHorizon[0].start[0]2021-10-13T11:20:00+07:00
Schedule.planningHorizon[0].end[0]2021-10-13T11:50:00+07:00
Schedule.comment[0]The slots attached to this schedule should be specialized to cover immunizations within the clinic

Tree View

Schedule

XML View

<Schedule xmlns="http://hl7.org/fhir">
    <id value="UKCore-Schedule-Immunization-Example" />
    <text>
        <status value="additional" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <identifier>
        <system value="https://tools.ietf.org/html/rfc4122" />
        <value value="4c8b068a-d610-427f-a508-6b7f90d47bf2" />
    </identifier>
    <active value="true" />
    <serviceCategory>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/service-category" />
            <code value="17" />
            <display value="General Practice" />
        </coding>
    </serviceCategory>
    <serviceType>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="708190004" />
            <display value="Immunology service" />
        </coding>
    </serviceType>
    <specialty>
        <coding>
            <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" />
            <code value="313" />
            <display value="Clinical Immunology" />
        </coding>
    </specialty>
    <actor>
        <reference value="Location/UKCore-Location-GeneralPracticeNurseClinic-Example" />
        <display value="White Rose GP Practice Nurse Clinic" />
    </actor>
    <planningHorizon>
        <start value="2021-10-13T11:20:00+07:00" />
        <end value="2021-10-13T11:50:00+07:00" />
    </planningHorizon>
    <comment value="The slots attached to this schedule should be specialized to cover immunizations within the clinic" />
</Schedule>

JSON View

{
    "resourceType": "Schedule",
    "id": "UKCore-Schedule-Immunization-Example",
    "text": {
        "status": "additional",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "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"
}