XML View
<HealthcareService xmlns="http://hl7.org/fhir">
<id value="UKCore-HealthcareService-OrthopaedicService-Example" />
<identifier>
<system value="https://fhir.nhs.uk/Id/ods-site-code" />
<value value="RR813" />
</identifier>
<active value="true" />
<providedBy>
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
<display value="St James' University Hospital, Leeds" />
</providedBy>
<category>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/service-category" />
<code value="35" />
<display value="Hospital" />
</coding>
<text value="Hospital" />
</category>
<type>
<coding>
<system value="http://snomed.info/sct" />
<code value="310161006" />
<display value="Orthopaedic service" />
</coding>
</type>
<specialty>
<coding>
<system value="http://snomed.info/sct" />
<code value="394801008" />
<display value="Trauma & orthopaedics" />
</coding>
</specialty>
<location>
<reference value="Location/UKCore-Location-HospitalSJUH-Example" />
</location>
<name value="Orthopaedic Trauma Services" />
<comment value="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 value="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 value="phone" />
<value value="0113 3926991" />
<use value="work" />
</telecom>
<telecom>
<system value="email" />
<value value="patientexperience.leedsth@nhs.net" />
<use value="work" />
</telecom>
<serviceProvisionCode>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/service-provision-conditions" />
<code value="free" />
<display value="This service is available for no patient cost." />
</coding>
</serviceProvisionCode>
<program>
<text value="Leeds Orthopaedic Outreach Service" />
</program>
<characteristic>
<coding>
<display value="Wheelchair access" />
</coding>
</characteristic>
<referralMethod>
<coding>
<code value="phone" />
<display value="Phone" />
</coding>
</referralMethod>
<referralMethod>
<coding>
<code value="elec" />
<display value="Secure Messaging" />
</coding>
</referralMethod>
<referralMethod>
<coding>
<code value="semail" />
<display value="Secure Email" />
</coding>
</referralMethod>
<appointmentRequired value="false" />
<availableTime>
<daysOfWeek value="mon" />
<daysOfWeek value="tue" />
<daysOfWeek value="thu" />
<daysOfWeek value="fri" />
<availableStartTime value="08:30:00" />
<availableEndTime value="05:30:00" />
</availableTime>
<notAvailable>
<description value="Christmas/Boxing Day" />
<during>
<start value="2022-12-24T17:31:00+00:00" />
<end value="2022-12-26T17:30:00+00:00" />
</during>
</notAvailable>
<notAvailable>
<description value="New Years Day" />
<during>
<start value="2022-12-31T17:31:00+00:00" />
<end value="2023-01-01T17:30:00+00:00" />
</during>
</notAvailable>
<availabilityExceptions value="Reduced capacity is available during the Christmas period" />
</HealthcareService>
JSON View
{
"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"
}