FHIR IG analytics| Package | fhir.r4.nhsengland.programme |
| Resource Type | StructureDefinition |
| Id | England-Bundle-PharmacySpokeToHub.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=fhir.r4.nhsengland.programme@0.23.3-pre-release&canonical=https://fhir.nhs.uk/England/StructureDefinition/England-Bundle-PharmacySpokeToHub |
| URL | https://fhir.nhs.uk/England/StructureDefinition/England-Bundle-PharmacySpokeToHub |
| Version | 0.1.0 |
| Status | draft |
| Date | 2025-12-04T00:00:00+00:00 |
| Name | EnglandBundlePharmacySpokeToHub |
| Title | England Bundle Pharmacy Spoke To Hub |
| Realm | us |
| Authority | hl7 |
| Description | Transaction Bundle Definition |
| Purpose | Documents the requirements for Spoke to Hub Pharmacy transactions |
| Copyright | Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html. |
| Type | Bundle |
| Kind | resource |
No resources found
| StructureDefinition | |
| UKCore-MedicationRequest | UK Core Medication Request |
| UKCore-Organization | UK Core Organization |
| UKCore-Patient | UK Core Patient |
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "England-Bundle-PharmacySpokeToHub",
"url": "https://fhir.nhs.uk/England/StructureDefinition/England-Bundle-PharmacySpokeToHub",
"version": "0.1.0",
"name": "EnglandBundlePharmacySpokeToHub",
"title": "England Bundle Pharmacy Spoke To Hub",
"status": "draft",
"date": "2025-12-04T00:00:00+00:00",
"publisher": "NHS England",
"contact": [
{
"name": "NHS England",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work",
"rank": 1
}
]
}
],
"description": "Transaction Bundle Definition",
"purpose": "Documents the requirements for Spoke to Hub Pharmacy transactions",
"copyright": "Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Bundle",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Bundle.type",
"path": "Bundle.type",
"fixedCode": "transaction"
},
{
"id": "Bundle.entry",
"path": "Bundle.entry",
"slicing": {
"discriminator": [
{
"type": "profile",
"path": "resolve()"
}
],
"rules": "open"
}
},
{
"id": "Bundle.entry:Task",
"path": "Bundle.entry",
"sliceName": "Task",
"min": 1,
"max": "1"
},
{
"id": "Bundle.entry:Task.resource",
"path": "Bundle.entry.resource",
"comment": "The `Task.status` SHOULD be fixed to `requested`",
"type": [
{
"code": "Resource",
"profile": [
"http://hl7.org/fhir/StructureDefinition/Task"
]
}
]
},
{
"id": "Bundle.entry:MedicationRequest",
"path": "Bundle.entry",
"sliceName": "MedicationRequest",
"comment": "The spoke pharmacy implementation, in agreement with their hub pharmacy, will decide on how MedicationRequest resources are bundled. For example sent individually in separate bundles, bundles grouped by patient, or bundles containing multiple prescribed items for multiple patients.",
"min": 1
},
{
"id": "Bundle.entry:MedicationRequest.resource",
"path": "Bundle.entry.resource",
"type": [
{
"code": "Resource",
"profile": [
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationRequest"
]
}
]
},
{
"id": "Bundle.entry:Patient",
"path": "Bundle.entry",
"sliceName": "Patient",
"min": 1
},
{
"id": "Bundle.entry:Patient.resource",
"path": "Bundle.entry.resource",
"comment": "Must provide each patient's name, NHS Number (if known), date of birth and address.",
"type": [
{
"code": "Resource",
"profile": [
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"
]
}
]
},
{
"id": "Bundle.entry:Organisation",
"path": "Bundle.entry",
"sliceName": "Organisation",
"comment": "Must provide the name and address of the requesting spoke pharmacy.",
"min": 1,
"max": "1"
},
{
"id": "Bundle.entry:Organisation.resource",
"path": "Bundle.entry.resource",
"type": [
{
"code": "Resource",
"profile": [
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"
]
}
]
}
]
}
}