From 9b282598bce9ef3c4fdb789df323621fb4bef41d Mon Sep 17 00:00:00 2001 From: KazeemHamzat Date: Tue, 7 Apr 2026 14:34:01 +0100 Subject: [PATCH 01/27] Update StructureDefinition\NHSDigital-MedicationRequest Update StructureDefinition\NHSDigital-MedicationRequest --- ...dicationRequest-WithoutGroupID-Example.xml | 69 +++++++++++++++++++ .../NHSDigital-MedicationRequest.xml | 11 +-- fhirpkg.lock.json | 2 +- 3 files changed, 72 insertions(+), 10 deletions(-) create mode 100644 MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml diff --git a/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml b/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml new file mode 100644 index 00000000..454bbfd4 --- /dev/null +++ b/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/StructureDefinition/NHSDigital-MedicationRequest.xml b/StructureDefinition/NHSDigital-MedicationRequest.xml index 69ff9ec1..a7f27f63 100644 --- a/StructureDefinition/NHSDigital-MedicationRequest.xml +++ b/StructureDefinition/NHSDigital-MedicationRequest.xml @@ -2,11 +2,11 @@ - + <status value="draft" /> - <date value="2025-12-15T00:00:00+00:00" /> + <date value="2026-04-07T00:00:00+00:00" /> <publisher value="NHS England" /> <contact> <name value="NHS England" /> @@ -59,12 +59,6 @@ <human value="dispenseRequest.numberOfRepeatsAllowed should be populated for continuous-repeat-dispensing MedicationRequests." /> <expression value="(courseOfTherapyType.coding.code.startsWith('acute') or courseOfTherapyType.coding.code = 'continuous') or (courseOfTherapyType.coding.code.startsWith('continuous-repeat-dispensing') and dispenseRequest.exists() and dispenseRequest.numberOfRepeatsAllowed.exists())" /> </constraint> - <constraint> - <key value="eps-10" /> - <severity value="error" /> - <human value="For continuous-repeat-dispensing (intent=reflex-order) basedOn must be populated" /> - <expression value="(courseOfTherapyType.coding.code = 'acute') or (courseOfTherapyType.coding.code = 'continuous') or (courseOfTherapyType.coding.code = 'continuous-repeat-dispensing' and intent !='reflex-order') or (courseOfTherapyType.coding.code = 'continuous-repeat-dispensing' and intent ='reflex-order' and dispenseRequest.exists() and basedOn.exists())" /> - </constraint> <constraint> <key value="eps-11" /> <severity value="error" /> @@ -383,7 +377,6 @@ <short value="groupIdentifier (Short Form Prescription ID)" /> <definition value="The purpose of the Short Form Prescription ID is to identify the prescription during its lifecycle within the Spine (i.e. prescribe, dispense & claim). The prescription UUID is retained to provide the link through to the Spine medication record within the PSIS and must be included as the first identifier within the prescription message. The format of the Short Form Prescription ID is as follows; `<RandomNumber>-<PracticeODSCode/ClinicODSCode>-<PracticeSequence/ClinicSequence><CheckDigit>` Where; `<RandomNumber>` is a locally generated random number each time a Prescription ID is generated of length 6 hexadecimal characters. `<PracticeODSCode/ClinicODSCode>` is the unique ODS code for the practice or clinic code (aka cost centre) as defined within the Spine SDS of length 6 characters. Where the prescriber ODS code is shorter than 6 characters it must be zero-padded up to six characters from the start of the ODS code, e.g. “0A1B2C”. `<PracticeSequence/ClinicSequence>` is an incremental sequence number starting from 00000 that is reset after FFFFF back to zero of length 5 hexadecimal characters. For systems that support multiple practices or clinics, a sequence number per practice/clinic is required. This is to ensure uniqueness of prescriptions within the Spine EPS component during the prescription lifecycle. `<CheckDigit>` is calculated on the entire ID using the ISO/IEC 7064:2003 MOD 37-2 standard. The check digit algorithm is identical to that using for EPS Release 1. Note. Hyphens are always included to separate the ID into 3 blocks of 6 characters. Note. The implementation of the MOD 37-2 standard uses a “+” character for char 36 opposed to a “*” character. Short Form Prescription ID example (for illustration purposes only); **83C40E-A23856-00123W** ```json "groupIdentifier": { ... "system": "https://fhir.nhs.uk/Id/prescription-order-number", "value": "DC2C66-A1B2C3-23407B" }, ```" /> <comment value="ITK HL7v3 Mapping = The groupIdentifier is equivalent to ParentPrescription.id (prescription-order-number). The extension is used to carry the ParentPrescription.id (UUID)." /> - <min value="1" /> <mustSupport value="true" /> </element> <element id="MedicationRequest.groupIdentifier.extension"> diff --git a/fhirpkg.lock.json b/fhirpkg.lock.json index f149b185..06a46399 100644 --- a/fhirpkg.lock.json +++ b/fhirpkg.lock.json @@ -1,5 +1,5 @@ { - "updated": "2025-07-25T17:27:50.0661131+01:00", + "updated": "2026-04-07T12:57:28.4297209+01:00", "dependencies": { "hl7.fhir.r4.core": "4.0.1", "fhir.r4.ukcore.stu3.currentbuild": "0.0.3-pre-release" From ac4562272178a3b9cbe5df1df4c132337f0fd77b Mon Sep 17 00:00:00 2001 From: KazeemHamzat <kazeem.hamzat@nhs.net> Date: Tue, 7 Apr 2026 14:45:57 +0100 Subject: [PATCH 02/27] Add Extension-EPS-RepeatInformation Add Extension-EPS-RepeatInformation --- .../MedicationRequest-WithoutGroupID-Example.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml b/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml index 454bbfd4..a9fd6466 100644 --- a/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml +++ b/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml @@ -3,6 +3,14 @@ <extension url="https://fhir.nhs.uk/StructureDefinition/Extension-PendingCancellation"> <valueBoolean value="false" /> </extension> + <extension url="https://fhir.nhs.uk/StructureDefinition/Extension-EPS-RepeatInformation"> + <extension url="numberOfRepeatsAllowed"> + <valueInteger value="5" /> + </extension> + <extension url="numberOfRepeatsIssued"> + <valueInteger value="2" /> + </extension> + </extension> <extension url="https://fhir.nhs.uk/StructureDefinition/Extension-EPS-DispensingInformation"> <extension url="dispenseStatus"> <valueCoding> From c4c368a3e1513343f2e36cb2e0975f7ab240f5ec Mon Sep 17 00:00:00 2001 From: KazeemHamzat <kazeem.hamzat@nhs.net> Date: Tue, 7 Apr 2026 15:55:48 +0100 Subject: [PATCH 03/27] Update MedicationRequest-WithoutGroupID-Example Update MedicationRequest-WithoutGroupID-Example --- .../MedicationRequest-WithoutGroupID-Example.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml b/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml index a9fd6466..799d8346 100644 --- a/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml +++ b/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml @@ -3,12 +3,13 @@ <extension url="https://fhir.nhs.uk/StructureDefinition/Extension-PendingCancellation"> <valueBoolean value="false" /> </extension> - <extension url="https://fhir.nhs.uk/StructureDefinition/Extension-EPS-RepeatInformation"> - <extension url="numberOfRepeatsAllowed"> - <valueInteger value="5" /> + <extension + url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationRepeatInformation"> + <extension url="numberOfPrescriptionsIssued"> + <valueUnsignedInt value="3" /> </extension> - <extension url="numberOfRepeatsIssued"> - <valueInteger value="2" /> + <extension url="authorisationExpiryDate"> + <valueDateTime value="2026-12-31" /> </extension> </extension> <extension url="https://fhir.nhs.uk/StructureDefinition/Extension-EPS-DispensingInformation"> From e4ea72185ed990245b53d5d9dc46e0168161a4ee Mon Sep 17 00:00:00 2001 From: KazeemHamzat <kazeem.hamzat@nhs.net> Date: Tue, 7 Apr 2026 16:07:58 +0100 Subject: [PATCH 04/27] Update MedicationRequest-WithoutGroupID-Example Update MedicationRequest-WithoutGroupID-Example --- MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml b/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml index 799d8346..acf7d999 100644 --- a/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml +++ b/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml @@ -50,7 +50,7 @@ </subject> <courseOfTherapyType> <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" /> + <system value="https://fhir.nhs.uk/CodeSystem/medicationrequest-course-of-therapy" /> <code value="continuous-repeat-dispensing" /> <display value="Continuous long term (repeat dispensing)" /> </coding> From fba6fc915a01458701d999b67bf828af8af4a4bd Mon Sep 17 00:00:00 2001 From: KazeemHamzat <kazeem.hamzat@nhs.net> Date: Tue, 7 Apr 2026 16:50:55 +0100 Subject: [PATCH 05/27] Update MedicationRequest-WithoutGroupID-Example Update MedicationRequest-WithoutGroupID-Example --- MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml b/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml index acf7d999..22ae9f3a 100644 --- a/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml +++ b/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml @@ -1,5 +1,5 @@ <MedicationRequest xmlns="http://hl7.org/fhir"> - <id value="MedicationRequest-Prescription-Example" /> + <id value="MedicationRequest-WithoutGroupID-Example" /> <extension url="https://fhir.nhs.uk/StructureDefinition/Extension-PendingCancellation"> <valueBoolean value="false" /> </extension> From 456ff2bda117deb493f84d825deeebf722d7006b Mon Sep 17 00:00:00 2001 From: KazeemHamzat <kazeem.hamzat@nhs.net> Date: Wed, 8 Apr 2026 11:56:15 +0100 Subject: [PATCH 06/27] Update MedicationRequest-WithoutGroupID-Example Update MedicationRequest-WithoutGroupID-Example --- .../MedicationRequest-WithoutGroupID-Example.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml b/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml index 22ae9f3a..a59348be 100644 --- a/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml +++ b/MedicationRequest/MedicationRequest-WithoutGroupID-Example.xml @@ -26,13 +26,6 @@ <value value="a54219b8-f741-4c47-b662-e4f8dfa49ab6" /> </identifier> <status value="active" /> - <statusReason> - <coding> - <system value="https://fhir.nhs.uk/CodeSystem/medicationrequest-status-reason" /> - <code value="0004" /> - <display value="Clinical grounds" /> - </coding> - </statusReason> <intent value="reflex-order" /> <medicationCodeableConcept> <coding> From f4bf2dae61696fd0ec1357d047931a056764ec5b Mon Sep 17 00:00:00 2001 From: KazeemHamzat <kazeem.hamzat@nhs.net> Date: Tue, 12 May 2026 17:04:16 +0100 Subject: [PATCH 07/27] Update ValueSet-DM-task-business-status Removing deadlink --- ValueSet/ValueSet-DM-task-business-status.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ValueSet/ValueSet-DM-task-business-status.xml b/ValueSet/ValueSet-DM-task-business-status.xml index ff4ed7a4..fdcb63e5 100644 --- a/ValueSet/ValueSet-DM-task-business-status.xml +++ b/ValueSet/ValueSet-DM-task-business-status.xml @@ -2,10 +2,10 @@ <ValueSet xmlns="http://hl7.org/fhir"> <id value="9715939a-920c-48f0-876c-dcf9aff01f8b"/> <url value="https://fhir.nhs.uk/ValueSet/DM-task-business-status"/> - <version value="1.0.0"/> + <version value="1.0.1"/> <name value="EPSTaskBusinessPrescriptionStatus"/> <status value="retired"/> - <date value='2025-04-22' /> + <date value='2026-05-12' /> <publisher value='NHS England' /> <contact> <name value='NHS England' /> @@ -15,10 +15,9 @@ <use value='work' /> <rank value='1' /> </telecom> - </contact -> + </contact> <description - value="A set of codes used to identify the status of a prescription or the status of an item on a prescription. This ValueSet is a subset of [ValueSet-TaskMedicationRequestStatusReason](https://simplifier.net/NHSDigital/3c1b87e6-422d-4ed8-8372-ae3366ab5306/~overview). Hence, it is a duplicate and the need to o retire it." /> + value="A set of codes used to identify the status of a prescription or the status of an item on a prescription. This ValueSet is a subset of [ValueSet-DM Prescription Task Status Reason](https://simplifier.net/NHSDigital/DM-PrescriptionTaskStatusReason/~overview). Hence, it is a duplicate and the need to o retire it." /> <copyright value="Copyright &#169; 2025+ NHS England Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;); 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 \&quot;AS IS\&quot; 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&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html." /> <compose> <include> From e183761f040f21c664b79761d7423e2175eebbe2 Mon Sep 17 00:00:00 2001 From: KazeemHamzat <kazeem.hamzat@nhs.net> Date: Tue, 12 May 2026 19:49:16 +0100 Subject: [PATCH 08/27] ConceptMap Issues ConceptMap Issues --- ...nceptMap-bsa-prescription-type-to-mim-organisation-type.json | 1 + ConceptMap/MedicationRequest-course-therapy-type-map.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ConceptMap/ConceptMap-bsa-prescription-type-to-mim-organisation-type.json b/ConceptMap/ConceptMap-bsa-prescription-type-to-mim-organisation-type.json index bb9f609e..9e7c3527 100644 --- a/ConceptMap/ConceptMap-bsa-prescription-type-to-mim-organisation-type.json +++ b/ConceptMap/ConceptMap-bsa-prescription-type-to-mim-organisation-type.json @@ -27,6 +27,7 @@ "group": [ { "source": "https://fhir.nhs.uk/CodeSystem/prescription-type", + "sourceVersion": "1.2.0", "target": "https://fhir.nhs.uk/CodeSystem/mim-organisation-type", "element": [ { diff --git a/ConceptMap/MedicationRequest-course-therapy-type-map.xml b/ConceptMap/MedicationRequest-course-therapy-type-map.xml index bf132719..48d6014f 100644 --- a/ConceptMap/MedicationRequest-course-therapy-type-map.xml +++ b/ConceptMap/MedicationRequest-course-therapy-type-map.xml @@ -21,7 +21,7 @@ <sourceUri value="https://fhir.nhs.uk/ValueSet/DM-prescription-therapy-type"/> <group> <source value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"/> - <target value="https://fhir.nhs.uk/CodeSystem/DM-prescription-treatment-type"/> + <target value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PrescriptionType" /> <element> <code value="acute"/> <display value="Short course (acute) therapy"/> From bab641c39ef9ff7f21899d5b957ea1b8c1f545b7 Mon Sep 17 00:00:00 2001 From: KazeemHamzat <kazeem.hamzat@nhs.net> Date: Tue, 12 May 2026 21:26:58 +0100 Subject: [PATCH 09/27] Remove Conflicting NamingSystems --- NamingSystem/prescription-type-ns.xml | 22 -------------------- NamingSystem/ukcore-prescription-type-ns.xml | 22 -------------------- 2 files changed, 44 deletions(-) delete mode 100644 NamingSystem/prescription-type-ns.xml delete mode 100644 NamingSystem/ukcore-prescription-type-ns.xml diff --git a/NamingSystem/prescription-type-ns.xml b/NamingSystem/prescription-type-ns.xml deleted file mode 100644 index 0f4e48e1..00000000 --- a/NamingSystem/prescription-type-ns.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<NamingSystem xmlns="http://hl7.org/fhir"> - <id value="prescription-type-ns"/> - <name value="Prescriptiontypens"/> - <status value="draft"/> - <kind value="codesystem"/> - <date value="2020-06-01"/> - <publisher value="NHS Digital"/> - <responsible value="NHS Digital"/> - <description value="Describes the type of prescription this is."/> - <usage value="EPS"/> - <uniqueId> - <type value="uri"/> - <value value="https://fhir.nhs.uk/CodeSystem/prescription-type"/> - <preferred value="true"/> - </uniqueId> - <uniqueId> - <type value="oid"/> - <value value="2.16.840.1.113883.2.1.3.2.4.17.25"/> - <preferred value="false"/> - </uniqueId> -</NamingSystem> \ No newline at end of file diff --git a/NamingSystem/ukcore-prescription-type-ns.xml b/NamingSystem/ukcore-prescription-type-ns.xml deleted file mode 100644 index 3906808b..00000000 --- a/NamingSystem/ukcore-prescription-type-ns.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<NamingSystem xmlns="http://hl7.org/fhir"> - <id value="ukcore-prescription-type-ns"/> - <name value="UKcoreprescriptiontypens"/> - <status value="draft"/> - <kind value="codesystem"/> - <date value="2020-06-01"/> - <publisher value="NHS Digital"/> - <responsible value="NHS Digital"/> - <description value="The management reasons for a prescription being issued."/> - <usage value="EPS"/> - <uniqueId> - <type value="uri"/> - <value value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PrescriptionType"/> - <preferred value="true"/> - </uniqueId> - <uniqueId> - <type value="uri"/> - <value value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-PrescriptionType-1"/> - <preferred value="false"/> - </uniqueId> -</NamingSystem> \ No newline at end of file From 06cc186de1cf3c78def3452fe3ef5e7eea564d27 Mon Sep 17 00:00:00 2001 From: KazeemHamzat <kazeem.hamzat@nhs.net> Date: Wed, 13 May 2026 20:05:52 +0100 Subject: [PATCH 10/27] Remove filter Remove filter --- ValueSet/ValueSet-DM-prescription-type.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ValueSet/ValueSet-DM-prescription-type.xml b/ValueSet/ValueSet-DM-prescription-type.xml index b60fe709..2a1709d4 100644 --- a/ValueSet/ValueSet-DM-prescription-type.xml +++ b/ValueSet/ValueSet-DM-prescription-type.xml @@ -22,11 +22,6 @@ <include> <system value="https://fhir.nhs.uk/CodeSystem/prescription-type" /> <version value="1.2.0" /> - <filter> - <property value="deprecated" /> - <op value="exists" /> - <value value="false" /> - </filter> </include> </compose> <expansion> From 700338ec50d2fc5bb152f9594a9f122aed7e67b3 Mon Sep 17 00:00:00 2001 From: KazeemHamzat <kazeem.hamzat@nhs.net> Date: Mon, 18 May 2026 17:49:46 +0100 Subject: [PATCH 11/27] Prescription Status in MedicationRequest Prescription-Status-in-the-Medication-Request --- .github/workflows/firely-validation.yml | 59 +++++++++++++++++++++++++ .github/workflows/terminology.yml | 2 +- 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/firely-validation.yml diff --git a/.github/workflows/firely-validation.yml b/.github/workflows/firely-validation.yml new file mode 100644 index 00000000..62b8f94e --- /dev/null +++ b/.github/workflows/firely-validation.yml @@ -0,0 +1,59 @@ +# This is a basic workflow to help you get started with Actions + +name: Firely Validation + +# Controls when the action will run. +on: + # Triggers the workflow on push or pull request events but only for the master branch + push: + branches: [ master, main ] + pull_request: + branches: [ master, main ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + + # Validate all resources using Firely Terminal + CI_FHIR_VALIDATION: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + - name: Checkout code + uses: actions/checkout@v6 + + # Install .NET runtime + - name: Setup .NET Core SDK + uses: actions/setup-dotnet@v5 + with: + dotnet-version: 8.0.x + + # Install Java runtime (only needed if you want to run the offical HL7 Java validator) + - name: Setup Java JDK + uses: actions/setup-java@v5 + with: + distribution: 'microsoft' + java-version: '21' + + - name: Firely.Terminal (GitHub Actions) + uses: FirelyTeam/firely-terminal-pipeline@v0.7.31 + with: + PATH_TO_CONFORMANCE_RESOURCES: StructureDefinition ValueSet CodeSystem + PATH_TO_EXAMPLES: ActivityDefinition AuditEvent BodyStructure Bundle CapabilityStatement Composition ConceptMap Condition Consent Device DiagnosticReport DocumentReference FamilyMemberHistory GraphDefinition Group Library MessageDefinition MessageHeader NamingSystem Observation OperationDefinition OperationOutcome Organization Parameters Patient PlanDefinition Practitioner PractitionerRole Procedure Provenance Questionnaire QuestionnaireResponse RelatedPerson RequestGroup SearchParameter ServiceRequest Specimen SpecimenDefinition StructureMap Subscription Task + PATH_TO_QUALITY_CONTROL_RULES: custom + DOTNET_VALIDATION_ENABLED: true + JAVA_VALIDATION_ENABLED: false + #EXPECTED_FAILS: VALIDATION_EXAMPLES_JAVA + SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }} + SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }} + FIRELY_TERMINAL_VERSION: 3.5.0 + SUSHI_ENABLED: false + + # - name: Add & Commit + # uses: EndBug/add-and-commit@v9 + # with: + # add: 'fsh-generated/resources/' \ No newline at end of file diff --git a/.github/workflows/terminology.yml b/.github/workflows/terminology.yml index eb43eec7..2b54685a 100644 --- a/.github/workflows/terminology.yml +++ b/.github/workflows/terminology.yml @@ -5,7 +5,7 @@ on: # Triggers the workflow on push or pull request events but only for the master branch # Allows you to run this workflow manually from the Actions tab - push: + #push: workflow_dispatch: From 3bb6eeb3884e711cfc1956b383633a67776ebd3b Mon Sep 17 00:00:00 2001 From: KazeemHamzat <kazeem.hamzat@nhs.net> Date: Mon, 18 May 2026 18:10:25 +0100 Subject: [PATCH 12/27] Added Firely Action Added Firely Action --- .github/workflows/firely-validation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firely-validation.yml b/.github/workflows/firely-validation.yml index 62b8f94e..6d144596 100644 --- a/.github/workflows/firely-validation.yml +++ b/.github/workflows/firely-validation.yml @@ -6,9 +6,9 @@ name: Firely Validation on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master, main ] + branches: [ nhsdigital_main] pull_request: - branches: [ master, main ] + branches: [nhsdigital_main] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From ecb5322ab16ec17e31532cab8c262ccde6a26caf Mon Sep 17 00:00:00 2001 From: KazeemHamzat <kazeem.hamzat@nhs.net> Date: Mon, 18 May 2026 18:52:36 +0100 Subject: [PATCH 13/27] Firely Credentials Issue Firely Credentials Issue --- .github/workflows/firely-validation.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/firely-validation.yml b/.github/workflows/firely-validation.yml index 6d144596..949cf252 100644 --- a/.github/workflows/firely-validation.yml +++ b/.github/workflows/firely-validation.yml @@ -39,6 +39,7 @@ jobs: distribution: 'microsoft' java-version: '21' + - name: Firely.Terminal (GitHub Actions) uses: FirelyTeam/firely-terminal-pipeline@v0.7.31 with: @@ -53,6 +54,17 @@ jobs: FIRELY_TERMINAL_VERSION: 3.5.0 SUSHI_ENABLED: false + - name: Verify Simplifier Access + env: + SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }} + SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }} + run: | + if [[ -z "$SIMPLIFIER_USERNAME" || -z "$SIMPLIFIER_PASSWORD" ]]; then + echo "ERROR: Simplifier credentials not configured" + exit 1 + fi + echo "Credentials found" + # - name: Add & Commit # uses: EndBug/add-and-commit@v9 # with: From 51815180374f44645163051c198e84b8140dc8e4 Mon Sep 17 00:00:00 2001 From: KazeemHamzat <kazeem.hamzat@nhs.net> Date: Mon, 18 May 2026 19:05:02 +0100 Subject: [PATCH 14/27] Credentials Credentials --- .github/workflows/firely-validation.yml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.github/workflows/firely-validation.yml b/.github/workflows/firely-validation.yml index 949cf252..1b295b75 100644 --- a/.github/workflows/firely-validation.yml +++ b/.github/workflows/firely-validation.yml @@ -38,7 +38,18 @@ jobs: with: distribution: 'microsoft' java-version: '21' - + + - name: Verify Simplifier Access + env: + SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }} + SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }} + run: | + if [[ -z "$SIMPLIFIER_USERNAME" || -z "$SIMPLIFIER_PASSWORD" ]]; then + echo "ERROR: Simplifier credentials not configured" + exit 1 + fi + + echo "Credentials found" - name: Firely.Terminal (GitHub Actions) uses: FirelyTeam/firely-terminal-pipeline@v0.7.31 @@ -54,16 +65,7 @@ jobs: FIRELY_TERMINAL_VERSION: 3.5.0 SUSHI_ENABLED: false - - name: Verify Simplifier Access - env: - SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }} - SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }} - run: | - if [[ -z "$SIMPLIFIER_USERNAME" || -z "$SIMPLIFIER_PASSWORD" ]]; then - echo "ERROR: Simplifier credentials not configured" - exit 1 - fi - echo "Credentials found" + # - name: Add & Commit # uses: EndBug/add-and-commit@v9 From 9ebe577e4c4b2847ed54a44eece7c06ebbe3ed1d Mon Sep 17 00:00:00 2001 From: KazeemHamzat <kazeem.hamzat@nhs.net> Date: Mon, 18 May 2026 19:09:04 +0100 Subject: [PATCH 15/27] Cred --- .github/workflows/firely-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firely-validation.yml b/.github/workflows/firely-validation.yml index 1b295b75..9e3efc71 100644 --- a/.github/workflows/firely-validation.yml +++ b/.github/workflows/firely-validation.yml @@ -6,7 +6,7 @@ name: Firely Validation on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ nhsdigital_main] + branches: [nhsdigital_main] pull_request: branches: [nhsdigital_main] From 33b9af1180705ba735fcf7599f668729b91956d6 Mon Sep 17 00:00:00 2001 From: KazeemHamzat <kazeem.hamzat@nhs.net> Date: Mon, 18 May 2026 19:20:15 +0100 Subject: [PATCH 16/27] Bypass --- .github/workflows/firely-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firely-validation.yml b/.github/workflows/firely-validation.yml index 9e3efc71..18259e17 100644 --- a/.github/workflows/firely-validation.yml +++ b/.github/workflows/firely-validation.yml @@ -56,7 +56,7 @@ jobs: with: PATH_TO_CONFORMANCE_RESOURCES: StructureDefinition ValueSet CodeSystem PATH_TO_EXAMPLES: ActivityDefinition AuditEvent BodyStructure Bundle CapabilityStatement Composition ConceptMap Condition Consent Device DiagnosticReport DocumentReference FamilyMemberHistory GraphDefinition Group Library MessageDefinition MessageHeader NamingSystem Observation OperationDefinition OperationOutcome Organization Parameters Patient PlanDefinition Practitioner PractitionerRole Procedure Provenance Questionnaire QuestionnaireResponse RelatedPerson RequestGroup SearchParameter ServiceRequest Specimen SpecimenDefinition StructureMap Subscription Task - PATH_TO_QUALITY_CONTROL_RULES: custom + PATH_TO_QUALITY_CONTROL_RULES: "" DOTNET_VALIDATION_ENABLED: true JAVA_VALIDATION_ENABLED: false #EXPECTED_FAILS: VALIDATION_EXAMPLES_JAVA From 0cde4b48eae19420d23cf1d0b20d7f0e79311c2a Mon Sep 17 00:00:00 2001 From: Kazeem Hamzat <kazeem.hamzat@nhs.net> Date: Wed, 20 May 2026 17:20:38 +0100 Subject: [PATCH 17/27] Added Custom file Added Custom file --- .github/workflows/firely-validation.yml | 24 ++++-------------- custom.rules.yaml | 33 +++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 19 deletions(-) create mode 100644 custom.rules.yaml diff --git a/.github/workflows/firely-validation.yml b/.github/workflows/firely-validation.yml index 18259e17..cc3d5312 100644 --- a/.github/workflows/firely-validation.yml +++ b/.github/workflows/firely-validation.yml @@ -6,10 +6,10 @@ name: Firely Validation on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [nhsdigital_main] + branches: + - '**' pull_request: - branches: [nhsdigital_main] - + branches: [ master, main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -38,25 +38,13 @@ jobs: with: distribution: 'microsoft' java-version: '21' - - - name: Verify Simplifier Access - env: - SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }} - SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }} - run: | - if [[ -z "$SIMPLIFIER_USERNAME" || -z "$SIMPLIFIER_PASSWORD" ]]; then - echo "ERROR: Simplifier credentials not configured" - exit 1 - fi - - echo "Credentials found" - name: Firely.Terminal (GitHub Actions) uses: FirelyTeam/firely-terminal-pipeline@v0.7.31 with: PATH_TO_CONFORMANCE_RESOURCES: StructureDefinition ValueSet CodeSystem PATH_TO_EXAMPLES: ActivityDefinition AuditEvent BodyStructure Bundle CapabilityStatement Composition ConceptMap Condition Consent Device DiagnosticReport DocumentReference FamilyMemberHistory GraphDefinition Group Library MessageDefinition MessageHeader NamingSystem Observation OperationDefinition OperationOutcome Organization Parameters Patient PlanDefinition Practitioner PractitionerRole Procedure Provenance Questionnaire QuestionnaireResponse RelatedPerson RequestGroup SearchParameter ServiceRequest Specimen SpecimenDefinition StructureMap Subscription Task - PATH_TO_QUALITY_CONTROL_RULES: "" + PATH_TO_QUALITY_CONTROL_RULES: custom DOTNET_VALIDATION_ENABLED: true JAVA_VALIDATION_ENABLED: false #EXPECTED_FAILS: VALIDATION_EXAMPLES_JAVA @@ -65,9 +53,7 @@ jobs: FIRELY_TERMINAL_VERSION: 3.5.0 SUSHI_ENABLED: false - - - # - name: Add & Commit + # - name: Add & Commit. # uses: EndBug/add-and-commit@v9 # with: # add: 'fsh-generated/resources/' \ No newline at end of file diff --git a/custom.rules.yaml b/custom.rules.yaml new file mode 100644 index 00000000..4fe69261 --- /dev/null +++ b/custom.rules.yaml @@ -0,0 +1,33 @@ +- action: parse + name: parse-fhir-resources + status: "Checking if all FHIR Resource files can be parsed" + files: + - /**/*.json + - "!package.json" + - "!*.*" + - "!.github/*.*" + - "!documents/*.*" + - "!Diagrams/*.*" + +- name: resource-validation + status: "Validating resources against the FHIR standard and their profiles" + action: validate + category: Resource + suppress: + - 6005 + - eld-16 + - ref-1 + - dom-6 + - 1012 #ref-1 + - 4005 #dom-6 + - CONFIG #errors in dependencies e.g. loops, outdated, pre-release + - 6006 #failure to contact term service + - 1030 #reference loop + +- action: unique + name: unique-canonicals + status: "Checking if all StructureDefinitions have a unique canonical" + category: StructureDefinition + unique: url + +# - include: manifest From 9c2172fdf66a15f41051ee779f15e467d9a0673c Mon Sep 17 00:00:00 2001 From: Kazeem Hamzat <kazeem.hamzat@nhs.net> Date: Wed, 20 May 2026 18:00:49 +0100 Subject: [PATCH 18/27] Update NHSDigital-Logical-Request.StructureDefinitio Update NHSDigital-Logical-Request.StructureDefinitio --- ...al-Logical-Request.StructureDefinition.xml | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/StructureDefinition/NHSDigital-Logical-Request.StructureDefinition.xml b/StructureDefinition/NHSDigital-Logical-Request.StructureDefinition.xml index 655d6915..696e6d81 100644 --- a/StructureDefinition/NHSDigital-Logical-Request.StructureDefinition.xml +++ b/StructureDefinition/NHSDigital-Logical-Request.StructureDefinition.xml @@ -1,26 +1,26 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> <id value="745e2135-9b3c-4c0c-a3f7-5f22961db23a" /> - <url value="https://fhir.nhs.uk/fhir/StructureDefinition/NHSDigital-Logical-Request" /> + <url value="https://fhir.nhs.uk/fhir/StructureDefinition/NHSDigitalLogicalRequest" /> <name value="NHSDigitalLogicalRequest" /> <status value="draft" /> <fhirVersion value="4.0.1" /> <kind value="logical" /> <abstract value="false" /> - <type value="https://fhir.nhs.uk/fhir/StructureDefinition/UKCore-Request" /> + <type value="NHSDigitalLogicalRequest" /> <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" /> <derivation value="specialization" /> <differential> - <element id="UKCore-Request"> - <path value="UKCore-Request" /> + <element id="NHSDigitalLogicalRequest"> + <path value="NHSDigitalLogicalRequest" /> <min value="0" /> - <max value="*" /> + <max value="1" /> <type> <code value="Element" /> </type> </element> - <element id="UKCore-Request.identifier"> - <path value="UKCore-Request.identifier" /> + <element id="NHSDigitalLogicalRequest.identifier"> + <path value="NHSDigitalLogicalRequest.identifier" /> <definition value="At least one identifier MUST be provided." /> <min value="1" /> <max value="*" /> @@ -29,8 +29,8 @@ <profile value="http://hl7.org/fhir/StructureDefinition/Identifier" /> </type> </element> - <element id="UKCore-Request.subject"> - <path value="UKCore-Request.subject" /> + <element id="NHSDigitalLogicalRequest.subject"> + <path value="NHSDigitalLogicalRequest.subject" /> <definition value="reference should be provided identifier (NHS Number) MUST be provided (if traced), it is not permitted to exchange untraced NHS Numbers" /> <min value="1" /> <max value="1" /> @@ -39,8 +39,8 @@ <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" /> </type> </element> - <element id="UKCore-Request.requester"> - <path value="UKCore-Request.requester" /> + <element id="NHSDigitalLogicalRequest.requester"> + <path value="NHSDigitalLogicalRequest.requester" /> <min value="1" /> <max value="1" /> <type> @@ -51,8 +51,8 @@ <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" /> </type> </element> - <element id="UKCore-Request.code"> - <path value="UKCore-Request.code" /> + <element id="NHSDigitalLogicalRequest.code"> + <path value="NHSDigitalLogicalRequest.code" /> <min value="1" /> <max value="1" /> <type> @@ -60,8 +60,8 @@ <profile value="http://hl7.org/fhir/StructureDefinition/CodeableConcept" /> </type> </element> - <element id="UKCore-Request.status"> - <path value="UKCore-Request.status" /> + <element id="NHSDigitalLogicalRequest.status"> + <path value="NHSDigitalLogicalRequest.status" /> <min value="1" /> <max value="1" /> <type> @@ -69,8 +69,8 @@ <profile value="http://hl7.org/fhir/StructureDefinition/code" /> </type> </element> - <element id="UKCore-Request.encounter"> - <path value="UKCore-Request.encounter" /> + <element id="NHSDigitalLogicalRequest.encounter"> + <path value="NHSDigitalLogicalRequest.encounter" /> <short value="Encounter created as part of (recommended)" /> <min value="0" /> <max value="1" /> From 03eba5087cf811118a3cc13affa4b3cda0e011af Mon Sep 17 00:00:00 2001 From: Kazeem Hamzat <kazeem.hamzat@nhs.net> Date: Wed, 20 May 2026 18:28:45 +0100 Subject: [PATCH 19/27] Update Update --- ...al-Logical-Request.StructureDefinition.xml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/StructureDefinition/NHSDigital-Logical-Request.StructureDefinition.xml b/StructureDefinition/NHSDigital-Logical-Request.StructureDefinition.xml index 696e6d81..f5c2d55d 100644 --- a/StructureDefinition/NHSDigital-Logical-Request.StructureDefinition.xml +++ b/StructureDefinition/NHSDigital-Logical-Request.StructureDefinition.xml @@ -11,16 +11,16 @@ <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" /> <derivation value="specialization" /> <differential> - <element id="NHSDigitalLogicalRequest"> - <path value="NHSDigitalLogicalRequest" /> + <element id="nhsdLogicalRequest"> + <path value="nhsdLogicalRequest" /> <min value="0" /> <max value="1" /> <type> <code value="Element" /> </type> </element> - <element id="NHSDigitalLogicalRequest.identifier"> - <path value="NHSDigitalLogicalRequest.identifier" /> + <element id="nhsdLogicalRequest.identifier"> + <path value="nhsdLogicalRequest.identifier" /> <definition value="At least one identifier MUST be provided." /> <min value="1" /> <max value="*" /> @@ -29,8 +29,8 @@ <profile value="http://hl7.org/fhir/StructureDefinition/Identifier" /> </type> </element> - <element id="NHSDigitalLogicalRequest.subject"> - <path value="NHSDigitalLogicalRequest.subject" /> + <element id="nhsdLogicalRequest.subject"> + <path value="nhsdLogicalRequest.subject" /> <definition value="reference should be provided identifier (NHS Number) MUST be provided (if traced), it is not permitted to exchange untraced NHS Numbers" /> <min value="1" /> <max value="1" /> @@ -39,8 +39,8 @@ <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" /> </type> </element> - <element id="NHSDigitalLogicalRequest.requester"> - <path value="NHSDigitalLogicalRequest.requester" /> + <element id="nhsdLogicalRequest.requester"> + <path value="nhsdLogicalRequest.requester" /> <min value="1" /> <max value="1" /> <type> @@ -51,8 +51,8 @@ <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" /> </type> </element> - <element id="NHSDigitalLogicalRequest.code"> - <path value="NHSDigitalLogicalRequest.code" /> + <element id="nhsdLogicalRequest.code"> + <path value="nhsdLogicalRequest.code" /> <min value="1" /> <max value="1" /> <type> @@ -60,8 +60,8 @@ <profile value="http://hl7.org/fhir/StructureDefinition/CodeableConcept" /> </type> </element> - <element id="NHSDigitalLogicalRequest.status"> - <path value="NHSDigitalLogicalRequest.status" /> + <element id="nhsdLogicalRequest.status"> + <path value="nhsdLogicalRequest.status" /> <min value="1" /> <max value="1" /> <type> @@ -69,8 +69,8 @@ <profile value="http://hl7.org/fhir/StructureDefinition/code" /> </type> </element> - <element id="NHSDigitalLogicalRequest.encounter"> - <path value="NHSDigitalLogicalRequest.encounter" /> + <element id="nhsdLogicalRequest.encounter"> + <path value="nhsdLogicalRequest.encounter" /> <short value="Encounter created as part of (recommended)" /> <min value="0" /> <max value="1" /> From 8a6a29070643e56a2f1aebb15d7651c9f8aa5f6f Mon Sep 17 00:00:00 2001 From: Kazeem Hamzat <kazeem.hamzat@nhs.net> Date: Wed, 20 May 2026 18:35:20 +0100 Subject: [PATCH 20/27] Update NHSDigital-Logical-Request.StructureDefinition. Update NHSDigital-Logical-Request.StructureDefinition. --- .../NHSDigital-Logical-Request.StructureDefinition.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StructureDefinition/NHSDigital-Logical-Request.StructureDefinition.xml b/StructureDefinition/NHSDigital-Logical-Request.StructureDefinition.xml index f5c2d55d..c005506e 100644 --- a/StructureDefinition/NHSDigital-Logical-Request.StructureDefinition.xml +++ b/StructureDefinition/NHSDigital-Logical-Request.StructureDefinition.xml @@ -7,7 +7,7 @@ <fhirVersion value="4.0.1" /> <kind value="logical" /> <abstract value="false" /> - <type value="NHSDigitalLogicalRequest" /> + <type value="nhsdLogicalRequest" /> <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" /> <derivation value="specialization" /> <differential> From cdf164ed8821746b1c3398e6511451f013f8f6eb Mon Sep 17 00:00:00 2001 From: Kazeem Hamzat <kazeem.hamzat@nhs.net> Date: Wed, 20 May 2026 18:36:19 +0100 Subject: [PATCH 21/27] Testing IOPS Testing IOPS --- .github/workflows/terminology.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terminology.yml b/.github/workflows/terminology.yml index 2b54685a..eb43eec7 100644 --- a/.github/workflows/terminology.yml +++ b/.github/workflows/terminology.yml @@ -5,7 +5,7 @@ on: # Triggers the workflow on push or pull request events but only for the master branch # Allows you to run this workflow manually from the Actions tab - #push: + push: workflow_dispatch: From d3384aabf30e6e9a40e40c8540df6db6619d2beb Mon Sep 17 00:00:00 2001 From: Kazeem Hamzat <kazeem.hamzat@nhs.net> Date: Wed, 20 May 2026 18:47:15 +0100 Subject: [PATCH 22/27] Update Update --- ...ital-Logical-Event.StructureDefinition.xml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/StructureDefinition/NHSDigital-Logical-Event.StructureDefinition.xml b/StructureDefinition/NHSDigital-Logical-Event.StructureDefinition.xml index da37cb2b..fe88efcc 100644 --- a/StructureDefinition/NHSDigital-Logical-Event.StructureDefinition.xml +++ b/StructureDefinition/NHSDigital-Logical-Event.StructureDefinition.xml @@ -11,16 +11,16 @@ <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" /> <derivation value="specialization" /> <differential> - <element id="NHSDigital-Logical-Event"> - <path value="NHSDigital-Logical-Event" /> + <element id="nhsdLogicalEvent"> + <path value="nhsdLogicalEvent" /> <min value="0" /> <max value="*" /> <type> <code value="Element" /> </type> </element> - <element id="NHSDigital-Logical-Event.identifier"> - <path value="NHSDigital-Logical-Event.identifier" /> + <element id="nhsdLogicalEvent.identifier"> + <path value="nhsdLogicalEvent.identifier" /> <short value="Business Identifier for {{title}}" /> <min value="1" /> <max value="*" /> @@ -29,8 +29,8 @@ <profile value="http://hl7.org/fhir/StructureDefinition/Identifier" /> </type> </element> - <element id="NHSDigital-Logical-Event.status"> - <path value="NHSDigital-Logical-Event.status" /> + <element id="nhsdLogicalEvent.status"> + <path value="nhsdLogicalEvent.status" /> <short value="Event status" /> <min value="1" /> <max value="1" /> @@ -39,8 +39,8 @@ <profile value="http://hl7.org/fhir/StructureDefinition/code" /> </type> </element> - <element id="NHSDigital-Logical-Event.code"> - <path value="NHSDigital-Logical-Event.code" /> + <element id="nhsdLogicalEvent.code"> + <path value="nhsdLogicalEvent.code" /> <short value="What was done (recommended)" /> <min value="0" /> <max value="1" /> @@ -49,8 +49,8 @@ <profile value="http://hl7.org/fhir/StructureDefinition/CodeableConcept" /> </type> </element> - <element id="NHSDigital-Logical-Event.subject"> - <path value="NHSDigital-Logical-Event.subject" /> + <element id="nhsdLogicalEvent.subject"> + <path value="nhsdLogicalEvent.subject" /> <min value="1" /> <max value="1" /> <type> @@ -58,8 +58,8 @@ <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" /> </type> </element> - <element id="NHSDigital-Logical-Event.encounter"> - <path value="NHSDigital-Logical-Event.encounter" /> + <element id="nhsdLogicalEvent.encounter"> + <path value="nhsdLogicalEvent.encounter" /> <short value="Encounter created as part of (recommended)" /> <min value="0" /> <max value="1" /> @@ -68,8 +68,8 @@ <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter" /> </type> </element> - <element id="NHSDigital-Logical-Event.performer"> - <path value="NHSDigital-Logical-Event.performer" /> + <element id="nhsdLogicalEvent.performer"> + <path value="nhsdLogicalEvent.performer" /> <min value="1" /> <max value="*" /> <type> From 7c83e531cd4c68cd942bc983026568ec351249c6 Mon Sep 17 00:00:00 2001 From: Kazeem Hamzat <kazeem.hamzat@nhs.net> Date: Wed, 20 May 2026 18:51:33 +0100 Subject: [PATCH 23/27] QRes Update QRes Update --- .../NHSDigital-Questionnaire.StructureDefinition.xml | 2 +- .../NHSDigital-QuestionnaireResponse.StructureDefinition.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/StructureDefinition/NHSDigital-Questionnaire.StructureDefinition.xml b/StructureDefinition/NHSDigital-Questionnaire.StructureDefinition.xml index 7cbf6c19..52d4a33d 100644 --- a/StructureDefinition/NHSDigital-Questionnaire.StructureDefinition.xml +++ b/StructureDefinition/NHSDigital-Questionnaire.StructureDefinition.xml @@ -2,9 +2,9 @@ <StructureDefinition xmlns="http://hl7.org/fhir"> <id value="db6d872f-5bae-49df-908b-73540114c723" /> <url value="https://fhir.nhs.uk/StructureDefinition/NHSDigital-Questionnaire" /> + <fhirVersion value="4.0.1" /> <name value="NHSDigitalQuestionnaire" /> <status value="draft" /> - <fhirVersion value="4.0.1" /> <kind value="resource" /> <abstract value="false" /> <type value="Questionnaire" /> diff --git a/StructureDefinition/NHSDigital-QuestionnaireResponse.StructureDefinition.xml b/StructureDefinition/NHSDigital-QuestionnaireResponse.StructureDefinition.xml index c38c7c72..1c9f0c60 100644 --- a/StructureDefinition/NHSDigital-QuestionnaireResponse.StructureDefinition.xml +++ b/StructureDefinition/NHSDigital-QuestionnaireResponse.StructureDefinition.xml @@ -2,8 +2,8 @@ <StructureDefinition xmlns="http://hl7.org/fhir"> <id value="2b02f97f-e0db-48c9-af27-0fc391677dc4" /> <url value="https://fhir.nhs.uk/StructureDefinition/NHSDigital-QuestionnaireResponse" /> - <name value="NHSDigitalQuestionnaireResponse" /> <version value="1.0.1" /> + <name value="NHSDigitalQuestionnaireResponse" /> <status value="draft" /> <date value="2024-08-14T13:51:00+00:00" /> <fhirVersion value="4.0.1" /> From 7e4bbbdd8cdaa020dbf4b07270342f0d65fde867 Mon Sep 17 00:00:00 2001 From: Kazeem Hamzat <kazeem.hamzat@nhs.net> Date: Wed, 20 May 2026 19:29:37 +0100 Subject: [PATCH 24/27] Update Assets Update Assets --- Examples/SDS-Endpoint-Bundle-Example.xml | 4 +-- .../MessageDefinition-document.xml | 2 +- .../MessageDefinition-prescription-order.xml | 2 +- .../MessageHeader-prepare-message.xml | 2 +- ...erationDefinition-prescription-release.xml | 2 +- .../OperationDefinition-release.xml | 2 +- ...l-Provenance-agent.StructureDefinition.xml | 1 + ...ital-Logical-Event.StructureDefinition.xml | 33 ++++++++---------- ...al-Logical-Request.StructureDefinition.xml | 34 ++++++++----------- ...Digital-Medication.StructureDefinition.xml | 2 +- ...l-PractitionerRole.StructureDefinition.xml | 2 +- 11 files changed, 40 insertions(+), 46 deletions(-) diff --git a/Examples/SDS-Endpoint-Bundle-Example.xml b/Examples/SDS-Endpoint-Bundle-Example.xml index 20bb1498..8d5ea19b 100644 --- a/Examples/SDS-Endpoint-Bundle-Example.xml +++ b/Examples/SDS-Endpoint-Bundle-Example.xml @@ -4,10 +4,10 @@ <total value="1"/> <link> <relation value="self"/> - <url value="[baseURL]/Endpoint?organization=https://fhir.nhs.uk/Id/ods-organization-code|R8008&identifier=https://fhir.nhs.uk/Id/nhsEndpointServiceId|urn:nhs:names:services:psis:REPC_IN150016UK05"/> + <url value="http://example.org//Endpoint?organization=https://fhir.nhs.uk/Id/ods-organization-code|R8008&identifier=https://fhir.nhs.uk/Id/nhsEndpointServiceId|urn:nhs:names:services:psis:REPC_IN150016UK05"/> </link> <entry> - <fullUrl value="[baseURL]/Endpoint/f1dc0ac6-45ff-4d2b-bf91-793971e3e286"/> + <fullUrl value="http://example.org//Endpoint/f1dc0ac6-45ff-4d2b-bf91-793971e3e286"/> <resource> <Endpoint> <id value="f1dc0ac6-45ff-4d2b-bf91-793971e3e286"/> diff --git a/MessageDefinition/MessageDefinition-document.xml b/MessageDefinition/MessageDefinition-document.xml index 25ce7e4c..ffb4f462 100644 --- a/MessageDefinition/MessageDefinition-document.xml +++ b/MessageDefinition/MessageDefinition-document.xml @@ -10,12 +10,12 @@ <title value="Patient Documents" /> <status value="active" /> <date value="2021-04-23" /> + <description value="Used to exchange a clinical document. One of FHIR Binary or FHIR Bundle (type=document) is required. If a Binary is supplied a DocumentReference MUST also be supplied."/> <eventCoding> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="document" /> <display value="Document" /> </eventCoding> - <description value="Used to exchange a clinical document. One of FHIR Binary or FHIR Bundle (type=document) is required. If a Binary is supplied a DocumentReference MUST also be supplied."/> <category value="consequence" /> <focus> <code value="DocumentReference" /> diff --git a/MessageDefinition/MessageDefinition-prescription-order.xml b/MessageDefinition/MessageDefinition-prescription-order.xml index 01a16ccf..b8705a42 100644 --- a/MessageDefinition/MessageDefinition-prescription-order.xml +++ b/MessageDefinition/MessageDefinition-prescription-order.xml @@ -10,8 +10,8 @@ <title value="Pharmacy/Treatment Order" /> <status value="active" /> <date value="2020-05-27" /> + <description value="Ordering of medications"/> <base value="https://fhir.hl7.org.uk/MessageDefinition/prescription-order" /> - <description value="Ordering of medications"/> <eventCoding> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="prescription-order" /> diff --git a/OperationDefinition/MessageHeader-prepare-message.xml b/OperationDefinition/MessageHeader-prepare-message.xml index f8ece070..0ba4b79c 100644 --- a/OperationDefinition/MessageHeader-prepare-message.xml +++ b/OperationDefinition/MessageHeader-prepare-message.xml @@ -15,9 +15,9 @@ </contact> <description value="Convert a prescription in FHIR format into the canonicalised HL7 V3 signature fragments which should be signed by the prescriber." /> <code value="prepare" /> + <affectsState value="true" /> <comment value="This operation does not use the parameters resource for input parameters, it does for the response. \n\n A server may return one of several status codes: \n\n * **200 OK**: Indicates that the message has been fully processed." /> <system value="true" /> - <affectsState value="true" /> <type value="false" /> <instance value="false" /> <parameter> diff --git a/OperationDefinition/OperationDefinition-prescription-release.xml b/OperationDefinition/OperationDefinition-prescription-release.xml index 7472e171..327e9c24 100644 --- a/OperationDefinition/OperationDefinition-prescription-release.xml +++ b/OperationDefinition/OperationDefinition-prescription-release.xml @@ -18,8 +18,8 @@ </contact> <description value="Use this operation to download prescriptions from Spine before it is dispensed. You can download a single prescription using the prescription's ID, or download up to 25 prescriptions (per request) nominated to a dispenser using the dispenser's ODS code. The operation will return prescriptions passing signature validation as a collection of Prescription-Order bundles and/or error messages for Prescriptions failing signature validation as a collection of OperationOutcome resources (with the prescription-order messages attached as supportingInfo"></description> <code value="release"></code> - <comment value="Only one of the parameters group-identifier and owner MUST be provided. This operation performs both a query on the message queue and updates the status of returned prescriptions."></comment> <affectsState value="true" /> + <comment value="Only one of the parameters group-identifier and owner MUST be provided. This operation performs both a query on the message queue and updates the status of returned prescriptions."></comment> <resource value="Task"></resource> <system value="false"></system> <type value="true"></type> diff --git a/OperationDefinition/OperationDefinition-release.xml b/OperationDefinition/OperationDefinition-release.xml index d78a5d6e..2b074a27 100644 --- a/OperationDefinition/OperationDefinition-release.xml +++ b/OperationDefinition/OperationDefinition-release.xml @@ -18,8 +18,8 @@ </contact> <description value="Use this endpoint to download prescriptions from Spine before it is dispensed. You can download a single prescription using the prescription's ID, or download up to 25 prescriptions (per request) nominated to a dispenser using the dispenser's ODS code."></description> <code value="release"></code> - <comment value="Only one of the parameters group-identifier and owner MUST be provided. This operation performs both a query on the message queue and updates the status of returned prescriptions."></comment> <affectsState value="true" /> + <comment value="Only one of the parameters group-identifier and owner MUST be provided. This operation performs both a query on the message queue and updates the status of returned prescriptions."></comment> <resource value="Task"></resource> <system value="false"></system> <type value="true"></type> diff --git a/StructureDefinition/Extension-NHSDigital-Provenance-agent.StructureDefinition.xml b/StructureDefinition/Extension-NHSDigital-Provenance-agent.StructureDefinition.xml index bfdadf2e..a0eda6c9 100644 --- a/StructureDefinition/Extension-NHSDigital-Provenance-agent.StructureDefinition.xml +++ b/StructureDefinition/Extension-NHSDigital-Provenance-agent.StructureDefinition.xml @@ -2,6 +2,7 @@ <StructureDefinition xmlns="http://hl7.org/fhir"> <id value="67329733-af3b-40f1-95f8-a83812dc0a43" /> <url value="https://fhir.nhs.uk/StructureDefinition/Extension-Provenance-agent" /> + <version value="1.0.1" /> <name value="ExtensionProvenanceAgent" /> <version value="1.0.1" /> <status value="draft" /> diff --git a/StructureDefinition/NHSDigital-Logical-Event.StructureDefinition.xml b/StructureDefinition/NHSDigital-Logical-Event.StructureDefinition.xml index fe88efcc..d8aacf17 100644 --- a/StructureDefinition/NHSDigital-Logical-Event.StructureDefinition.xml +++ b/StructureDefinition/NHSDigital-Logical-Event.StructureDefinition.xml @@ -11,16 +11,13 @@ <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" /> <derivation value="specialization" /> <differential> - <element id="nhsdLogicalEvent"> - <path value="nhsdLogicalEvent" /> + <element id="NHSDigitalLogicalEvent"> + <path value="NHSDigitalLogicalEvent" /> <min value="0" /> - <max value="*" /> - <type> - <code value="Element" /> - </type> + <max value="1" /> </element> - <element id="nhsdLogicalEvent.identifier"> - <path value="nhsdLogicalEvent.identifier" /> + <element id="NHSDigitalLogicalEvent.identifier"> + <path value="NHSDigitalLogicalEvent.identifier" /> <short value="Business Identifier for {{title}}" /> <min value="1" /> <max value="*" /> @@ -29,8 +26,8 @@ <profile value="http://hl7.org/fhir/StructureDefinition/Identifier" /> </type> </element> - <element id="nhsdLogicalEvent.status"> - <path value="nhsdLogicalEvent.status" /> + <element id="NHSDigitalLogicalEvent.status"> + <path value="NHSDigitalLogicalEvent.status" /> <short value="Event status" /> <min value="1" /> <max value="1" /> @@ -39,8 +36,8 @@ <profile value="http://hl7.org/fhir/StructureDefinition/code" /> </type> </element> - <element id="nhsdLogicalEvent.code"> - <path value="nhsdLogicalEvent.code" /> + <element id="NHSDigitalLogicalEvent.code"> + <path value="NHSDigitalLogicalEvent.code" /> <short value="What was done (recommended)" /> <min value="0" /> <max value="1" /> @@ -49,8 +46,8 @@ <profile value="http://hl7.org/fhir/StructureDefinition/CodeableConcept" /> </type> </element> - <element id="nhsdLogicalEvent.subject"> - <path value="nhsdLogicalEvent.subject" /> + <element id="NHSDigitalLogicalEvent.subject"> + <path value="NHSDigitalLogicalEvent.subject" /> <min value="1" /> <max value="1" /> <type> @@ -58,8 +55,8 @@ <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" /> </type> </element> - <element id="nhsdLogicalEvent.encounter"> - <path value="nhsdLogicalEvent.encounter" /> + <element id="NHSDigitalLogicalEvent.encounter"> + <path value="NHSDigitalLogicalEvent.encounter" /> <short value="Encounter created as part of (recommended)" /> <min value="0" /> <max value="1" /> @@ -68,8 +65,8 @@ <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter" /> </type> </element> - <element id="nhsdLogicalEvent.performer"> - <path value="nhsdLogicalEvent.performer" /> + <element id="NHSDigitalLogicalEvent.performer"> + <path value="NHSDigitalLogicalEvent.performer" /> <min value="1" /> <max value="*" /> <type> diff --git a/StructureDefinition/NHSDigital-Logical-Request.StructureDefinition.xml b/StructureDefinition/NHSDigital-Logical-Request.StructureDefinition.xml index c005506e..5e8e9c47 100644 --- a/StructureDefinition/NHSDigital-Logical-Request.StructureDefinition.xml +++ b/StructureDefinition/NHSDigital-Logical-Request.StructureDefinition.xml @@ -7,30 +7,26 @@ <fhirVersion value="4.0.1" /> <kind value="logical" /> <abstract value="false" /> - <type value="nhsdLogicalRequest" /> + <type value="NHSDigitalLogicalRequest" /> <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" /> <derivation value="specialization" /> <differential> - <element id="nhsdLogicalRequest"> - <path value="nhsdLogicalRequest" /> + <element id="NHSDigitalLogicalRequest"> + <path value="NHSDigitalLogicalRequest" /> <min value="0" /> <max value="1" /> - <type> - <code value="Element" /> - </type> </element> - <element id="nhsdLogicalRequest.identifier"> - <path value="nhsdLogicalRequest.identifier" /> + <element id="NHSDigitalLogicalRequest.identifier"> + <path value="NHSDigitalLogicalRequest.identifier" /> <definition value="At least one identifier MUST be provided." /> <min value="1" /> <max value="*" /> <type> <code value="Identifier" /> - <profile value="http://hl7.org/fhir/StructureDefinition/Identifier" /> </type> </element> - <element id="nhsdLogicalRequest.subject"> - <path value="nhsdLogicalRequest.subject" /> + <element id="NHSDigitalLogicalRequest.subject"> + <path value="NHSDigitalLogicalRequest.subject" /> <definition value="reference should be provided identifier (NHS Number) MUST be provided (if traced), it is not permitted to exchange untraced NHS Numbers" /> <min value="1" /> <max value="1" /> @@ -39,8 +35,8 @@ <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" /> </type> </element> - <element id="nhsdLogicalRequest.requester"> - <path value="nhsdLogicalRequest.requester" /> + <element id="NHSDigitalLogicalRequest.requester"> + <path value="NHSDigitalLogicalRequest.requester" /> <min value="1" /> <max value="1" /> <type> @@ -51,8 +47,8 @@ <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" /> </type> </element> - <element id="nhsdLogicalRequest.code"> - <path value="nhsdLogicalRequest.code" /> + <element id="NHSDigitalLogicalRequest.code"> + <path value="NHSDigitalLogicalRequest.code" /> <min value="1" /> <max value="1" /> <type> @@ -60,8 +56,8 @@ <profile value="http://hl7.org/fhir/StructureDefinition/CodeableConcept" /> </type> </element> - <element id="nhsdLogicalRequest.status"> - <path value="nhsdLogicalRequest.status" /> + <element id="NHSDigitalLogicalRequest.status"> + <path value="NHSDigitalLogicalRequest.status" /> <min value="1" /> <max value="1" /> <type> @@ -69,8 +65,8 @@ <profile value="http://hl7.org/fhir/StructureDefinition/code" /> </type> </element> - <element id="nhsdLogicalRequest.encounter"> - <path value="nhsdLogicalRequest.encounter" /> + <element id="NHSDigitalLogicalRequest.encounter"> + <path value="NHSDigitalLogicalRequest.encounter" /> <short value="Encounter created as part of (recommended)" /> <min value="0" /> <max value="1" /> diff --git a/StructureDefinition/NHSDigital-Medication.StructureDefinition.xml b/StructureDefinition/NHSDigital-Medication.StructureDefinition.xml index 68f0bdcc..66a44dac 100644 --- a/StructureDefinition/NHSDigital-Medication.StructureDefinition.xml +++ b/StructureDefinition/NHSDigital-Medication.StructureDefinition.xml @@ -2,8 +2,8 @@ <id value="NHSDigital-Medication" /> <url value="https://fhir.nhs.uk/StructureDefinition/NHSDigital-Medication" /> <name value="NHSDigitalMedication" /> - <title value="NHS Digital Medication" /> <version value="2.1.0" /> + <title value="NHS Digital Medication" /> <status value="active" /> <date value="2022-08-03" /> <publisher value="NHS Digital" /> diff --git a/StructureDefinition/NHSDigital-PractitionerRole.StructureDefinition.xml b/StructureDefinition/NHSDigital-PractitionerRole.StructureDefinition.xml index 18d4683d..89758e7e 100644 --- a/StructureDefinition/NHSDigital-PractitionerRole.StructureDefinition.xml +++ b/StructureDefinition/NHSDigital-PractitionerRole.StructureDefinition.xml @@ -2,8 +2,8 @@ <StructureDefinition xmlns="http://hl7.org/fhir"> <id value="51533f7f-1fa3-4866-a200-01618d377455" /> <url value="https://fhir.nhs.uk/StructureDefinition/NHSDigital-PractitionerRole" /> + <version value="1.0.1" /> <name value="NHSDigitalPractitionerRole" /> - <version value="1.0.1" /> <status value="draft" /> <date value="2024-08-14T13:51:00+00:00" /> <fhirVersion value="4.0.1" /> From 470650423d5a306c3fb2603fc1f6ac558efd70f5 Mon Sep 17 00:00:00 2001 From: Kazeem Hamzat <kazeem.hamzat@nhs.net> Date: Wed, 20 May 2026 19:59:40 +0100 Subject: [PATCH 25/27] Suppress Suppress --- .github/workflows/firely-validation.yml | 2 +- custom.rules.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/firely-validation.yml b/.github/workflows/firely-validation.yml index cc3d5312..5fe1469f 100644 --- a/.github/workflows/firely-validation.yml +++ b/.github/workflows/firely-validation.yml @@ -47,7 +47,7 @@ jobs: PATH_TO_QUALITY_CONTROL_RULES: custom DOTNET_VALIDATION_ENABLED: true JAVA_VALIDATION_ENABLED: false - #EXPECTED_FAILS: VALIDATION_EXAMPLES_JAVA + #EXPECTED_FAILS: VALIDATION_EXAMPLES_JAVA SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }} SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }} FIRELY_TERMINAL_VERSION: 3.5.0 diff --git a/custom.rules.yaml b/custom.rules.yaml index 4fe69261..ee7754d4 100644 --- a/custom.rules.yaml +++ b/custom.rules.yaml @@ -23,6 +23,7 @@ - CONFIG #errors in dependencies e.g. loops, outdated, pre-release - 6006 #failure to contact term service - 1030 #reference loop + - 4009 #missing extensions - action: unique name: unique-canonicals From 7184e7068406921a8e5e2ad842d240f5c72b6f16 Mon Sep 17 00:00:00 2001 From: Kazeem Hamzat <kazeem.hamzat@nhs.net> Date: Wed, 20 May 2026 20:19:45 +0100 Subject: [PATCH 26/27] Update Extension-NHSDigital-Provenance-agent.StructureDefinitio Update Extension-NHSDigital-Provenance-agent.StructureDefinitio --- ...Extension-NHSDigital-Provenance-agent.StructureDefinition.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/StructureDefinition/Extension-NHSDigital-Provenance-agent.StructureDefinition.xml b/StructureDefinition/Extension-NHSDigital-Provenance-agent.StructureDefinition.xml index a0eda6c9..e6c0cf03 100644 --- a/StructureDefinition/Extension-NHSDigital-Provenance-agent.StructureDefinition.xml +++ b/StructureDefinition/Extension-NHSDigital-Provenance-agent.StructureDefinition.xml @@ -4,7 +4,6 @@ <url value="https://fhir.nhs.uk/StructureDefinition/Extension-Provenance-agent" /> <version value="1.0.1" /> <name value="ExtensionProvenanceAgent" /> - <version value="1.0.1" /> <status value="draft" /> <date value="2024-08-14T13:51:00+00:00" /> <fhirVersion value="4.0.1" /> From 797b6c69598b7426f92494a3b53c3148ab8ed3ab Mon Sep 17 00:00:00 2001 From: Kazeem Hamzat <kazeem.hamzat@nhs.net> Date: Wed, 20 May 2026 20:27:31 +0100 Subject: [PATCH 27/27] Suprress IOPS Val Suprress IOPS Val --- .github/workflows/terminology.yml | 2 +- .../NHSDigital-Medication.StructureDefinition.xml | 2 +- .../NHSDigital-QuestionnaireResponse.StructureDefinition.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/terminology.yml b/.github/workflows/terminology.yml index eb43eec7..2b54685a 100644 --- a/.github/workflows/terminology.yml +++ b/.github/workflows/terminology.yml @@ -5,7 +5,7 @@ on: # Triggers the workflow on push or pull request events but only for the master branch # Allows you to run this workflow manually from the Actions tab - push: + #push: workflow_dispatch: diff --git a/StructureDefinition/NHSDigital-Medication.StructureDefinition.xml b/StructureDefinition/NHSDigital-Medication.StructureDefinition.xml index 66a44dac..9945fc5f 100644 --- a/StructureDefinition/NHSDigital-Medication.StructureDefinition.xml +++ b/StructureDefinition/NHSDigital-Medication.StructureDefinition.xml @@ -1,8 +1,8 @@ <StructureDefinition xmlns="http://hl7.org/fhir"> <id value="NHSDigital-Medication" /> <url value="https://fhir.nhs.uk/StructureDefinition/NHSDigital-Medication" /> + <version value="2.1.0" /> <name value="NHSDigitalMedication" /> - <version value="2.1.0" /> <title value="NHS Digital Medication" /> <status value="active" /> <date value="2022-08-03" /> diff --git a/StructureDefinition/NHSDigital-QuestionnaireResponse.StructureDefinition.xml b/StructureDefinition/NHSDigital-QuestionnaireResponse.StructureDefinition.xml index 1c9f0c60..c38c7c72 100644 --- a/StructureDefinition/NHSDigital-QuestionnaireResponse.StructureDefinition.xml +++ b/StructureDefinition/NHSDigital-QuestionnaireResponse.StructureDefinition.xml @@ -2,8 +2,8 @@ <StructureDefinition xmlns="http://hl7.org/fhir"> <id value="2b02f97f-e0db-48c9-af27-0fc391677dc4" /> <url value="https://fhir.nhs.uk/StructureDefinition/NHSDigital-QuestionnaireResponse" /> - <version value="1.0.1" /> <name value="NHSDigitalQuestionnaireResponse" /> + <version value="1.0.1" /> <status value="draft" /> <date value="2024-08-14T13:51:00+00:00" /> <fhirVersion value="4.0.1" />