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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeStructureDefinition
IdEngland-Bundle-PharmacySpokeToHub.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.nhsengland.programme@0.23.3-pre-release&canonical=https://fhir.nhs.uk/England/StructureDefinition/England-Bundle-PharmacySpokeToHub
URLhttps://fhir.nhs.uk/England/StructureDefinition/England-Bundle-PharmacySpokeToHub
Version0.1.0
Statusdraft
Date2025-12-04T00:00:00+00:00
NameEnglandBundlePharmacySpokeToHub
TitleEngland Bundle Pharmacy Spoke To Hub
Realmus
Authorityhl7
DescriptionTransaction Bundle Definition
PurposeDocuments the requirements for Spoke to Hub Pharmacy transactions
CopyrightCopyright © 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.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
UKCore-MedicationRequestUK Core Medication Request
UKCore-OrganizationUK Core Organization
UKCore-PatientUK Core Patient

Narrative

No narrative content found in resource


Source1

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