FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypeHealthcareService
IdUKCore-HealthcareService-OrthopaedicService-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "HealthcareService",
  "id": "UKCore-HealthcareService-OrthopaedicService-Example",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/ods-site-code",
      "value": "RR813"
    }
  ],
  "active": true,
  "providedBy": {
    "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example",
    "display": "St James' University Hospital, Leeds"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-category",
          "code": "35",
          "display": "Hospital"
        }
      ],
      "text": "Hospital"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "310161006",
          "display": "Orthopaedic service"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394801008",
          "display": "Trauma & orthopaedics"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/UKCore-Location-HospitalSJUH-Example"
    }
  ],
  "name": "Orthopaedic Trauma Services",
  "comment": "Our department is part of the Major Trauma Service at Leeds General Infirmary. The Trauma and orthopaedic team care for a range of trauma related injuries and conditions, with each patient’s treatment managed to their needs. Our clinics run every day; however these are specialist clinics to ensure that patients are seen by the appropriate consultant for specialised care.",
  "extraDetails": "To ensure patients are and treated in the appropriate clinic patients are first referred to our Virtual Fracture Clinic. Patient’s individual cases are discussed alongside one of our consultants to determine the appropriate clinic for the patient to attend in our department. This ensures that patients are not delayed in clinic and do not have to be re-referred to other departments or consultants, which can hold up their treatment and hinder recovery.",
  "telecom": [
    {
      "system": "phone",
      "value": "0113 3926991",
      "use": "work"
    },
    {
      "system": "email",
      "value": "patientexperience.leedsth@nhs.net",
      "use": "work"
    }
  ],
  "serviceProvisionCode": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-provision-conditions",
          "code": "free",
          "display": "This service is available for no patient cost."
        }
      ]
    }
  ],
  "program": [
    {
      "text": "Leeds Orthopaedic Outreach Service"
    }
  ],
  "characteristic": [
    {
      "coding": [
        {
          "display": "Wheelchair access"
        }
      ]
    }
  ],
  "referralMethod": [
    {
      "coding": [
        {
          "code": "phone",
          "display": "Phone"
        }
      ]
    },
    {
      "coding": [
        {
          "code": "elec",
          "display": "Secure Messaging"
        }
      ]
    },
    {
      "coding": [
        {
          "code": "semail",
          "display": "Secure Email"
        }
      ]
    }
  ],
  "appointmentRequired": false,
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "thu",
        "fri"
      ],
      "availableStartTime": "08:30:00",
      "availableEndTime": "05:30:00"
    }
  ],
  "notAvailable": [
    {
      "description": "Christmas/Boxing Day",
      "during": {
        "start": "2022-12-24T17:31:00+00:00",
        "end": "2022-12-26T17:30:00+00:00"
      }
    },
    {
      "description": "New Years Day",
      "during": {
        "start": "2022-12-31T17:31:00+00:00",
        "end": "2023-01-01T17:30:00+00:00"
      }
    }
  ],
  "availabilityExceptions": "Reduced capacity is available during the Christmas period"
}