An organisation optionally linked to a Healthcare Service 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 Healthcare Service resource which is delivering a specific Schedule of Slots. For more clarification see the diagram on the FHIR Resources overview page.
References to FHIR Profiles
STU3 | Developed Profile: Organization |
STU3 | HL7 Base Profile: Organization |
STU3 | User Stories: - |
Example resource
{
"resourceType": "Organization",
"id": "2",
"meta": {
"profile": [
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"
]
},
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RTG"
}
],
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Derby Teaching Hospitals NHS Foundation Trust",
"telecom": [
{
"system": "fax",
"value": "01332 340131",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "both",
"line": [
"Uttoxeter Road"
],
"city": "Derby",
"postalCode": "DE22 3NE"
}
]
}