FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/England-RequestGroup

Packageuk.nhsdigital.r4.test
Resource TypeStructureDefinition
IdEngland-RequestGroup
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.16.0-prerelease&canonical=https://fhir.nhs.uk/StructureDefinition/England-RequestGroup
URLhttps://fhir.nhs.uk/StructureDefinition/England-RequestGroup
Version0.1.0
Statusdraft
Date2025-04-03
NameEnglandRequestGroup
TitleEngland RequestGroup
DescriptionThis profile defines the NHS England constraints and extensions on the International FHIR resource [RequestGroup](https://hl7.org/fhir/R4/requestgroup.html).
PurposeThis profile is used to group collection of related resources (wrapper) to be embodied as a single message. E.g, collection of MedicationRequest resources to represent a prescription.
CopyrightCopyright © 2025+ 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.
TypeRequestGroup
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
Extension-DM-PrescriptionStatusHistoryExtension DM Prescription Status History
Extension-DM-PrescriptionTypeExtension NHS BSA Prescription Type
Extension-EPS-RepeatInformationExtension EPS RepeatInformation
extension-RequestOrchestration.action.participant.typeReferenceExtension Participant Type

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "England-RequestGroup",
  "url": "https://fhir.nhs.uk/StructureDefinition/England-RequestGroup",
  "version": "0.1.0",
  "name": "EnglandRequestGroup",
  "title": "England RequestGroup",
  "status": "draft",
  "date": "2025-04-03",
  "publisher": "NHS England",
  "contact": [
    {
      "name": "NHS England",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "This profile defines the NHS England constraints and extensions on the International FHIR resource [RequestGroup](https://hl7.org/fhir/R4/requestgroup.html).",
  "purpose": "This profile is used to group collection of related resources (wrapper) to be embodied as a single message. E.g, collection of MedicationRequest resources to represent a prescription.",
  "copyright": "Copyright © 2025+ 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": "RequestGroup",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RequestGroup",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "RequestGroup.extension:prescriptionStatusHistory",
        "path": "RequestGroup.extension",
        "sliceName": "prescriptionStatusHistory",
        "short": "Dispensing Prescription Status",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nhs.uk/StructureDefinition/Extension-DM-PrescriptionStatusHistory"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "RequestGroup.extension:repeatInformation",
        "path": "RequestGroup.extension",
        "sliceName": "repeatInformation",
        "short": "An extension use to record both the instance and the maximum number of repeat allowed for a prescription.",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nhs.uk/StructureDefinition/Extension-EPS-RepeatInformation"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "RequestGroup.extension:NHSBSAprescriptionType",
        "path": "RequestGroup.extension",
        "sliceName": "NHSBSAprescriptionType",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nhs.uk/StructureDefinition/Extension-DM-PrescriptionType"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "RequestGroup.action.participant",
        "path": "RequestGroup.action.participant",
        "constraint": [
          {
            "key": "nhse-requsetgrp-001",
            "requirements": "Only one of RequestGroup.action.participant or RequestGroup.action.participant.extension:participantR5 can be populated at a time.",
            "severity": "error",
            "human": "If extension-ParticipantType R5 Backport is used then RequestGroup.action.participant  SHALL be empty.",
            "expression": "RequestGroup.action.participant.empty() or RequestGroup.action.participant.extension('http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.participant.typeReference').empty()"
          }
        ]
      },
      {
        "id": "RequestGroup.action.participant.extension:participantR5",
        "path": "RequestGroup.action.participant.extension",
        "sliceName": "participantR5",
        "short": "An extension use to record the type of a participant designated to perform an action.",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.participant.typeReference"
            ]
          }
        ],
        "isModifier": false
      }
    ]
  }
}