An example to illustrate a free / available slot for a walk in vaccination

Table View

Slot.id[0]UKCore-Slot-AvailableWalkInVisit-Example
Slot.text[0].status[0]additional
Slot.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a free / available slot for a walk in vaccination</div>
Slot.identifier[0].system[0]https://tools.ietf.org/html/rfc4122
Slot.identifier[0].value[0]4cc18add-5160-49bb-9995-0d0759751f8d
Slot.serviceCategory[0].coding[0].system[0]http://snomed.info/sct
Slot.serviceCategory[0].coding[0].code[0]788007007
Slot.serviceCategory[0].coding[0].display[0]General practice service
Slot.serviceType[0].coding[0].system[0]http://snomed.info/sct
Slot.serviceType[0].coding[0].code[0]708190004
Slot.serviceType[0].coding[0].display[0]Immunology service
Slot.specialty[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode
Slot.specialty[0].coding[0].code[0]313
Slot.specialty[0].coding[0].display[0]Clinical Immunology
Slot.appointmentType[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0276
Slot.appointmentType[0].coding[0].code[0]WALKIN
Slot.appointmentType[0].coding[0].display[0]A previously unscheduled walk-in visit
Slot.schedule[0].reference[0]Schedule/UKCore-Schedule-Immunization-Example
Slot.status[0]free
Slot.start[0]2022-12-20T11:20:00+07:00
Slot.end[0]2022-12-20T11:40:00+07:00
Slot.comment[0]Assessments should be performed before requesting appointments in this slot.

Tree View

Slot

XML View

<Slot xmlns="http://hl7.org/fhir">
    <id value="UKCore-Slot-AvailableWalkInVisit-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="4cc18add-5160-49bb-9995-0d0759751f8d" />
    </identifier>
    <serviceCategory>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="788007007" />
            <display value="General practice service" />
        </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>
    <appointmentType>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v2-0276" />
            <code value="WALKIN" />
            <display value="A previously unscheduled walk-in visit" />
        </coding>
    </appointmentType>
    <schedule>
        <reference value="Schedule/UKCore-Schedule-Immunization-Example" />
    </schedule>
    <status value="free" />
    <start value="2022-12-20T11:20:00+07:00" />
    <end value="2022-12-20T11:40:00+07:00" />
    <comment value="Assessments should be performed before requesting appointments in this slot." />
</Slot>

JSON View

{
    "resourceType": "Slot",
    "id": "UKCore-Slot-AvailableWalkInVisit-Example",
    "text": {
        "status": "additional",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "identifier":  [
        {
            "system": "https://tools.ietf.org/html/rfc4122",
            "value": "4cc18add-5160-49bb-9995-0d0759751f8d"
        }
    ],
    "serviceCategory":  [
        {
            "coding":  [
                {
                    "system": "http://snomed.info/sct",
                    "code": "788007007",
                    "display": "General practice service"
                }
            ]
        }
    ],
    "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"
                }
            ]
        }
    ],
    "appointmentType": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
                "code": "WALKIN",
                "display": "A previously unscheduled walk-in visit"
            }
        ]
    },
    "schedule": {
        "reference": "Schedule/UKCore-Schedule-Immunization-Example"
    },
    "status": "free",
    "start": "2022-12-20T11:20:00+07:00",
    "end": "2022-12-20T11:40:00+07:00",
    "comment": "Assessments should be performed before requesting appointments in this slot."
}