From c5bad235eb1b359aa5325a9fd76829d351b4b69b Mon Sep 17 00:00:00 2001 From: Ryan May Date: Tue, 16 Jul 2024 11:10:15 +0100 Subject: [PATCH 1/9] added new assets --- ...m-UKCore-ObservationInterpretationCode.xml | 27 +++++++++++++++++ ...ValueSet-ObservationInterpretationCode.xml | 30 +++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 codesystems/CodeSystem-UKCore-ObservationInterpretationCode.xml create mode 100644 valuesets/ValueSet-ObservationInterpretationCode.xml diff --git a/codesystems/CodeSystem-UKCore-ObservationInterpretationCode.xml b/codesystems/CodeSystem-UKCore-ObservationInterpretationCode.xml new file mode 100644 index 00000000..6e376e32 --- /dev/null +++ b/codesystems/CodeSystem-UKCore-ObservationInterpretationCode.xml @@ -0,0 +1,27 @@ + + + + + + + <status value="draft" /> + <date value="2024-07-16" /> + <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="A CodeSystem to contain codes from PMIP EDIFACT (NHS003) messaging specification that cannot be mapped to v3-ObservationInterpretation." /> + <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." /> + <caseSensitive value="true" /> + <content value="complete" /> + <concept> + <code value="PA" /> + <display value="Potentially abnormal" /> + </concept> +</CodeSystem> diff --git a/valuesets/ValueSet-ObservationInterpretationCode.xml b/valuesets/ValueSet-ObservationInterpretationCode.xml new file mode 100644 index 00000000..093fe7d3 --- /dev/null +++ b/valuesets/ValueSet-ObservationInterpretationCode.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ValueSet xmlns="http://hl7.org/fhir"> + <id value="UKCore-ObservationInterpretationCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-UKCore-ObservationInterpretationCode" /> + <version value="0.0.1" /> + <name value="UKCoreObservationInterpretationCode" /> + <title value="UK Core Observation Interpretation Code" /> + <status value="active" /> + <date value="2024-07-16" /> + <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="A set of codes that define the type of Address Key." /> + <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." /> + <compose> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode" /> + </include> + </compose> +</ValueSet> From 6375e0273c5dc857069efa512a38e86d7aef92f2 Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:53:46 +0100 Subject: [PATCH 2/9] Rename ValueSet-ObservationInterpretationCode.xml to ValueSet-UKCore-ObservationInterpretationCode.xml --- ...Code.xml => ValueSet-UKCore-ObservationInterpretationCode.xml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename valuesets/{ValueSet-ObservationInterpretationCode.xml => ValueSet-UKCore-ObservationInterpretationCode.xml} (100%) diff --git a/valuesets/ValueSet-ObservationInterpretationCode.xml b/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml similarity index 100% rename from valuesets/ValueSet-ObservationInterpretationCode.xml rename to valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml From 795b21496dc4414afb7f7105c8c7d1a6d03b0298 Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:54:10 +0100 Subject: [PATCH 3/9] Update CodeSystem-UKCore-ObservationInterpretationCode.xml --- codesystems/CodeSystem-UKCore-ObservationInterpretationCode.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codesystems/CodeSystem-UKCore-ObservationInterpretationCode.xml b/codesystems/CodeSystem-UKCore-ObservationInterpretationCode.xml index 6e376e32..fc5fa4e3 100644 --- a/codesystems/CodeSystem-UKCore-ObservationInterpretationCode.xml +++ b/codesystems/CodeSystem-UKCore-ObservationInterpretationCode.xml @@ -1,6 +1,6 @@ <CodeSystem xmlns="http://hl7.org/fhir"> <id value="UKCore-ObservationInterpretationCode" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/ObservationInterpretationCode" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode" /> <version value="0.0.1" /> <name value="UKCoreObservationInterpretationCode" /> <title value="UK Core Observation Interpretation Code" /> From 81f04cde9304f28547659b546a1c3c9d4f3143e5 Mon Sep 17 00:00:00 2001 From: Ryan May <ryan.may2@nhs.net> Date: Tue, 16 Jul 2024 13:55:14 +0100 Subject: [PATCH 4/9] added changes to profile --- structuredefinitions/UKCore-Observation-Lab.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/structuredefinitions/UKCore-Observation-Lab.xml b/structuredefinitions/UKCore-Observation-Lab.xml index a8de4438..44be26e9 100644 --- a/structuredefinitions/UKCore-Observation-Lab.xml +++ b/structuredefinitions/UKCore-Observation-Lab.xml @@ -2,11 +2,11 @@ <StructureDefinition xmlns="http://hl7.org/fhir"> <id value="UKCore-Observation-Lab" /> <url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab" /> - <version value="2.0.0" /> + <version value="2.1.0" /> <name value="UKCoreObservationLab" /> <title value="UK Core Observation Lab" /> <status value="active" /> - <date value="2023-12-12" /> + <date value="2024-07-16" /> <publisher value="HL7 UK" /> <contact> <name value="HL7 UK" /> @@ -88,7 +88,6 @@ </element> <element id="Observation.category"> <path value="Observation.category" /> - <short value="A code that classifies the general type of observation being made." /> <slicing> <discriminator> <type value="value" /> @@ -96,6 +95,7 @@ </discriminator> <rules value="open" /> </slicing> + <short value="A code that classifies the general type of observation being made." /> <min value="1" /> <mustSupport value="true" /> </element> @@ -132,6 +132,13 @@ <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" /> </type> </element> + <element id="Observation.interpretation"> + <path value="Observation.interpretation" /> + <binding> + <strength value="extensible" /> + <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-ObservationInterpretationCode" /> + </binding> + </element> <element id="Observation.bodySite"> <path value="Observation.bodySite" /> <binding> From 2f241937b957e8d2b41c55a2598c0c9da653a22f Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:56:45 +0100 Subject: [PATCH 5/9] Update ValueSet-UKCore-ObservationInterpretationCode.xml --- valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml b/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml index 093fe7d3..7c9b5ee4 100644 --- a/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml +++ b/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> <id value="UKCore-ObservationInterpretationCode" /> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-UKCore-ObservationInterpretationCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ObservationInterpretationCode" /> <version value="0.0.1" /> <name value="UKCoreObservationInterpretationCode" /> <title value="UK Core Observation Interpretation Code" /> From ec9f090405c29ddd27f40d58ff8bf44788fd8a23 Mon Sep 17 00:00:00 2001 From: vickyjaiswal0308 <126092393+vickyjaiswal0308@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:32:25 +0100 Subject: [PATCH 6/9] Update ValueSet-UKCore-ObservationInterpretationCode.xml --- ...t-UKCore-ObservationInterpretationCode.xml | 45 ++++++++++++------- 1 file changed, 28 insertions(+), 17 deletions(-) diff --git a/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml b/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml index 7c9b5ee4..6e00adf9 100644 --- a/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml +++ b/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml @@ -1,30 +1,41 @@ <?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ObservationInterpretationCode" /> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ObservationInterpretationCode" /> - <version value="0.0.1" /> - <name value="UKCoreObservationInterpretationCode" /> - <title value="UK Core Observation Interpretation Code" /> - <status value="active" /> - <date value="2024-07-16" /> - <publisher value="HL7 UK" /> + <id value="UKCore-ObservationInterpretationCode"/> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ObservationInterpretationCode"/> + <version value="0.0.1"/> + <name value="UKCoreObservationInterpretationCode"/> + <title value="UK Core Observation Interpretation Code"/> + <status value="active"/> + <date value="2024-07-16"/> + <publisher value="HL7 UK"/> <contact> - <name value="HL7 UK" /> + <name value="HL7 UK"/> <telecom> - <system value="email" /> - <value value="ukcore@hl7.org.uk" /> - <use value="work" /> - <rank value="1" /> + <system value="email"/> + <value value="ukcore@hl7.org.uk"/> + <use value="work"/> + <rank value="1"/> </telecom> </contact> - <description value="A set of codes that define the type of Address Key." /> - <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." /> + <description value="A set of codes that define the type of Address Key."/> + <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."/> <compose> <include> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> </include> <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode" /> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode"/> </include> </compose> + <expansion> + <identifier value="ae223e38-e1dd-4f5c-a89f-d05786c01f31"/> + <timestamp value="2024-07-16T15:53:00+00:00"/> + <total value="1"/> + <offset value="0"/> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode"/> + <code value="PA"/> + <display value="Potentially abnormal"/> + </contains> + </expansion> </ValueSet> From c1593116d4f4ebf0120c8ecd3f3a6be8304d9e1c Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:32:43 +0100 Subject: [PATCH 7/9] GitHub Action: Find and Replace --- ...t-UKCore-ObservationInterpretationCode.xml | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml b/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml index 6e00adf9..c8302572 100644 --- a/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml +++ b/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml @@ -1,41 +1,41 @@ <?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ObservationInterpretationCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ObservationInterpretationCode"/> - <version value="0.0.1"/> - <name value="UKCoreObservationInterpretationCode"/> - <title value="UK Core Observation Interpretation Code"/> - <status value="active"/> - <date value="2024-07-16"/> - <publisher value="HL7 UK"/> + <id value="UKCore-ObservationInterpretationCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ObservationInterpretationCode" /> + <version value="0.0.1" /> + <name value="UKCoreObservationInterpretationCode" /> + <title value="UK Core Observation Interpretation Code" /> + <status value="active" /> + <date value="2024-07-16" /> + <publisher value="HL7 UK" /> <contact> - <name value="HL7 UK"/> + <name value="HL7 UK" /> <telecom> - <system value="email"/> - <value value="ukcore@hl7.org.uk"/> - <use value="work"/> - <rank value="1"/> + <system value="email" /> + <value value="ukcore@hl7.org.uk" /> + <use value="work" /> + <rank value="1" /> </telecom> </contact> - <description value="A set of codes that define the type of Address Key."/> - <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."/> + <description value="A set of codes that define the type of Address Key." /> + <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." /> <compose> <include> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> </include> <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode" /> </include> </compose> <expansion> - <identifier value="ae223e38-e1dd-4f5c-a89f-d05786c01f31"/> - <timestamp value="2024-07-16T15:53:00+00:00"/> - <total value="1"/> - <offset value="0"/> + <identifier value="ae223e38-e1dd-4f5c-a89f-d05786c01f31" /> + <timestamp value="2024-07-16T15:53:00+00:00" /> + <total value="1" /> + <offset value="0" /> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode"/> - <code value="PA"/> - <display value="Potentially abnormal"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode" /> + <code value="PA" /> + <display value="Potentially abnormal" /> </contains> </expansion> </ValueSet> From e40e9dbb44e6120c1d01f5f1ad7f9dbfb432a49d Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Fri, 19 Jul 2024 13:12:59 +0100 Subject: [PATCH 8/9] Expanded ValueSet using HAPI --- ...t-UKCore-ObservationInterpretationCode.xml | 371 +++++++++++++++++- 1 file changed, 361 insertions(+), 10 deletions(-) diff --git a/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml b/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml index c8302572..a893eaac 100644 --- a/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml +++ b/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml @@ -21,21 +21,372 @@ <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." /> <compose> <include> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> </include> <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode" /> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode"/> </include> </compose> <expansion> - <identifier value="ae223e38-e1dd-4f5c-a89f-d05786c01f31" /> - <timestamp value="2024-07-16T15:53:00+00:00" /> - <total value="1" /> - <offset value="0" /> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode" /> - <code value="PA" /> - <display value="Potentially abnormal" /> + <identifier value="feada041-409a-4b13-bc28-0162560769bb"/> + <timestamp value="2024-07-19T10:57:25+00:00"/> + <total value="58"/> + <offset value="0"/> + <parameter> + <name value="offset"/> + <valueInteger value="0"/> + </parameter> + <parameter> + <name value="count"/> + <valueInteger value="1000"/> + </parameter> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="_GeneticObservationInterpretation"/> + <display value="GeneticObservationInterpretation"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="CAR"/> + <display value="Carrier"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="Carrier"/> + <display value="Carrier"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="_ObservationInterpretationChange"/> + <display value="ObservationInterpretationChange"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="B"/> + <display value="Better"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="D"/> + <display value="Significant change down"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="U"/> + <display value="Significant change up"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="W"/> + <display value="Worse"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="_ObservationInterpretationExceptions"/> + <display value="ObservationInterpretationExceptions"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="<"/> + <display value="Off scale low"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value=">"/> + <display value="Off scale high"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="AC"/> + <display value="Anti-complementary substances present"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="IE"/> + <display value="Insufficient evidence"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="QCF"/> + <display value="Quality control failure"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="TOX"/> + <display value="Cytotoxic substance present"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="_ObservationInterpretationNormality"/> + <display value="ObservationInterpretationNormality"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="A"/> + <display value="Abnormal"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="AA"/> + <display value="Critical abnormal"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="HH"/> + <display value="Critical high"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="LL"/> + <display value="Critical low"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="H"/> + <display value="High"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="H>"/> + <display value="Significantly high"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="HU"/> + <display value="Significantly high"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="L"/> + <display value="Low"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="L<"/> + <display value="Significantly low"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="LU"/> + <display value="Significantly low"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="N"/> + <display value="Normal"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="_ObservationInterpretationSusceptibility"/> + <display value="ObservationInterpretationSusceptibility"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="I"/> + <display value="Intermediate"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="MS"/> + <display value="moderately susceptible"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="NCL"/> + <display value="No CLSI defined breakpoint"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="NS"/> + <display value="Non-susceptible"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="R"/> + <display value="Resistant"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="SYN-R"/> + <display value="Synergy - resistant"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="S"/> + <display value="Susceptible"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="SDD"/> + <display value="Susceptible-dose dependent"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="SYN-S"/> + <display value="Synergy - susceptible"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="VS"/> + <display value="very susceptible"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="EX"/> + <display value="outside threshold"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="HX"/> + <display value="above high threshold"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="LX"/> + <display value="below low threshold"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="HM"/> + <display value="Hold for Medical Review"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="ObservationInterpretationDetection"/> + <display value="ObservationInterpretationDetection"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="IND"/> + <display value="Indeterminate"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="E"/> + <display value="Equivocal"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="NEG"/> + <display value="Negative"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="ND"/> + <display value="Not detected"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="POS"/> + <display value="Positive"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="DET"/> + <display value="Detected"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="ObservationInterpretationExpectation"/> + <display value="ObservationInterpretationExpectation"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="EXP"/> + <display value="Expected"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="UNE"/> + <display value="Unexpected"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="OBX"/> + <display value="Interpretation qualifiers in separate OBX segments"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="ReactivityObservationInterpretation"/> + <display value="ReactivityObservationInterpretation"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="NR"/> + <display value="Non-reactive"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="RR"/> + <display value="Reactive"/> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <version value="2018-08-12"/> + <code value="WR"/> + <display value="Weakly reactive"/> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode"/> + <version value="0.0.1"/> + <code value="PA"/> + <display value="Potentially abnormal"/> </contains> </expansion> </ValueSet> From 88c8256f9c5359cfbe628423892a4ef037004ef9 Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Thu, 25 Jul 2024 08:18:42 +0100 Subject: [PATCH 9/9] GitHub Action: Find and Replace --- ...t-UKCore-ObservationInterpretationCode.xml | 484 +++++++++--------- 1 file changed, 242 insertions(+), 242 deletions(-) diff --git a/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml b/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml index a893eaac..0ff72472 100644 --- a/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml +++ b/valuesets/ValueSet-UKCore-ObservationInterpretationCode.xml @@ -21,372 +21,372 @@ <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." /> <compose> <include> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> </include> <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode" /> </include> </compose> <expansion> - <identifier value="feada041-409a-4b13-bc28-0162560769bb"/> - <timestamp value="2024-07-19T10:57:25+00:00"/> - <total value="58"/> - <offset value="0"/> + <identifier value="feada041-409a-4b13-bc28-0162560769bb" /> + <timestamp value="2024-07-19T10:57:25+00:00" /> + <total value="58" /> + <offset value="0" /> <parameter> - <name value="offset"/> - <valueInteger value="0"/> + <name value="offset" /> + <valueInteger value="0" /> </parameter> <parameter> - <name value="count"/> - <valueInteger value="1000"/> + <name value="count" /> + <valueInteger value="1000" /> </parameter> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="_GeneticObservationInterpretation"/> - <display value="GeneticObservationInterpretation"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="_GeneticObservationInterpretation" /> + <display value="GeneticObservationInterpretation" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="CAR"/> - <display value="Carrier"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="CAR" /> + <display value="Carrier" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="Carrier"/> - <display value="Carrier"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="Carrier" /> + <display value="Carrier" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="_ObservationInterpretationChange"/> - <display value="ObservationInterpretationChange"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="_ObservationInterpretationChange" /> + <display value="ObservationInterpretationChange" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="B"/> - <display value="Better"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="B" /> + <display value="Better" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="D"/> - <display value="Significant change down"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="D" /> + <display value="Significant change down" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="U"/> - <display value="Significant change up"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="U" /> + <display value="Significant change up" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="W"/> - <display value="Worse"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="W" /> + <display value="Worse" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="_ObservationInterpretationExceptions"/> - <display value="ObservationInterpretationExceptions"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="_ObservationInterpretationExceptions" /> + <display value="ObservationInterpretationExceptions" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="<"/> - <display value="Off scale low"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="<" /> + <display value="Off scale low" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value=">"/> - <display value="Off scale high"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value=">" /> + <display value="Off scale high" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="AC"/> - <display value="Anti-complementary substances present"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="AC" /> + <display value="Anti-complementary substances present" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="IE"/> - <display value="Insufficient evidence"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="IE" /> + <display value="Insufficient evidence" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="QCF"/> - <display value="Quality control failure"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="QCF" /> + <display value="Quality control failure" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="TOX"/> - <display value="Cytotoxic substance present"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="TOX" /> + <display value="Cytotoxic substance present" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="_ObservationInterpretationNormality"/> - <display value="ObservationInterpretationNormality"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="_ObservationInterpretationNormality" /> + <display value="ObservationInterpretationNormality" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="A"/> - <display value="Abnormal"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="A" /> + <display value="Abnormal" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="AA"/> - <display value="Critical abnormal"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="AA" /> + <display value="Critical abnormal" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="HH"/> - <display value="Critical high"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="HH" /> + <display value="Critical high" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="LL"/> - <display value="Critical low"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="LL" /> + <display value="Critical low" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="H"/> - <display value="High"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="H" /> + <display value="High" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="H>"/> - <display value="Significantly high"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="H>" /> + <display value="Significantly high" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="HU"/> - <display value="Significantly high"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="HU" /> + <display value="Significantly high" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="L"/> - <display value="Low"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="L" /> + <display value="Low" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="L<"/> - <display value="Significantly low"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="L<" /> + <display value="Significantly low" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="LU"/> - <display value="Significantly low"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="LU" /> + <display value="Significantly low" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="N"/> - <display value="Normal"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="N" /> + <display value="Normal" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="_ObservationInterpretationSusceptibility"/> - <display value="ObservationInterpretationSusceptibility"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="_ObservationInterpretationSusceptibility" /> + <display value="ObservationInterpretationSusceptibility" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="I"/> - <display value="Intermediate"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="I" /> + <display value="Intermediate" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="MS"/> - <display value="moderately susceptible"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="MS" /> + <display value="moderately susceptible" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="NCL"/> - <display value="No CLSI defined breakpoint"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="NCL" /> + <display value="No CLSI defined breakpoint" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="NS"/> - <display value="Non-susceptible"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="NS" /> + <display value="Non-susceptible" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="R"/> - <display value="Resistant"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="R" /> + <display value="Resistant" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="SYN-R"/> - <display value="Synergy - resistant"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="SYN-R" /> + <display value="Synergy - resistant" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="S"/> - <display value="Susceptible"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="S" /> + <display value="Susceptible" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="SDD"/> - <display value="Susceptible-dose dependent"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="SDD" /> + <display value="Susceptible-dose dependent" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="SYN-S"/> - <display value="Synergy - susceptible"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="SYN-S" /> + <display value="Synergy - susceptible" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="VS"/> - <display value="very susceptible"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="VS" /> + <display value="very susceptible" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="EX"/> - <display value="outside threshold"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="EX" /> + <display value="outside threshold" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="HX"/> - <display value="above high threshold"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="HX" /> + <display value="above high threshold" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="LX"/> - <display value="below low threshold"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="LX" /> + <display value="below low threshold" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="HM"/> - <display value="Hold for Medical Review"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="HM" /> + <display value="Hold for Medical Review" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="ObservationInterpretationDetection"/> - <display value="ObservationInterpretationDetection"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="ObservationInterpretationDetection" /> + <display value="ObservationInterpretationDetection" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="IND"/> - <display value="Indeterminate"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="IND" /> + <display value="Indeterminate" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="E"/> - <display value="Equivocal"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="E" /> + <display value="Equivocal" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="NEG"/> - <display value="Negative"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="NEG" /> + <display value="Negative" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="ND"/> - <display value="Not detected"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="ND" /> + <display value="Not detected" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="POS"/> - <display value="Positive"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="POS" /> + <display value="Positive" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="DET"/> - <display value="Detected"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="DET" /> + <display value="Detected" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="ObservationInterpretationExpectation"/> - <display value="ObservationInterpretationExpectation"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="ObservationInterpretationExpectation" /> + <display value="ObservationInterpretationExpectation" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="EXP"/> - <display value="Expected"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="EXP" /> + <display value="Expected" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="UNE"/> - <display value="Unexpected"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="UNE" /> + <display value="Unexpected" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="OBX"/> - <display value="Interpretation qualifiers in separate OBX segments"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="OBX" /> + <display value="Interpretation qualifiers in separate OBX segments" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="ReactivityObservationInterpretation"/> - <display value="ReactivityObservationInterpretation"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="ReactivityObservationInterpretation" /> + <display value="ReactivityObservationInterpretation" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="NR"/> - <display value="Non-reactive"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="NR" /> + <display value="Non-reactive" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="RR"/> - <display value="Reactive"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="RR" /> + <display value="Reactive" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> - <version value="2018-08-12"/> - <code value="WR"/> - <display value="Weakly reactive"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" /> + <version value="2018-08-12" /> + <code value="WR" /> + <display value="Weakly reactive" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode"/> - <version value="0.0.1"/> - <code value="PA"/> - <display value="Potentially abnormal"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode" /> + <version value="0.0.1" /> + <code value="PA" /> + <display value="Potentially abnormal" /> </contains> </expansion> </ValueSet>