A Healthcare Service delivered by an Organisation at a Location which provides a number of Schedules containing Slots in Appointment booking.
Important: This is a live release of the NHS Booking API specification. However, prior to commencing development, please contact the Booking & Referral Team.
Introduction
This resource is optionally returned linked to a Schedule resource which provides one or more Slots. For more clarification see the diagram on the FHIR Resources overview page.
The HealthcareService.id is a key search field used when searching for Slots. HealthcareService.id is used to discriminate between multiple clinical services which may be administered by one organisation, using one instance of a system. This allows the search to specify a detailed clinical service which has been located following an assessment.
References to FHIR Profiles
STU3 | Developed Profile: HealthcareService |
STU3 | HL7 Base Profile: HealthcareService |
STU3 | User Stories: - |
Key FHIR Elements
The following FHIR elements are key to this implementation :
Element | Cardinality | Description | Example(s) |
---|---|---|---|
identifier | [1..1] | The identifier which has been retrieved from an agreed Service Directory for the use case e.g the UEC Directory of Services (DoS) for UEC Appointment Booking, issued to the service when it is added to the agreed directory. This identifer will be the link to this resource from any Schedules. | 1231231234 |
providedBy | [0..1] | An optional reference to the Organisation which delivers this service | { "reference": "Organization/2" } |
location | [0..1] | An optional reference to a Location resource, which describes where the service is. NB: The ‘user friendly’ location of the service will already have been determined from the DoS when selecting this service, so this Location is far less important | { "reference": "Location/1237654" } |