Search loading...

API Hub

Explore and Make use of Nationally Defined Messaging APIs

 

Organisation | Urgent & Emergency Care Appointments

An organisation optionally linked to a Healthcare Service in Appointment booking.

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

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"
        }
    ]
}

All content is available under the Open Government Licence v3.0, except where otherwise stated