From 886c17b87b798b470e4204238b0431ba7c50500e Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:11:06 +0000 Subject: [PATCH 01/13] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 76f30d6a4..649c60d1b 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "4.0.1" ], "dependencies": { - "hl7.fhir.r4.core": "4.0.1" + "hl7.fhir.r4.core": "4.0.1", + "hl7.fhir.uv.xver-r5.r4": "0.0.1-snapshot-2" } } From f621437f0c35f10d2c64062e2a57daebee0273a1 Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:19:26 +0000 Subject: [PATCH 02/13] Delete structuredefinitions/Extension-UKCore-SpecimenContainerLocation.xml --- ...nsion-UKCore-SpecimenContainerLocation.xml | 54 ------------------- 1 file changed, 54 deletions(-) delete mode 100644 structuredefinitions/Extension-UKCore-SpecimenContainerLocation.xml diff --git a/structuredefinitions/Extension-UKCore-SpecimenContainerLocation.xml b/structuredefinitions/Extension-UKCore-SpecimenContainerLocation.xml deleted file mode 100644 index d0d1aaf65..000000000 --- a/structuredefinitions/Extension-UKCore-SpecimenContainerLocation.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - <status value="draft" /> - <date value="2023-12-05" /> - <publisher value="HL7 UK" /> - <contact> - <name value="HL7 UK" /> - <telecom> - <system value="email" /> - <value value="ukcore@hl7.org.uk" /> - <use value="work" /> - <rank value="1" /> - </telecom> - </contact> - <description value="Allows the referencing of Location within Specimen.container." /> - <purpose value="This is a use case from Genomics to backport R5 functionality extending the referencing of Specimen.container to include a Location reference" /> - <copyright value="Copyright © 2021+ HL7 UK 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 value="4.0.1" /> - <kind value="complex-type" /> - <abstract value="false" /> - <context> - <type value="element" /> - <expression value="Specimen.container" /> - </context> - <type value="Extension" /> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> - <derivation value="constraint" /> - <differential> - <element id="Extension"> - <path value="Extension" /> - <short value="Where the container is." /> - <definition value="The location of the container holding the specimen." /> - </element> - <element id="Extension.url"> - <path value="Extension.url" /> - <fixedUri value="http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.container.location" /> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]" /> - <short value="Where the container is." /> - <min value="1" /> - <max value="1" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location" /> - </type> - </element> - </differential> -</StructureDefinition> From c54edd3b876efdf36a0df4bc26d2158ae9e21d7f Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:19:42 +0000 Subject: [PATCH 03/13] Delete structuredefinitions/Extension-UKCore-ObservationBodyStructure.xml --- ...ension-UKCore-ObservationBodyStructure.xml | 58 ------------------- 1 file changed, 58 deletions(-) delete mode 100644 structuredefinitions/Extension-UKCore-ObservationBodyStructure.xml diff --git a/structuredefinitions/Extension-UKCore-ObservationBodyStructure.xml b/structuredefinitions/Extension-UKCore-ObservationBodyStructure.xml deleted file mode 100644 index 8b34ac7a6..000000000 --- a/structuredefinitions/Extension-UKCore-ObservationBodyStructure.xml +++ /dev/null @@ -1,58 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-ObservationBodyStructure" /> - <url value="http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.bodyStructure" /> - <version value="1.0.0" /> - <name value="ExtensionUKCoreObservationBodyStructure" /> - <title value="Extension UK Core Observation Body Structure" /> - <status value="active" /> - <date value="2023-12-12" /> - <publisher value="HL7 UK" /> - <contact> - <name value="HL7 UK" /> - <telecom> - <system value="email" /> - <value value="ukcore@hl7.org.uk" /> - <use value="work" /> - <rank value="1" /> - </telecom> - </contact> - <description value="An extension to support adding a BodyStructure on an Observation." /> - <purpose value="This is a Pathology use case to support the backporting of R5 functionality to support adding a BodyStructure to an Observation." /> - <copyright value="Copyright © 2021+ HL7 UK 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 value="4.0.1" /> - <mapping> - <identity value="rim" /> - <uri value="http://hl7.org/v3" /> - <name value="RIM Mapping" /> - </mapping> - <kind value="complex-type" /> - <abstract value="false" /> - <context> - <type value="element" /> - <expression value="Observation" /> - </context> - <type value="Extension" /> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> - <derivation value="constraint" /> - <differential> - <element id="Extension"> - <path value="Extension" /> - <short value="Observed body structure." /> - <definition value="Indicates the body structure on the subject's body where the observation was made (i.e. the target site)." /> - <max value="1" /> - </element> - <element id="Extension.url"> - <path value="Extension.url" /> - <fixedUri value="http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.bodyStructure" /> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]" /> - <min value="1" /> - <type> - <code value="Reference" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/BodyStructure" /> - </type> - </element> - </differential> -</StructureDefinition> \ No newline at end of file From 1e108cbd8543f6d8e0db172ac150e183ac77cd0f Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:19:59 +0000 Subject: [PATCH 04/13] Delete structuredefinitions/Extension-UKCore-DiagnosticReportNote.xml --- .../Extension-UKCore-DiagnosticReportNote.xml | 58 ------------------- 1 file changed, 58 deletions(-) delete mode 100644 structuredefinitions/Extension-UKCore-DiagnosticReportNote.xml diff --git a/structuredefinitions/Extension-UKCore-DiagnosticReportNote.xml b/structuredefinitions/Extension-UKCore-DiagnosticReportNote.xml deleted file mode 100644 index 3acf15e31..000000000 --- a/structuredefinitions/Extension-UKCore-DiagnosticReportNote.xml +++ /dev/null @@ -1,58 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-DiagnosticReportNote" /> - <url value="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note" /> - <version value="1.1.0" /> - <name value="ExtensionUKCoreDiagnosticReportNote" /> - <title value="Extension UK Core Diagnostic Report Note" /> - <status value="active" /> - <date value="2023-12-12" /> - <publisher value="HL7 UK" /> - <contact> - <name value="HL7 UK" /> - <telecom> - <system value="email" /> - <value value="ukcore@hl7.org.uk" /> - <use value="work" /> - <rank value="1" /> - </telecom> - </contact> - <description value="An extension to support adding comments about the diagnostic report." /> - <purpose value="This is a Genomics use case to support the backporting of R5 functionality to support adding general statements about the diagnostic report, or statements about significant, unexpected or unreliable results values contained within the diagnostic report, or information about its source when relevant to its interpretation." /> - <copyright value="Copyright © 2021+ HL7 UK 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 value="4.0.1" /> - <mapping> - <identity value="rim" /> - <uri value="http://hl7.org/v3" /> - <name value="RIM Mapping" /> - </mapping> - <kind value="complex-type" /> - <abstract value="false" /> - <context> - <type value="element" /> - <expression value="DiagnosticReport" /> - </context> - <type value="Extension" /> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> - <derivation value="constraint" /> - <differential> - <element id="Extension"> - <path value="Extension" /> - <short value="Comments about the diagnostic report." /> - <definition value="May include general statements about the diagnostic report, or statements about significant, unexpected or unreliable results values contained within the diagnostic report, or information about its source when relevant to its interpretation." /> - </element> - <element id="Extension.url"> - <path value="Extension.url" /> - <fixedUri value="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note" /> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]" /> - <short value="Comments about the diagnostic report." /> - <definition value="Need to be able to provide free text additional information." /> - <min value="1" /> - <type> - <code value="Annotation" /> - </type> - </element> - </differential> -</StructureDefinition> \ No newline at end of file From 6cfdd1cc6fda0ea14be62b4411b4b43438304a79 Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:20:16 +0000 Subject: [PATCH 05/13] Delete structuredefinitions/Extension-UKCore-DiagnosticReportComposition.xml --- ...ion-UKCore-DiagnosticReportComposition.xml | 59 ------------------- 1 file changed, 59 deletions(-) delete mode 100644 structuredefinitions/Extension-UKCore-DiagnosticReportComposition.xml diff --git a/structuredefinitions/Extension-UKCore-DiagnosticReportComposition.xml b/structuredefinitions/Extension-UKCore-DiagnosticReportComposition.xml deleted file mode 100644 index ca47d6827..000000000 --- a/structuredefinitions/Extension-UKCore-DiagnosticReportComposition.xml +++ /dev/null @@ -1,59 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-DiagnosticReportComposition" /> - <url value="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition" /> - <version value="1.1.0" /> - <name value="ExtensionUKCoreDiagnosticReportComposition" /> - <title value="Extension UK Core Diagnostic Report Composition" /> - <status value="active" /> - <date value="2023-12-12" /> - <publisher value="HL7 UK" /> - <contact> - <name value="HL7 UK" /> - <telecom> - <system value="email" /> - <value value="ukcore@hl7.org.uk" /> - <use value="work" /> - <rank value="1" /> - </telecom> - </contact> - <description value="This extension allows a Reference to a Composition resource instance that provides structure for organizing the contents of the DiagnosticReport." /> - <purpose value="This is a use case from Genomics to backport R5 functionality and align with HL7 EU laboratory IG." /> - <copyright value="Copyright © 2021+ HL7 UK 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 value="4.0.1" /> - <mapping> - <identity value="rim" /> - <uri value="http://hl7.org/v3" /> - <name value="RIM Mapping" /> - </mapping> - <kind value="complex-type" /> - <abstract value="false" /> - <context> - <type value="element" /> - <expression value="DiagnosticReport" /> - </context> - <type value="Extension" /> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> - <derivation value="constraint" /> - <differential> - <element id="Extension"> - <path value="Extension" /> - <short value="A Composition reference for a DiagnosticReport." /> - <definition value="A Reference to a Composition resource instance that provides structure for organizing the contents of the DiagnosticReport." /> - </element> - <element id="Extension.url"> - <path value="Extension.url" /> - <fixedUri value="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition" /> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]" /> - <short value="Reference to a Composition resource for the DiagnosticReport structure" /> - <definition value="The Composition provides structure to the content of the DiagnosticReport (and only contains contents referenced in the DiagnosticReport) - e.g., to order the sections of an anatomic pathology structured report." /> - <min value="1" /> - <type> - <code value="Reference" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/Composition" /> - </type> - </element> - </differential> -</StructureDefinition> \ No newline at end of file From eea6a84bb9a7bf67bedd8e9958872d578cafe4b5 Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:20:32 +0000 Subject: [PATCH 06/13] Delete structuredefinitions/Extension-UKCore-ObservationTriggeredBy.xml --- ...xtension-UKCore-ObservationTriggeredBy.xml | 130 ------------------ 1 file changed, 130 deletions(-) delete mode 100644 structuredefinitions/Extension-UKCore-ObservationTriggeredBy.xml diff --git a/structuredefinitions/Extension-UKCore-ObservationTriggeredBy.xml b/structuredefinitions/Extension-UKCore-ObservationTriggeredBy.xml deleted file mode 100644 index 75252c047..000000000 --- a/structuredefinitions/Extension-UKCore-ObservationTriggeredBy.xml +++ /dev/null @@ -1,130 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-ObservationTriggeredBy" /> - <url value="http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.triggeredBy" /> - <version value="1.1.0" /> - <name value="ExtensionUKCoreObservationTriggeredBy" /> - <title value="Extension UK Core Observation Triggered By" /> - <status value="active" /> - <date value="2023-12-12" /> - <publisher value="HL7 UK" /> - <contact> - <name value="HL7 UK" /> - <telecom> - <system value="email" /> - <value value="ukcore@hl7.org.uk" /> - <use value="work" /> - <rank value="1" /> - </telecom> - </contact> - <description value="This extension supports the sharing of the observation(s) that triggered the performance of the main observation." /> - <purpose value="This is a Pathology use case to backport R5 functionality to identify the observation(s) that triggered the performance of this observation." /> - <copyright value="Copyright © 2021+ HL7 UK 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 value="4.0.1" /> - <mapping> - <identity value="rim" /> - <uri value="http://hl7.org/v3" /> - <name value="RIM Mapping" /> - </mapping> - <kind value="complex-type" /> - <abstract value="false" /> - <context> - <type value="element" /> - <expression value="Observation" /> - </context> - <type value="Extension" /> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> - <derivation value="constraint" /> - <differential> - <element id="Extension"> - <path value="Extension" /> - <short value="Triggering observation(s)" /> - <definition value="Identifies the observation(s) that triggered the performance of this observation." /> - </element> - <element id="Extension.extension"> - <path value="Extension.extension" /> - <min value="2" /> - </element> - <element id="Extension.extension:observation"> - <path value="Extension.extension" /> - <sliceName value="observation" /> - <short value="Triggering observation" /> - <definition value="Reference to the triggering observation." /> - <min value="1" /> - <max value="1" /> - </element> - <element id="Extension.extension:observation.extension"> - <path value="Extension.extension.extension" /> - <max value="0" /> - </element> - <element id="Extension.extension:observation.url"> - <path value="Extension.extension.url" /> - <fixedUri value="observation" /> - </element> - <element id="Extension.extension:observation.value[x]"> - <path value="Extension.extension.value[x]" /> - <min value="1" /> - <type> - <code value="Reference" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/Observation" /> - </type> - </element> - <element id="Extension.extension:type"> - <path value="Extension.extension" /> - <sliceName value="type" /> - <short value="reflex | repeat | re-run" /> - <definition value="The type of trigger. Reflex | Repeat | Re-run." /> - <min value="1" /> - <max value="1" /> - <binding> - <strength value="required" /> - <valueSet value="http://hl7.org/fhir/ValueSet/observation-triggeredbytype" /> - </binding> - </element> - <element id="Extension.extension:type.extension"> - <path value="Extension.extension.extension" /> - <max value="0" /> - </element> - <element id="Extension.extension:type.url"> - <path value="Extension.extension.url" /> - <fixedUri value="type" /> - </element> - <element id="Extension.extension:type.value[x]"> - <path value="Extension.extension.value[x]" /> - <min value="1" /> - <type> - <code value="code" /> - </type> - </element> - <element id="Extension.extension:reason"> - <path value="Extension.extension" /> - <sliceName value="reason" /> - <short value="Reason that the observation was triggered" /> - <definition value="Provides the reason why this observation was performed as a result of the observation(s) referenced." /> - <max value="1" /> - </element> - <element id="Extension.extension:reason.extension"> - <path value="Extension.extension.extension" /> - <max value="0" /> - </element> - <element id="Extension.extension:reason.url"> - <path value="Extension.extension.url" /> - <fixedUri value="reason" /> - </element> - <element id="Extension.extension:reason.value[x]"> - <path value="Extension.extension.value[x]" /> - <min value="1" /> - <type> - <code value="string" /> - </type> - </element> - <element id="Extension.url"> - <path value="Extension.url" /> - <fixedUri value="http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.triggeredBy" /> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]" /> - <max value="0" /> - </element> - </differential> -</StructureDefinition> \ No newline at end of file From 4f1c1d2b5ebba264b71d4f845031efb6acc4b350 Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:20:49 +0000 Subject: [PATCH 07/13] Delete structuredefinitions/Extension-UKCore-DiagnosticReportSupportingInfo.xml --- ...-UKCore-DiagnosticReportSupportingInfo.xml | 110 ------------------ 1 file changed, 110 deletions(-) delete mode 100644 structuredefinitions/Extension-UKCore-DiagnosticReportSupportingInfo.xml diff --git a/structuredefinitions/Extension-UKCore-DiagnosticReportSupportingInfo.xml b/structuredefinitions/Extension-UKCore-DiagnosticReportSupportingInfo.xml deleted file mode 100644 index 81ef30afd..000000000 --- a/structuredefinitions/Extension-UKCore-DiagnosticReportSupportingInfo.xml +++ /dev/null @@ -1,110 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-DiagnosticReportSupportingInfo" /> - <url value="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.supportingInfo" /> - <version value="1.0.1" /> - <name value="ExtensionUKCoreDiagnosticReportSupportingInfo" /> - <title value="Extension UK Core Diagnostic Report Supporting Info" /> - <status value="active" /> - <date value="2025-02-11" /> - <publisher value="HL7 UK" /> - <contact> - <name value="HL7 UK" /> - <telecom> - <system value="email" /> - <value value="ukcore@hl7.org.uk" /> - <use value="work" /> - <rank value="1" /> - </telecom> - </contact> - <description value="An extension to support adding additional info supporting the diagnostic report." /> - <purpose value="This is a Pathology use case to support the backporting of R5 functionality to support adding additional supporting information that was used in the creation of the diagnostic report." /> - <copyright value="Copyright © 2021+ HL7 UK 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 value="4.0.1" /> - <mapping> - <identity value="rim" /> - <uri value="http://hl7.org/v3" /> - <name value="RIM Mapping" /> - </mapping> - <kind value="complex-type" /> - <abstract value="false" /> - <context> - <type value="element" /> - <expression value="DiagnosticReport" /> - </context> - <type value="Extension" /> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> - <derivation value="constraint" /> - <differential> - <element id="Extension"> - <path value="Extension" /> - <short value="Additional information supporting the diagnostic report." /> - <definition value="This backbone element contains supporting information that was used in the creation of the report not included in the results already included in the report." /> - </element> - <element id="Extension.extension"> - <path value="Extension.extension" /> - <slicing> - <discriminator> - <type value="value" /> - <path value="url" /> - </discriminator> - <rules value="open" /> - </slicing> - <min value="1" /> - </element> - <element id="Extension.extension:type"> - <path value="Extension.extension" /> - <sliceName value="type" /> - <short value="Supporting information role code." /> - <definition value="The code value for the role of the supporting information in the diagnostic report." /> - <min value="1" /> - <max value="1" /> - <binding> - <strength value="example" /> - <valueSet value="http://terminology.hl7.org/ValueSet/v2-0936" /> - </binding> - </element> - <element id="Extension.extension:type.url"> - <path value="Extension.extension.url" /> - <fixedUri value="type" /> - </element> - <element id="Extension.extension:type.value[x]"> - <path value="Extension.extension.value[x]" /> - <min value="1" /> - <type> - <code value="CodeableConcept" /> - </type> - </element> - <element id="Extension.extension:reference"> - <path value="Extension.extension" /> - <sliceName value="reference" /> - <short value="Who or what participated in the activities related to the family member history." /> - <definition value="The reference for the supporting information in the diagnostic report." /> - <min value="1" /> - <max value="1" /> - </element> - <element id="Extension.extension:reference.url"> - <path value="Extension.extension.url" /> - <fixedUri value="reference" /> - </element> - <element id="Extension.extension:reference.value[x]"> - <path value="Extension.extension.value[x]" /> - <min value="1" /> - <max value="1" /> - <type> - <code value="Reference" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/Procedure" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/Observation" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/DiagnosticReport" /> - </type> - </element> - <element id="Extension.url"> - <path value="Extension.url" /> - <fixedUri value="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.supportingInfo" /> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]" /> - <max value="0" /> - </element> - </differential> -</StructureDefinition> From 6776f7d14477af7a2f305ea5686df28052007b7d Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:21:06 +0000 Subject: [PATCH 08/13] Delete structuredefinitions/Extension-UKCore-FamilyMemberHistoryParticipant.xml --- ...-UKCore-FamilyMemberHistoryParticipant.xml | 105 ------------------ 1 file changed, 105 deletions(-) delete mode 100644 structuredefinitions/Extension-UKCore-FamilyMemberHistoryParticipant.xml diff --git a/structuredefinitions/Extension-UKCore-FamilyMemberHistoryParticipant.xml b/structuredefinitions/Extension-UKCore-FamilyMemberHistoryParticipant.xml deleted file mode 100644 index 6aa614640..000000000 --- a/structuredefinitions/Extension-UKCore-FamilyMemberHistoryParticipant.xml +++ /dev/null @@ -1,105 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-FamilyMemberHistoryParticipant" /> - <url value="http://hl7.org/fhir/5.0/StructureDefinition/extension-FamilyMemberHistory.participant" /> - <version value="1.1.0" /> - <name value="ExtensionUKCoreFamilyMemberHistoryParticipant" /> - <title value="Extension UK Core Family Member History Participant" /> - <status value="active" /> - <date value="2024-07-11" /> - <publisher value="HL7 UK" /> - <contact> - <name value="HL7 UK" /> - <telecom> - <system value="email" /> - <value value="ukcore@hl7.org.uk" /> - <use value="work" /> - <rank value="1" /> - </telecom> - </contact> - <description value="An extension to indicate who or what participated in the activities related to the family member history and how they were involved." /> - <purpose value="This extension is a Genomics use case to replicate the R5 FamilyMemberHistory.participant functionality in R4, and is to be used to indicate who or what participated in the activities related to the family member history and how they were involved." /> - <copyright value="Copyright © 2021+ HL7 UK 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 value="4.0.1" /> - <mapping> - <identity value="rim" /> - <uri value="http://hl7.org/v3" /> - <name value="RIM Mapping" /> - </mapping> - <kind value="complex-type" /> - <abstract value="false" /> - <context> - <type value="element" /> - <expression value="FamilyMemberHistory" /> - </context> - <type value="Extension" /> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> - <derivation value="constraint" /> - <differential> - <element id="Extension"> - <path value="Extension" /> - <short value="Who or what participated in the activities related to the family member history." /> - <definition value="An extension to record who or what participated in the activities related to the family member history." /> - </element> - <element id="Extension.extension"> - <path value="Extension.extension" /> - <min value="1" /> - </element> - <element id="Extension.extension:function"> - <path value="Extension.extension" /> - <sliceName value="function" /> - <short value="The type of involvement in the activities related to the family member history." /> - <definition value="Distinguishes the type of involvement of the actor in the activities related to the family member history." /> - <max value="1" /> - <binding> - <strength value="extensible" /> - <valueSet value="http://hl7.org/fhir/ValueSet/participation-role-type" /> - </binding> - </element> - <element id="Extension.extension:function.url"> - <path value="Extension.extension.url" /> - <fixedUri value="function" /> - </element> - <element id="Extension.extension:function.value[x]"> - <path value="Extension.extension.value[x]" /> - <min value="1" /> - <type> - <code value="CodeableConcept" /> - </type> - </element> - <element id="Extension.extension:actor"> - <path value="Extension.extension" /> - <sliceName value="actor" /> - <short value="Who or what participated in the activities related to the family member history." /> - <definition value="Indicates who or what participated in the activities related to the family member history." /> - <min value="1" /> - <max value="1" /> - </element> - <element id="Extension.extension:actor.url"> - <path value="Extension.extension.url" /> - <fixedUri value="actor" /> - </element> - <element id="Extension.extension:actor.value[x]"> - <path value="Extension.extension.value[x]" /> - <min value="1" /> - <type> - <code value="Reference" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/CareTeam" /> - </type> - </element> - <element id="Extension.url"> - <path value="Extension.url" /> - <fixedUri value="http://hl7.org/fhir/5.0/StructureDefinition/extension-FamilyMemberHistory.participant" /> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]" /> - <max value="0" /> - </element> - </differential> -</StructureDefinition> \ No newline at end of file From e769f2ca7044ec8c4548aee7540ef44ef4bc1042 Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:21:26 +0000 Subject: [PATCH 09/13] Delete structuredefinitions/Extension-UKCore-BodySiteReference.xml --- .../Extension-UKCore-BodySiteReference.xml | 53 ------------------- 1 file changed, 53 deletions(-) delete mode 100644 structuredefinitions/Extension-UKCore-BodySiteReference.xml diff --git a/structuredefinitions/Extension-UKCore-BodySiteReference.xml b/structuredefinitions/Extension-UKCore-BodySiteReference.xml deleted file mode 100644 index 10ce411bf..000000000 --- a/structuredefinitions/Extension-UKCore-BodySiteReference.xml +++ /dev/null @@ -1,53 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-BodySiteReference" /> - <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference" /> - <version value="1.0.0" /> - <name value="ExtensionUKCoreBodySiteReference" /> - <title value="Extension UK Core Body Site Reference" /> - <status value="active" /> - <date value="2023-04-28" /> - <publisher value="HL7 UK" /> - <contact> - <name value="HL7 UK" /> - <telecom> - <system value="email" /> - <value value="ukcore@hl7.org.uk" /> - <use value="work" /> - <rank value="1" /> - </telecom> - </contact> - <description value="An extension to replicate the changes within R5 allowing the data type of Specimen.collection.bodySite to act as a CodeableReference (BodyStructure)." /> - <purpose value="Allowing the referencing to bodyStructure" /> - <copyright value="Copyright &#169; 2021+ HL7 UK 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." /> - <fhirVersion value="4.0.1" /> - <kind value="complex-type" /> - <abstract value="false" /> - <context> - <type value="element" /> - <expression value="Specimen.collection.bodySite" /> - </context> - <type value="Extension" /> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> - <derivation value="constraint" /> - <differential> - <element id="Extension"> - <path value="Extension" /> - <short value="An extension to allow the referencing to BodyStructure" /> - <definition value="An extension to replicate the changes within R5 altering the data type of Specimen.collection.bodySite from CodeableConcept to CodeableReference (bodyStructure)." /> - </element> - <element id="Extension.url"> - <path value="Extension.url" /> - <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference" /> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]" /> - <short value="Reference to BodyStructure" /> - <min value="1" /> - <type> - <code value="Reference" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/BodyStructure" /> - </type> - </element> - </differential> -</StructureDefinition> \ No newline at end of file From a4fff25ce3d52451aede5149bf39ff5a96ab6576 Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:21:44 +0000 Subject: [PATCH 10/13] Delete structuredefinitions/Extension-UKCore-SubscriptionContent.xml --- .../Extension-UKCore-SubscriptionContent.xml | 53 ------------------- 1 file changed, 53 deletions(-) delete mode 100644 structuredefinitions/Extension-UKCore-SubscriptionContent.xml diff --git a/structuredefinitions/Extension-UKCore-SubscriptionContent.xml b/structuredefinitions/Extension-UKCore-SubscriptionContent.xml deleted file mode 100644 index 64890572e..000000000 --- a/structuredefinitions/Extension-UKCore-SubscriptionContent.xml +++ /dev/null @@ -1,53 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-SubscriptionContent" /> - <url value="http://hl7.org/fhir/5.0/StructureDefinition/extension-Subscription.content" /> - <version value="0.1.0" /> - <name value="ExtensionUKCoreSubscriptionContent" /> - <title value="Extension UK Core Subscription Content" /> - <status value="draft" /> - <date value="2025-03-10" /> - <publisher value="HL7 UK" /> - <contact> - <name value="HL7 UK" /> - <telecom> - <system value="email" /> - <value value="ukcore@hl7.org.uk" /> - <use value="work" /> - <rank value="1" /> - </telecom> - </contact> - <description value="An extension to replicate the changes within R5 to support the indication of how much of the resource content to deliver in a notification payload. This is a backport of R5 Subscription.content element." /> - <purpose value="This extension is a Multicast Network Service (MNS) use case, require to indicate how much of the resource content to deliver in a notification payload (specifying decision either to received a reference only or hydrated (full resource))." /> - <copyright value="Copyright © 2021+ HL7 UK 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 value="4.0.1" /> - <kind value="complex-type" /> - <abstract value="false" /> - <context> - <type value="element" /> - <expression value="Subscription" /> - </context> - <type value="Extension" /> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> - <derivation value="constraint" /> - <differential> - <element id="Extension"> - <path value="Extension" /> - </element> - <element id="Extension.url"> - <path value="Extension.url" /> - <fixedUri value="http://hl7.org/fhir/5.0/StructureDefinition/extension-Subscription.content" /> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]" /> - <type> - <code value="code" /> - </type> - <binding> - <strength value="required" /> - <description value="An indication of choice to options of subscription message (whether to subscribe to reference only or full resource)." /> - <valueSet value="http://hl7.org/fhir/ValueSet/subscription-payload-content" /> - </binding> - </element> - </differential> -</StructureDefinition> \ No newline at end of file From 25079a01b680d1caebd773a6de353abca9b73052 Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:22:02 +0000 Subject: [PATCH 11/13] Delete structuredefinitions/Extension-UKCore-SubscriptionParameter.xml --- ...Extension-UKCore-SubscriptionParameter.xml | 77 ------------------- 1 file changed, 77 deletions(-) delete mode 100644 structuredefinitions/Extension-UKCore-SubscriptionParameter.xml diff --git a/structuredefinitions/Extension-UKCore-SubscriptionParameter.xml b/structuredefinitions/Extension-UKCore-SubscriptionParameter.xml deleted file mode 100644 index 46b0720dd..000000000 --- a/structuredefinitions/Extension-UKCore-SubscriptionParameter.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-SubscriptionParameter" /> - <url value="http://hl7.org/fhir/5.0/StructureDefinition/extension-Subscription.parameter" /> - <version value="0.1.0" /> - <name value="ExtensionUKCoreSubscriptionParameter" /> - <title value="Extension UK Core Subscription Parameter" /> - <status value="draft" /> - <date value="2025-03-10" /> - <publisher value="HL7 UK" /> - <contact> - <name value="HL7 UK" /> - <telecom> - <system value="email" /> - <value value="ukcore@hl7.org.uk" /> - <use value="work" /> - <rank value="1" /> - </telecom> - </contact> - <description value="An extension to replicate the changes within R5 to identify a parameter name and value for information passed to the channel for notifications. This is a backport of R5 Subscription.parameter element." /> - <purpose value="This extension is a Multicast Network Service (MNS) use case, require to provide API parameters in R4 Subscription." /> - <copyright value="Copyright © 2021+ HL7 UK 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 value="4.0.1" /> - <kind value="complex-type" /> - <abstract value="false" /> - <context> - <type value="element" /> - <expression value="Subscription" /> - </context> - <type value="Extension" /> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> - <derivation value="constraint" /> - <differential> - <element id="Extension.extension:name"> - <path value="Extension.extension" /> - <sliceName value="name" /> - <short value="The name or key of the parameter to be passed." /> - </element> - <element id="Extension.extension:name.url"> - <path value="Extension.extension.url" /> - <fixedUri value="name" /> - </element> - <element id="Extension.extension:name.value[x]"> - <path value="Extension.extension.value[x]" /> - <short value="The name or key of the parameter to be passed." /> - <min value="1" /> - <type> - <code value="string" /> - </type> - </element> - <element id="Extension.extension:value"> - <path value="Extension.extension" /> - <sliceName value="value" /> - <short value="The value of the parameter to be passed." /> - </element> - <element id="Extension.extension:value.url"> - <path value="Extension.extension.url" /> - <fixedUri value="value" /> - </element> - <element id="Extension.extension:value.value[x]"> - <path value="Extension.extension.value[x]" /> - <short value="The value of the parameter to be passed." /> - <min value="1" /> - <type> - <code value="string" /> - </type> - </element> - <element id="Extension.url"> - <path value="Extension.url" /> - <fixedUri value="http://hl7.org/fhir/5.0/StructureDefinition/extension-Subscription.parameter" /> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]" /> - <max value="0" /> - </element> - </differential> -</StructureDefinition> \ No newline at end of file From 6206d2c38a9a14d0d041ff0d8721be93fe5b009d Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:22:19 +0000 Subject: [PATCH 12/13] Delete structuredefinitions/Extension-UKCore-DiagnosticReportMediaLink.xml --- ...nsion-UKCore-DiagnosticReportMediaLink.xml | 54 ------------------- 1 file changed, 54 deletions(-) delete mode 100644 structuredefinitions/Extension-UKCore-DiagnosticReportMediaLink.xml diff --git a/structuredefinitions/Extension-UKCore-DiagnosticReportMediaLink.xml b/structuredefinitions/Extension-UKCore-DiagnosticReportMediaLink.xml deleted file mode 100644 index d68f1f23a..000000000 --- a/structuredefinitions/Extension-UKCore-DiagnosticReportMediaLink.xml +++ /dev/null @@ -1,54 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-DiagnosticReportMediaLink" /> - <url value="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link" /> - <version value="0.1.0" /> - <name value="ExtensionUKCoreDiagnosticReportMediaLink" /> - <title value="Extension UK Core Diagnostic Report Media Link" /> - <status value="draft" /> - <date value="2025-01-22" /> - <publisher value="HL7 UK" /> - <contact> - <name value="HL7 UK" /> - <telecom> - <system value="email" /> - <value value="ukcore@hl7.org.uk" /> - <use value="work" /> - <rank value="1" /> - </telecom> - </contact> - <description value="An extension to replicate the changes within R5 to support adding a reference to image or data source(DocumentReference). When using this extension DiagnosticReport.media.link SHALL be populated with the extension http://hl7.org/fhir/StructureDefinition/data-absent-reason with value 'unsupported'." /> - <purpose value="This is a Genomics use case to support the backporting of R5 functionality to support adding a reference to image or data source(DocumentReference)." /> - <copyright value="Copyright © 2021+ HL7 UK 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 value="4.0.1" /> - <kind value="complex-type" /> - <abstract value="false" /> - <context> - <type value="element" /> - <expression value="DiagnosticReport.media" /> - </context> - <type value="Extension" /> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> - <derivation value="constraint" /> - <differential> - <element id="Extension"> - <path value="Extension" /> - <short value="Reference to the image or data source" /> - <definition value="Reference to the image or data source." /> - </element> - <element id="Extension.url"> - <path value="Extension.url" /> - <fixedUri value="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link" /> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]" /> - <short value="Reference to the image or data source" /> - <definition value="Reference to the image or data source." /> - <min value="1" /> - <type> - <code value="Reference" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/DocumentReference" /> - </type> - </element> - </differential> -</StructureDefinition> From 05a7a7b80a05408366e00e54398b5524978cfc46 Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:22:38 +0000 Subject: [PATCH 13/13] Delete structuredefinitions/Extension-UKCore-SpecimenContainerDevice.xml --- ...tension-UKCore-SpecimenContainerDevice.xml | 54 ------------------- 1 file changed, 54 deletions(-) delete mode 100644 structuredefinitions/Extension-UKCore-SpecimenContainerDevice.xml diff --git a/structuredefinitions/Extension-UKCore-SpecimenContainerDevice.xml b/structuredefinitions/Extension-UKCore-SpecimenContainerDevice.xml deleted file mode 100644 index b6490c11f..000000000 --- a/structuredefinitions/Extension-UKCore-SpecimenContainerDevice.xml +++ /dev/null @@ -1,54 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-SpecimenContainerDevice" /> - <url value="http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.container.device" /> - <version value="0.0.1" /> - <name value="ExtensionUKCoreSpecimenContainerDevice" /> - <title value="Extension UK Core Specimen Container Device" /> - <status value="draft" /> - <date value="2023-12-05" /> - <publisher value="HL7 UK" /> - <contact> - <name value="HL7 UK" /> - <telecom> - <system value="email" /> - <value value="ukcore@hl7.org.uk" /> - <use value="work" /> - <rank value="1" /> - </telecom> - </contact> - <description value="Allows the referencing of Device within Specimen.container." /> - <purpose value="This is a use case from Genomics to backport R5 functionality extending the referencing of Specimen.container to include a Device reference" /> - <copyright value="Copyright © 2021+ HL7 UK 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 value="4.0.1" /> - <kind value="complex-type" /> - <abstract value="false" /> - <context> - <type value="element" /> - <expression value="Specimen.container" /> - </context> - <type value="Extension" /> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> - <derivation value="constraint" /> - <differential> - <element id="Extension"> - <path value="Extension" /> - <short value="Device resource for the container." /> - <definition value="The device resource for the the container holding the specimen. If the container is in a holder then the referenced device will point to a parent device." /> - </element> - <element id="Extension.url"> - <path value="Extension.url" /> - <fixedUri value="http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.container.device" /> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]" /> - <short value="Device resource for the container." /> - <min value="1" /> - <max value="1" /> - <type> - <code value="Reference" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" /> - </type> - </element> - </differential> -</StructureDefinition>