From 42e0df96b4085c27e0cf941e92e0dee613ba6eff Mon Sep 17 00:00:00 2001 From: Ryan May Date: Tue, 31 Oct 2023 09:07:22 +0000 Subject: [PATCH 1/3] added find and replace action --- .github/workflows/findAndReplace.yml | 20 ++ structuredefinitions/UKCore-Task - Copy.xml | 208 ++++++++++++++++++++ 2 files changed, 228 insertions(+) create mode 100644 .github/workflows/findAndReplace.yml create mode 100644 structuredefinitions/UKCore-Task - Copy.xml diff --git a/.github/workflows/findAndReplace.yml b/.github/workflows/findAndReplace.yml new file mode 100644 index 00000000..795255c0 --- /dev/null +++ b/.github/workflows/findAndReplace.yml @@ -0,0 +1,20 @@ +name: find and replace +on: + - push + - pull_request +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.event.pull_request.head.ref }} + + - name: Tabs to spaces + run: find ./ -type f -name *.xml -exec sed -i -e 's/\t/ /g' -e 's/\"\/>/\" \/>/g' {} \; + + - name: Push changes + uses: EndBug/add-and-commit@v7 + with: + message: 'Find and Replace' \ No newline at end of file diff --git a/structuredefinitions/UKCore-Task - Copy.xml b/structuredefinitions/UKCore-Task - Copy.xml new file mode 100644 index 00000000..351fb7c4 --- /dev/null +++ b/structuredefinitions/UKCore-Task - Copy.xml @@ -0,0 +1,208 @@ + + + + + + + + <status value="active"/> + <date value="2022-12-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="This profile defines the UK constraints and extensions on the International FHIR resource [Task](https://hl7.org/fhir/R4/Task.html)." /> + <purpose value="A task resource describes an activity that can be performed and tracks the state of completion of that activity. It is a representation that an activity should be or has been initiated, and eventually, represents the successful or unsuccessful completion of that activity. Note that there are a variety of processes associated with making and processing orders. Some orders may be handled immediately by automated systems but most require real world actions by one or more humans. Some orders can only be processed when other real world actions happen, such as a patient presenting themselves so that the action to be performed can actually be performed. Often these real world dependencies are only implicit in the order details." /> + <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="workflow" /> + <uri value="http://hl7.org/fhir/workflow" /> + <name value="Workflow Pattern" /> + </mapping> + <mapping> + <identity value="rim" /> + <uri value="http://hl7.org/v3" /> + <name value="RIM Mapping" /> + </mapping> + <mapping> + <identity value="w5" /> + <uri value="http://hl7.org/fhir/fivews" /> + <name value="FiveWs Pattern Mapping" /> + </mapping> + <mapping> + <identity value="v2" /> + <uri value="http://hl7.org/v2" /> + <name value="HL7 v2 Mapping" /> + </mapping> + <kind value="resource" /> + <abstract value="false" /> + <type value="Task" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Task" /> + <derivation value="constraint" /> + <differential> + <element id="Task.identifier.assigner"> + <path value="Task.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Task.basedOn.identifier.assigner"> + <path value="Task.basedOn.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Task.partOf"> + <path value="Task.partOf" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Task" /> + </type> + </element> + <element id="Task.partOf.identifier.assigner"> + <path value="Task.partOf.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Task.focus.identifier.assigner"> + <path value="Task.focus.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Task.for.identifier.assigner"> + <path value="Task.for.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Task.encounter"> + <path value="Task.encounter" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter" /> + </type> + </element> + <element id="Task.encounter.identifier.assigner"> + <path value="Task.encounter.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Task.requester"> + <path value="Task.requester" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Device" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson" /> + </type> + </element> + <element id="Task.requester.identifier.assigner"> + <path value="Task.requester.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Task.owner"> + <path value="Task.owner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-CareTeam" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Device" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-HealthcareService" /> + </type> + </element> + <element id="Task.owner.identifier.assigner"> + <path value="Task.owner.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Task.location"> + <path value="Task.location" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location" /> + </type> + </element> + <element id="Task.location.identifier.assigner"> + <path value="Task.location.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Task.reasonReference.identifier.assigner"> + <path value="Task.reasonReference.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Task.insurance.identifier.assigner"> + <path value="Task.insurance.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Task.relevantHistory"> + <path value="Task.relevantHistory" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Provenance" /> + </type> + </element> + <element id="Task.relevantHistory.identifier.assigner"> + <path value="Task.relevantHistory.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Task.restriction.recipient"> + <path value="Task.restriction.recipient" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/Group" /> + </type> + </element> + <element id="Task.restriction.recipient.identifier.assigner"> + <path value="Task.restriction.recipient.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + </differential> +</StructureDefinition> From f810a187fb7932c42f89acf48323ec953f022691 Mon Sep 17 00:00:00 2001 From: ryma2fhir <ryma2fhir@users.noreply.github.com> Date: Tue, 31 Oct 2023 09:07:51 +0000 Subject: [PATCH 2/3] Find and Replace --- .../CapabilityStatement-UKCore.xml | 406 +- ...elAndDictionary-PersonStatedGenderCode.xml | 74 +- ...KCore-AdditionalPersonRelationshipRole.xml | 10 +- ...deSystem-UKCore-AdmissionMethodEngland.xml | 202 +- ...CodeSystem-UKCore-AdmissionMethodWales.xml | 160 +- ...odeSystem-UKCore-AppointmentReasonCode.xml | 50 +- codesystems/CodeSystem-UKCore-BiopsyState.xml | 66 +- .../CodeSystem-UKCore-ConditionCategory.xml | 66 +- ...CodeSystem-UKCore-ConditionEpisodicity.xml | 82 +- ...odeSystem-UKCore-ConditionRelationship.xml | 102 +- .../CodeSystem-UKCore-DateTimeType.xml | 172 +- ...eSystem-UKCore-DeathNotificationStatus.xml | 2 +- .../CodeSystem-UKCore-DeliveryChannel.xml | 66 +- ...tem-UKCore-DischargeDestinationEngland.xml | 210 +- ...ystem-UKCore-DischargeDestinationWales.xml | 162 +- ...deSystem-UKCore-DischargeMethodEngland.xml | 104 +- ...CodeSystem-UKCore-DischargeMethodWales.xml | 88 +- .../CodeSystem-UKCore-EPSIssueCode.xml | 258 +- ...-EmergencyCareOutcomeOfAttendanceWales.xml | 130 +- ...em-UKCore-EncounterLocationTypeEngland.xml | 410 +- ...stem-UKCore-EncounterLocationTypeWales.xml | 346 +- ...deSystem-UKCore-EthnicCategoryScotland.xml | 210 +- .../CodeSystem-UKCore-FundingCategory.xml | 66 +- ...System-UKCore-GenomeSequencingCategory.xml | 74 +- .../CodeSystem-UKCore-ITKResponseCode.xml | 266 +- ...KCore-LegalStatusClassificationEngland.xml | 258 +- ...-UKCore-LegalStatusClassificationWales.xml | 242 +- .../CodeSystem-UKCore-LegalStatusContext.xml | 58 +- .../CodeSystem-UKCore-ListEmptyReasonCode.xml | 50 +- .../CodeSystem-UKCore-ListWarningCode.xml | 72 +- ...KCore-MedicationAdministrationCategory.xml | 20 +- ...deSystem-UKCore-MedicationChangeStatus.xml | 12 +- ...tem-UKCore-MedicationPrescribingAgency.xml | 8 +- ...Core-MedicationPrescribingOrganization.xml | 58 +- ...-MedicationPrescribingOrganizationType.xml | 58 +- ...ystem-UKCore-MedicationRequestCategory.xml | 70 +- ...KCore-MedicationRequestCourseOfTherapy.xml | 50 +- ...tem-UKCore-MedicationStatementCategory.xml | 26 +- ...CodeSystem-UKCore-MedicationSupplyType.xml | 98 +- .../CodeSystem-UKCore-MessageEvent.xml | 42 +- ...System-UKCore-MessageHeaderInstruction.xml | 42 +- ...stem-UKCore-NHSNumberUnavailableReason.xml | 66 +- ...tem-UKCore-NHSNumberVerificationStatus.xml | 272 +- ...ore-NHSNumberVerificationStatusEngland.xml | 106 +- ...KCore-NHSNumberVerificationStatusWales.xml | 114 +- ...System-UKCore-OrganizationTypeGenomics.xml | 26 +- ...stem-UKCore-OutcomeOfAttendanceEngland.xml | 64 +- ...System-UKCore-OutcomeOfAttendanceWales.xml | 72 +- ...UKCore-OverseasVisitorChargingCategory.xml | 36 +- codesystems/CodeSystem-UKCore-PeriodType.xml | 58 +- .../CodeSystem-UKCore-PersonMaritalStatus.xml | 62 +- ...stem-UKCore-PersonMaritalStatusEngland.xml | 106 +- ...tem-UKCore-PersonMaritalStatusScotland.xml | 130 +- .../CodeSystem-UKCore-PracticeSettingCode.xml | 696 +- ...stem-UKCore-PracticeSettingCodeEngland.xml | 760 +- ...tem-UKCore-PracticeSettingCodeScotland.xml | 786 +-- ...System-UKCore-PracticeSettingCodeWales.xml | 696 +- ...deSystem-UKCore-PreferredContactMethod.xml | 2 +- .../CodeSystem-UKCore-ProblemSignificance.xml | 58 +- ...deSystem-UKCore-RecordStandardHeadings.xml | 1530 ++-- .../CodeSystem-UKCore-RecordingSetting.xml | 58 +- .../CodeSystem-UKCore-SampleCategory.xml | 58 +- ...CodeSystem-UKCore-ServiceRequestMethod.xml | 42 +- ...System-UKCore-SourceOfAdmissionEngland.xml | 170 +- ...deSystem-UKCore-SourceOfAdmissionWales.xml | 146 +- ...eSystem-UKCore-SpineErrorOrWarningCode.xml | 262 +- ...ConceptMap-UKCore-AdministrativeGender.xml | 122 +- ...ConceptMap-UKCore-ConditionEpisodicity.xml | 122 +- .../ConceptMap-UKCore-MaritalStatus.xml | 184 +- ...ergyIntolerance-Sn-DrugAllergy-Example.xml | 56 +- ...nce-Sn-DrugAllergyToEggProtein-Example.xml | 56 +- ...ce-Sn-NegHandlNoKnownAllergies-Example.xml | 54 +- ...yIntolerance-Sn-NonDrugAllergy-Example.xml | 56 +- ...Sn-TransferDegradedDrugAllergy-Example.xml | 56 +- ...Appointment-OrthopaedicSurgery-Example.xml | 178 +- examples/UKCore-AuditEvent-Query-Example.xml | 96 +- ...odyStructure-MedianCubitalVein-Example.xml | 40 +- .../UKCore-Bundle-AllergyList-Example.xml | 160 +- ...KCore-Bundle-NEWS2Observations-Example.xml | 2 +- ...UKCore-Bundle-Sn-NoAllergyData-Example.xml | 14 +- .../UKCore-CarePlan-WellnessPlan-Example.xml | 56 +- ...-CareTeam-WeightManagementTeam-Example.xml | 36 +- ...munication-FirstMMRVaccination-Example.xml | 86 +- .../UKCore-Composition-Discharge-Example.xml | 212 +- .../UKCore-Device-ColostomyBag-Example.xml | 52 +- ...evice-SoftwareAsAMedicalDevice-Example.xml | 44 +- ...UKCore-Device-Sphygmomanometer-Example.xml | 44 +- ...Report-DiagnosticStudiesReport-Example.xml | 62 +- ...rt-Lab-DiagnosticStudiesReport-Example.xml | 68 +- ...entReference-CarePlanReportPDF-Example.xml | 54 +- ...e-Encounter-InpatientEncounter-Example.xml | 158 +- ...OfCare-SmokingCessationTherapy-Example.xml | 30 +- ...re-Extension-AdditionalContact-Example.xml | 32 +- .../UKCore-Extension-AddressKey-Example.xml | 40 +- ...Core-Extension-AdmissionMethod-Example.xml | 40 +- ...Core-Extension-AllergyIntolEnd-Example.xml | 92 +- ...-Extension-AssociatedEncounter-Example.xml | 84 +- .../UKCore-Extension-BirthPlace-Example.xml | 26 +- .../UKCore-Extension-BirthSex-Example.xml | 12 +- .../UKCore-Extension-BirthTime-Example.xml | 16 +- ...re-Extension-BodySiteReference-Example.xml | 70 +- ...-Extension-BookingOrganization-Example.xml | 116 +- ...KCore-Extension-CadavericDonor-Example.xml | 12 +- ...Core-Extension-CareSettingType-Example.xml | 52 +- ...xtension-CodingSCT-CodeUnknown-Example.xml | 18 +- ...Core-Extension-CodingSCT-Heart-Example.xml | 40 +- ...tension-CodingSCT-IllicitDrugs-Example.xml | 46 +- ...Extension-CodingSCT-MoleOfSkin-Example.xml | 64 +- ...Extension-CodingSCT-Myocardial-Example.xml | 40 +- ...-Extension-CodingSCT-Potassium-Example.xml | 48 +- ...ore-Extension-CodingSCT-Weight-Example.xml | 44 +- ...Core-Extension-CodingSCTDescId-Example.xml | 36 +- ...-Extension-CollectionCollector-Example.xml | 50 +- ...Extension-CompositionReference-Example.xml | 50 +- ...ore-Extension-ConditionEpisode-Example.xml | 2 +- ...re-Extension-ContactPreference-Example.xml | 72 +- .../UKCore-Extension-ContactRank-Example.xml | 34 +- ...on-CopyCorrespondenceIndicator-Example.xml | 34 +- .../UKCore-Extension-Coverage-Example.xml | 34 +- .../UKCore-Extension-CuffSize-Example.xml | 36 +- ...ension-DeathNotificationStatus-Example.xml | 32 +- ...Core-Extension-DeliveryChannel-Example.xml | 78 +- ...Core-Extension-DeviceReference-Example.xml | 68 +- ...Core-Extension-DischargeMethod-Example.xml | 36 +- ...Core-Extension-EffectivePeriod-Example.xml | 22 +- .../UKCore-Extension-Evidence-Example.xml | 102 +- ...-Extension-InterpreterRequired-Example.xml | 12 +- .../UKCore-Extension-LegalStatus-Example.xml | 58 +- ...Core-Extension-ListWarningCode-Example.xml | 2 +- .../UKCore-Extension-MainLocation-Example.xml | 40 +- ...ension-MedicationChangeSummary-Example.xml | 64 +- ...ionPrescribingOrganizationType-Example.xml | 48 +- ...dicationStatementLastIssueDate-Example.xml | 36 +- ...xtension-MedicationTradeFamily-Example.xml | 38 +- ...ion-NHSNumberUnavailableReason-Example.xml | 34 +- ...on-NHSNumberVerificationStatus-Example.xml | 28 +- examples/UKCore-Extension-Note-Example.xml | 50 +- ...e-Extension-OtherContactSystem-Example.xml | 32 +- ...verseasVisitorChargingCategory-Example.xml | 22 +- ...UKCore-Extension-ParentPresent-Example.xml | 38 +- .../UKCore-Extension-Participant-Example.xml | 106 +- examples/UKCore-Extension-Period-Example.xml | 28 +- ...on-PharmacistVerifiedIndicator-Example.xml | 36 +- ...PreferredDispenserOrganization-Example.xml | 12 +- ...KCore-Extension-PriorityReason-Example.xml | 44 +- ...n-PriorityReason-SendingAsText-Example.xml | 36 +- ...ore-Extension-RecordingSetting-Example.xml | 118 +- ...re-Extension-RepeatInformation-Example.xml | 136 +- ...re-Extension-ResidentialStatus-Example.xml | 22 +- ...Core-Extension-ResponseRequest-Example.xml | 56 +- ...KCore-Extension-SampleCategory-Example.xml | 56 +- ...tension-SourceOfServiceRequest-Example.xml | 34 +- ...Core-Extension-SpecialHandling-Example.xml | 38 +- .../UKCore-Extension-Translation-Example.xml | 44 +- .../UKCore-Extension-TriggeredBy-Example.xml | 82 +- ...ion-VaccinationProcedure-COVID-Example.xml | 48 +- ...Extension-VaccinationProcedure-Example.xml | 48 +- ...lyMemberHistory-FatherDiabetes-Example.xml | 76 +- examples/UKCore-Flag-FoodAllergy-Example.xml | 82 +- ...careService-OrthopaedicService-Example.xml | 210 +- ...KCore-ImagingStudy-CTChestScan-Example.xml | 62 +- ...-Immunization-InfluenzaVaccine-Example.xml | 32 +- ...nization-Sn-AstraZenecaVaccine-Example.xml | 30 +- ...nization-Sn-IntramuscularRoute-Example.xml | 44 +- ...ation-Sn-LeftUpperArmStructure-Example.xml | 44 +- ...Core-Immunization-Sn-LotNumber-Example.xml | 32 +- ...e-Immunization-Sn-Manufacturer-Example.xml | 36 +- ...n-Sn-PatientConformVaccination-Example.xml | 40 +- ...Core-Immunization-Sn-Performer-Example.xml | 70 +- ...mmunization-Sn-ProtocolApplied-Example.xml | 50 +- ...Immunization-Sn-UnitsOfMeasure-Example.xml | 42 +- .../UKCore-List-Sn-NoAllergyData-Example.xml | 50 +- ...ion-GeneralPracticeNurseClinic-Example.xml | 40 +- ...KCore-Medication-COVID-Vaccine-Example.xml | 24 +- ...Core-Medication-Sn-Amoxicillin-Example.xml | 22 +- ...on-Sn-TransferDegradedMedEntry-Example.xml | 22 +- ...re-Medication-TimoptolEyeDrops-Example.xml | 16 +- ...Administration-CiprofloxacinIV-Example.xml | 112 +- ...onAdministration-Sn-ZeroDosage-Example.xml | 36 +- ...dministration-TimoptolEyeDrops-Example.xml | 92 +- ...MedicationDispense-Amoxicillin-Example.xml | 134 +- ...cationDispense-CiprofloxacinIV-Example.xml | 140 +- ...tionDispense-CiprofloxacinOral-Example.xml | 126 +- ...re-MedicationDispense-EyeDrops-Example.xml | 134 +- ...cationDispense-ParacetamolOral-Example.xml | 126 +- ...-MedicationRequest-Amoxicillin-Example.xml | 154 +- ...icationRequest-CiprofloxacinIV-Example.xml | 146 +- ...ationRequest-CiprofloxacinOral-Example.xml | 146 +- ...dicationRequest-Clarithromycin-Example.xml | 146 +- ...-MedicationRequest-Doxycycline-Example.xml | 216 +- ...ore-MedicationRequest-EyeDrops-Example.xml | 152 +- ...edicationRequest-ParacetamolIV-Example.xml | 146 +- ...icationRequest-ParacetamolOral-Example.xml | 146 +- ...edicationStatement-Amoxicillin-Example.xml | 162 +- ...UKCore-MessageHeader-Discharge-Example.xml | 50 +- ...bservation-24HourBloodPressure-Example.xml | 110 +- ...-Observation-BreathingNormally-Example.xml | 46 +- .../UKCore-Observation-DrugUse-Example.xml | 52 +- ...UKCore-Observation-FastingTest-Example.xml | 58 +- ...bservation-FingerJointInflamed-Example.xml | 46 +- ...servation-Group-FullBloodCount-Example.xml | 58 +- ...KCore-Observation-HeavyDrinker-Example.xml | 58 +- ...e-Observation-Lab-RedCellCount-Example.xml | 84 +- ...Observation-Lab-WhiteCellCount-Example.xml | 84 +- .../UKCore-Observation-NPEWSTotal-Example.xml | 58 +- ...Core-Observation-OxygenTherapy-Example.xml | 46 +- ...servation-PatientConsciousness-Example.xml | 60 +- .../UKCore-Observation-PipeSmoker-Example.xml | 58 +- ...ore-Observation-VitalSigns-BMI-Example.xml | 60 +- ...ation-VitalSigns-BloodPressure-Example.xml | 128 +- ...ervation-VitalSigns-BodyHeight-Example.xml | 60 +- ...ion-VitalSigns-BodyTemperature-Example.xml | 38 +- ...ervation-VitalSigns-BodyWeight-Example.xml | 60 +- ...n-VitalSigns-HeadCircumference-Example.xml | 60 +- ...servation-VitalSigns-HeartRate-Example.xml | 60 +- ...on-VitalSigns-OxygenSaturation-Example.xml | 60 +- ...ion-VitalSigns-RespiratoryRate-Example.xml | 48 +- ...ore-OperationOutcome-DateError-Example.xml | 28 +- ...nization-LeedsTeachingHospital-Example.xml | 36 +- .../UKCore-Patient-BabyPatient-Example.xml | 86 +- .../UKCore-Patient-RichardSmith-Example.xml | 278 +- examples/UKCore-Patient-Sn-Photo-Example.xml | 14 +- .../UKCore-Practitioner-Sn-Photo-Example.xml | 14 +- ...-Practitioner-Sn-Qualification-Example.xml | 46 +- ...ionerRole-Sn-Organization-Code-Example.xml | 26 +- ...ore-Provenance-RARecordConsent-Example.xml | 44 +- ...-Questionnaire-InpatientSurvey-Example.xml | 144 +- ...aireResponse-BabyPatientSurvey-Example.xml | 206 +- ...nnaireResponse-InpatientSurvey-Example.xml | 158 +- .../UKCore-RelatedPerson-JoySmith-Example.xml | 104 +- ...ore-RequestGroup-Ciprofloxacin-Example.xml | 76 +- ...uestGroup-MultipleAnitibiotics-Example.xml | 94 +- ...KCore-RequestGroup-Paracetamol-Example.xml | 76 +- .../UKCore-Schedule-Immunization-Example.xml | 74 +- ...viceRequest-ColonoscopyRequest-Example.xml | 118 +- ...-ServiceRequest-HipReplacement-Example.xml | 70 +- ...ceRequest-Lab-CReactiveProtein-Example.xml | 92 +- ...Core-Slot-AvailableWalkInVisit-Example.xml | 88 +- .../UKCore-Specimen-BloodSpecimen-Example.xml | 66 +- .../UKCore-Specimen-UrineSpecimen-Example.xml | 50 +- examples/UKCore-Task-Colonoscopy-Example.xml | 120 +- ...s-Observation-OxygenSaturation-Example.xml | 76 +- .../Extension-UKCore-AdditionalContact.xml | 116 +- .../Extension-UKCore-AssociatedEncounter.xml | 124 +- .../Extension-UKCore-CodingSCTDescDisplay.xml | 134 +- .../Extension-UKCore-Coverage.xml | 118 +- .../Extension-UKCore-DeliveryChannel.xml | 126 +- .../Extension-UKCore-DeviceReference.xml | 118 +- ...sion-UKCore-NHSNumberUnavailableReason.xml | 120 +- .../Extension-UKCore-PriorityReason.xml | 118 +- .../Extension-UKCore-RecordingSetting.xml | 108 +- ...xtension-UKCore-SourceOfServiceRequest.xml | 120 +- structuredefinitions/UKCore-Appointment.xml | 358 +- structuredefinitions/UKCore-Encounter.xml | 2 +- structuredefinitions/UKCore-EpisodeOfCare.xml | 286 +- .../UKCore-HealthcareService.xml | 198 +- .../UKCore-Observation-AlcoholConsumption.xml | 2 +- .../UKCore-PractitionerRole.xml | 2 +- structuredefinitions/UKCore-RequestGroup.xml | 4 +- structuredefinitions/UKCore-Schedule.xml | 154 +- structuredefinitions/UKCore-Slot.xml | 186 +- structuredefinitions/UKCore-Task - Copy.xml | 16 +- valuesets/ValueSet-UKCore-ACVPU.xml | 122 +- valuesets/ValueSet-UKCore-AddressKeyType.xml | 104 +- valuesets/ValueSet-UKCore-AdmissionMethod.xml | 518 +- .../ValueSet-UKCore-AlcoholConsumption.xml | 60 +- valuesets/ValueSet-UKCore-AllergyCode.xml | 138 +- .../ValueSet-UKCore-AllergyExposureRoute.xml | 58 +- .../ValueSet-UKCore-AllergyManifestation.xml | 74 +- .../ValueSet-UKCore-AllergySubstance.xml | 140 +- .../ValueSet-UKCore-AppointmentReasonCode.xml | 170 +- valuesets/ValueSet-UKCore-BMI.xml | 60 +- valuesets/ValueSet-UKCore-BiopsyState.xml | 46 +- valuesets/ValueSet-UKCore-BirthSex.xml | 154 +- valuesets/ValueSet-UKCore-BloodGlucose.xml | 58 +- ...ValueSet-UKCore-BloodPressure-CuffSize.xml | 60 +- valuesets/ValueSet-UKCore-BodyPosition.xml | 60 +- valuesets/ValueSet-UKCore-BodySite.xml | 2 +- valuesets/ValueSet-UKCore-CareSettingType.xml | 4290 +++++------ .../ValueSet-UKCore-CompositionCategory.xml | 240 +- ...ValueSet-UKCore-CompositionSectionCode.xml | 1944 ++--- .../ValueSet-UKCore-ConditionCategory.xml | 158 +- valuesets/ValueSet-UKCore-ConditionCode.xml | 58 +- .../ValueSet-UKCore-ConditionEpisode.xml | 150 +- .../ValueSet-UKCore-ConditionEpisodicity.xml | 100 +- .../ValueSet-UKCore-ConditionRelationship.xml | 144 +- valuesets/ValueSet-UKCore-DateTimeType.xml | 190 +- ...alueSet-UKCore-DeathNotificationStatus.xml | 114 +- valuesets/ValueSet-UKCore-DeliveryChannel.xml | 114 +- valuesets/ValueSet-UKCore-DeviceType.xml | 42 +- .../ValueSet-UKCore-DischargeDestination.xml | 530 +- valuesets/ValueSet-UKCore-DischargeMethod.xml | 266 +- valuesets/ValueSet-UKCore-DocumentType.xml | 58 +- .../ValueSet-UKCore-EarlyWarningSubScore.xml | 76 +- ...et-UKCore-EmergencyCareDischargeStatus.xml | 444 +- .../ValueSet-UKCore-EncounterLocationType.xml | 1106 +-- valuesets/ValueSet-UKCore-EncounterType.xml | 2520 +++---- valuesets/ValueSet-UKCore-EthnicCategory.xml | 518 +- valuesets/ValueSet-UKCore-FindingCode.xml | 58 +- valuesets/ValueSet-UKCore-FundingCategory.xml | 90 +- ...lueSet-UKCore-GenomeSequencingCategory.xml | 52 +- valuesets/ValueSet-UKCore-HeartRate.xml | 60 +- valuesets/ValueSet-UKCore-HumanLanguage.xml | 1992 +++--- ...ore-ImmunizationAdministrationBodySite.xml | 130 +- ...t-UKCore-ImmunizationExplanationReason.xml | 218 +- valuesets/ValueSet-UKCore-InspiredOxygen.xml | 38 +- .../ValueSet-UKCore-LanguageAbilityMode.xml | 56 +- ...eSet-UKCore-LanguageAbilityProficiency.xml | 56 +- ...ueSet-UKCore-LegalStatusClassification.xml | 722 +- .../ValueSet-UKCore-LegalStatusContext.xml | 104 +- valuesets/ValueSet-UKCore-ListCode.xml | 260 +- .../ValueSet-UKCore-ListEmptyReasonCode.xml | 182 +- valuesets/ValueSet-UKCore-ListWarningCode.xml | 90 +- ...KCore-MedicationAdministrationCategory.xml | 178 +- valuesets/ValueSet-UKCore-MedicationCode.xml | 140 +- ...ValueSet-UKCore-MedicationDosageMethod.xml | 584 +- .../ValueSet-UKCore-MedicationDosageRoute.xml | 58 +- valuesets/ValueSet-UKCore-MedicationForm.xml | 2050 +++--- ...ValueSet-UKCore-MedicationPrecondition.xml | 58 +- ...Set-UKCore-MedicationPrescribingAgency.xml | 48 +- ...Core-MedicationPrescribingOrganization.xml | 104 +- ...-MedicationPrescribingOrganizationType.xml | 104 +- ...ueSet-UKCore-MedicationRequestCategory.xml | 128 +- ...KCore-MedicationRequestCourseOfTherapy.xml | 158 +- ...Set-UKCore-MedicationStatementCategory.xml | 126 +- .../ValueSet-UKCore-MedicationSupplyType.xml | 154 +- .../ValueSet-UKCore-MedicationTradeFamily.xml | 58 +- valuesets/ValueSet-UKCore-MessageEvent.xml | 270 +- ...lueSet-UKCore-MessageHeaderInstruction.xml | 48 +- ...eSet-UKCore-NHSNumberUnavailableReason.xml | 90 +- ...Set-UKCore-NHSNumberVerificationStatus.xml | 232 +- .../ValueSet-UKCore-ObservationMethod.xml | 38 +- valuesets/ValueSet-UKCore-ObservationType.xml | 58 +- ...et-UKCore-OperationOutcomeIssueDetails.xml | 988 +-- .../ValueSet-UKCore-OrganizationType.xml | 216 +- .../ValueSet-UKCore-OtherContactSystem.xml | 94 +- .../ValueSet-UKCore-OutcomeOfAttendance.xml | 182 +- ...UKCore-OverseasVisitorChargingCategory.xml | 48 +- .../ValueSet-UKCore-OxygenSaturation.xml | 60 +- valuesets/ValueSet-UKCore-PeriodType.xml | 80 +- ...alueSet-UKCore-PersonMaritalStatusCode.xml | 438 +- ...ValueSet-UKCore-PersonRelationshipType.xml | 1730 ++--- .../ValueSet-UKCore-PracticeSettingCode.xml | 930 +-- .../ValueSet-UKCore-PractitionerRoleCode.xml | 6264 ++++++++--------- ...ValueSet-UKCore-PreferredContactMethod.xml | 174 +- ...re-PreferredWrittenCommunicationFormat.xml | 114 +- .../ValueSet-UKCore-PrescriptionType.xml | 48 +- .../ValueSet-UKCore-ProblemSignificance.xml | 104 +- valuesets/ValueSet-UKCore-ProcedureCode.xml | 58 +- ...eSet-UKCore-QuestionnaireQuestionCodes.xml | 48 +- ...Core-ReasonImmunizationNotAdministered.xml | 1672 ++--- .../ValueSet-UKCore-RecordingSetting.xml | 80 +- .../ValueSet-UKCore-ReligiousAffiliation.xml | 66 +- valuesets/ValueSet-UKCore-ReportCode.xml | 58 +- valuesets/ValueSet-UKCore-ReportCodeSnCT.xml | 58 +- .../ValueSet-UKCore-ResidentialStatus.xml | 104 +- valuesets/ValueSet-UKCore-RespirationRate.xml | 60 +- valuesets/ValueSet-UKCore-SDSJobRoleName.xml | 48 +- valuesets/ValueSet-UKCore-SampleCategory.xml | 32 +- .../ValueSet-UKCore-ServiceRequestMethod.xml | 154 +- ...lueSet-UKCore-ServiceRequestReasonCode.xml | 58 +- .../ValueSet-UKCore-SourceOfAdmission.xml | 446 +- ...ValueSet-UKCore-SourceOfServiceRequest.xml | 650 +- .../ValueSet-UKCore-SpecimenBodySite.xml | 60 +- valuesets/ValueSet-UKCore-SpecimenType.xml | 60 +- ...-SubstanceOrProductAdministrationRoute.xml | 582 +- .../ValueSet-UKCore-TobaccoConsumption.xml | 60 +- .../ValueSet-UKCore-TreatmentCategory.xml | 48 +- valuesets/ValueSet-UKCore-UnifiedTestList.xml | 2 +- .../ValueSet-UKCore-VaccinationProcedure.xml | 2572 +++---- ...Core-VaccinationProcedureSupplementary.xml | 1194 ++-- valuesets/ValueSet-UKCore-VaccineCode.xml | 112 +- 372 files changed, 34624 insertions(+), 34624 deletions(-) diff --git a/CapabilityStatement/CapabilityStatement-UKCore.xml b/CapabilityStatement/CapabilityStatement-UKCore.xml index 3e15cd17..14744e2c 100644 --- a/CapabilityStatement/CapabilityStatement-UKCore.xml +++ b/CapabilityStatement/CapabilityStatement-UKCore.xml @@ -1,205 +1,205 @@ <CapabilityStatement xmlns="http://hl7.org/fhir"> - <id value="apim-conformance"/> - <url value="https://fhir.hl7.org.uk/CapabilityStatement/ukcore-conformance"/> - <version value="3.2.0"/> - <name value="UKCore"/> - <status value="active"/> - <date value="2022-12-16T00:00:00+00:00"/> - <publisher value="HL7 UK"/> - <description value="Conformance requirements for UKCore"/> - <kind value="requirements"/> - <fhirVersion value="4.0.1"/> - <format value="application/fhir+json"/> - <format value="application/fhir+xml"/> - <rest> - <mode value="server"/> - <resource> - <type value="AllergyIntolerance"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-AllergyIntolerance"/> - </resource> - <resource> - <type value="Appointment"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Appointment"/> - </resource> - <resource> - <type value="AuditEvent"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-AuditEvent"/> - </resource> - <resource> - <type value="Bundle"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Bundle"/> - </resource> - <resource> - <type value="CarePlan"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-CarePlan"/> - </resource> - <resource> - <type value="CareTeam"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-CareTeam"/> - </resource> - <resource> - <type value="Communication"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Communication"/> - </resource> - <resource> - <type value="Composition"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Composition"/> - </resource> - <resource> - <type value="Condition"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Condition"/> - </resource> - <resource> - <type value="Consent"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Consent"/> - </resource> - <resource> - <type value="Device"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Device"/> - </resource> - <resource> - <type value="DiagnosticReport"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-DiagnosticReport"/> - <supportedProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-DiagnosticReport-Lab"/> - </resource> - <resource> - <type value="DocumentReference"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-DocumentReference"/> - </resource> - <resource> - <type value="Encounter"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter"/> - </resource> - <resource> - <type value="EpisodeOfCare"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-EpisodeOfCare"/> - </resource> - <resource> - <type value="FamilyMemberHistory"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-FamilyMemberHistory"/> - </resource> - <resource> - <type value="Flag"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Flag"/> - </resource> - <resource> - <type value="HealthcareService"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-HealthcareService"/> - </resource> - <resource> - <type value="ImagingStudy"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-ImagingStudy"/> - </resource> - <resource> - <type value="Immunization"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Immunization"/> - </resource> - <resource> - <type value="List"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-List"/> - </resource> - <resource> - <type value="Location"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location"/> - </resource> - <resource> - <type value="Medication"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Medication"/> - </resource> - <resource> - <type value="MedicationAdministration"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationAdministration"/> - </resource> - <resource> - <type value="MedicationDispense"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationDispense"/> - </resource> - <resource> - <type value="MedicationRequest"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationRequest"/> - </resource> - <resource> - <type value="MedicationStatement"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationStatement"/> - </resource> - <resource> - <type value="MessageHeader"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-MessageHeader"/> - </resource> - <resource> - <type value="Observation"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation"/> - <supportedProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-LabGroup"/> - <supportedProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab"/> - <supportedProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-VitalSigns"/> - </resource> - <resource> - <type value="OperationOutcome"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-OperationOutcome"/> - </resource> - <resource> - <type value="Organization"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </resource> - <resource> - <type value="OrganizationAffiliation"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-OrganizationAffiliation"/> - </resource> - <resource> - <type value="Patient"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"/> - </resource> - <resource> - <type value="Practitioner"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner"/> - </resource> - <resource> - <type value="PractitionerRole"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole"/> - </resource> - <resource> - <type value="Procedure"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Procedure"/> - </resource> - <resource> - <type value="Provenance"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Provenance"/> - </resource> - <resource> - <type value="Questionnaire"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Questionnaire"/> - </resource> - <resource> - <type value="QuestionnaireResponse"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-QuestionnaireResponse"/> - </resource> - <resource> - <type value="RelatedPerson"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson"/> - </resource> - <resource> - <type value="RequestGroup"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-RequestGroup"/> - </resource> - <resource> - <type value="Schedule"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Schedule"/> - </resource> - <resource> - <type value="ServiceRequest"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest"/> - </resource> - <resource> - <type value="Slot"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Slot"/> - </resource> - <resource> - <type value="Specimen"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Specimen"/> - </resource> - <resource> - <type value="Task"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Task"/> - </resource> - </rest> + <id value="apim-conformance" /> + <url value="https://fhir.hl7.org.uk/CapabilityStatement/ukcore-conformance" /> + <version value="3.2.0" /> + <name value="UKCore" /> + <status value="active" /> + <date value="2022-12-16T00:00:00+00:00" /> + <publisher value="HL7 UK" /> + <description value="Conformance requirements for UKCore" /> + <kind value="requirements" /> + <fhirVersion value="4.0.1" /> + <format value="application/fhir+json" /> + <format value="application/fhir+xml" /> + <rest> + <mode value="server" /> + <resource> + <type value="AllergyIntolerance" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-AllergyIntolerance" /> + </resource> + <resource> + <type value="Appointment" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Appointment" /> + </resource> + <resource> + <type value="AuditEvent" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-AuditEvent" /> + </resource> + <resource> + <type value="Bundle" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Bundle" /> + </resource> + <resource> + <type value="CarePlan" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-CarePlan" /> + </resource> + <resource> + <type value="CareTeam" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-CareTeam" /> + </resource> + <resource> + <type value="Communication" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Communication" /> + </resource> + <resource> + <type value="Composition" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Composition" /> + </resource> + <resource> + <type value="Condition" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Condition" /> + </resource> + <resource> + <type value="Consent" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Consent" /> + </resource> + <resource> + <type value="Device" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Device" /> + </resource> + <resource> + <type value="DiagnosticReport" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-DiagnosticReport" /> + <supportedProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-DiagnosticReport-Lab" /> + </resource> + <resource> + <type value="DocumentReference" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-DocumentReference" /> + </resource> + <resource> + <type value="Encounter" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter" /> + </resource> + <resource> + <type value="EpisodeOfCare" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-EpisodeOfCare" /> + </resource> + <resource> + <type value="FamilyMemberHistory" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-FamilyMemberHistory" /> + </resource> + <resource> + <type value="Flag" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Flag" /> + </resource> + <resource> + <type value="HealthcareService" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-HealthcareService" /> + </resource> + <resource> + <type value="ImagingStudy" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-ImagingStudy" /> + </resource> + <resource> + <type value="Immunization" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Immunization" /> + </resource> + <resource> + <type value="List" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-List" /> + </resource> + <resource> + <type value="Location" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location" /> + </resource> + <resource> + <type value="Medication" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Medication" /> + </resource> + <resource> + <type value="MedicationAdministration" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationAdministration" /> + </resource> + <resource> + <type value="MedicationDispense" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationDispense" /> + </resource> + <resource> + <type value="MedicationRequest" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationRequest" /> + </resource> + <resource> + <type value="MedicationStatement" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationStatement" /> + </resource> + <resource> + <type value="MessageHeader" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-MessageHeader" /> + </resource> + <resource> + <type value="Observation" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation" /> + <supportedProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-LabGroup" /> + <supportedProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab" /> + <supportedProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-VitalSigns" /> + </resource> + <resource> + <type value="OperationOutcome" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-OperationOutcome" /> + </resource> + <resource> + <type value="Organization" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </resource> + <resource> + <type value="OrganizationAffiliation" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-OrganizationAffiliation" /> + </resource> + <resource> + <type value="Patient" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" /> + </resource> + <resource> + <type value="Practitioner" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner" /> + </resource> + <resource> + <type value="PractitionerRole" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" /> + </resource> + <resource> + <type value="Procedure" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Procedure" /> + </resource> + <resource> + <type value="Provenance" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Provenance" /> + </resource> + <resource> + <type value="Questionnaire" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Questionnaire" /> + </resource> + <resource> + <type value="QuestionnaireResponse" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-QuestionnaireResponse" /> + </resource> + <resource> + <type value="RelatedPerson" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson" /> + </resource> + <resource> + <type value="RequestGroup" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-RequestGroup" /> + </resource> + <resource> + <type value="Schedule" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Schedule" /> + </resource> + <resource> + <type value="ServiceRequest" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest" /> + </resource> + <resource> + <type value="Slot" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Slot" /> + </resource> + <resource> + <type value="Specimen" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Specimen" /> + </resource> + <resource> + <type value="Task" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Task" /> + </resource> + </rest> </CapabilityStatement> diff --git a/codesystems/CodeSystem-NHSDataModelAndDictionary-PersonStatedGenderCode.xml b/codesystems/CodeSystem-NHSDataModelAndDictionary-PersonStatedGenderCode.xml index 3798e674..ae4aa60a 100644 --- a/codesystems/CodeSystem-NHSDataModelAndDictionary-PersonStatedGenderCode.xml +++ b/codesystems/CodeSystem-NHSDataModelAndDictionary-PersonStatedGenderCode.xml @@ -1,39 +1,39 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="NHSDataModelAndDictionary-PersonStatedGenderCode"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/NHSDataModelAndDictionary-PersonStatedGenderCode"/> - <version value="2.0.0"/> - <name value="NHSDataModelandDictionaryPersonStatedGenderCode"/> - <title value="NHS Data Model and Dictionary Person Stated Gender Code"/> - <status value="retired" /> - <date value="2021-09-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="The gender of a Person. Person Stated Gender Code is self declared or inferred by observation for those unable to declare their Person Stated Gender."/> - <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="1"/> - <display value="Male"/> - </concept> - <concept> - <code value="2"/> - <display value="Female"/> - </concept> - <concept> - <code value="9"/> - <display value="Indeterminate (unable to be classified as either male or female)"/> - </concept> - <concept> - <code value="X"/> - <display value="Not Known (not recorded)"/> - </concept> + <id value="NHSDataModelAndDictionary-PersonStatedGenderCode" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/NHSDataModelAndDictionary-PersonStatedGenderCode" /> + <version value="2.0.0" /> + <name value="NHSDataModelandDictionaryPersonStatedGenderCode" /> + <title value="NHS Data Model and Dictionary Person Stated Gender Code" /> + <status value="retired" /> + <date value="2021-09-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="The gender of a Person. Person Stated Gender Code is self declared or inferred by observation for those unable to declare their Person Stated Gender." /> + <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="1" /> + <display value="Male" /> + </concept> + <concept> + <code value="2" /> + <display value="Female" /> + </concept> + <concept> + <code value="9" /> + <display value="Indeterminate (unable to be classified as either male or female)" /> + </concept> + <concept> + <code value="X" /> + <display value="Not Known (not recorded)" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-AdditionalPersonRelationshipRole.xml b/codesystems/CodeSystem-UKCore-AdditionalPersonRelationshipRole.xml index 51705416..538cee66 100644 --- a/codesystems/CodeSystem-UKCore-AdditionalPersonRelationshipRole.xml +++ b/codesystems/CodeSystem-UKCore-AdditionalPersonRelationshipRole.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-AdditionalPersonRelationshipRole"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole"/> + <id value="UKCore-AdditionalPersonRelationshipRole" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> <version value="2.1.0" /> - <name value="UKCoreAdditionalPersonRelationshipRole"/> + <name value="UKCoreAdditionalPersonRelationshipRole" /> <title value="UK Core Additional Person Relationship Role" /> <status value="active" /> <date value="2021-09-10" /> @@ -17,10 +17,10 @@ <rank value="1" /> </telecom> </contact> - <description value="A CodeSystem to identify additional person relationship roles."/> + <description value="A CodeSystem to identify additional person relationship roles." /> <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"/> + <content value="complete" /> <concept> <code value="Agent" /> <display value="Agent of patient" /> diff --git a/codesystems/CodeSystem-UKCore-AdmissionMethodEngland.xml b/codesystems/CodeSystem-UKCore-AdmissionMethodEngland.xml index 701bf3ce..6cc3c6e3 100644 --- a/codesystems/CodeSystem-UKCore-AdmissionMethodEngland.xml +++ b/codesystems/CodeSystem-UKCore-AdmissionMethodEngland.xml @@ -1,103 +1,103 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-AdmissionMethodEngland" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> - <version value="1.0.1" /> - <name value="UKCoreAdmissionMethodEngland" /> - <title value="UK Core Admission Method England" /> - <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="A set of codes that define the method of admission to a hospital provider spell. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary Admission Method](https://datadictionary.nhs.uk/data_elements/admission_method_code__hospital_provider_spell_.html?hl=admission%2Cmethod) web page on 18/11/2021." /> - <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="11" /> - <display value="Elective Admission: Waiting list" /> - </concept> - <concept> - <code value="12" /> - <display value="Elective Admission: Booked" /> - </concept> - <concept> - <code value="13" /> - <display value="Elective Admission: Planned" /> - </concept> - <concept> - <code value="21" /> - <display value="Emergency Admission: Emergency Care Department or dental casualty department of the Health Care Provider" /> - </concept> - <concept> - <code value="22" /> - <display value="Emergency Admission: General Practitioner: after a request for immediate admission has been made direct to a Hospital Provider, i.e. not through a Bed bureau, by a General Practitioner or deputy" /> - </concept> - <concept> - <code value="23" /> - <display value="Emergency Admission: Bed bureau" /> - </concept> - <concept> - <code value="24" /> - <display value="Emergency Admission: Consultant Clinic, of this or another Health Care Provider" /> - </concept> - <concept> - <code value="25" /> - <display value="Emergency Admission: Admission via Mental Health Crisis Resolution Team" /> - </concept> - <concept> - <code value="2A" /> - <display value="Emergency Admission: Emergency Care Department of another provider where the Patient had not been admitted" /> - </concept> - <concept> - <code value="2B" /> - <display value="Emergency Admission: Transfer of an admitted Patient from another Hospital Provider in an emergency" /> - </concept> - <concept> - <code value="2C" /> - <display value="Emergency Admission: Baby born at home as intended" /> - </concept> - <concept> - <code value="2D" /> - <display value="Emergency Admission: Other emergency admission" /> - </concept> - <concept> - <code value="28" /> - <display value="Emergency Admission: Other means, examples are: - admitted from the Emergency Care Department of another provider where they had not been admitted - transfer of an admitted Patient from another Hospital Provider in an emergency - baby born at home as intended" /> - </concept> - <concept> - <code value="31" /> - <display value="Maternity Admission: Admitted ante partum" /> - </concept> - <concept> - <code value="32" /> - <display value="Maternity Admission: Admitted post partum" /> - </concept> - <concept> - <code value="82" /> - <display value="Other Admission: The birth of a baby in this Health Care Provider" /> - </concept> - <concept> - <code value="83" /> - <display value="Other Admission: Baby born outside the Health Care Provider except when born at home as intended" /> - </concept> - <concept> - <code value="81" /> - <display value="Other Admission: Transfer of any admitted Patient from other Hospital Provider other than in an emergency" /> - </concept> - <concept> - <code value="98" /> - <display value="Not applicable" /> - </concept> - <concept> - <code value="99" /> - <display value="Admission Method not known" /> - </concept> + <id value="UKCore-AdmissionMethodEngland" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.1" /> + <name value="UKCoreAdmissionMethodEngland" /> + <title value="UK Core Admission Method England" /> + <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="A set of codes that define the method of admission to a hospital provider spell. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary Admission Method](https://datadictionary.nhs.uk/data_elements/admission_method_code__hospital_provider_spell_.html?hl=admission%2Cmethod) web page on 18/11/2021." /> + <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="11" /> + <display value="Elective Admission: Waiting list" /> + </concept> + <concept> + <code value="12" /> + <display value="Elective Admission: Booked" /> + </concept> + <concept> + <code value="13" /> + <display value="Elective Admission: Planned" /> + </concept> + <concept> + <code value="21" /> + <display value="Emergency Admission: Emergency Care Department or dental casualty department of the Health Care Provider" /> + </concept> + <concept> + <code value="22" /> + <display value="Emergency Admission: General Practitioner: after a request for immediate admission has been made direct to a Hospital Provider, i.e. not through a Bed bureau, by a General Practitioner or deputy" /> + </concept> + <concept> + <code value="23" /> + <display value="Emergency Admission: Bed bureau" /> + </concept> + <concept> + <code value="24" /> + <display value="Emergency Admission: Consultant Clinic, of this or another Health Care Provider" /> + </concept> + <concept> + <code value="25" /> + <display value="Emergency Admission: Admission via Mental Health Crisis Resolution Team" /> + </concept> + <concept> + <code value="2A" /> + <display value="Emergency Admission: Emergency Care Department of another provider where the Patient had not been admitted" /> + </concept> + <concept> + <code value="2B" /> + <display value="Emergency Admission: Transfer of an admitted Patient from another Hospital Provider in an emergency" /> + </concept> + <concept> + <code value="2C" /> + <display value="Emergency Admission: Baby born at home as intended" /> + </concept> + <concept> + <code value="2D" /> + <display value="Emergency Admission: Other emergency admission" /> + </concept> + <concept> + <code value="28" /> + <display value="Emergency Admission: Other means, examples are: - admitted from the Emergency Care Department of another provider where they had not been admitted - transfer of an admitted Patient from another Hospital Provider in an emergency - baby born at home as intended" /> + </concept> + <concept> + <code value="31" /> + <display value="Maternity Admission: Admitted ante partum" /> + </concept> + <concept> + <code value="32" /> + <display value="Maternity Admission: Admitted post partum" /> + </concept> + <concept> + <code value="82" /> + <display value="Other Admission: The birth of a baby in this Health Care Provider" /> + </concept> + <concept> + <code value="83" /> + <display value="Other Admission: Baby born outside the Health Care Provider except when born at home as intended" /> + </concept> + <concept> + <code value="81" /> + <display value="Other Admission: Transfer of any admitted Patient from other Hospital Provider other than in an emergency" /> + </concept> + <concept> + <code value="98" /> + <display value="Not applicable" /> + </concept> + <concept> + <code value="99" /> + <display value="Admission Method not known" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-AdmissionMethodWales.xml b/codesystems/CodeSystem-UKCore-AdmissionMethodWales.xml index 2b38f3df..8d5870de 100644 --- a/codesystems/CodeSystem-UKCore-AdmissionMethodWales.xml +++ b/codesystems/CodeSystem-UKCore-AdmissionMethodWales.xml @@ -1,82 +1,82 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-AdmissionMethodWales" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> - <version value="1.0.1" /> - <name value="UKCoreAdmissionMethodWales" /> - <title value="UK Core Admission Method Wales" /> - <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="A set of codes that define the method of admission to a hospital provider spell. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary Admission Method](http://www.datadictionary.wales.nhs.uk/index.html#!WordDocuments/admissionmethod.htm) web page on 18/11/2021." /> - <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." /> - <content value="complete" /> - <concept> - <code value="11" /> - <display value="Elective Admission: Waiting list" /> - </concept> - <concept> - <code value="12" /> - <display value="Elective Admission: Booked" /> - </concept> - <concept> - <code value="13" /> - <display value="Elective Admission: Planned" /> - </concept> - <concept> - <code value="21" /> - <display value="Emergency Admission: A & E or dental casualty department of the health care provider" /> - </concept> - <concept> - <code value="22" /> - <display value="Emergency Admission: GP: after a request for immediate admission has been made direct to a hospital provider (i.e. not through a Bed Bureau) by a General Practitioner or deputy" /> - </concept> - <concept> - <code value="23" /> - <display value="Emergency Admission: Bed bureau" /> - </concept> - <concept> - <code value="24" /> - <display value="Emergency Admission: Consultant clinic of this or another health care provider" /> - </concept> - <concept> - <code value="25" /> - <display value="Emergency Admission: Domiciliary visit by Consultant" /> - </concept> - <concept> - <code value="27" /> - <display value="Emergency Admission: Via NHS Direct Services" /> - </concept> - <concept> - <code value="28" /> - <display value="Emergency Admission: Other means, including admitted from the A & E department of another provider where they had not been admitted" /> - </concept> - <concept> - <code value="31" /> - <display value="Maternity Admission: Admitted ante-partum" /> - </concept> - <concept> - <code value="32" /> - <display value="Maternity Admission: Admitted post-partum" /> - </concept> - <concept> - <code value="81" /> - <display value="Other Admission: Transfer of any admitted patient from other hospital provider. May be used for an elective or emergency transfer from other hospital provider." /> - </concept> - <concept> - <code value="82" /> - <display value="Other Admission: The birth of a baby in this health care provider" /> - </concept> - <concept> - <code value="83" /> - <display value="Other Admission: Baby born outside the health care provider (except when born at home as intended. In this case the baby is an emergency admission. e.g. if midwife's decision to admit the baby use Admission Method 28)" /> - </concept> + <id value="UKCore-AdmissionMethodWales" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + <version value="1.0.1" /> + <name value="UKCoreAdmissionMethodWales" /> + <title value="UK Core Admission Method Wales" /> + <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="A set of codes that define the method of admission to a hospital provider spell. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary Admission Method](http://www.datadictionary.wales.nhs.uk/index.html#!WordDocuments/admissionmethod.htm) web page on 18/11/2021." /> + <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." /> + <content value="complete" /> + <concept> + <code value="11" /> + <display value="Elective Admission: Waiting list" /> + </concept> + <concept> + <code value="12" /> + <display value="Elective Admission: Booked" /> + </concept> + <concept> + <code value="13" /> + <display value="Elective Admission: Planned" /> + </concept> + <concept> + <code value="21" /> + <display value="Emergency Admission: A & E or dental casualty department of the health care provider" /> + </concept> + <concept> + <code value="22" /> + <display value="Emergency Admission: GP: after a request for immediate admission has been made direct to a hospital provider (i.e. not through a Bed Bureau) by a General Practitioner or deputy" /> + </concept> + <concept> + <code value="23" /> + <display value="Emergency Admission: Bed bureau" /> + </concept> + <concept> + <code value="24" /> + <display value="Emergency Admission: Consultant clinic of this or another health care provider" /> + </concept> + <concept> + <code value="25" /> + <display value="Emergency Admission: Domiciliary visit by Consultant" /> + </concept> + <concept> + <code value="27" /> + <display value="Emergency Admission: Via NHS Direct Services" /> + </concept> + <concept> + <code value="28" /> + <display value="Emergency Admission: Other means, including admitted from the A & E department of another provider where they had not been admitted" /> + </concept> + <concept> + <code value="31" /> + <display value="Maternity Admission: Admitted ante-partum" /> + </concept> + <concept> + <code value="32" /> + <display value="Maternity Admission: Admitted post-partum" /> + </concept> + <concept> + <code value="81" /> + <display value="Other Admission: Transfer of any admitted patient from other hospital provider. May be used for an elective or emergency transfer from other hospital provider." /> + </concept> + <concept> + <code value="82" /> + <display value="Other Admission: The birth of a baby in this health care provider" /> + </concept> + <concept> + <code value="83" /> + <display value="Other Admission: Baby born outside the health care provider (except when born at home as intended. In this case the baby is an emergency admission. e.g. if midwife's decision to admit the baby use Admission Method 28)" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-AppointmentReasonCode.xml b/codesystems/CodeSystem-UKCore-AppointmentReasonCode.xml index 2083e41f..5b9d35d6 100644 --- a/codesystems/CodeSystem-UKCore-AppointmentReasonCode.xml +++ b/codesystems/CodeSystem-UKCore-AppointmentReasonCode.xml @@ -1,27 +1,27 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-AppointmentReasonCode" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AppointmentReasonCode" /> - <version value="1.0.0" /> - <name value="UKCoreAppointmentReasonCode" /> - <title value="UK Core Appointment Reason Code" /> - <status value="active" /> - <date value="2022-05-20" /> - <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 an appointment reason." /> - <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="urgent-follow-up" /> - <display value="Urgent follow-up" /> - </concept> + <id value="UKCore-AppointmentReasonCode" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AppointmentReasonCode" /> + <version value="1.0.0" /> + <name value="UKCoreAppointmentReasonCode" /> + <title value="UK Core Appointment Reason Code" /> + <status value="active" /> + <date value="2022-05-20" /> + <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 an appointment reason." /> + <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="urgent-follow-up" /> + <display value="Urgent follow-up" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-BiopsyState.xml b/codesystems/CodeSystem-UKCore-BiopsyState.xml index 12b12fba..e5bb46e4 100644 --- a/codesystems/CodeSystem-UKCore-BiopsyState.xml +++ b/codesystems/CodeSystem-UKCore-BiopsyState.xml @@ -1,35 +1,35 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-BiopsyState"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-BiopsyState"/> - <version value="1.0.0"/> - <name value="UKCoreBiopsyState"/> - <title value="UK Core Biopsy State"/> - <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="A CodeSystem to record how has the sample been preserved/fixed."/> - <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="fresh-unfixed"/> - <display value="Fresh Unfixed"/> - </concept> - <concept> - <code value="fresh-frozen"/> - <display value="Fresh Frozen"/> - </concept> - <concept> - <code value="fixed"/> - <display value="Fixed"/> - </concept> + <id value="UKCore-BiopsyState" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-BiopsyState" /> + <version value="1.0.0" /> + <name value="UKCoreBiopsyState" /> + <title value="UK Core Biopsy State" /> + <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="A CodeSystem to record how has the sample been preserved/fixed." /> + <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="fresh-unfixed" /> + <display value="Fresh Unfixed" /> + </concept> + <concept> + <code value="fresh-frozen" /> + <display value="Fresh Frozen" /> + </concept> + <concept> + <code value="fixed" /> + <display value="Fixed" /> + </concept> </CodeSystem> \ No newline at end of file diff --git a/codesystems/CodeSystem-UKCore-ConditionCategory.xml b/codesystems/CodeSystem-UKCore-ConditionCategory.xml index e8526e06..7b549be9 100644 --- a/codesystems/CodeSystem-UKCore-ConditionCategory.xml +++ b/codesystems/CodeSystem-UKCore-ConditionCategory.xml @@ -1,35 +1,35 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-ConditionCategory" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionCategory" /> - <version value="1.0.0" /> - <name value="UKCoreConditionCategory" /> - <title value="UK Core Condition Category" /> - <status value="active" /> - <date value="2022-01-07" /> - <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 category assigned to a condition. This CodeSystem contains concepts not covered by the FHIR standard ConditionCategoryCodes CodeSystem." /> - <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="presenting-complaint" /> - <display value="Presenting Complaint" /> - </concept> - <concept> - <code value="co-morbidity" /> - <display value="Co-morbidity" /> - </concept> - <concept> - <code value="issue" /> - <display value="Issue" /> - </concept> + <id value="UKCore-ConditionCategory" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionCategory" /> + <version value="1.0.0" /> + <name value="UKCoreConditionCategory" /> + <title value="UK Core Condition Category" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 category assigned to a condition. This CodeSystem contains concepts not covered by the FHIR standard ConditionCategoryCodes CodeSystem." /> + <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="presenting-complaint" /> + <display value="Presenting Complaint" /> + </concept> + <concept> + <code value="co-morbidity" /> + <display value="Co-morbidity" /> + </concept> + <concept> + <code value="issue" /> + <display value="Issue" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-ConditionEpisodicity.xml b/codesystems/CodeSystem-UKCore-ConditionEpisodicity.xml index 105e8cc4..01b4e21f 100644 --- a/codesystems/CodeSystem-UKCore-ConditionEpisodicity.xml +++ b/codesystems/CodeSystem-UKCore-ConditionEpisodicity.xml @@ -1,43 +1,43 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-ConditionEpisodicity" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity" /> - <version value="2.1.0" /> - <name value="UKCoreConditionEpisodicity" /> - <title value="UK Core Condition Episodicity" /> - <status value="active" /> - <date value="2022-01-07" /> - <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 episodicity of a condition." /> - <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="first" /> - <display value="First" /> - <definition value="The first episode of a condition." /> - </concept> - <concept> - <code value="new" /> - <display value="New" /> - <definition value="A new episode of a previously recorded condition." /> - </concept> - <concept> - <code value="review" /> - <display value="Review" /> - <definition value="A review of an existing condition episode." /> - </concept> - <concept> - <code value="end" /> - <display value="End" /> - <definition value="Marks the end of an existing condition episode." /> - </concept> + <id value="UKCore-ConditionEpisodicity" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity" /> + <version value="2.1.0" /> + <name value="UKCoreConditionEpisodicity" /> + <title value="UK Core Condition Episodicity" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 episodicity of a condition." /> + <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="first" /> + <display value="First" /> + <definition value="The first episode of a condition." /> + </concept> + <concept> + <code value="new" /> + <display value="New" /> + <definition value="A new episode of a previously recorded condition." /> + </concept> + <concept> + <code value="review" /> + <display value="Review" /> + <definition value="A review of an existing condition episode." /> + </concept> + <concept> + <code value="end" /> + <display value="End" /> + <definition value="Marks the end of an existing condition episode." /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-ConditionRelationship.xml b/codesystems/CodeSystem-UKCore-ConditionRelationship.xml index f3f20256..977e1a93 100644 --- a/codesystems/CodeSystem-UKCore-ConditionRelationship.xml +++ b/codesystems/CodeSystem-UKCore-ConditionRelationship.xml @@ -1,53 +1,53 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-ConditionRelationship" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship" /> - <version value="1.0.0" /> - <name value="UKCoreConditionRelationship" /> - <title value="UK Core Condition Relationship" /> - <status value="retired" /> - <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="A set of codes that define the kind of relationship that exists with a target condition or problem." /> - <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="merge-combine" /> - <display value="Merge/Combine" /> - <definition value="This condition is merged/combined with the target condition to form a single logical condition." /> - </concept> - <concept> - <code value="nesting" /> - <display value="Nesting" /> - <definition value="This target condition is a component problem of this condition." /> - </concept> - <concept> - <code value="evolve" /> - <display value="Evolve" /> - <definition value="This condition has evolved from the target condition." /> - </concept> - <concept> - <code value="parent" /> - <display value="Parent" /> - <definition value="The problem referenced is the parent of the problem/item in the resource." /> - </concept> - <concept> - <code value="child" /> - <display value="Child" /> - <definition value="The problem referenced is the child of the problem/item in the resource." /> - </concept> - <concept> - <code value="sibling" /> - <display value="Sibling" /> - <definition value="The problem referenced is a sibling of the problem/item in the resource." /> - </concept> + <id value="UKCore-ConditionRelationship" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship" /> + <version value="1.0.0" /> + <name value="UKCoreConditionRelationship" /> + <title value="UK Core Condition Relationship" /> + <status value="retired" /> + <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="A set of codes that define the kind of relationship that exists with a target condition or problem." /> + <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="merge-combine" /> + <display value="Merge/Combine" /> + <definition value="This condition is merged/combined with the target condition to form a single logical condition." /> + </concept> + <concept> + <code value="nesting" /> + <display value="Nesting" /> + <definition value="This target condition is a component problem of this condition." /> + </concept> + <concept> + <code value="evolve" /> + <display value="Evolve" /> + <definition value="This condition has evolved from the target condition." /> + </concept> + <concept> + <code value="parent" /> + <display value="Parent" /> + <definition value="The problem referenced is the parent of the problem/item in the resource." /> + </concept> + <concept> + <code value="child" /> + <display value="Child" /> + <definition value="The problem referenced is the child of the problem/item in the resource." /> + </concept> + <concept> + <code value="sibling" /> + <display value="Sibling" /> + <definition value="The problem referenced is a sibling of the problem/item in the resource." /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-DateTimeType.xml b/codesystems/CodeSystem-UKCore-DateTimeType.xml index c2008e95..fdf09e45 100644 --- a/codesystems/CodeSystem-UKCore-DateTimeType.xml +++ b/codesystems/CodeSystem-UKCore-DateTimeType.xml @@ -1,88 +1,88 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-DateTimeType"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType"/> - <version value="2.1.0"/> - <name value="UKCoreDateTimeType"/> - <title value="UK Core Date Time Type"/> - <status value="draft" /> - <date value="2023-10-13" /> - <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="CodeSystem to identify the type of date and time being recorded."/> - <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="time-clear"/> - <display value="Time Clear"/> - <definition value="The time the resource is clear from a call, and is available to be allocated to another call (either from receiving location or scene if no transport or stood down)"/> - </concept> - <concept> - <code value="time-clinical-handover"/> - <display value="Time of Clinical Handover"/> - <definition value="The time the conveyed patient is handed over to the receiving location, often a hospital, who take over clinical responsibility for the patient from this time"/> - </concept> - <concept> - <code value="time-dispatch-code-established"/> - <display value="Time Dispatch Code Established"/> - <definition value="The time that the Pathways Triage Disposition code or AMPDS Triage disposition code is established"/> - </concept> - <concept> - <code value="time-arrived-receiving-location"/> - <display value="Time Arrived at Receiving Location"/> - <definition value="The time the resource arrives with the conveyed patient at the receiving location, often a hospital,or other place of care"/> - </concept> - <concept> - <code value="time-patient-handover"/> - <display value="Time Patient Handover"/> - <definition value="The time the conveyed patient is handed over to the receiving location, often a hospital, who take over clinical responsibility for the patient from this time"/> - </concept> - <concept> - <code value="time-resource-mobilised"/> - <display value="Time Resource Mobilised"/> - <definition value="The date time the resource starts moving towards the incident location that has been requested to attend"/> - </concept> - <concept> - <code value="time-resource-arrived-on-scene"/> - <display value="Time Resource Arrived On Scene"/> - <definition value="The date/time the resource arrives at the incident location they have been requested to attend"/> - </concept> - <concept> - <code value="time-stood-down"/> - <display value="Time Stood Down"/> - <definition value="The date/time the vehicle was removed from a call whilst travelling towards an incident location if they are no longer required to attend"/> - </concept> - <concept> - <code value="time-resource-left-scene"/> - <display value="Time Resource Left Scene"/> - <definition value="The date/time the resource leaves the incident location in order to transport the patient to hospital"/> - </concept> - <concept> - <code value="clock-start-date-time"/> - <display value="Clock Start Date Time"/> - <definition value="The date/time that the clock started for Ambulance Quality Indicator performance reporting and other purposes"/> - </concept> - <concept> - <code value="time-call-answered"/> - <display value="Time Call Answered"/> - <definition value="The date/time that the call was answered in the ambulance control room"/> - </concept> - <concept> - <code value="time-call-ended"/> - <display value="Time Call Ended"/> - <definition value="The date/time that the call ended in the ambulance control room"/> - </concept> - <concept> - <code value="clock-stop-date-time"/> - <display value="Clock Stop Date Time"/> - <definition value="The date/time that the first response arrived at the incident location that counts as the arrival time based on the National Ambulance Quality Indicator definitions"/> - </concept> + <id value="UKCore-DateTimeType" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> + <version value="2.1.0" /> + <name value="UKCoreDateTimeType" /> + <title value="UK Core Date Time Type" /> + <status value="draft" /> + <date value="2023-10-13" /> + <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="CodeSystem to identify the type of date and time being recorded." /> + <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="time-clear" /> + <display value="Time Clear" /> + <definition value="The time the resource is clear from a call, and is available to be allocated to another call (either from receiving location or scene if no transport or stood down)" /> + </concept> + <concept> + <code value="time-clinical-handover" /> + <display value="Time of Clinical Handover" /> + <definition value="The time the conveyed patient is handed over to the receiving location, often a hospital, who take over clinical responsibility for the patient from this time" /> + </concept> + <concept> + <code value="time-dispatch-code-established" /> + <display value="Time Dispatch Code Established" /> + <definition value="The time that the Pathways Triage Disposition code or AMPDS Triage disposition code is established" /> + </concept> + <concept> + <code value="time-arrived-receiving-location" /> + <display value="Time Arrived at Receiving Location" /> + <definition value="The time the resource arrives with the conveyed patient at the receiving location, often a hospital,or other place of care" /> + </concept> + <concept> + <code value="time-patient-handover" /> + <display value="Time Patient Handover" /> + <definition value="The time the conveyed patient is handed over to the receiving location, often a hospital, who take over clinical responsibility for the patient from this time" /> + </concept> + <concept> + <code value="time-resource-mobilised" /> + <display value="Time Resource Mobilised" /> + <definition value="The date time the resource starts moving towards the incident location that has been requested to attend" /> + </concept> + <concept> + <code value="time-resource-arrived-on-scene" /> + <display value="Time Resource Arrived On Scene" /> + <definition value="The date/time the resource arrives at the incident location they have been requested to attend" /> + </concept> + <concept> + <code value="time-stood-down" /> + <display value="Time Stood Down" /> + <definition value="The date/time the vehicle was removed from a call whilst travelling towards an incident location if they are no longer required to attend" /> + </concept> + <concept> + <code value="time-resource-left-scene" /> + <display value="Time Resource Left Scene" /> + <definition value="The date/time the resource leaves the incident location in order to transport the patient to hospital" /> + </concept> + <concept> + <code value="clock-start-date-time" /> + <display value="Clock Start Date Time" /> + <definition value="The date/time that the clock started for Ambulance Quality Indicator performance reporting and other purposes" /> + </concept> + <concept> + <code value="time-call-answered" /> + <display value="Time Call Answered" /> + <definition value="The date/time that the call was answered in the ambulance control room" /> + </concept> + <concept> + <code value="time-call-ended" /> + <display value="Time Call Ended" /> + <definition value="The date/time that the call ended in the ambulance control room" /> + </concept> + <concept> + <code value="clock-stop-date-time" /> + <display value="Clock Stop Date Time" /> + <definition value="The date/time that the first response arrived at the incident location that counts as the arrival time based on the National Ambulance Quality Indicator definitions" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-DeathNotificationStatus.xml b/codesystems/CodeSystem-UKCore-DeathNotificationStatus.xml index 9eec933b..5b3dc7ef 100644 --- a/codesystems/CodeSystem-UKCore-DeathNotificationStatus.xml +++ b/codesystems/CodeSystem-UKCore-DeathNotificationStatus.xml @@ -16,7 +16,7 @@ <rank value="1" /> </telecom> </contact> - <description value="A CodeSystem to identify the type of death notice as held on Personal Demographics Service (PDS) or any other source system."/> + <description value="A CodeSystem to identify the type of death notice as held on Personal Demographics Service (PDS) or any other source system." /> <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" /> diff --git a/codesystems/CodeSystem-UKCore-DeliveryChannel.xml b/codesystems/CodeSystem-UKCore-DeliveryChannel.xml index f623d567..d7273df8 100644 --- a/codesystems/CodeSystem-UKCore-DeliveryChannel.xml +++ b/codesystems/CodeSystem-UKCore-DeliveryChannel.xml @@ -1,35 +1,35 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-DeliveryChannel" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel" /> - <version value="1.1.0" /> - <name value="UKCoreDeliveryChannel" /> - <title value="UK Core Delivery Channel" /> - <status value="active" /> - <date value="2022-05-20" /> - <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 delivery channel of an appointment." /> - <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="In-person" /> - <display value="In-person" /> - </concept> - <concept> - <code value="Telephone" /> - <display value="Telephone" /> - </concept> - <concept> - <code value="Video" /> - <display value="Video" /> - </concept> + <id value="UKCore-DeliveryChannel" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel" /> + <version value="1.1.0" /> + <name value="UKCoreDeliveryChannel" /> + <title value="UK Core Delivery Channel" /> + <status value="active" /> + <date value="2022-05-20" /> + <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 delivery channel of an appointment." /> + <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="In-person" /> + <display value="In-person" /> + </concept> + <concept> + <code value="Telephone" /> + <display value="Telephone" /> + </concept> + <concept> + <code value="Video" /> + <display value="Video" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-DischargeDestinationEngland.xml b/codesystems/CodeSystem-UKCore-DischargeDestinationEngland.xml index 0c0936c1..8dbea32a 100644 --- a/codesystems/CodeSystem-UKCore-DischargeDestinationEngland.xml +++ b/codesystems/CodeSystem-UKCore-DischargeDestinationEngland.xml @@ -1,107 +1,107 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-DischargeDestinationEngland" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> - <version value="1.0.1" /> - <name value="UKCoreDischargeDestinationEngland" /> - <title value="UK Core Discharge Destination England" /> - <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="A set of codes that define the destination of a patient on completion of a hospital provider spell, or a note that the patient died or was a still birth. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary Discharge Destination](https://datadictionary.nhs.uk/data_elements/discharge_destination_code__hospital_provider_spell_.html?hl=discharge%2Cdestination) web page on 18/11/2021." /> - <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="19" /> - <display value="Usual place of residence unless listed below, for example, a private dwelling whether owner occupied or owned by Local Authority, housing association or other landlord. This includes wardened accommodation but not residential accommodation where health care is provided. It also includes patients with no fixed abode." /> - </concept> - <concept> - <code value="29" /> - <display value="Temporary place of residence when usually resident elsewhere (includes hotel, residential Educational Establishment)" /> - </concept> - <concept> - <code value="30" /> - <display value="Repatriation from high security psychiatric accommodation in an NHS Hospital Provider (NHS Trust or NHS Foundation Trust)" /> - </concept> - <concept> - <code value="37" /> - <display value="Court" /> - </concept> - <concept> - <code value="38" /> - <display value="Penal establishment or police station" /> - </concept> - <concept> - <code value="48" /> - <display value="High Security Psychiatric Hospital, Scotland" /> - </concept> - <concept> - <code value="49" /> - <display value="NHS other Hospital Provider - high security psychiatric accommodation" /> - </concept> - <concept> - <code value="50" /> - <display value="NHS other Hospital Provider - medium secure unit" /> - </concept> - <concept> - <code value="51" /> - <display value="NHS other Hospital Provider - Ward for general patients or the younger physically disabled" /> - </concept> - <concept> - <code value="52" /> - <display value="NHS other Hospital Provider - Ward for maternity patients or Neonates" /> - </concept> - <concept> - <code value="53" /> - <display value="NHS other Hospital Provider - Ward for patients who are mentally ill or have Learning Disabilities" /> - </concept> - <concept> - <code value="54" /> - <display value="NHS run Care Home" /> - </concept> - <concept> - <code value="65" /> - <display value="Local Authority residential accommodation i.e. where care is provided" /> - </concept> - <concept> - <code value="66" /> - <display value="Local Authority foster care" /> - </concept> - <concept> - <code value="79" /> - <display value="Not applicable - Patient died or stillbirth" /> - </concept> - <concept> - <code value="84" /> - <display value="Non-NHS run hospital - medium secure unit" /> - </concept> - <concept> - <code value="85" /> - <display value="Non-NHS (other than Local Authority) run Care Home" /> - </concept> - <concept> - <code value="87" /> - <display value="Non-NHS run hospital" /> - </concept> - <concept> - <code value="88" /> - <display value="Non-NHS (other than Local Authority) run Hospice" /> - </concept> - <concept> - <code value="98" /> - <display value="Not applicable - Hospital Provider Spell not finished at episode end (i.e. not discharged) or current episode unfinished" /> - </concept> - <concept> - <code value="99" /> - <display value="Not known" /> - </concept> + <id value="UKCore-DischargeDestinationEngland" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.1" /> + <name value="UKCoreDischargeDestinationEngland" /> + <title value="UK Core Discharge Destination England" /> + <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="A set of codes that define the destination of a patient on completion of a hospital provider spell, or a note that the patient died or was a still birth. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary Discharge Destination](https://datadictionary.nhs.uk/data_elements/discharge_destination_code__hospital_provider_spell_.html?hl=discharge%2Cdestination) web page on 18/11/2021." /> + <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="19" /> + <display value="Usual place of residence unless listed below, for example, a private dwelling whether owner occupied or owned by Local Authority, housing association or other landlord. This includes wardened accommodation but not residential accommodation where health care is provided. It also includes patients with no fixed abode." /> + </concept> + <concept> + <code value="29" /> + <display value="Temporary place of residence when usually resident elsewhere (includes hotel, residential Educational Establishment)" /> + </concept> + <concept> + <code value="30" /> + <display value="Repatriation from high security psychiatric accommodation in an NHS Hospital Provider (NHS Trust or NHS Foundation Trust)" /> + </concept> + <concept> + <code value="37" /> + <display value="Court" /> + </concept> + <concept> + <code value="38" /> + <display value="Penal establishment or police station" /> + </concept> + <concept> + <code value="48" /> + <display value="High Security Psychiatric Hospital, Scotland" /> + </concept> + <concept> + <code value="49" /> + <display value="NHS other Hospital Provider - high security psychiatric accommodation" /> + </concept> + <concept> + <code value="50" /> + <display value="NHS other Hospital Provider - medium secure unit" /> + </concept> + <concept> + <code value="51" /> + <display value="NHS other Hospital Provider - Ward for general patients or the younger physically disabled" /> + </concept> + <concept> + <code value="52" /> + <display value="NHS other Hospital Provider - Ward for maternity patients or Neonates" /> + </concept> + <concept> + <code value="53" /> + <display value="NHS other Hospital Provider - Ward for patients who are mentally ill or have Learning Disabilities" /> + </concept> + <concept> + <code value="54" /> + <display value="NHS run Care Home" /> + </concept> + <concept> + <code value="65" /> + <display value="Local Authority residential accommodation i.e. where care is provided" /> + </concept> + <concept> + <code value="66" /> + <display value="Local Authority foster care" /> + </concept> + <concept> + <code value="79" /> + <display value="Not applicable - Patient died or stillbirth" /> + </concept> + <concept> + <code value="84" /> + <display value="Non-NHS run hospital - medium secure unit" /> + </concept> + <concept> + <code value="85" /> + <display value="Non-NHS (other than Local Authority) run Care Home" /> + </concept> + <concept> + <code value="87" /> + <display value="Non-NHS run hospital" /> + </concept> + <concept> + <code value="88" /> + <display value="Non-NHS (other than Local Authority) run Hospice" /> + </concept> + <concept> + <code value="98" /> + <display value="Not applicable - Hospital Provider Spell not finished at episode end (i.e. not discharged) or current episode unfinished" /> + </concept> + <concept> + <code value="99" /> + <display value="Not known" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-DischargeDestinationWales.xml b/codesystems/CodeSystem-UKCore-DischargeDestinationWales.xml index f14338c3..453aa55c 100644 --- a/codesystems/CodeSystem-UKCore-DischargeDestinationWales.xml +++ b/codesystems/CodeSystem-UKCore-DischargeDestinationWales.xml @@ -1,83 +1,83 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-DischargeDestinationWales" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> - <version value="1.0.1" /> - <name value="UKCoreDischargeDestinationWales" /> - <title value="UK Core Discharge Destination Wales" /> - <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="A set of codes that define the classification of where a patient is sent on completion of a hospital provider spell, or a note that the patient died or was a still birth. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary Discharge Destination](http://www.datadictionary.wales.nhs.uk/index.html#!WordDocuments/dischargedestination.htm) web page on 18/11/2021." /> - <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="19" /> - <display value="Own home" /> - </concept> - <concept> - <code value="20" /> - <display value="Permanent residence at nursing home, residential care home" /> - </concept> - <concept> - <code value="21" /> - <display value="Temporary residence at nursing home, residential care home" /> - </concept> - <concept> - <code value="22" /> - <display value="No fixed abode" /> - </concept> - <concept> - <code value="23" /> - <display value="Hospice" /> - </concept> - <concept> - <code value="29" /> - <display value="Temporary place of residence when usually resident elsewhere (includes hotel, residential educational establishment)" /> - </concept> - <concept> - <code value="39" /> - <display value="Penal establishment, court or police station or police custody suite" /> - </concept> - <concept> - <code value="51" /> - <display value="Patient transfer to another health board / trust" /> - </concept> - <concept> - <code value="55" /> - <display value="Patient transfer within the same health board / trust" /> - </concept> - <concept> - <code value="65" /> - <display value="Local Authority Part 3 residential accommodation i.e. where care is provided" /> - </concept> - <concept> - <code value="66" /> - <display value="Local authority foster care but not in Part 3 residential accommodation" /> - </concept> - <concept> - <code value="79" /> - <display value="Not Applicable - Patient died or stillbirth" /> - </concept> - <concept> - <code value="86" /> - <display value="Non-NHS (other than local authority) run nursing home" /> - </concept> - <concept> - <code value="87" /> - <display value="Patient transfer to Non-NHS run hospital includes private hospitals e.g. BUPA" /> - </concept> - <concept> - <code value="98" /> - <display value="Not applicable - hospital provider spell not finished at episode end (i.e. not discharged, or current episode unfinished)" /> - </concept> + <id value="UKCore-DischargeDestinationWales" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + <version value="1.0.1" /> + <name value="UKCoreDischargeDestinationWales" /> + <title value="UK Core Discharge Destination Wales" /> + <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="A set of codes that define the classification of where a patient is sent on completion of a hospital provider spell, or a note that the patient died or was a still birth. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary Discharge Destination](http://www.datadictionary.wales.nhs.uk/index.html#!WordDocuments/dischargedestination.htm) web page on 18/11/2021." /> + <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="19" /> + <display value="Own home" /> + </concept> + <concept> + <code value="20" /> + <display value="Permanent residence at nursing home, residential care home" /> + </concept> + <concept> + <code value="21" /> + <display value="Temporary residence at nursing home, residential care home" /> + </concept> + <concept> + <code value="22" /> + <display value="No fixed abode" /> + </concept> + <concept> + <code value="23" /> + <display value="Hospice" /> + </concept> + <concept> + <code value="29" /> + <display value="Temporary place of residence when usually resident elsewhere (includes hotel, residential educational establishment)" /> + </concept> + <concept> + <code value="39" /> + <display value="Penal establishment, court or police station or police custody suite" /> + </concept> + <concept> + <code value="51" /> + <display value="Patient transfer to another health board / trust" /> + </concept> + <concept> + <code value="55" /> + <display value="Patient transfer within the same health board / trust" /> + </concept> + <concept> + <code value="65" /> + <display value="Local Authority Part 3 residential accommodation i.e. where care is provided" /> + </concept> + <concept> + <code value="66" /> + <display value="Local authority foster care but not in Part 3 residential accommodation" /> + </concept> + <concept> + <code value="79" /> + <display value="Not Applicable - Patient died or stillbirth" /> + </concept> + <concept> + <code value="86" /> + <display value="Non-NHS (other than local authority) run nursing home" /> + </concept> + <concept> + <code value="87" /> + <display value="Patient transfer to Non-NHS run hospital includes private hospitals e.g. BUPA" /> + </concept> + <concept> + <code value="98" /> + <display value="Not applicable - hospital provider spell not finished at episode end (i.e. not discharged, or current episode unfinished)" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-DischargeMethodEngland.xml b/codesystems/CodeSystem-UKCore-DischargeMethodEngland.xml index a749ef7e..7204d3a7 100644 --- a/codesystems/CodeSystem-UKCore-DischargeMethodEngland.xml +++ b/codesystems/CodeSystem-UKCore-DischargeMethodEngland.xml @@ -1,54 +1,54 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-DischargeMethodEngland" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland" /> - <version value="1.0.1" /> - <name value="UKCoreDischargeMethodEngland" /> - <title value="UK Core Discharge Method England" /> - <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="A set of codes that define the method of discharge from a hospital provider spell. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary Discharge Method](https://datadictionary.nhs.uk/data_elements/method_of_discharge__hospital_provider_spell_.html?hl=discharge%2Cmethod) web page on 18/11/2021." /> - <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." /> - <content value="complete" /> - <concept> - <code value="1" /> - <display value="Patient discharged on clinical advice or with clinical consent" /> - </concept> - <concept> - <code value="3" /> - <display value="Patient discharged by mental health review tribunal, Home Secretary or Court" /> - </concept> - <concept> - <code value="4" /> - <display value="Patient died" /> - </concept> - <concept> - <code value="5" /> - <display value="Stillbirth" /> - </concept> - <concept> - <code value="6" /> - <display value="Patient discharged him/herself" /> - </concept> - <concept> - <code value="7" /> - <display value="Patient discharged by a relative or advocate" /> - </concept> - <concept> - <code value="8" /> - <display value="Not applicable (Hospital Provider Spell not finished at episode end (i.e. not discharged) or current episode unfinished)" /> - </concept> - <concept> - <code value="9" /> - <display value="Method of discharge not known" /> - </concept> + <id value="UKCore-DischargeMethodEngland" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland" /> + <version value="1.0.1" /> + <name value="UKCoreDischargeMethodEngland" /> + <title value="UK Core Discharge Method England" /> + <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="A set of codes that define the method of discharge from a hospital provider spell. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary Discharge Method](https://datadictionary.nhs.uk/data_elements/method_of_discharge__hospital_provider_spell_.html?hl=discharge%2Cmethod) web page on 18/11/2021." /> + <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." /> + <content value="complete" /> + <concept> + <code value="1" /> + <display value="Patient discharged on clinical advice or with clinical consent" /> + </concept> + <concept> + <code value="3" /> + <display value="Patient discharged by mental health review tribunal, Home Secretary or Court" /> + </concept> + <concept> + <code value="4" /> + <display value="Patient died" /> + </concept> + <concept> + <code value="5" /> + <display value="Stillbirth" /> + </concept> + <concept> + <code value="6" /> + <display value="Patient discharged him/herself" /> + </concept> + <concept> + <code value="7" /> + <display value="Patient discharged by a relative or advocate" /> + </concept> + <concept> + <code value="8" /> + <display value="Not applicable (Hospital Provider Spell not finished at episode end (i.e. not discharged) or current episode unfinished)" /> + </concept> + <concept> + <code value="9" /> + <display value="Method of discharge not known" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-DischargeMethodWales.xml b/codesystems/CodeSystem-UKCore-DischargeMethodWales.xml index 65a37f8e..0da668d5 100644 --- a/codesystems/CodeSystem-UKCore-DischargeMethodWales.xml +++ b/codesystems/CodeSystem-UKCore-DischargeMethodWales.xml @@ -1,46 +1,46 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-DischargeMethodWales" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales" /> - <version value="1.0.1" /> - <name value="UKCoreDischargeMethodWales" /> - <title value="UK Core Discharge Method Wales" /> - <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="A set of codes that define the method of discharge from a hospital provider spell. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary Discharge Method](http://www.datadictionary.wales.nhs.uk/index.html#!WordDocuments/dischargemethod.htm) web page on 18/11/2021." /> - <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." /> - <content value="complete" /> - <concept> - <code value="1" /> - <display value="Patient discharged on clinical advice or with clinical consent" /> - </concept> - <concept> - <code value="2" /> - <display value="Patient discharged him/herself or was discharged by a relative or advocate" /> - </concept> - <concept> - <code value="3" /> - <display value="Patient discharged by Mental Health Review Tribunal (MHRT), Home Secretary or court" /> - </concept> - <concept> - <code value="4" /> - <display value="Patient died" /> - </concept> - <concept> - <code value="5" /> - <display value="Stillbirth" /> - </concept> - <concept> - <code value="8" /> - <display value="Not applicable - hospital provider spell not yet finished (i.e. not discharged)" /> - </concept> + <id value="UKCore-DischargeMethodWales" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales" /> + <version value="1.0.1" /> + <name value="UKCoreDischargeMethodWales" /> + <title value="UK Core Discharge Method Wales" /> + <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="A set of codes that define the method of discharge from a hospital provider spell. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary Discharge Method](http://www.datadictionary.wales.nhs.uk/index.html#!WordDocuments/dischargemethod.htm) web page on 18/11/2021." /> + <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." /> + <content value="complete" /> + <concept> + <code value="1" /> + <display value="Patient discharged on clinical advice or with clinical consent" /> + </concept> + <concept> + <code value="2" /> + <display value="Patient discharged him/herself or was discharged by a relative or advocate" /> + </concept> + <concept> + <code value="3" /> + <display value="Patient discharged by Mental Health Review Tribunal (MHRT), Home Secretary or court" /> + </concept> + <concept> + <code value="4" /> + <display value="Patient died" /> + </concept> + <concept> + <code value="5" /> + <display value="Stillbirth" /> + </concept> + <concept> + <code value="8" /> + <display value="Not applicable - hospital provider spell not yet finished (i.e. not discharged)" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-EPSIssueCode.xml b/codesystems/CodeSystem-UKCore-EPSIssueCode.xml index cf866547..a7601e5b 100644 --- a/codesystems/CodeSystem-UKCore-EPSIssueCode.xml +++ b/codesystems/CodeSystem-UKCore-EPSIssueCode.xml @@ -1,131 +1,131 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-EPSIssueCode" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> - <version value="1.1.0" /> - <name value="UKCoreEPSIssueCode" /> - <title value="UK Core EPS Issue Code" /> - <status value="active" /> - <date value="2022-08-26" /> - <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 types of EPS issue." /> - <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="PATIENT_DECEASED" /> - <display value="Patient is recorded as dead" /> - <definition value="Not applicable to prescribing systems Note. The Spine will not reject a prescription for a dead patient however the requirement to check PDS for death status before prescribing prevents this scenario occurring." /> - </concept> - <concept> - <code value="DUPLICATE_PRESCRIPTION_ID" /> - <display value="Duplicate prescription ID exists" /> - <definition value="The System SHALL create a new prescription UUID and re-submit the prescription to the Spine." /> - </concept> - <concept> - <code value="MISSING_DIGITAL_SIGNATURE" /> - <display value="Digital signature not found" /> - <definition value="The System SHALL create and apply a digital signature to the prescription and re-submit the prescription to the Spine" /> - </concept> - <concept> - <code value="INVALID_MESSAGE" /> - <display value="Invalid message" /> - <definition value="The prescription message has failed structural validation at the Spine. A defect report SHOULD be raised against the local System or the Spine (whichever is in error). The prescriber SHALL be notified accordingly to use a paper FP10 prescription." /> - </concept> - <concept> - <code value="INVALID_NUMBER_MEDICATIONREQUESTS" /> - <display value="Number of items on a prescription SHALL be between 1 and 4" /> - <definition value="The prescriber SHALL be notified accordingly and asked to split the items across separate prescriptions." /> - </concept> - <concept> - <code value="MISMATCH_AUTHORISED_REPEAT_COUNT" /> - <display value="Mismatch in authorised repeat counts" /> - <definition value="The “repeatNumber” attribute exists at both the prescription and item level. An item cannot be authorised for more repeats than the prescription." /> - </concept> - <concept> - <code value="INVALID_REPEAT_COUNT" /> - <display value="Repeat count SHALL be between 1 and 99" /> - <definition value="The maximum “high” value for the “repeatNumber” attribute is 99." /> - </concept> - <concept> - <code value="DUPLICATE_MEDICATIONREQUEST_ID" /> - <display value="Duplicate item ID exists" /> - <definition value="The System SHALL create a new line item UUID and re-submit the prescription to the Spine." /> - </concept> - <concept> - <code value="INVALID_CHECK_DIGIT" /> - <display value="Error in check digit" /> - <definition value="The System SHALL re-calculate / correct the check digit and re-submit the prescription to the Spine." /> - </concept> - <concept> - <code value="INVALID_DATE_FORMAT" /> - <display value="Format of date passed is invalid" /> - <definition value="The format of a date/time attribute with the prescription does not confirm with the format defined within the DMS. The System SHALL correct the date/time attribute and re-submit the prescription to the Spine." /> - </concept> - <concept> - <code value="PRESCRIPTION_CANCELLED" /> - <display value="Prescription has been cancelled" /> - <definition value="Inform the dispenser to advise the patient that their prescription has been cancelled" /> - </concept> - <concept> - <code value="PRESCRIPTION_EXPIRED" /> - <display value="Prescription has expired" /> - <definition value="Inform the dispenser that the prescription has expired and it cannot be downloaded" /> - </concept> - <concept> - <code value="PRESCRIPTION_WITH_ANOTHER_DISPENSER" /> - <display value="Prescription is with another dispenser" /> - <definition value="Inform the dispenser that the prescription has been downloaded by another dispenser. The rejection message will contain details of the dispensing site that has the prescription." /> - </concept> - <concept> - <code value="PRESCRIPTION_DISPENSED" /> - <display value="Prescription has been dispensed" /> - <definition value="Inform the dispenser to advise the patient that this prescription has already been dispensed." /> - </concept> - <concept> - <code value="NO_MORE_PRESCRIPTIONS" /> - <display value="No more prescriptions available" /> - <definition value="No further request messages to pull down nominated prescriptions should be submitted at this time" /> - </concept> - <concept> - <code value="SERVICE_DISABLED" /> - <display value="functionality disabled in spine" /> - <definition value="The Spine nomination functionality has been disabled at the request of the Authority and the message is rejected. The request will not be processed. However, the prescription request by prescription unique identifier SHOULD be available." /> - </concept> - <concept> - <code value="PRESCRIPTION_NOT_FOUND" /> - <display value="Prescription can not be found. Contact prescriber" /> - </concept> - <concept> - <code value="PRESCRIPTION_INVALID_STATE_TRANSITION" /> - <display value="Invalid State Transition for Prescription" /> - </concept> - <concept> - <code value="MEDICATIONREQUEST_INVALID_STATE_TRANSITION" /> - <display value="Invalid State Transition for Prescription Item" /> - </concept> - <concept> - <code value="MEDICATIONREQUEST_NOT_FOUND" /> - <display value="Prescription Item Not found" /> - </concept> - <concept> - <code value="CLAIM_INVALID_NOT_DISPENSED" /> - <display value="Invalid Claim. Prescription is not Dispensed" /> - </concept> - <concept> - <code value="DISPENSE_AMEND_IDENTIFIER_MISMATCH" /> - <display value="Dispense Amendment/Cancellation Request does not pertain to Last Dispense" /> - </concept> - <concept> - <code value="CLAIM_AMEND_PERIOD_ISSUE" /> - <display value="Claim amendment is not permitted outside of the claim period" /> - </concept> + <id value="UKCore-EPSIssueCode" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.1.0" /> + <name value="UKCoreEPSIssueCode" /> + <title value="UK Core EPS Issue Code" /> + <status value="active" /> + <date value="2022-08-26" /> + <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 types of EPS issue." /> + <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="PATIENT_DECEASED" /> + <display value="Patient is recorded as dead" /> + <definition value="Not applicable to prescribing systems Note. The Spine will not reject a prescription for a dead patient however the requirement to check PDS for death status before prescribing prevents this scenario occurring." /> + </concept> + <concept> + <code value="DUPLICATE_PRESCRIPTION_ID" /> + <display value="Duplicate prescription ID exists" /> + <definition value="The System SHALL create a new prescription UUID and re-submit the prescription to the Spine." /> + </concept> + <concept> + <code value="MISSING_DIGITAL_SIGNATURE" /> + <display value="Digital signature not found" /> + <definition value="The System SHALL create and apply a digital signature to the prescription and re-submit the prescription to the Spine" /> + </concept> + <concept> + <code value="INVALID_MESSAGE" /> + <display value="Invalid message" /> + <definition value="The prescription message has failed structural validation at the Spine. A defect report SHOULD be raised against the local System or the Spine (whichever is in error). The prescriber SHALL be notified accordingly to use a paper FP10 prescription." /> + </concept> + <concept> + <code value="INVALID_NUMBER_MEDICATIONREQUESTS" /> + <display value="Number of items on a prescription SHALL be between 1 and 4" /> + <definition value="The prescriber SHALL be notified accordingly and asked to split the items across separate prescriptions." /> + </concept> + <concept> + <code value="MISMATCH_AUTHORISED_REPEAT_COUNT" /> + <display value="Mismatch in authorised repeat counts" /> + <definition value="The “repeatNumber” attribute exists at both the prescription and item level. An item cannot be authorised for more repeats than the prescription." /> + </concept> + <concept> + <code value="INVALID_REPEAT_COUNT" /> + <display value="Repeat count SHALL be between 1 and 99" /> + <definition value="The maximum “high” value for the “repeatNumber” attribute is 99." /> + </concept> + <concept> + <code value="DUPLICATE_MEDICATIONREQUEST_ID" /> + <display value="Duplicate item ID exists" /> + <definition value="The System SHALL create a new line item UUID and re-submit the prescription to the Spine." /> + </concept> + <concept> + <code value="INVALID_CHECK_DIGIT" /> + <display value="Error in check digit" /> + <definition value="The System SHALL re-calculate / correct the check digit and re-submit the prescription to the Spine." /> + </concept> + <concept> + <code value="INVALID_DATE_FORMAT" /> + <display value="Format of date passed is invalid" /> + <definition value="The format of a date/time attribute with the prescription does not confirm with the format defined within the DMS. The System SHALL correct the date/time attribute and re-submit the prescription to the Spine." /> + </concept> + <concept> + <code value="PRESCRIPTION_CANCELLED" /> + <display value="Prescription has been cancelled" /> + <definition value="Inform the dispenser to advise the patient that their prescription has been cancelled" /> + </concept> + <concept> + <code value="PRESCRIPTION_EXPIRED" /> + <display value="Prescription has expired" /> + <definition value="Inform the dispenser that the prescription has expired and it cannot be downloaded" /> + </concept> + <concept> + <code value="PRESCRIPTION_WITH_ANOTHER_DISPENSER" /> + <display value="Prescription is with another dispenser" /> + <definition value="Inform the dispenser that the prescription has been downloaded by another dispenser. The rejection message will contain details of the dispensing site that has the prescription." /> + </concept> + <concept> + <code value="PRESCRIPTION_DISPENSED" /> + <display value="Prescription has been dispensed" /> + <definition value="Inform the dispenser to advise the patient that this prescription has already been dispensed." /> + </concept> + <concept> + <code value="NO_MORE_PRESCRIPTIONS" /> + <display value="No more prescriptions available" /> + <definition value="No further request messages to pull down nominated prescriptions should be submitted at this time" /> + </concept> + <concept> + <code value="SERVICE_DISABLED" /> + <display value="functionality disabled in spine" /> + <definition value="The Spine nomination functionality has been disabled at the request of the Authority and the message is rejected. The request will not be processed. However, the prescription request by prescription unique identifier SHOULD be available." /> + </concept> + <concept> + <code value="PRESCRIPTION_NOT_FOUND" /> + <display value="Prescription can not be found. Contact prescriber" /> + </concept> + <concept> + <code value="PRESCRIPTION_INVALID_STATE_TRANSITION" /> + <display value="Invalid State Transition for Prescription" /> + </concept> + <concept> + <code value="MEDICATIONREQUEST_INVALID_STATE_TRANSITION" /> + <display value="Invalid State Transition for Prescription Item" /> + </concept> + <concept> + <code value="MEDICATIONREQUEST_NOT_FOUND" /> + <display value="Prescription Item Not found" /> + </concept> + <concept> + <code value="CLAIM_INVALID_NOT_DISPENSED" /> + <display value="Invalid Claim. Prescription is not Dispensed" /> + </concept> + <concept> + <code value="DISPENSE_AMEND_IDENTIFIER_MISMATCH" /> + <display value="Dispense Amendment/Cancellation Request does not pertain to Last Dispense" /> + </concept> + <concept> + <code value="CLAIM_AMEND_PERIOD_ISSUE" /> + <display value="Claim amendment is not permitted outside of the claim period" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-EmergencyCareOutcomeOfAttendanceWales.xml b/codesystems/CodeSystem-UKCore-EmergencyCareOutcomeOfAttendanceWales.xml index d542d4e1..77266ac7 100644 --- a/codesystems/CodeSystem-UKCore-EmergencyCareOutcomeOfAttendanceWales.xml +++ b/codesystems/CodeSystem-UKCore-EmergencyCareOutcomeOfAttendanceWales.xml @@ -1,67 +1,67 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-EmergencyCareOutcomeOfAttendanceWales" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales" /> - <version value="1.0.1" /> - <name value="UKCoreEmergencyCareOutcomeOfAttendanceWales" /> - <title value="UK Core Emergency Care Outcome Of Attendance Wales" /> - <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="A set of codes that define the outcome of the Accident and Emergency Department Attendance. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary Outcome Of Attendance](http://www.datadictionary.wales.nhs.uk/index.html#!WordDocuments/outcomeofattendance.htm) web page on 18/11/2021." /> - <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="01" /> - <display value="Admitted to same Hospital within Local Health Board" /> - </concept> - <concept> - <code value="02" /> - <display value="Admitted to other Hospital within Local Health Board" /> - </concept> - <concept> - <code value="03" /> - <display value="Transferred to different Local Health Board" /> - </concept> - <concept> - <code value="04" /> - <display value="Referred to Outpatient Department" /> - </concept> - <concept> - <code value="05" /> - <display value="Referred to GP" /> - </concept> - <concept> - <code value="06" /> - <display value="Referred to Other Healthcare Professional" /> - </concept> - <concept> - <code value="07" /> - <display value="No Planned Follow-up" /> - </concept> - <concept> - <code value="08" /> - <display value="Planned Follow-up at Accident and Emergency Department" /> - </concept> - <concept> - <code value="09" /> - <display value="Patient Self Discharged without Clinical Consent" /> - </concept> - <concept> - <code value="10" /> - <display value="Died in Department" /> - </concept> - <concept> - <code value="11" /> - <display value="Patient Dead on Arrival" /> - </concept> + <id value="UKCore-EmergencyCareOutcomeOfAttendanceWales" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales" /> + <version value="1.0.1" /> + <name value="UKCoreEmergencyCareOutcomeOfAttendanceWales" /> + <title value="UK Core Emergency Care Outcome Of Attendance Wales" /> + <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="A set of codes that define the outcome of the Accident and Emergency Department Attendance. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary Outcome Of Attendance](http://www.datadictionary.wales.nhs.uk/index.html#!WordDocuments/outcomeofattendance.htm) web page on 18/11/2021." /> + <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="01" /> + <display value="Admitted to same Hospital within Local Health Board" /> + </concept> + <concept> + <code value="02" /> + <display value="Admitted to other Hospital within Local Health Board" /> + </concept> + <concept> + <code value="03" /> + <display value="Transferred to different Local Health Board" /> + </concept> + <concept> + <code value="04" /> + <display value="Referred to Outpatient Department" /> + </concept> + <concept> + <code value="05" /> + <display value="Referred to GP" /> + </concept> + <concept> + <code value="06" /> + <display value="Referred to Other Healthcare Professional" /> + </concept> + <concept> + <code value="07" /> + <display value="No Planned Follow-up" /> + </concept> + <concept> + <code value="08" /> + <display value="Planned Follow-up at Accident and Emergency Department" /> + </concept> + <concept> + <code value="09" /> + <display value="Patient Self Discharged without Clinical Consent" /> + </concept> + <concept> + <code value="10" /> + <display value="Died in Department" /> + </concept> + <concept> + <code value="11" /> + <display value="Patient Dead on Arrival" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-EncounterLocationTypeEngland.xml b/codesystems/CodeSystem-UKCore-EncounterLocationTypeEngland.xml index ee3a8162..0f249f71 100644 --- a/codesystems/CodeSystem-UKCore-EncounterLocationTypeEngland.xml +++ b/codesystems/CodeSystem-UKCore-EncounterLocationTypeEngland.xml @@ -1,207 +1,207 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-EncounterLocationTypeEngland" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> - <version value="1.0.1" /> - <name value="UKCoreEncounterLocationTypeEngland" /> - <title value="UK Core Encounter Location Type England" /> - <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="A set of codes that define the physical type of location where an encounter takes place. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary Activity Location Type Code](https://datadictionary.nhs.uk/data_elements/activity_location_type_code.html?hl=activity%2Clocation%2Ctype%2Ccode) web page on 18/11/2021." /> - <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="A01" /> - <display value="Patient's Home" /> - </concept> - <concept> - <code value="A02" /> - <display value="Carer's Home" /> - </concept> - <concept> - <code value="A03" /> - <display value="Patient's Workplace" /> - </concept> - <concept> - <code value="A04" /> - <display value="Other Patient Related Location" /> - </concept> - <concept> - <code value="B01" /> - <display value="Primary Care Health Centre" /> - </concept> - <concept> - <code value="B02" /> - <display value="Polyclinic" /> - </concept> - <concept> - <code value="C01" /> - <display value="General Medical Practitioner Practice" /> - </concept> - <concept> - <code value="C02" /> - <display value="Dental Practice" /> - </concept> - <concept> - <code value="C03" /> - <display value="Ophthalmic Medical Practitioner Premises" /> - </concept> - <concept> - <code value="D01" /> - <display value="Walk In Centre" /> - </concept> - <concept> - <code value="D02" /> - <display value="Out of Hours Centre" /> - </concept> - <concept> - <code value="D03" /> - <display value="Emergency Community Dental Service" /> - </concept> - <concept> - <code value="E01" /> - <display value="Out-Patient Clinic" /> - </concept> - <concept> - <code value="E02" /> - <display value="Ward" /> - </concept> - <concept> - <code value="E03" /> - <display value="Day Hospital" /> - </concept> - <concept> - <code value="E04" /> - <display value="Emergency Care Department or Minor Injuries Department" /> - </concept> - <concept> - <code value="E99" /> - <display value="Other Departments" /> - </concept> - <concept> - <code value="F01" /> - <display value="Hospice" /> - </concept> - <concept> - <code value="G01" /> - <display value="Care Home Without Nursing" /> - </concept> - <concept> - <code value="G02" /> - <display value="Care Home With Nursing" /> - </concept> - <concept> - <code value="G03" /> - <display value="Children's Home" /> - </concept> - <concept> - <code value="G04" /> - <display value="Integrated Care Home Without Nursing and Care Home With Nursing" /> - </concept> - <concept> - <code value="H01" /> - <display value="Day Centre" /> - </concept> - <concept> - <code value="J01" /> - <display value="Resource Centre" /> - </concept> - <concept> - <code value="K01" /> - <display value="Sure Start Children's Centre" /> - </concept> - <concept> - <code value="K02" /> - <display value="Child Development Centre" /> - </concept> - <concept> - <code value="L01" /> - <display value="School" /> - </concept> - <concept> - <code value="L02" /> - <display value="Further Education College" /> - </concept> - <concept> - <code value="L03" /> - <display value="University" /> - </concept> - <concept> - <code value="L04" /> - <display value="Nursery Premises" /> - </concept> - <concept> - <code value="L05" /> - <display value="Other Childcare Premises" /> - </concept> - <concept> - <code value="L06" /> - <display value="Training Establishments" /> - </concept> - <concept> - <code value="L99" /> - <display value="Other Educational Premises" /> - </concept> - <concept> - <code value="M01" /> - <display value="Prison" /> - </concept> - <concept> - <code value="M02" /> - <display value="Probation Service Premises" /> - </concept> - <concept> - <code value="M03" /> - <display value="Police Station / Police Custody Suite" /> - </concept> - <concept> - <code value="M04" /> - <display value="Young Offender Institution" /> - </concept> - <concept> - <code value="M05" /> - <display value="Immigration Removal Centre" /> - </concept> - <concept> - <code value="M06" /> - <display value="Young Offender Institution (15-17)" /> - </concept> - <concept> - <code value="M07" /> - <display value="Young Offender Institution (18-21)" /> - </concept> - <concept> - <code value="N01" /> - <display value="Street or other public open space" /> - </concept> - <concept> - <code value="N02" /> - <display value="Other publicly accessible area or building" /> - </concept> - <concept> - <code value="N03" /> - <display value="Voluntary or charitable agency premises" /> - </concept> - <concept> - <code value="N04" /> - <display value="Dispensing Optician Premises" /> - </concept> - <concept> - <code value="N05" /> - <display value="Dispensing Pharmacy Premises" /> - </concept> - <concept> - <code value="X01" /> - <display value="Other locations not elsewhere classified" /> - </concept> + <id value="UKCore-EncounterLocationTypeEngland" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.1" /> + <name value="UKCoreEncounterLocationTypeEngland" /> + <title value="UK Core Encounter Location Type England" /> + <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="A set of codes that define the physical type of location where an encounter takes place. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary Activity Location Type Code](https://datadictionary.nhs.uk/data_elements/activity_location_type_code.html?hl=activity%2Clocation%2Ctype%2Ccode) web page on 18/11/2021." /> + <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="A01" /> + <display value="Patient's Home" /> + </concept> + <concept> + <code value="A02" /> + <display value="Carer's Home" /> + </concept> + <concept> + <code value="A03" /> + <display value="Patient's Workplace" /> + </concept> + <concept> + <code value="A04" /> + <display value="Other Patient Related Location" /> + </concept> + <concept> + <code value="B01" /> + <display value="Primary Care Health Centre" /> + </concept> + <concept> + <code value="B02" /> + <display value="Polyclinic" /> + </concept> + <concept> + <code value="C01" /> + <display value="General Medical Practitioner Practice" /> + </concept> + <concept> + <code value="C02" /> + <display value="Dental Practice" /> + </concept> + <concept> + <code value="C03" /> + <display value="Ophthalmic Medical Practitioner Premises" /> + </concept> + <concept> + <code value="D01" /> + <display value="Walk In Centre" /> + </concept> + <concept> + <code value="D02" /> + <display value="Out of Hours Centre" /> + </concept> + <concept> + <code value="D03" /> + <display value="Emergency Community Dental Service" /> + </concept> + <concept> + <code value="E01" /> + <display value="Out-Patient Clinic" /> + </concept> + <concept> + <code value="E02" /> + <display value="Ward" /> + </concept> + <concept> + <code value="E03" /> + <display value="Day Hospital" /> + </concept> + <concept> + <code value="E04" /> + <display value="Emergency Care Department or Minor Injuries Department" /> + </concept> + <concept> + <code value="E99" /> + <display value="Other Departments" /> + </concept> + <concept> + <code value="F01" /> + <display value="Hospice" /> + </concept> + <concept> + <code value="G01" /> + <display value="Care Home Without Nursing" /> + </concept> + <concept> + <code value="G02" /> + <display value="Care Home With Nursing" /> + </concept> + <concept> + <code value="G03" /> + <display value="Children's Home" /> + </concept> + <concept> + <code value="G04" /> + <display value="Integrated Care Home Without Nursing and Care Home With Nursing" /> + </concept> + <concept> + <code value="H01" /> + <display value="Day Centre" /> + </concept> + <concept> + <code value="J01" /> + <display value="Resource Centre" /> + </concept> + <concept> + <code value="K01" /> + <display value="Sure Start Children's Centre" /> + </concept> + <concept> + <code value="K02" /> + <display value="Child Development Centre" /> + </concept> + <concept> + <code value="L01" /> + <display value="School" /> + </concept> + <concept> + <code value="L02" /> + <display value="Further Education College" /> + </concept> + <concept> + <code value="L03" /> + <display value="University" /> + </concept> + <concept> + <code value="L04" /> + <display value="Nursery Premises" /> + </concept> + <concept> + <code value="L05" /> + <display value="Other Childcare Premises" /> + </concept> + <concept> + <code value="L06" /> + <display value="Training Establishments" /> + </concept> + <concept> + <code value="L99" /> + <display value="Other Educational Premises" /> + </concept> + <concept> + <code value="M01" /> + <display value="Prison" /> + </concept> + <concept> + <code value="M02" /> + <display value="Probation Service Premises" /> + </concept> + <concept> + <code value="M03" /> + <display value="Police Station / Police Custody Suite" /> + </concept> + <concept> + <code value="M04" /> + <display value="Young Offender Institution" /> + </concept> + <concept> + <code value="M05" /> + <display value="Immigration Removal Centre" /> + </concept> + <concept> + <code value="M06" /> + <display value="Young Offender Institution (15-17)" /> + </concept> + <concept> + <code value="M07" /> + <display value="Young Offender Institution (18-21)" /> + </concept> + <concept> + <code value="N01" /> + <display value="Street or other public open space" /> + </concept> + <concept> + <code value="N02" /> + <display value="Other publicly accessible area or building" /> + </concept> + <concept> + <code value="N03" /> + <display value="Voluntary or charitable agency premises" /> + </concept> + <concept> + <code value="N04" /> + <display value="Dispensing Optician Premises" /> + </concept> + <concept> + <code value="N05" /> + <display value="Dispensing Pharmacy Premises" /> + </concept> + <concept> + <code value="X01" /> + <display value="Other locations not elsewhere classified" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-EncounterLocationTypeWales.xml b/codesystems/CodeSystem-UKCore-EncounterLocationTypeWales.xml index a2e28e7c..2aa1b009 100644 --- a/codesystems/CodeSystem-UKCore-EncounterLocationTypeWales.xml +++ b/codesystems/CodeSystem-UKCore-EncounterLocationTypeWales.xml @@ -1,175 +1,175 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-EncounterLocationTypeWales" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> - <version value="1.0.1" /> - <name value="UKCoreEncounterLocationTypeWales" /> - <title value="UK Core Encounter Location Type Wales" /> - <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="A set of codes that define the classification of location type. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary Location Type Code](http://www.datadictionary.wales.nhs.uk/index.html#!WordDocuments/locationtypecode.htm) web page on 18/11/2021." /> - <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="01" /> - <display value="Clients or patients home" /> - </concept> - <concept> - <code value="02" /> - <display value="Health Centre" /> - </concept> - <concept> - <code value="03" /> - <display value="Other GMP Premises" /> - </concept> - <concept> - <code value="04" /> - <display value="Ward or NHS Hospital Site" /> - </concept> - <concept> - <code value="06" /> - <display value="Hospice" /> - </concept> - <concept> - <code value="07" /> - <display value="Other Voluntary or Private Hospital or Nursing Home" /> - </concept> - <concept> - <code value="08" /> - <display value="Group Home managed by the NHS" /> - </concept> - <concept> - <code value="09" /> - <display value="Group Home managed by Local Authority" /> - </concept> - <concept> - <code value="10" /> - <display value="Group Home managed by Voluntary or Private Agents" /> - </concept> - <concept> - <code value="11" /> - <display value="Other Residential Care Homes managed by Local Authority" /> - </concept> - <concept> - <code value="12" /> - <display value="Other Residential Care Homes managed by Voluntary or Private Agents" /> - </concept> - <concept> - <code value="13" /> - <display value="NHS Day Care Facility on NHS Hospital Sites" /> - </concept> - <concept> - <code value="14" /> - <display value="NHS Day Care Facility on Other sites" /> - </concept> - <concept> - <code value="15" /> - <display value="Day Centre managed by Local Authority" /> - </concept> - <concept> - <code value="16" /> - <display value="Day Centre managed by Voluntary or Private Agents" /> - </concept> - <concept> - <code value="17" /> - <display value="NHS Consultant Clinic Premises on a NHS Hospital Site" /> - </concept> - <concept> - <code value="18" /> - <display value="NHS Consultant Clinic Premises off a NHS Hospital Site" /> - </concept> - <concept> - <code value="19" /> - <display value="Health Clinic managed by the NHS" /> - </concept> - <concept> - <code value="20" /> - <display value="Health Clinic managed by Voluntary or Private Agents" /> - </concept> - <concept> - <code value="21" /> - <display value="Resource Centre on NHS Hospital Site" /> - </concept> - <concept> - <code value="22" /> - <display value="Resource Centre managed by the NHS off NHS Hospital Site" /> - </concept> - <concept> - <code value="23" /> - <display value="Resource Centre managed by Local Authority" /> - </concept> - <concept> - <code value="24" /> - <display value="Resource Centre managed by Voluntary or Private Agents" /> - </concept> - <concept> - <code value="25" /> - <display value="Professional Staff Group Department on NHS Hospital Site" /> - </concept> - <concept> - <code value="26" /> - <display value="Professional Staff Group Department managed by the NHS off NHS Hospital Site" /> - </concept> - <concept> - <code value="27" /> - <display value="Professional Staff Group Department managed by Local Authority" /> - </concept> - <concept> - <code value="28" /> - <display value="Professional Staff Group Department managed by Voluntary or Private Agents" /> - </concept> - <concept> - <code value="29" /> - <display value="School Premises managed by Local Authority or Grant Maintained" /> - </concept> - <concept> - <code value="30" /> - <display value="School Premises managed by Voluntary or Private Agents" /> - </concept> - <concept> - <code value="31" /> - <display value="Other Health or Local Authority Facility on NHS Hospital Site" /> - </concept> - <concept> - <code value="32" /> - <display value="Other Health or Local Authority Site managed by the NHS off NHS Hospital Site" /> - </concept> - <concept> - <code value="33" /> - <display value="Other Health or Local Authority Site managed by Local Authority" /> - </concept> - <concept> - <code value="34" /> - <display value="Other Health or Local Authority Site managed by Voluntary or private Agents" /> - </concept> - <concept> - <code value="35" /> - <display value="Prison Department Establishments" /> - </concept> - <concept> - <code value="36" /> - <display value="Public Place or Street, or Police Station" /> - </concept> - <concept> - <code value="37" /> - <display value="Other locations not classified elsewhere" /> - </concept> - <concept> - <code value="38" /> - <display value="NHS Nursing Home" /> - </concept> - <concept> - <code value="39" /> - <display value="Other Residential Care Homes managed by the NHS" /> - </concept> + <id value="UKCore-EncounterLocationTypeWales" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.1" /> + <name value="UKCoreEncounterLocationTypeWales" /> + <title value="UK Core Encounter Location Type Wales" /> + <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="A set of codes that define the classification of location type. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary Location Type Code](http://www.datadictionary.wales.nhs.uk/index.html#!WordDocuments/locationtypecode.htm) web page on 18/11/2021." /> + <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="01" /> + <display value="Clients or patients home" /> + </concept> + <concept> + <code value="02" /> + <display value="Health Centre" /> + </concept> + <concept> + <code value="03" /> + <display value="Other GMP Premises" /> + </concept> + <concept> + <code value="04" /> + <display value="Ward or NHS Hospital Site" /> + </concept> + <concept> + <code value="06" /> + <display value="Hospice" /> + </concept> + <concept> + <code value="07" /> + <display value="Other Voluntary or Private Hospital or Nursing Home" /> + </concept> + <concept> + <code value="08" /> + <display value="Group Home managed by the NHS" /> + </concept> + <concept> + <code value="09" /> + <display value="Group Home managed by Local Authority" /> + </concept> + <concept> + <code value="10" /> + <display value="Group Home managed by Voluntary or Private Agents" /> + </concept> + <concept> + <code value="11" /> + <display value="Other Residential Care Homes managed by Local Authority" /> + </concept> + <concept> + <code value="12" /> + <display value="Other Residential Care Homes managed by Voluntary or Private Agents" /> + </concept> + <concept> + <code value="13" /> + <display value="NHS Day Care Facility on NHS Hospital Sites" /> + </concept> + <concept> + <code value="14" /> + <display value="NHS Day Care Facility on Other sites" /> + </concept> + <concept> + <code value="15" /> + <display value="Day Centre managed by Local Authority" /> + </concept> + <concept> + <code value="16" /> + <display value="Day Centre managed by Voluntary or Private Agents" /> + </concept> + <concept> + <code value="17" /> + <display value="NHS Consultant Clinic Premises on a NHS Hospital Site" /> + </concept> + <concept> + <code value="18" /> + <display value="NHS Consultant Clinic Premises off a NHS Hospital Site" /> + </concept> + <concept> + <code value="19" /> + <display value="Health Clinic managed by the NHS" /> + </concept> + <concept> + <code value="20" /> + <display value="Health Clinic managed by Voluntary or Private Agents" /> + </concept> + <concept> + <code value="21" /> + <display value="Resource Centre on NHS Hospital Site" /> + </concept> + <concept> + <code value="22" /> + <display value="Resource Centre managed by the NHS off NHS Hospital Site" /> + </concept> + <concept> + <code value="23" /> + <display value="Resource Centre managed by Local Authority" /> + </concept> + <concept> + <code value="24" /> + <display value="Resource Centre managed by Voluntary or Private Agents" /> + </concept> + <concept> + <code value="25" /> + <display value="Professional Staff Group Department on NHS Hospital Site" /> + </concept> + <concept> + <code value="26" /> + <display value="Professional Staff Group Department managed by the NHS off NHS Hospital Site" /> + </concept> + <concept> + <code value="27" /> + <display value="Professional Staff Group Department managed by Local Authority" /> + </concept> + <concept> + <code value="28" /> + <display value="Professional Staff Group Department managed by Voluntary or Private Agents" /> + </concept> + <concept> + <code value="29" /> + <display value="School Premises managed by Local Authority or Grant Maintained" /> + </concept> + <concept> + <code value="30" /> + <display value="School Premises managed by Voluntary or Private Agents" /> + </concept> + <concept> + <code value="31" /> + <display value="Other Health or Local Authority Facility on NHS Hospital Site" /> + </concept> + <concept> + <code value="32" /> + <display value="Other Health or Local Authority Site managed by the NHS off NHS Hospital Site" /> + </concept> + <concept> + <code value="33" /> + <display value="Other Health or Local Authority Site managed by Local Authority" /> + </concept> + <concept> + <code value="34" /> + <display value="Other Health or Local Authority Site managed by Voluntary or private Agents" /> + </concept> + <concept> + <code value="35" /> + <display value="Prison Department Establishments" /> + </concept> + <concept> + <code value="36" /> + <display value="Public Place or Street, or Police Station" /> + </concept> + <concept> + <code value="37" /> + <display value="Other locations not classified elsewhere" /> + </concept> + <concept> + <code value="38" /> + <display value="NHS Nursing Home" /> + </concept> + <concept> + <code value="39" /> + <display value="Other Residential Care Homes managed by the NHS" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-EthnicCategoryScotland.xml b/codesystems/CodeSystem-UKCore-EthnicCategoryScotland.xml index 3ef842c8..a0900d55 100644 --- a/codesystems/CodeSystem-UKCore-EthnicCategoryScotland.xml +++ b/codesystems/CodeSystem-UKCore-EthnicCategoryScotland.xml @@ -1,107 +1,107 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-EthnicCategoryScotland"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryScotland"/> - <version value="1.1.1"/> - <name value="UKCoreEthnicCategoryScotland"/> - <title value="UK Core Ethnic Category Scotland"/> - <status value="retired"/> - <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="A set of codes that classify the person according to their own perceived ethnic group and cultural background. These codes and their descriptions represent concepts used in Scotland and are copied from the content of the [NHS Scotland Data Dictionary Ethnic Group](https://www.ndc.scot.nhs.uk/Dictionary-A-Z/Definitions/index.asp?Search=E&ID=243&Title=Ethnic%20Group) web page on 10/09/2021."/> - <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="1A"/> - <display value="Scottish"/> - </concept> - <concept> - <code value="1B"/> - <display value="Other British"/> - </concept> - <concept> - <code value="1C"/> - <display value="Irish"/> - </concept> - <concept> - <code value="1K"/> - <display value="Gypsy/ Traveller"/>c - </concept> - <concept> - <code value="1L"/> - <display value="Polish"/> - </concept> - <concept> - <code value="1Z"/> - <display value="Other white ethnic group"/> - </concept> - <concept> - <code value="2A"/> - <display value="Any mixed or multiple ethnic groups"/> - </concept> - <concept> - <code value="3F"/> - <display value="Pakistani, Pakistani Scottish or Pakistani British"/> - </concept> - <concept> - <code value="3G"/> - <display value="Indian, Indian Scottish or Indian British"/> - </concept> - <concept> - <code value="3H"/> - <display value="Bangladeshi, Bangladeshi Scottish or Bangladeshi British"/> - </concept> - <concept> - <code value="3J"/> - <display value="Chinese, Chinese Scottish or Chinese British"/> - </concept> - <concept> - <code value="3Z"/> - <display value="Other Asian, Asian Scottish or Asian British"/> - </concept> - <concept> - <code value="4D"/> - <display value="African, African Scottish or African British"/> - </concept> - <concept> - <code value="4Y"/> - <display value="Other African"/> - </concept> - <concept> - <code value="5C"/> - <display value="Caribbean, Caribbean Scottish or Caribbean British"/> - </concept> - <concept> - <code value="5D"/> - <display value="Black, Black Scottish or Black British"/> - </concept> - <concept> - <code value="5Y"/> - <display value="Other Caribbean or Black"/> - </concept> - <concept> - <code value="6A"/> - <display value="Arab, Arab Scottish or Arab British"/> - </concept> - <concept> - <code value="6Z"/> - <display value="Other ethnic group"/> - </concept> - <concept> - <code value="98"/> - <display value="Refused/Not provided by patient"/> - </concept> - <concept> - <code value="99"/> - <display value="Not Known"/> - </concept> + <id value="UKCore-EthnicCategoryScotland" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryScotland" /> + <version value="1.1.1" /> + <name value="UKCoreEthnicCategoryScotland" /> + <title value="UK Core Ethnic Category Scotland" /> + <status value="retired" /> + <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="A set of codes that classify the person according to their own perceived ethnic group and cultural background. These codes and their descriptions represent concepts used in Scotland and are copied from the content of the [NHS Scotland Data Dictionary Ethnic Group](https://www.ndc.scot.nhs.uk/Dictionary-A-Z/Definitions/index.asp?Search=E&ID=243&Title=Ethnic%20Group) web page on 10/09/2021." /> + <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="1A" /> + <display value="Scottish" /> + </concept> + <concept> + <code value="1B" /> + <display value="Other British" /> + </concept> + <concept> + <code value="1C" /> + <display value="Irish" /> + </concept> + <concept> + <code value="1K" /> + <display value="Gypsy/ Traveller" />c + </concept> + <concept> + <code value="1L" /> + <display value="Polish" /> + </concept> + <concept> + <code value="1Z" /> + <display value="Other white ethnic group" /> + </concept> + <concept> + <code value="2A" /> + <display value="Any mixed or multiple ethnic groups" /> + </concept> + <concept> + <code value="3F" /> + <display value="Pakistani, Pakistani Scottish or Pakistani British" /> + </concept> + <concept> + <code value="3G" /> + <display value="Indian, Indian Scottish or Indian British" /> + </concept> + <concept> + <code value="3H" /> + <display value="Bangladeshi, Bangladeshi Scottish or Bangladeshi British" /> + </concept> + <concept> + <code value="3J" /> + <display value="Chinese, Chinese Scottish or Chinese British" /> + </concept> + <concept> + <code value="3Z" /> + <display value="Other Asian, Asian Scottish or Asian British" /> + </concept> + <concept> + <code value="4D" /> + <display value="African, African Scottish or African British" /> + </concept> + <concept> + <code value="4Y" /> + <display value="Other African" /> + </concept> + <concept> + <code value="5C" /> + <display value="Caribbean, Caribbean Scottish or Caribbean British" /> + </concept> + <concept> + <code value="5D" /> + <display value="Black, Black Scottish or Black British" /> + </concept> + <concept> + <code value="5Y" /> + <display value="Other Caribbean or Black" /> + </concept> + <concept> + <code value="6A" /> + <display value="Arab, Arab Scottish or Arab British" /> + </concept> + <concept> + <code value="6Z" /> + <display value="Other ethnic group" /> + </concept> + <concept> + <code value="98" /> + <display value="Refused/Not provided by patient" /> + </concept> + <concept> + <code value="99" /> + <display value="Not Known" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-FundingCategory.xml b/codesystems/CodeSystem-UKCore-FundingCategory.xml index 9948e744..6213d26c 100644 --- a/codesystems/CodeSystem-UKCore-FundingCategory.xml +++ b/codesystems/CodeSystem-UKCore-FundingCategory.xml @@ -1,35 +1,35 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-FundingCategory"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory"/> - <version value="1.0.0"/> - <name value="UKCoreFundingCategory"/> - <title value="UK Core Funding Category"/> - <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="A set of codes that define the funding category for a patient."/> - <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="nhs"/> - <display value="NHS"/> - </concept> - <concept> - <code value="private"/> - <display value="Private"/> - </concept> - <concept> - <code value="devolved-nations"/> - <display value="Devolved nations"/> - </concept> + <id value="UKCore-FundingCategory" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory" /> + <version value="1.0.0" /> + <name value="UKCoreFundingCategory" /> + <title value="UK Core Funding Category" /> + <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="A set of codes that define the funding category for a patient." /> + <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="nhs" /> + <display value="NHS" /> + </concept> + <concept> + <code value="private" /> + <display value="Private" /> + </concept> + <concept> + <code value="devolved-nations" /> + <display value="Devolved nations" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-GenomeSequencingCategory.xml b/codesystems/CodeSystem-UKCore-GenomeSequencingCategory.xml index 77645e5d..e0854cb7 100644 --- a/codesystems/CodeSystem-UKCore-GenomeSequencingCategory.xml +++ b/codesystems/CodeSystem-UKCore-GenomeSequencingCategory.xml @@ -1,39 +1,39 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-GenomeSequencingCategory"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory"/> - <version value="1.0.0"/> - <name value="UKCoreGenomeSequencingCategory"/> - <title value="UK Core Genome Sequencing Category"/> - <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="A CodeSystem to categorise if the service request is for Whole Genome Sequencing (WGS)/non-WGS Rare Disease/Cancer."/> - <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="rare-disease-wgs"/> - <display value="Rare Disease - WGS"/> - </concept> - <concept> - <code value="rare-disease-non-wgs"/> - <display value="Rare Disease - Non-WGS"/> - </concept> - <concept> - <code value="cancer-wgs"/> - <display value="Cancer - WGS"/> - </concept> - <concept> - <code value="cancer-non-wgs"/> - <display value="Cancer - Non-WGS"/> - </concept> + <id value="UKCore-GenomeSequencingCategory" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory" /> + <version value="1.0.0" /> + <name value="UKCoreGenomeSequencingCategory" /> + <title value="UK Core Genome Sequencing Category" /> + <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="A CodeSystem to categorise if the service request is for Whole Genome Sequencing (WGS)/non-WGS Rare Disease/Cancer." /> + <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="rare-disease-wgs" /> + <display value="Rare Disease - WGS" /> + </concept> + <concept> + <code value="rare-disease-non-wgs" /> + <display value="Rare Disease - Non-WGS" /> + </concept> + <concept> + <code value="cancer-wgs" /> + <display value="Cancer - WGS" /> + </concept> + <concept> + <code value="cancer-non-wgs" /> + <display value="Cancer - Non-WGS" /> + </concept> </CodeSystem> \ No newline at end of file diff --git a/codesystems/CodeSystem-UKCore-ITKResponseCode.xml b/codesystems/CodeSystem-UKCore-ITKResponseCode.xml index 6595c7c0..90bd84da 100644 --- a/codesystems/CodeSystem-UKCore-ITKResponseCode.xml +++ b/codesystems/CodeSystem-UKCore-ITKResponseCode.xml @@ -1,135 +1,135 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-ITKResponseCode"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <name value="UKCoreITKResponseCode"/> - <title value="UK Core ITK Response Code"/> - <status value="active"/> - <date value="2022-01-07"/> - <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 ITK response returned to a sender."/> - <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="10001"/> - <display value="Handling Specification Error"/> - </concept> - <concept> - <code value="10002"/> - <display value="Infrastructure Level Response Value - Processing Error"/> - </concept> - <concept> - <code value="10003"/> - <display value="Business Level Response Value - Processing Error"/> - </concept> - <concept> - <code value="10004"/> - <display value="Message Definition Value - Processing Error"/> - </concept> - <concept> - <code value="10005"/> - <display value="Message Definition Version Value - Processing Error"/> - </concept> - <concept> - <code value="10007"/> - <display value="Sender Reference Value - Processing Error"/> - </concept> - <concept> - <code value="10008"/> - <display value="Handling Specification Business Rule Error"/> - </concept> - <concept> - <code value="10009"/> - <display value="Unreadable message received"/> - </concept> - <concept> - <code value="10010"/> - <display value="Recipient Type - Processing Error"/> - </concept> - <concept> - <code value="20001"/> - <display value="Unrecognised Recipient Person"/> - </concept> - <concept> - <code value="20002"/> - <display value="Unrecognised Recipient Organisation"/> - </concept> - <concept> - <code value="20003"/> - <display value="Unrecognised Sender"/> - </concept> - <concept> - <code value="20004"/> - <display value="Non-Approved file type received as an attachment"/> - </concept> - <concept> - <code value="20005"/> - <display value="Unsupported file type received as an attachment"/> - </concept> - <concept> - <code value="20006"/> - <display value="ITK header validation failure"/> - </concept> - <concept> - <code value="20007"/> - <display value="Duplicate Message received"/> - </concept> - <concept> - <code value="20008"/> - <display value="Duplicate Document received"/> - </concept> - <concept> - <code value="20009"/> - <display value="Payload validation failure"/> - </concept> - <concept> - <code value="20010"/> - <display value="Unrecognised Payload Recipient Organisation"/> - </concept> - <concept> - <code value="20011"/> - <display value="Unrecognised Payload Recipient Person"/> - </concept> - <concept> - <code value="20012"/> - <display value="Unauthorised Sender"/> - </concept> - <concept> - <code value="20013"/> - <display value="Success"/> - </concept> - <concept> - <code value="20014"/> - <display value="Unable to Process Replacement Document"/> - </concept> - <concept> - <code value="20015"/> - <display value="Message too large"/> - </concept> - <concept> - <code value="30001"/> - <display value="Patient known here. (e.g. Patient is registered here)"/> - </concept> - <concept> - <code value="30002"/> - <display value="Patient not known here. (aka 'patient record not present in system')"/> - </concept> - <concept> - <code value="30003"/> - <display value="Patient no longer at this clinical setting"/> - </concept> - <concept> - <code value="30004"/> - <display value="Patient known here and recently deceased (i.e. patient record current in GP practice system at time of patient’s death and deduction subsequently occurred for this reason)"/> - </concept> + <id value="UKCore-ITKResponseCode" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <name value="UKCoreITKResponseCode" /> + <title value="UK Core ITK Response Code" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 ITK response returned to a sender." /> + <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="10001" /> + <display value="Handling Specification Error" /> + </concept> + <concept> + <code value="10002" /> + <display value="Infrastructure Level Response Value - Processing Error" /> + </concept> + <concept> + <code value="10003" /> + <display value="Business Level Response Value - Processing Error" /> + </concept> + <concept> + <code value="10004" /> + <display value="Message Definition Value - Processing Error" /> + </concept> + <concept> + <code value="10005" /> + <display value="Message Definition Version Value - Processing Error" /> + </concept> + <concept> + <code value="10007" /> + <display value="Sender Reference Value - Processing Error" /> + </concept> + <concept> + <code value="10008" /> + <display value="Handling Specification Business Rule Error" /> + </concept> + <concept> + <code value="10009" /> + <display value="Unreadable message received" /> + </concept> + <concept> + <code value="10010" /> + <display value="Recipient Type - Processing Error" /> + </concept> + <concept> + <code value="20001" /> + <display value="Unrecognised Recipient Person" /> + </concept> + <concept> + <code value="20002" /> + <display value="Unrecognised Recipient Organisation" /> + </concept> + <concept> + <code value="20003" /> + <display value="Unrecognised Sender" /> + </concept> + <concept> + <code value="20004" /> + <display value="Non-Approved file type received as an attachment" /> + </concept> + <concept> + <code value="20005" /> + <display value="Unsupported file type received as an attachment" /> + </concept> + <concept> + <code value="20006" /> + <display value="ITK header validation failure" /> + </concept> + <concept> + <code value="20007" /> + <display value="Duplicate Message received" /> + </concept> + <concept> + <code value="20008" /> + <display value="Duplicate Document received" /> + </concept> + <concept> + <code value="20009" /> + <display value="Payload validation failure" /> + </concept> + <concept> + <code value="20010" /> + <display value="Unrecognised Payload Recipient Organisation" /> + </concept> + <concept> + <code value="20011" /> + <display value="Unrecognised Payload Recipient Person" /> + </concept> + <concept> + <code value="20012" /> + <display value="Unauthorised Sender" /> + </concept> + <concept> + <code value="20013" /> + <display value="Success" /> + </concept> + <concept> + <code value="20014" /> + <display value="Unable to Process Replacement Document" /> + </concept> + <concept> + <code value="20015" /> + <display value="Message too large" /> + </concept> + <concept> + <code value="30001" /> + <display value="Patient known here. (e.g. Patient is registered here)" /> + </concept> + <concept> + <code value="30002" /> + <display value="Patient not known here. (aka 'patient record not present in system')" /> + </concept> + <concept> + <code value="30003" /> + <display value="Patient no longer at this clinical setting" /> + </concept> + <concept> + <code value="30004" /> + <display value="Patient known here and recently deceased (i.e. patient record current in GP practice system at time of patient’s death and deduction subsequently occurred for this reason)" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-LegalStatusClassificationEngland.xml b/codesystems/CodeSystem-UKCore-LegalStatusClassificationEngland.xml index a3e2c131..5bada26f 100644 --- a/codesystems/CodeSystem-UKCore-LegalStatusClassificationEngland.xml +++ b/codesystems/CodeSystem-UKCore-LegalStatusClassificationEngland.xml @@ -1,131 +1,131 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-LegalStatusClassificationEngland" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> - <version value="1.0.1" /> - <name value="UKCoreLegalStatusClassificationEngland" /> - <title value="UK Core Legal Status Classification England" /> - <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="A set of codes that define the classification of a patient's legal status which is either informal or as designated in the Mental Health Act 1983 or other acts. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary Mental Health Legal Status Classification Code](https://datadictionary.nhs.uk/data_elements/mental_health_act_legal_status_classification_code.html) web page at 18/11/2021." /> - <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="01" /> - <display value="Informal" /> - </concept> - <concept> - <code value="02" /> - <display value="Formally detained under Mental Health Act Section 2" /> - </concept> - <concept> - <code value="03" /> - <display value="Formally detained under Mental Health Act Section 3" /> - </concept> - <concept> - <code value="04" /> - <display value="Formally detained under Mental Health Act Section 4" /> - </concept> - <concept> - <code value="05" /> - <display value="Formally detained under Mental Health Act Section 5(2)" /> - </concept> - <concept> - <code value="06" /> - <display value="Formally detained under Mental Health Act Section 5(4)" /> - </concept> - <concept> - <code value="07" /> - <display value="Formally detained under Mental Health Act Section 35" /> - </concept> - <concept> - <code value="08" /> - <display value="Formally detained under Mental Health Act Section 36" /> - </concept> - <concept> - <code value="09" /> - <display value="Formally detained under Mental Health Act Section 37 with section 41 restrictions" /> - </concept> - <concept> - <code value="10" /> - <display value="Formally detained under Mental Health Act Section 37" /> - </concept> - <concept> - <code value="12" /> - <display value="Formally detained under Mental Health Act Section 38" /> - </concept> - <concept> - <code value="13" /> - <display value="Formally detained under Mental Health Act Section 44" /> - </concept> - <concept> - <code value="14" /> - <display value="Formally detained under Mental Health Act Section 46" /> - </concept> - <concept> - <code value="15" /> - <display value="Formally detained under Mental Health Act Section 47 with section 49 restrictions" /> - </concept> - <concept> - <code value="16" /> - <display value="Formally detained under Mental Health Act Section 47" /> - </concept> - <concept> - <code value="17" /> - <display value="Formally detained under Mental Health Act Section 48 with section 49 restrictions" /> - </concept> - <concept> - <code value="18" /> - <display value="Formally detained under Mental Health Act Section 48" /> - </concept> - <concept> - <code value="19" /> - <display value="Formally detained under Mental Health Act Section 135" /> - </concept> - <concept> - <code value="20" /> - <display value="Formally detained under Mental Health Act Section 136" /> - </concept> - <concept> - <code value="31" /> - <display value="Formally detained under Criminal Procedure(Insanity) Act 1964 as amended by the Criminal Procedures (Insanity and Unfitness to Plead) Act 1991" /> - </concept> - <concept> - <code value="32" /> - <display value="Formally detained under other acts" /> - </concept> - <concept> - <code value="35" /> - <display value="Subject to guardianship under Mental Health Act Section 7" /> - </concept> - <concept> - <code value="36" /> - <display value="Subject to guardianship under Mental Health Act Section 37" /> - </concept> - <concept> - <code value="37" /> - <display value="Formally detained under Mental Health Act Section 45A (Limited direction in force)" /> - </concept> - <concept> - <code value="38" /> - <display value="Formally detained under Mental Health Act Section 45A (Limitation direction ended)" /> - </concept> - <concept> - <code value="98" /> - <display value="Not Applicable" /> - </concept> - <concept> - <code value="99" /> - <display value="Not Known" /> - </concept> + <id value="UKCore-LegalStatusClassificationEngland" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.1" /> + <name value="UKCoreLegalStatusClassificationEngland" /> + <title value="UK Core Legal Status Classification England" /> + <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="A set of codes that define the classification of a patient's legal status which is either informal or as designated in the Mental Health Act 1983 or other acts. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary Mental Health Legal Status Classification Code](https://datadictionary.nhs.uk/data_elements/mental_health_act_legal_status_classification_code.html) web page at 18/11/2021." /> + <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="01" /> + <display value="Informal" /> + </concept> + <concept> + <code value="02" /> + <display value="Formally detained under Mental Health Act Section 2" /> + </concept> + <concept> + <code value="03" /> + <display value="Formally detained under Mental Health Act Section 3" /> + </concept> + <concept> + <code value="04" /> + <display value="Formally detained under Mental Health Act Section 4" /> + </concept> + <concept> + <code value="05" /> + <display value="Formally detained under Mental Health Act Section 5(2)" /> + </concept> + <concept> + <code value="06" /> + <display value="Formally detained under Mental Health Act Section 5(4)" /> + </concept> + <concept> + <code value="07" /> + <display value="Formally detained under Mental Health Act Section 35" /> + </concept> + <concept> + <code value="08" /> + <display value="Formally detained under Mental Health Act Section 36" /> + </concept> + <concept> + <code value="09" /> + <display value="Formally detained under Mental Health Act Section 37 with section 41 restrictions" /> + </concept> + <concept> + <code value="10" /> + <display value="Formally detained under Mental Health Act Section 37" /> + </concept> + <concept> + <code value="12" /> + <display value="Formally detained under Mental Health Act Section 38" /> + </concept> + <concept> + <code value="13" /> + <display value="Formally detained under Mental Health Act Section 44" /> + </concept> + <concept> + <code value="14" /> + <display value="Formally detained under Mental Health Act Section 46" /> + </concept> + <concept> + <code value="15" /> + <display value="Formally detained under Mental Health Act Section 47 with section 49 restrictions" /> + </concept> + <concept> + <code value="16" /> + <display value="Formally detained under Mental Health Act Section 47" /> + </concept> + <concept> + <code value="17" /> + <display value="Formally detained under Mental Health Act Section 48 with section 49 restrictions" /> + </concept> + <concept> + <code value="18" /> + <display value="Formally detained under Mental Health Act Section 48" /> + </concept> + <concept> + <code value="19" /> + <display value="Formally detained under Mental Health Act Section 135" /> + </concept> + <concept> + <code value="20" /> + <display value="Formally detained under Mental Health Act Section 136" /> + </concept> + <concept> + <code value="31" /> + <display value="Formally detained under Criminal Procedure(Insanity) Act 1964 as amended by the Criminal Procedures (Insanity and Unfitness to Plead) Act 1991" /> + </concept> + <concept> + <code value="32" /> + <display value="Formally detained under other acts" /> + </concept> + <concept> + <code value="35" /> + <display value="Subject to guardianship under Mental Health Act Section 7" /> + </concept> + <concept> + <code value="36" /> + <display value="Subject to guardianship under Mental Health Act Section 37" /> + </concept> + <concept> + <code value="37" /> + <display value="Formally detained under Mental Health Act Section 45A (Limited direction in force)" /> + </concept> + <concept> + <code value="38" /> + <display value="Formally detained under Mental Health Act Section 45A (Limitation direction ended)" /> + </concept> + <concept> + <code value="98" /> + <display value="Not Applicable" /> + </concept> + <concept> + <code value="99" /> + <display value="Not Known" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-LegalStatusClassificationWales.xml b/codesystems/CodeSystem-UKCore-LegalStatusClassificationWales.xml index aa01789d..138526c0 100644 --- a/codesystems/CodeSystem-UKCore-LegalStatusClassificationWales.xml +++ b/codesystems/CodeSystem-UKCore-LegalStatusClassificationWales.xml @@ -1,123 +1,123 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-LegalStatusClassificationWales" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> - <version value="1.0.1" /> - <name value="UKCoreLegalStatusClassificationWales" /> - <title value="UK Core Legal Status Classification Wales" /> - <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="A set of codes that define the classification of a patient's legal status which is either informal or as designated in the Mental Health Act 1983 or other acts. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary Mental Health Legal Status Classification Code](http://www.datadictionary.wales.nhs.uk/#!WordDocuments/legalstatus.htm) web page on 18/11/2021." /> - <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="01" /> - <display value="Informal (including voluntary patients under Section 131)" /> - </concept> - <concept> - <code value="02" /> - <display value="Formally detained under Mental Health Act Section 2 (Admission for assessment)" /> - </concept> - <concept> - <code value="03" /> - <display value="Formally detained under Mental Health Act Section 3 (Admission for treatment of non-offender to hospital for assessment, for medical treatment)" /> - </concept> - <concept> - <code value="04" /> - <display value="Formally detained under Mental Health Act Section 4 (Admission for assessment in cases of emergency)" /> - </concept> - <concept> - <code value="05" /> - <display value="Formally detained under Mental Health Act Section 5 (2) (Power to hold informal patient already in hospital, by doctor or approved clinician)" /> - </concept> - <concept> - <code value="06" /> - <display value="Formally detained under Mental Health Act Section 5 (4) (Power to hold informal patient already in hospital, by nurse)" /> - </concept> - <concept> - <code value="07" /> - <display value="Formally detained under Mental Health Act Section 35 (Remand to hospital for report on accused's mental condition)" /> - </concept> - <concept> - <code value="08" /> - <display value="Formally detained under Mental Health Act Section 36 (Remand of accused person to hospital for treatment)" /> - </concept> - <concept> - <code value="09" /> - <display value="Formally detained under Mental Health Act Sections 37 and 41 (Hospital Order with restrictions)" /> - </concept> - <concept> - <code value="10" /> - <display value="Formally detained under Mental Health Act Section 37 (Hospital Order)" /> - </concept> - <concept> - <code value="12" /> - <display value="Formally detained under Mental Health Act Section 38 (Interim hospital order)" /> - </concept> - <concept> - <code value="13" /> - <display value="Formally detained under Mental Health Act Section 44 (Patient committed to hospital by Magistrates Court pending Crown Court disposal)" /> - </concept> - <concept> - <code value="14" /> - <display value="Formally detained under Mental Health Act Section 46 (Detained during Her Majesty's pleasure) REPEALED BY ARMED FORCES ACT 1996" /> - </concept> - <concept> - <code value="15" /> - <display value="Formally detained under Mental Health Act Sections 47 and 49 (Removal to hospital of person serving a sentence of imprisonment with restrictions)" /> - </concept> - <concept> - <code value="16" /> - <display value="Formally detained under Mental Health Act Section 47 (Removal to hospital of person serving a sentence of imprisonment)" /> - </concept> - <concept> - <code value="17" /> - <display value="Formally detained under Mental Health Act Sections 48 and 49 (Removal to hospital of other person with restrictions, not serving a sentence of imprisonment)" /> - </concept> - <concept> - <code value="18" /> - <display value="Formally detained under Mental Health Act Section 48 (Removal to hospital of other person not serving a sentence of imprisonment)" /> - </concept> - <concept> - <code value="19" /> - <display value="Formally detained under Mental Health Act Section 135 (Warrant to search for and remove to a place of safety)" /> - </concept> - <concept> - <code value="20" /> - <display value="Formally detained under Mental Health Act Section 136 (Mentally disordered person found in a public place)" /> - </concept> - <concept> - <code value="30" /> - <display value="Formally detained under previous legislation (fifth schedule); this relates only to patients who, prior to the implementation of the Mental Health Act 1983, were detained under the Sixth Schedule of the Mental Health Act 1959" /> - </concept> - <concept> - <code value="31" /> - <display value="Formally detained under Criminal Procedure (Insanity) Act 1964 as amended by the Criminal Procedures (Insanity and Unfitness to Plead) Act 1991" /> - </concept> - <concept> - <code value="32" /> - <display value="Formally detained under other acts: Section 47 of the National Assistance Act 1948 Section 1,2 or 12 of the Children's and Young Persons Act 1969 Section 3 of the Powers of Criminal Courts Act 1973" /> - </concept> - <concept> - <code value="34" /> - <display value="Formally detained under Mental Health Act Section 45A (Hospital and Limitation Direction)" /> - </concept> - <concept> - <code value="35" /> - <display value="Community treatment order (Mental Health Act Section 17a) This is legally valid from 3rd November 2008" /> - </concept> - <concept> - <code value="98" /> - <display value="Non applicable (only used for NON psychiatric consultant specialties)" /> - </concept> + <id value="UKCore-LegalStatusClassificationWales" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.1" /> + <name value="UKCoreLegalStatusClassificationWales" /> + <title value="UK Core Legal Status Classification Wales" /> + <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="A set of codes that define the classification of a patient's legal status which is either informal or as designated in the Mental Health Act 1983 or other acts. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary Mental Health Legal Status Classification Code](http://www.datadictionary.wales.nhs.uk/#!WordDocuments/legalstatus.htm) web page on 18/11/2021." /> + <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="01" /> + <display value="Informal (including voluntary patients under Section 131)" /> + </concept> + <concept> + <code value="02" /> + <display value="Formally detained under Mental Health Act Section 2 (Admission for assessment)" /> + </concept> + <concept> + <code value="03" /> + <display value="Formally detained under Mental Health Act Section 3 (Admission for treatment of non-offender to hospital for assessment, for medical treatment)" /> + </concept> + <concept> + <code value="04" /> + <display value="Formally detained under Mental Health Act Section 4 (Admission for assessment in cases of emergency)" /> + </concept> + <concept> + <code value="05" /> + <display value="Formally detained under Mental Health Act Section 5 (2) (Power to hold informal patient already in hospital, by doctor or approved clinician)" /> + </concept> + <concept> + <code value="06" /> + <display value="Formally detained under Mental Health Act Section 5 (4) (Power to hold informal patient already in hospital, by nurse)" /> + </concept> + <concept> + <code value="07" /> + <display value="Formally detained under Mental Health Act Section 35 (Remand to hospital for report on accused's mental condition)" /> + </concept> + <concept> + <code value="08" /> + <display value="Formally detained under Mental Health Act Section 36 (Remand of accused person to hospital for treatment)" /> + </concept> + <concept> + <code value="09" /> + <display value="Formally detained under Mental Health Act Sections 37 and 41 (Hospital Order with restrictions)" /> + </concept> + <concept> + <code value="10" /> + <display value="Formally detained under Mental Health Act Section 37 (Hospital Order)" /> + </concept> + <concept> + <code value="12" /> + <display value="Formally detained under Mental Health Act Section 38 (Interim hospital order)" /> + </concept> + <concept> + <code value="13" /> + <display value="Formally detained under Mental Health Act Section 44 (Patient committed to hospital by Magistrates Court pending Crown Court disposal)" /> + </concept> + <concept> + <code value="14" /> + <display value="Formally detained under Mental Health Act Section 46 (Detained during Her Majesty's pleasure) REPEALED BY ARMED FORCES ACT 1996" /> + </concept> + <concept> + <code value="15" /> + <display value="Formally detained under Mental Health Act Sections 47 and 49 (Removal to hospital of person serving a sentence of imprisonment with restrictions)" /> + </concept> + <concept> + <code value="16" /> + <display value="Formally detained under Mental Health Act Section 47 (Removal to hospital of person serving a sentence of imprisonment)" /> + </concept> + <concept> + <code value="17" /> + <display value="Formally detained under Mental Health Act Sections 48 and 49 (Removal to hospital of other person with restrictions, not serving a sentence of imprisonment)" /> + </concept> + <concept> + <code value="18" /> + <display value="Formally detained under Mental Health Act Section 48 (Removal to hospital of other person not serving a sentence of imprisonment)" /> + </concept> + <concept> + <code value="19" /> + <display value="Formally detained under Mental Health Act Section 135 (Warrant to search for and remove to a place of safety)" /> + </concept> + <concept> + <code value="20" /> + <display value="Formally detained under Mental Health Act Section 136 (Mentally disordered person found in a public place)" /> + </concept> + <concept> + <code value="30" /> + <display value="Formally detained under previous legislation (fifth schedule); this relates only to patients who, prior to the implementation of the Mental Health Act 1983, were detained under the Sixth Schedule of the Mental Health Act 1959" /> + </concept> + <concept> + <code value="31" /> + <display value="Formally detained under Criminal Procedure (Insanity) Act 1964 as amended by the Criminal Procedures (Insanity and Unfitness to Plead) Act 1991" /> + </concept> + <concept> + <code value="32" /> + <display value="Formally detained under other acts: Section 47 of the National Assistance Act 1948 Section 1,2 or 12 of the Children's and Young Persons Act 1969 Section 3 of the Powers of Criminal Courts Act 1973" /> + </concept> + <concept> + <code value="34" /> + <display value="Formally detained under Mental Health Act Section 45A (Hospital and Limitation Direction)" /> + </concept> + <concept> + <code value="35" /> + <display value="Community treatment order (Mental Health Act Section 17a) This is legally valid from 3rd November 2008" /> + </concept> + <concept> + <code value="98" /> + <display value="Non applicable (only used for NON psychiatric consultant specialties)" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-LegalStatusContext.xml b/codesystems/CodeSystem-UKCore-LegalStatusContext.xml index b69e69d5..f93243c2 100644 --- a/codesystems/CodeSystem-UKCore-LegalStatusContext.xml +++ b/codesystems/CodeSystem-UKCore-LegalStatusContext.xml @@ -1,31 +1,31 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-LegalStatusContext" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext" /> - <version value="1.0.0" /> - <name value="UKCoreLegalStatusContext" /> - <title value="UK Core Legal Status Context" /> - <status value="active" /> - <date value="2022-01-07" /> - <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 context in which a mental health legal status is being used." /> - <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="admission" /> - <display value="Admission" /> - </concept> - <concept> - <code value="discharge" /> - <display value="Discharge" /> - </concept> + <id value="UKCore-LegalStatusContext" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext" /> + <version value="1.0.0" /> + <name value="UKCoreLegalStatusContext" /> + <title value="UK Core Legal Status Context" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 context in which a mental health legal status is being used." /> + <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="admission" /> + <display value="Admission" /> + </concept> + <concept> + <code value="discharge" /> + <display value="Discharge" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-ListEmptyReasonCode.xml b/codesystems/CodeSystem-UKCore-ListEmptyReasonCode.xml index bea75ad9..5a9ed5b1 100644 --- a/codesystems/CodeSystem-UKCore-ListEmptyReasonCode.xml +++ b/codesystems/CodeSystem-UKCore-ListEmptyReasonCode.xml @@ -1,27 +1,27 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-ListEmptyReasonCode" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode" /> - <version value="2.1.0" /> - <name value="UKCoreListEmptyReasonCode" /> - <title value="UK Core List Empty Reason Code" /> - <status value="active" /> - <date value="2022-01-07" /> - <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 reason a list may be empty." /> - <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="no-content-recorded" /> - <display value="No Content Recorded" /> - </concept> + <id value="UKCore-ListEmptyReasonCode" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode" /> + <version value="2.1.0" /> + <name value="UKCoreListEmptyReasonCode" /> + <title value="UK Core List Empty Reason Code" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 reason a list may be empty." /> + <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="no-content-recorded" /> + <display value="No Content Recorded" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-ListWarningCode.xml b/codesystems/CodeSystem-UKCore-ListWarningCode.xml index 61ca8040..34388f0f 100644 --- a/codesystems/CodeSystem-UKCore-ListWarningCode.xml +++ b/codesystems/CodeSystem-UKCore-ListWarningCode.xml @@ -1,38 +1,38 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-ListWarningCode" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode" /> - <version value="2.1.0" /> - <name value="UKCoreListWarningCode" /> - <title value="UK Core List Warning Code" /> - <status value="active" /> - <date value="2022-01-07" /> - <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 reason a list may be incomplete." /> - <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="confidential-items" /> - <display value="Confidential Items" /> - <definition value="Items excluded due to confidentiality and/or patient preferences." /> - </concept> - <concept> - <code value="data-in-transit" /> - <display value="Data in Transit" /> - <definition value="Patient record transfer from previous GP practice not yet complete; any information recorded before dd-mmm-yyyy has been excluded." /> - </concept> - <concept> - <code value="data-awaiting-filing" /> - <display value="Data Awaiting Filing" /> - <definition value="Patient data may be incomplete as there is data supplied by a third party awaiting review before becoming available." /> - </concept> + <id value="UKCore-ListWarningCode" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode" /> + <version value="2.1.0" /> + <name value="UKCoreListWarningCode" /> + <title value="UK Core List Warning Code" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 reason a list may be incomplete." /> + <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="confidential-items" /> + <display value="Confidential Items" /> + <definition value="Items excluded due to confidentiality and/or patient preferences." /> + </concept> + <concept> + <code value="data-in-transit" /> + <display value="Data in Transit" /> + <definition value="Patient record transfer from previous GP practice not yet complete; any information recorded before dd-mmm-yyyy has been excluded." /> + </concept> + <concept> + <code value="data-awaiting-filing" /> + <display value="Data Awaiting Filing" /> + <definition value="Patient data may be incomplete as there is data supplied by a third party awaiting review before becoming available." /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-MedicationAdministrationCategory.xml b/codesystems/CodeSystem-UKCore-MedicationAdministrationCategory.xml index 4f0b8334..ba641d27 100644 --- a/codesystems/CodeSystem-UKCore-MedicationAdministrationCategory.xml +++ b/codesystems/CodeSystem-UKCore-MedicationAdministrationCategory.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> -<id value="UKCore-MedicationAdministrationCategory"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationAdministrationCategory"/> +<id value="UKCore-MedicationAdministrationCategory" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationAdministrationCategory" /> <version value="1.0.0" /> - <name value="UKCoreMedicationAdministrationCategory"/> - <title value="UK Core Medication Administration Category"/> + <name value="UKCoreMedicationAdministrationCategory" /> + <title value="UK Core Medication Administration Category" /> <status value="active" /> <date value="2022-12-16" /> <publisher value="HL7 UK" /> @@ -17,13 +17,13 @@ <rank value="1" /> </telecom> </contact> - <description value="A set of codes to define additional category concepts for a medication administration."/> + <description value="A set of codes to define additional category concepts for a medication administration." /> <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"/> + <caseSensitive value="true" /> + <content value="complete" /> <concept> - <code value="discharge"/> - <display value="Discharge"/> - <definition value="Used to record the administration of medications created when the patient is being released from a facility."/> + <code value="discharge" /> + <display value="Discharge" /> + <definition value="Used to record the administration of medications created when the patient is being released from a facility." /> </concept> </CodeSystem> \ No newline at end of file diff --git a/codesystems/CodeSystem-UKCore-MedicationChangeStatus.xml b/codesystems/CodeSystem-UKCore-MedicationChangeStatus.xml index 23b65ede..7c9841cc 100644 --- a/codesystems/CodeSystem-UKCore-MedicationChangeStatus.xml +++ b/codesystems/CodeSystem-UKCore-MedicationChangeStatus.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationChangeStatus"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationChangeStatus"/> - <version value="1.0.1"/> - <name value="UKCoreMedicationChangeStatus"/> + <id value="UKCore-MedicationChangeStatus" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationChangeStatus" /> + <version value="1.0.1" /> + <name value="UKCoreMedicationChangeStatus" /> <title value="UK Core Medication Change Status" /> <status value="retired" /> <date value="2021-09-10" /> @@ -17,10 +17,10 @@ <rank value="1" /> </telecom> </contact> - <description value="A CodeSystem to identify the change status of a medication."/> + <description value="A CodeSystem to identify the change status of a medication." /> <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"/> + <content value="complete" /> <concept> <code value="continued" /> <display value="Continued" /> diff --git a/codesystems/CodeSystem-UKCore-MedicationPrescribingAgency.xml b/codesystems/CodeSystem-UKCore-MedicationPrescribingAgency.xml index d4bc71ca..41bccbd1 100644 --- a/codesystems/CodeSystem-UKCore-MedicationPrescribingAgency.xml +++ b/codesystems/CodeSystem-UKCore-MedicationPrescribingAgency.xml @@ -21,11 +21,11 @@ <caseSensitive value="true" /> <content value="complete" /> <concept> - <code value="prescribed-at-gp-practice"/> - <display value="Prescribed at GP practice"/> + <code value="prescribed-at-gp-practice" /> + <display value="Prescribed at GP practice" /> </concept> <concept> - <code value="prescribed-by-another-organisation"/> - <display value="Prescribed by another organisation"/> + <code value="prescribed-by-another-organisation" /> + <display value="Prescribed by another organisation" /> </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-MedicationPrescribingOrganization.xml b/codesystems/CodeSystem-UKCore-MedicationPrescribingOrganization.xml index 34c883dd..3085a2a3 100644 --- a/codesystems/CodeSystem-UKCore-MedicationPrescribingOrganization.xml +++ b/codesystems/CodeSystem-UKCore-MedicationPrescribingOrganization.xml @@ -1,31 +1,31 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationPrescribingOrganization"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganization"/> - <version value="1.0.0" /> - <name value="UKCoreMedicationPrescribingOrganization"/> - <title value="UK Core Medication Prescribing Organization"/> - <status value="retired" /> - <date value="2022-08-26" /> - <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 identify the type of organisation responsible for authorising and issuing a medication."/> - <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="prescribed-at-gp-practice"/> - <display value="Prescribed at GP practice"/> - </concept> - <concept> - <code value="prescribed-by-another-organisation"/> - <display value="Prescribed by another organisation"/> - </concept> + <id value="UKCore-MedicationPrescribingOrganization" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganization" /> + <version value="1.0.0" /> + <name value="UKCoreMedicationPrescribingOrganization" /> + <title value="UK Core Medication Prescribing Organization" /> + <status value="retired" /> + <date value="2022-08-26" /> + <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 identify the type of organisation responsible for authorising and issuing a medication." /> + <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="prescribed-at-gp-practice" /> + <display value="Prescribed at GP practice" /> + </concept> + <concept> + <code value="prescribed-by-another-organisation" /> + <display value="Prescribed by another organisation" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-MedicationPrescribingOrganizationType.xml b/codesystems/CodeSystem-UKCore-MedicationPrescribingOrganizationType.xml index c6113607..3b6368f6 100644 --- a/codesystems/CodeSystem-UKCore-MedicationPrescribingOrganizationType.xml +++ b/codesystems/CodeSystem-UKCore-MedicationPrescribingOrganizationType.xml @@ -1,31 +1,31 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationPrescribingOrganizationType"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType"/> - <version value="1.0.0" /> - <name value="UKCoreMedicationPrescribingOrganizationType"/> - <title value="UK Core Medication Prescribing Organization Type"/> - <status value="active" /> - <date value="2022-08-26" /> - <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 identify the type of organisation responsible for authorising and issuing a medication."/> - <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="prescribed-at-gp-practice"/> - <display value="Prescribed at GP practice"/> - </concept> - <concept> - <code value="prescribed-by-another-organisation"/> - <display value="Prescribed by another organisation"/> - </concept> + <id value="UKCore-MedicationPrescribingOrganizationType" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType" /> + <version value="1.0.0" /> + <name value="UKCoreMedicationPrescribingOrganizationType" /> + <title value="UK Core Medication Prescribing Organization Type" /> + <status value="active" /> + <date value="2022-08-26" /> + <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 identify the type of organisation responsible for authorising and issuing a medication." /> + <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="prescribed-at-gp-practice" /> + <display value="Prescribed at GP practice" /> + </concept> + <concept> + <code value="prescribed-by-another-organisation" /> + <display value="Prescribed by another organisation" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-MedicationRequestCategory.xml b/codesystems/CodeSystem-UKCore-MedicationRequestCategory.xml index 0d886207..0fc9c3d9 100644 --- a/codesystems/CodeSystem-UKCore-MedicationRequestCategory.xml +++ b/codesystems/CodeSystem-UKCore-MedicationRequestCategory.xml @@ -1,38 +1,38 @@ <?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationRequestCategory"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCategory"/> - <version value="1.1.1"/> - <name value="UKCoreMedicationRequestCategory"/> - <title value="UK Core Medication Request Category"/> - <status value="active"/> - <date value="2023-10-06"/> - <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 to define additional category concepts for a medication request."/> - <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="leave"/> - <display value="Leave"/> - <definition value="Requests for medications that the patient will take away with him/her during any short break from inpatient care. Typically requests would be dispensed by the hospital pharmacy to be self-administered at home with or without the assistance of community based nursing staff."/> - </concept> - <concept> - <code value="primarycare"/> - <display value="Primary Care"/> - <definition value="Requests for medications originating in a primary care setting. Typically requests would be dispensed by the patients nominated pharmacy to be self-administered at home with or without the assistance of community based nursing staff."/> - <property> - <code value="inactive"/> - <valueBoolean value="True"/> - </property> - </concept> + <id value="UKCore-MedicationRequestCategory" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCategory" /> + <version value="1.1.1" /> + <name value="UKCoreMedicationRequestCategory" /> + <title value="UK Core Medication Request Category" /> + <status value="active" /> + <date value="2023-10-06" /> + <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 to define additional category concepts for a medication request." /> + <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="leave" /> + <display value="Leave" /> + <definition value="Requests for medications that the patient will take away with him/her during any short break from inpatient care. Typically requests would be dispensed by the hospital pharmacy to be self-administered at home with or without the assistance of community based nursing staff." /> + </concept> + <concept> + <code value="primarycare" /> + <display value="Primary Care" /> + <definition value="Requests for medications originating in a primary care setting. Typically requests would be dispensed by the patients nominated pharmacy to be self-administered at home with or without the assistance of community based nursing staff." /> + <property> + <code value="inactive" /> + <valueBoolean value="True" /> + </property> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-MedicationRequestCourseOfTherapy.xml b/codesystems/CodeSystem-UKCore-MedicationRequestCourseOfTherapy.xml index a15c9345..80f87a87 100644 --- a/codesystems/CodeSystem-UKCore-MedicationRequestCourseOfTherapy.xml +++ b/codesystems/CodeSystem-UKCore-MedicationRequestCourseOfTherapy.xml @@ -1,28 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationRequestCourseOfTherapy"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy"/> - <version value="1.0.0" /> - <name value="UKCoreMedicationRequestCourseOfTherapy"/> - <title value="UK Core Medication Request Course Of Therapy"/> - <status value="active" /> - <date value="2021-09-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="A set of codes to define additional course of therapy concepts for a medication request."/> - <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="continuous-repeating-dispensing"/> - <display value="Continuous long term (repeat dispensing)"/> - </concept> + <id value="UKCore-MedicationRequestCourseOfTherapy" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy" /> + <version value="1.0.0" /> + <name value="UKCoreMedicationRequestCourseOfTherapy" /> + <title value="UK Core Medication Request Course Of Therapy" /> + <status value="active" /> + <date value="2021-09-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="A set of codes to define additional course of therapy concepts for a medication request." /> + <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="continuous-repeating-dispensing" /> + <display value="Continuous long term (repeat dispensing)" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-MedicationStatementCategory.xml b/codesystems/CodeSystem-UKCore-MedicationStatementCategory.xml index ba96ed11..17c903e9 100644 --- a/codesystems/CodeSystem-UKCore-MedicationStatementCategory.xml +++ b/codesystems/CodeSystem-UKCore-MedicationStatementCategory.xml @@ -1,9 +1,9 @@ <CodeSystem xmlns="http://hl7.org/fhir"> -<id value="UKCore-MedicationStatementCategory"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationStatementCategory"/> +<id value="UKCore-MedicationStatementCategory" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationStatementCategory" /> <version value="1.0.0" /> - <name value="UKCoreMedicationStatementCategory"/> - <title value="UK Core Medication Statement Category"/> + <name value="UKCoreMedicationStatementCategory" /> + <title value="UK Core Medication Statement Category" /> <status value="active" /> <date value="2021-09-10" /> <publisher value="HL7 UK" /> @@ -16,18 +16,18 @@ <rank value="1" /> </telecom> </contact> - <description value="A set of codes to define additional category concepts for a medication statement."/> + <description value="A set of codes to define additional category concepts for a medication statement." /> <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"/> + <caseSensitive value="true" /> + <content value="complete" /> <concept> - <code value="discharge"/> - <display value="Discharge"/> - <definition value="Includes requests for medications created when the patient is being released from a facility."/> + <code value="discharge" /> + <display value="Discharge" /> + <definition value="Includes requests for medications created when the patient is being released from a facility." /> </concept> <concept> - <code value="leave"/> - <display value="Leave"/> - <definition value="Requests for medications that the patient will take away with them during any short break from inpatient care. Typically requests would be dispensed by the hospital pharmacy to be self-administered at home with or without the assistance of community based nursing staff."/> + <code value="leave" /> + <display value="Leave" /> + <definition value="Requests for medications that the patient will take away with them during any short break from inpatient care. Typically requests would be dispensed by the hospital pharmacy to be self-administered at home with or without the assistance of community based nursing staff." /> </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-MedicationSupplyType.xml b/codesystems/CodeSystem-UKCore-MedicationSupplyType.xml index eb885117..e360837d 100644 --- a/codesystems/CodeSystem-UKCore-MedicationSupplyType.xml +++ b/codesystems/CodeSystem-UKCore-MedicationSupplyType.xml @@ -1,51 +1,51 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationSupplyType"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType"/> - <version value="2.1.0" /> - <name value="UKCoreMedicationSupplyType"/> - <title value="UK Core Medication Supply Type"/> - <status value="active" /> - <date value="2021-09-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="A CodeSystem to identify the type of medication supply."/> - <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="over-the-counter"/> - <display value="Over the counter"/> - </concept> - <concept> - <code value="emergency-supply"/> - <display value="Emergency supply"/> - </concept> - <concept> - <code value="patient-group-direction"/> - <display value="Patient group direction"/> - </concept> - <concept> - <code value="minor-ailments-scheme"/> - <display value="Minor ailments scheme"/> - </concept> - <concept> - <code value="prescription-dispensing"/> - <display value="Prescription dispensing"/> - </concept> - <concept> - <code value="private-prescription-dispensing"/> - <display value="Private prescription dispensing"/> - </concept> - <concept> - <code value="self-declared"/> - <display value="Self declared"/> - </concept> + <id value="UKCore-MedicationSupplyType" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType" /> + <version value="2.1.0" /> + <name value="UKCoreMedicationSupplyType" /> + <title value="UK Core Medication Supply Type" /> + <status value="active" /> + <date value="2021-09-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="A CodeSystem to identify the type of medication supply." /> + <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="over-the-counter" /> + <display value="Over the counter" /> + </concept> + <concept> + <code value="emergency-supply" /> + <display value="Emergency supply" /> + </concept> + <concept> + <code value="patient-group-direction" /> + <display value="Patient group direction" /> + </concept> + <concept> + <code value="minor-ailments-scheme" /> + <display value="Minor ailments scheme" /> + </concept> + <concept> + <code value="prescription-dispensing" /> + <display value="Prescription dispensing" /> + </concept> + <concept> + <code value="private-prescription-dispensing" /> + <display value="Private prescription dispensing" /> + </concept> + <concept> + <code value="self-declared" /> + <display value="Self declared" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-MessageEvent.xml b/codesystems/CodeSystem-UKCore-MessageEvent.xml index 437c9efd..b588b383 100644 --- a/codesystems/CodeSystem-UKCore-MessageEvent.xml +++ b/codesystems/CodeSystem-UKCore-MessageEvent.xml @@ -1,23 +1,23 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-MessageEvent" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MessageEvent" /> - <version value="2.1.0" /> - <name value="UKCoreMessageEvent" /> - <title value="UK Core Message Event" /> - <status value="retired" /> - <date value="2022-12-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 message event." /> - <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="not-present" /> + <id value="UKCore-MessageEvent" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MessageEvent" /> + <version value="2.1.0" /> + <name value="UKCoreMessageEvent" /> + <title value="UK Core Message Event" /> + <status value="retired" /> + <date value="2022-12-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 message event." /> + <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="not-present" /> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-MessageHeaderInstruction.xml b/codesystems/CodeSystem-UKCore-MessageHeaderInstruction.xml index 8dbcd2b6..dbed1315 100644 --- a/codesystems/CodeSystem-UKCore-MessageHeaderInstruction.xml +++ b/codesystems/CodeSystem-UKCore-MessageHeaderInstruction.xml @@ -1,23 +1,23 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-MessageHeaderInstruction" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MessageHeaderInstruction" /> - <version value="1.0.0" /> - <name value="UKCoreMessageHeaderInstruction" /> - <title value="UK Core Message Header Instruction" /> - <status value="retired" /> - <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="A set of codes that define a specific instruction for a receiver of a message." /> - <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="not-present" /> + <id value="UKCore-MessageHeaderInstruction" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MessageHeaderInstruction" /> + <version value="1.0.0" /> + <name value="UKCoreMessageHeaderInstruction" /> + <title value="UK Core Message Header Instruction" /> + <status value="retired" /> + <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="A set of codes that define a specific instruction for a receiver of a message." /> + <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="not-present" /> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-NHSNumberUnavailableReason.xml b/codesystems/CodeSystem-UKCore-NHSNumberUnavailableReason.xml index 7c4486d4..e00856cc 100644 --- a/codesystems/CodeSystem-UKCore-NHSNumberUnavailableReason.xml +++ b/codesystems/CodeSystem-UKCore-NHSNumberUnavailableReason.xml @@ -1,35 +1,35 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-NHSNumberUnavailableReason"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberUnavailableReason"/> - <version value="1.0.0"/> - <name value="UKCoreNHSNumberUnavailableReason"/> - <title value="UK Core NHS Number Unavailable Reason"/> - <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="A set of concepts that define the reason that an NHS number is not available for use as an identifier."/> - <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="nhs-number-not-known"/> - <display value="NHS number not known"/> - </concept> - <concept> - <code value="overseas-patient"/> - <display value="Overseas patient"/> - </concept> - <concept> - <code value="devolved-nation"/> - <display value="Devolved nation"/> - </concept> + <id value="UKCore-NHSNumberUnavailableReason" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberUnavailableReason" /> + <version value="1.0.0" /> + <name value="UKCoreNHSNumberUnavailableReason" /> + <title value="UK Core NHS Number Unavailable Reason" /> + <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="A set of concepts that define the reason that an NHS number is not available for use as an identifier." /> + <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="nhs-number-not-known" /> + <display value="NHS number not known" /> + </concept> + <concept> + <code value="overseas-patient" /> + <display value="Overseas patient" /> + </concept> + <concept> + <code value="devolved-nation" /> + <display value="Devolved nation" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-NHSNumberVerificationStatus.xml b/codesystems/CodeSystem-UKCore-NHSNumberVerificationStatus.xml index a0c513c6..63b02e83 100644 --- a/codesystems/CodeSystem-UKCore-NHSNumberVerificationStatus.xml +++ b/codesystems/CodeSystem-UKCore-NHSNumberVerificationStatus.xml @@ -1,138 +1,138 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-NHSNumberVerificationStatus"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatus"/> - <version value="2.1.0" /> - <name value="UKCoreNHSNumberVerificationStatus"/> - <title value="UK Core NHS Number Verification Status"/> - <status value="retired" /> - <date value="2022-08-26" /> - <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 that identifies the trace status of an NHS Number with respect to a national source of NHS Numbers."/> - <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"/> - <filter> - <code value="ApplicableCountry"/> - <description value="Filter to identify an applicable country for a concept"/> - <operator value="="/> - <value value="ApplicableCountry"/> - </filter> - <property> - <code value="ApplicableCountry"/> - <description value="A UK country where the concept is known to be applicable based on the source information used to construct this CodeSystem as identified within the CodeSystem.identifier fields. In each case this can be one of: England | Scotland | Wales | Northern Ireland"/> - <type value="string"/> - </property> - <concept> - <code value="number-present-and-verified"/> - <display value="Number present and verified"/> - <property> - <code value="ApplicableCountry"/> - <valueString value="England"/> - </property> - <property> - <code value="ApplicableCountry"/> - <valueString value="Wales"/> - </property> - </concept> - <concept> - <code value="number-present-but-not-traced"/> - <display value="Number present but not traced"/> - <property> - <code value="ApplicableCountry"/> - <valueString value="England"/> - </property> - <property> - <code value="ApplicableCountry"/> - <valueString value="Wales"/> - </property> - </concept> - <concept> - <code value="trace-required"/> - <display value="Trace required"/> - <property> - <code value="ApplicableCountry"/> - <valueString value="England"/> - </property> - <property> - <code value="ApplicableCountry"/> - <valueString value="Wales"/> - </property> - </concept> - <concept> - <code value="trace-attempted"/> - <display value="Trace attempted - No match or multiple match found"/> - <property> - <code value="ApplicableCountry"/> - <valueString value="England"/> - </property> - <property> - <code value="ApplicableCountry"/> - <valueString value="Wales"/> - </property> - </concept> - <concept> - <code value="trace-needs-to-be-resolved"/> - <display value="Trace needs to be resolved - (NHS number or patient detail conflict)"/> - <property> - <code value="ApplicableCountry"/> - <valueString value="England"/> - </property> - <property> - <code value="ApplicableCountry"/> - <valueString value="Wales"/> - </property> - </concept> - <concept> - <code value="trace-in-progress"/> - <display value="Trace in progress"/> - <property> - <code value="ApplicableCountry"/> - <valueString value="England"/> - </property> - <property> - <code value="ApplicableCountry"/> - <valueString value="Wales"/> - </property> - </concept> - <concept> - <code value="number-not-present-and-trace-not-required"/> - <display value="Number not present and trace not required"/> - <property> - <code value="ApplicableCountry"/> - <valueString value="England"/> - </property> - <property> - <code value="ApplicableCountry"/> - <valueString value="Wales"/> - </property> - </concept> - <concept> - <code value="trace-postponed"/> - <display value="Trace postponed (baby under six weeks old)"/> - <property> - <code value="ApplicableCountry"/> - <valueString value="England"/> - </property> - <property> - <code value="ApplicableCountry"/> - <valueString value="Wales"/> - </property> - </concept> - <concept> - <code value="number-present-and-traced-using-welsh-nhs-ar"/> - <display value="Number present and traced using Welsh NHS AR"/> - <property> - <code value="ApplicableCountry"/> - <valueString value="Wales"/> - </property> - </concept> + <id value="UKCore-NHSNumberVerificationStatus" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatus" /> + <version value="2.1.0" /> + <name value="UKCoreNHSNumberVerificationStatus" /> + <title value="UK Core NHS Number Verification Status" /> + <status value="retired" /> + <date value="2022-08-26" /> + <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 that identifies the trace status of an NHS Number with respect to a national source of NHS Numbers." /> + <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" /> + <filter> + <code value="ApplicableCountry" /> + <description value="Filter to identify an applicable country for a concept" /> + <operator value="=" /> + <value value="ApplicableCountry" /> + </filter> + <property> + <code value="ApplicableCountry" /> + <description value="A UK country where the concept is known to be applicable based on the source information used to construct this CodeSystem as identified within the CodeSystem.identifier fields. In each case this can be one of: England | Scotland | Wales | Northern Ireland" /> + <type value="string" /> + </property> + <concept> + <code value="number-present-and-verified" /> + <display value="Number present and verified" /> + <property> + <code value="ApplicableCountry" /> + <valueString value="England" /> + </property> + <property> + <code value="ApplicableCountry" /> + <valueString value="Wales" /> + </property> + </concept> + <concept> + <code value="number-present-but-not-traced" /> + <display value="Number present but not traced" /> + <property> + <code value="ApplicableCountry" /> + <valueString value="England" /> + </property> + <property> + <code value="ApplicableCountry" /> + <valueString value="Wales" /> + </property> + </concept> + <concept> + <code value="trace-required" /> + <display value="Trace required" /> + <property> + <code value="ApplicableCountry" /> + <valueString value="England" /> + </property> + <property> + <code value="ApplicableCountry" /> + <valueString value="Wales" /> + </property> + </concept> + <concept> + <code value="trace-attempted" /> + <display value="Trace attempted - No match or multiple match found" /> + <property> + <code value="ApplicableCountry" /> + <valueString value="England" /> + </property> + <property> + <code value="ApplicableCountry" /> + <valueString value="Wales" /> + </property> + </concept> + <concept> + <code value="trace-needs-to-be-resolved" /> + <display value="Trace needs to be resolved - (NHS number or patient detail conflict)" /> + <property> + <code value="ApplicableCountry" /> + <valueString value="England" /> + </property> + <property> + <code value="ApplicableCountry" /> + <valueString value="Wales" /> + </property> + </concept> + <concept> + <code value="trace-in-progress" /> + <display value="Trace in progress" /> + <property> + <code value="ApplicableCountry" /> + <valueString value="England" /> + </property> + <property> + <code value="ApplicableCountry" /> + <valueString value="Wales" /> + </property> + </concept> + <concept> + <code value="number-not-present-and-trace-not-required" /> + <display value="Number not present and trace not required" /> + <property> + <code value="ApplicableCountry" /> + <valueString value="England" /> + </property> + <property> + <code value="ApplicableCountry" /> + <valueString value="Wales" /> + </property> + </concept> + <concept> + <code value="trace-postponed" /> + <display value="Trace postponed (baby under six weeks old)" /> + <property> + <code value="ApplicableCountry" /> + <valueString value="England" /> + </property> + <property> + <code value="ApplicableCountry" /> + <valueString value="Wales" /> + </property> + </concept> + <concept> + <code value="number-present-and-traced-using-welsh-nhs-ar" /> + <display value="Number present and traced using Welsh NHS AR" /> + <property> + <code value="ApplicableCountry" /> + <valueString value="Wales" /> + </property> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-NHSNumberVerificationStatusEngland.xml b/codesystems/CodeSystem-UKCore-NHSNumberVerificationStatusEngland.xml index 72f78f80..6c61dc22 100644 --- a/codesystems/CodeSystem-UKCore-NHSNumberVerificationStatusEngland.xml +++ b/codesystems/CodeSystem-UKCore-NHSNumberVerificationStatusEngland.xml @@ -1,55 +1,55 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-NHSNumberVerificationStatusEngland"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland"/> - <version value="1.1.1" /> - <name value="UKCoreNHSNumberVerificationStatusEngland"/> - <title value="UK Core NHS Number Verification Status England"/> - <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="A CodeSystem for England that identifies the trace status of an NHS Number with respect to a national source of NHS Numbers. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary NHS Number Status Indicator code](https://www.datadictionary.nhs.uk/data_elements/nhs_number_status_indicator_code.html) web page on 22/12/2022."/> - <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="01"/> - <display value="Number present and verified"/> - </concept> - <concept> - <code value="02"/> - <display value="Number present but not traced"/> - </concept> - <concept> - <code value="03"/> - <display value="Trace required"/> - </concept> - <concept> - <code value="04"/> - <display value="Trace attempted - No match or multiple match found"/> - </concept> - <concept> - <code value="05"/> - <display value="Trace needs to be resolved - (NHS number or patient detail conflict)"/> - </concept> - <concept> - <code value="06"/> - <display value="Trace in progress"/> - </concept> - <concept> - <code value="07"/> - <display value="Number not present and trace not required"/> - </concept> - <concept> - <code value="08"/> - <display value="Trace postponed (baby under six weeks old)"/> - </concept> + <id value="UKCore-NHSNumberVerificationStatusEngland" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> + <version value="1.1.1" /> + <name value="UKCoreNHSNumberVerificationStatusEngland" /> + <title value="UK Core NHS Number Verification Status England" /> + <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="A CodeSystem for England that identifies the trace status of an NHS Number with respect to a national source of NHS Numbers. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary NHS Number Status Indicator code](https://www.datadictionary.nhs.uk/data_elements/nhs_number_status_indicator_code.html) web page on 22/12/2022." /> + <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="01" /> + <display value="Number present and verified" /> + </concept> + <concept> + <code value="02" /> + <display value="Number present but not traced" /> + </concept> + <concept> + <code value="03" /> + <display value="Trace required" /> + </concept> + <concept> + <code value="04" /> + <display value="Trace attempted - No match or multiple match found" /> + </concept> + <concept> + <code value="05" /> + <display value="Trace needs to be resolved - (NHS number or patient detail conflict)" /> + </concept> + <concept> + <code value="06" /> + <display value="Trace in progress" /> + </concept> + <concept> + <code value="07" /> + <display value="Number not present and trace not required" /> + </concept> + <concept> + <code value="08" /> + <display value="Trace postponed (baby under six weeks old)" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-NHSNumberVerificationStatusWales.xml b/codesystems/CodeSystem-UKCore-NHSNumberVerificationStatusWales.xml index 3ba1adc1..0b72af94 100644 --- a/codesystems/CodeSystem-UKCore-NHSNumberVerificationStatusWales.xml +++ b/codesystems/CodeSystem-UKCore-NHSNumberVerificationStatusWales.xml @@ -1,59 +1,59 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-NHSNumberVerificationStatusWales"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales"/> - <version value="1.0.1" /> - <name value="UKCoreNHSNumberVerificationStatusWales"/> - <title value="UK Core NHS Number Verification Status Wales"/> - <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="A CodeSystem for Wales that identifies the trace status of an NHS Number with respect to a national source of NHS Numbers. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary NHS Number Status Indicator](https://www.datadictionary.wales.nhs.uk/#!WordDocuments/nhsnumberstatusindicator.htm) web page on 18/11/2021."/> - <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="nn"/> - <display value="Number present and traced using Welsh NHS AR"/> - </concept> - <concept> - <code value="01"/> - <display value="Number present & traced"/> - </concept> - <concept> - <code value="02"/> - <display value="Number present but not traced"/> - </concept> - <concept> - <code value="03"/> - <display value="Trace required"/> - </concept> - <concept> - <code value="04"/> - <display value="Trace attempted – no match or multiple match found"/> - </concept> - <concept> - <code value="05"/> - <display value="Trace needs to be resolved (NHS number or patient detail conflict)"/> - </concept> - <concept> - <code value="06"/> - <display value="Trace in progress"/> - </concept> - <concept> - <code value="07"/> - <display value="Number not present and trace not required"/> - </concept> - <concept> - <code value="08"/> - <display value="Trace postponed (baby under six weeks old)"/> - </concept> + <id value="UKCore-NHSNumberVerificationStatusWales" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> + <version value="1.0.1" /> + <name value="UKCoreNHSNumberVerificationStatusWales" /> + <title value="UK Core NHS Number Verification Status Wales" /> + <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="A CodeSystem for Wales that identifies the trace status of an NHS Number with respect to a national source of NHS Numbers. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary NHS Number Status Indicator](https://www.datadictionary.wales.nhs.uk/#!WordDocuments/nhsnumberstatusindicator.htm) web page on 18/11/2021." /> + <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="nn" /> + <display value="Number present and traced using Welsh NHS AR" /> + </concept> + <concept> + <code value="01" /> + <display value="Number present & traced" /> + </concept> + <concept> + <code value="02" /> + <display value="Number present but not traced" /> + </concept> + <concept> + <code value="03" /> + <display value="Trace required" /> + </concept> + <concept> + <code value="04" /> + <display value="Trace attempted – no match or multiple match found" /> + </concept> + <concept> + <code value="05" /> + <display value="Trace needs to be resolved (NHS number or patient detail conflict)" /> + </concept> + <concept> + <code value="06" /> + <display value="Trace in progress" /> + </concept> + <concept> + <code value="07" /> + <display value="Number not present and trace not required" /> + </concept> + <concept> + <code value="08" /> + <display value="Trace postponed (baby under six weeks old)" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-OrganizationTypeGenomics.xml b/codesystems/CodeSystem-UKCore-OrganizationTypeGenomics.xml index 922ee304..90003890 100644 --- a/codesystems/CodeSystem-UKCore-OrganizationTypeGenomics.xml +++ b/codesystems/CodeSystem-UKCore-OrganizationTypeGenomics.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> -<id value="UKCore-OrganizationTypeGenomics"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OrganizationTypeGenomics"/> +<id value="UKCore-OrganizationTypeGenomics" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OrganizationTypeGenomics" /> <version value="1.0.0" /> - <name value="UKCoreOrganizationTypeGenomics"/> - <title value="UK Core Organization Type Genomics"/> + <name value="UKCoreOrganizationTypeGenomics" /> + <title value="UK Core Organization Type Genomics" /> <status value="active" /> <date value="2023-04-28" /> <publisher value="HL7 UK" /> @@ -17,20 +17,20 @@ <rank value="1" /> </telecom> </contact> - <description value="A set of codes to define additional genomic lab concepts for an organisation type."/> + <description value="A set of codes to define additional genomic lab concepts for an organisation type." /> <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"/> + <caseSensitive value="true" /> + <content value="complete" /> <concept> - <code value="GLH"/> - <display value="Genomic Lab Hub"/> + <code value="GLH" /> + <display value="Genomic Lab Hub" /> </concept> <concept> - <code value="GEL"/> - <display value="Genomics England"/> + <code value="GEL" /> + <display value="Genomics England" /> </concept> <concept> - <code value="LAB"/> - <display value="Other Genomics Laboratory"/> + <code value="LAB" /> + <display value="Other Genomics Laboratory" /> </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-OutcomeOfAttendanceEngland.xml b/codesystems/CodeSystem-UKCore-OutcomeOfAttendanceEngland.xml index c2cb98a7..ffa59ae2 100644 --- a/codesystems/CodeSystem-UKCore-OutcomeOfAttendanceEngland.xml +++ b/codesystems/CodeSystem-UKCore-OutcomeOfAttendanceEngland.xml @@ -1,34 +1,34 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-OutcomeOfAttendanceEngland" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceEngland" /> - <version value="1.0.1" /> - <name value="UKCoreOutcomeOfAttendanceEngland" /> - <title value="UK Core Outcome Of Attendance England" /> - <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="A set of codes that define the outcome of an out-patient attendance. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary Outcome of Attendance Code](https://datadictionary.nhs.uk/data_elements/outcome_of_attendance_code.html) web page on 18/11/2021." /> - <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." /> - <content value="complete" /> - <concept> - <code value="1" /> - <display value="Discharged from consultant's care (last attendance)" /> - </concept> - <concept> - <code value="2" /> - <display value="Another appointment given" /> - </concept> - <concept> - <code value="3" /> - <display value="Appointment to be made at a later date" /> - </concept> + <id value="UKCore-OutcomeOfAttendanceEngland" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceEngland" /> + <version value="1.0.1" /> + <name value="UKCoreOutcomeOfAttendanceEngland" /> + <title value="UK Core Outcome Of Attendance England" /> + <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="A set of codes that define the outcome of an out-patient attendance. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary Outcome of Attendance Code](https://datadictionary.nhs.uk/data_elements/outcome_of_attendance_code.html) web page on 18/11/2021." /> + <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." /> + <content value="complete" /> + <concept> + <code value="1" /> + <display value="Discharged from consultant's care (last attendance)" /> + </concept> + <concept> + <code value="2" /> + <display value="Another appointment given" /> + </concept> + <concept> + <code value="3" /> + <display value="Appointment to be made at a later date" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-OutcomeOfAttendanceWales.xml b/codesystems/CodeSystem-UKCore-OutcomeOfAttendanceWales.xml index ce2da879..1e9c00fa 100644 --- a/codesystems/CodeSystem-UKCore-OutcomeOfAttendanceWales.xml +++ b/codesystems/CodeSystem-UKCore-OutcomeOfAttendanceWales.xml @@ -1,38 +1,38 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-OutcomeOfAttendanceWales" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceWales" /> - <version value="1.0.1" /> - <name value="UKCoreOutcomeOfAttendanceWales" /> - <title value="UK Core Outcome Of Attendance Wales" /> - <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="A set of codes that define the outcome of an out-patient attendance. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary Outcome of Attendance](http://www.datadictionary.wales.nhs.uk/#!WordDocuments/outcomeofattendance.htm) web page on 18/11/2021." /> - <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." /> - <content value="complete" /> - <concept> - <code value="4" /> - <display value="Referral to Treatment Period Start Point" /> - </concept> - <concept> - <code value="5" /> - <display value="Referral to Treatment Period Stop Point" /> - </concept> - <concept> - <code value="6" /> - <display value="Referral to Treatment Continuation of Status" /> - </concept> - <concept> - <code value="9" /> - <display value="Specialty Not Subject to Referral to Treatment Times Measurement" /> - </concept> + <id value="UKCore-OutcomeOfAttendanceWales" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceWales" /> + <version value="1.0.1" /> + <name value="UKCoreOutcomeOfAttendanceWales" /> + <title value="UK Core Outcome Of Attendance Wales" /> + <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="A set of codes that define the outcome of an out-patient attendance. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary Outcome of Attendance](http://www.datadictionary.wales.nhs.uk/#!WordDocuments/outcomeofattendance.htm) web page on 18/11/2021." /> + <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." /> + <content value="complete" /> + <concept> + <code value="4" /> + <display value="Referral to Treatment Period Start Point" /> + </concept> + <concept> + <code value="5" /> + <display value="Referral to Treatment Period Stop Point" /> + </concept> + <concept> + <code value="6" /> + <display value="Referral to Treatment Continuation of Status" /> + </concept> + <concept> + <code value="9" /> + <display value="Specialty Not Subject to Referral to Treatment Times Measurement" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-OverseasVisitorChargingCategory.xml b/codesystems/CodeSystem-UKCore-OverseasVisitorChargingCategory.xml index 4480ae0f..8e595b74 100644 --- a/codesystems/CodeSystem-UKCore-OverseasVisitorChargingCategory.xml +++ b/codesystems/CodeSystem-UKCore-OverseasVisitorChargingCategory.xml @@ -1,6 +1,6 @@ <CodeSystem xmlns="http://hl7.org/fhir"> <id value="UKCore-OverseasVisitorChargingCategory" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OverseasVisitorChargingCategory"/> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OverseasVisitorChargingCategory" /> <version value="1.0.0" /> <name value="UKCoreOverseasVisitorChargingCategory" /> <title value="UK Core Overseas Visitor Charging Category" /> @@ -16,40 +16,40 @@ <rank value="1" /> </telecom> </contact> - <description value="A CodeSystem that identifies the charging category for a patient."/> + <description value="A CodeSystem that identifies the charging category for a patient." /> <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="A"/> - <display value="Standard NHS-funded patient"/> + <code value="A" /> + <display value="Standard NHS-funded patient" /> </concept> <concept> - <code value="B"/> - <display value="Immigration Health Surcharge payee"/> + <code value="B" /> + <display value="Immigration Health Surcharge payee" /> </concept> <concept> - <code value="C"/> - <display value="Charge-exempt Overseas Visitor (European Economic Area)"/> + <code value="C" /> + <display value="Charge-exempt Overseas Visitor (European Economic Area)" /> </concept> <concept> - <code value="D"/> - <display value="Chargeable European Economic Area patient"/> + <code value="D" /> + <display value="Chargeable European Economic Area patient" /> </concept> <concept> - <code value="E"/> - <display value="Charge-exempt Overseas Visitor (non-European Economic Area)"/> + <code value="E" /> + <display value="Charge-exempt Overseas Visitor (non-European Economic Area)" /> </concept> <concept> - <code value="F"/> - <display value="Chargeable non-European Economic Area patient"/> + <code value="F" /> + <display value="Chargeable non-European Economic Area patient" /> </concept> <concept> - <code value="P"/> - <display value="Decision Pending on Overseas Visitor Charging Category"/> + <code value="P" /> + <display value="Decision Pending on Overseas Visitor Charging Category" /> </concept> <concept> - <code value="9"/> - <display value="Overseas Visitor Charging Category"/> + <code value="9" /> + <display value="Overseas Visitor Charging Category" /> </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-PeriodType.xml b/codesystems/CodeSystem-UKCore-PeriodType.xml index a25a4b78..c6155072 100644 --- a/codesystems/CodeSystem-UKCore-PeriodType.xml +++ b/codesystems/CodeSystem-UKCore-PeriodType.xml @@ -1,31 +1,31 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-PeriodType"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType"/> - <version value="1.0.0"/> - <name value="UKCorePeriodType"/> - <title value="UK Core Period Type"/> - <status value="draft" /> - <date value="2023-10-13" /> - <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="CodeSystem to identify the type of period data being recorded."/> - <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="legal"/> - <display value="Legal"/> - </concept> - <concept> - <code value="operational"/> - <display value="Operational"/> - </concept> + <id value="UKCore-PeriodType" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType" /> + <version value="1.0.0" /> + <name value="UKCorePeriodType" /> + <title value="UK Core Period Type" /> + <status value="draft" /> + <date value="2023-10-13" /> + <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="CodeSystem to identify the type of period data being recorded." /> + <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="legal" /> + <display value="Legal" /> + </concept> + <concept> + <code value="operational" /> + <display value="Operational" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-PersonMaritalStatus.xml b/codesystems/CodeSystem-UKCore-PersonMaritalStatus.xml index e2c169d2..1afa6b51 100644 --- a/codesystems/CodeSystem-UKCore-PersonMaritalStatus.xml +++ b/codesystems/CodeSystem-UKCore-PersonMaritalStatus.xml @@ -21,98 +21,98 @@ <caseSensitive value="true" /> <content value="complete" /> <filter> - <code value="ApplicableCountry"/> - <description value="Filter to identify an applicable country for a concept"/> - <operator value="="/> - <value value="ApplicableCountry"/> + <code value="ApplicableCountry" /> + <description value="Filter to identify an applicable country for a concept" /> + <operator value="=" /> + <value value="ApplicableCountry" /> </filter> <property> - <code value="ApplicableCountry"/> - <description value="A UK country where the concept is known to be applicable based on the source information used to construct this CodeSystem as identified within the CodeSystem.identifier fields. In each case this can be one of: England | Scotland | Wales | Northern Ireland"/> - <type value="string"/> + <code value="ApplicableCountry" /> + <description value="A UK country where the concept is known to be applicable based on the source information used to construct this CodeSystem as identified within the CodeSystem.identifier fields. In each case this can be one of: England | Scotland | Wales | Northern Ireland" /> + <type value="string" /> </property> <concept> <code value="married-or-civil-partner" /> <display value="Married/Civil Partner" /> <property> - <code value="ApplicableCountry"/> - <valueString value="England"/> + <code value="ApplicableCountry" /> + <valueString value="England" /> </property> </concept> <concept> <code value="civil-partner" /> <display value="Civil Partner" /> <property> - <code value="ApplicableCountry"/> - <valueString value="Scotland"/> + <code value="ApplicableCountry" /> + <valueString value="Scotland" /> </property> <property> - <code value="ApplicableCountry"/> - <valueString value="Wales"/> + <code value="ApplicableCountry" /> + <valueString value="Wales" /> </property> </concept> <concept> <code value="never-married-nor-registered-civil-partnership" /> <display value="Never married nor registered civil partnership" /> <property> - <code value="ApplicableCountry"/> - <valueString value="Scotland"/> + <code value="ApplicableCountry" /> + <valueString value="Scotland" /> </property> </concept> <concept> <code value="divorced-or-civil-partnership-dissolved" /> <display value="Divorced/Person whose Civil Partnership has been dissolved" /> <property> - <code value="ApplicableCountry"/> - <valueString value="England"/> + <code value="ApplicableCountry" /> + <valueString value="England" /> </property> </concept> <concept> <code value="civil-partnership-dissolved" /> <display value="Person whose Civil Partnership has been dissolved" /> <property> - <code value="ApplicableCountry"/> - <valueString value="Scotland"/> + <code value="ApplicableCountry" /> + <valueString value="Scotland" /> </property> <property> - <code value="ApplicableCountry"/> - <valueString value="Wales"/> + <code value="ApplicableCountry" /> + <valueString value="Wales" /> </property> </concept> <concept> <code value="widowed-or-surviving-civil-partner" /> <display value="Widowed/Surviving Civil Partner" /> <property> - <code value="ApplicableCountry"/> - <valueString value="England"/> + <code value="ApplicableCountry" /> + <valueString value="England" /> </property> </concept> <concept> <code value="surviving-civil-partner" /> <display value="Surviving Civil Partner" /> <property> - <code value="ApplicableCountry"/> - <valueString value="Scotland"/> + <code value="ApplicableCountry" /> + <valueString value="Scotland" /> </property> <property> - <code value="ApplicableCountry"/> - <valueString value="Wales"/> + <code value="ApplicableCountry" /> + <valueString value="Wales" /> </property> </concept> <concept> <code value="not-disclosed-or-unknown" /> <display value="Not disclosed or unknown" /> <property> - <code value="ApplicableCountry"/> - <valueString value="Wales"/> + <code value="ApplicableCountry" /> + <valueString value="Wales" /> </property> </concept> <concept> <code value="not-disclosed" /> <display value="Not disclosed" /> <property> - <code value="ApplicableCountry"/> - <valueString value="England"/> + <code value="ApplicableCountry" /> + <valueString value="England" /> </property> </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-PersonMaritalStatusEngland.xml b/codesystems/CodeSystem-UKCore-PersonMaritalStatusEngland.xml index e8dfc76b..85363297 100644 --- a/codesystems/CodeSystem-UKCore-PersonMaritalStatusEngland.xml +++ b/codesystems/CodeSystem-UKCore-PersonMaritalStatusEngland.xml @@ -1,55 +1,55 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-PersonMaritalStatusEngland"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland"/> - <version value="1.1.1"/> - <name value="UKCorePersonMaritalStatusEngland"/> - <title value="UK Core Person Marital Status England"/> - <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="A set of codes that define the marital status of a person, as specified by the person. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary Person Marital Status](https://www.datadictionary.nhs.uk/data_elements/person_marital_status.html) web page on 16/12/2022."/> - <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="S"/> - <display value="Single"/> - </concept> - <concept> - <code value="M"/> - <display value="Married/Civil Partner"/> - </concept> - <concept> - <code value="D"/> - <display value="Divorced/Person whose Civil Partnership has been dissolved"/> - </concept> - <concept> - <code value="W"/> - <display value="Widowed/Surviving Civil Partner"/> - </concept> - <concept> - <code value="P"/> - <display value="Separated"/> - </concept> - <concept> - <code value="N"/> - <display value="Not disclosed"/> - </concept> - <concept> - <code value="8"/> - <display value="Not applicable"/> - </concept> - <concept> - <code value="9"/> - <display value="Not known"/> - </concept> + <id value="UKCore-PersonMaritalStatusEngland" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland" /> + <version value="1.1.1" /> + <name value="UKCorePersonMaritalStatusEngland" /> + <title value="UK Core Person Marital Status England" /> + <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="A set of codes that define the marital status of a person, as specified by the person. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary Person Marital Status](https://www.datadictionary.nhs.uk/data_elements/person_marital_status.html) web page on 16/12/2022." /> + <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="S" /> + <display value="Single" /> + </concept> + <concept> + <code value="M" /> + <display value="Married/Civil Partner" /> + </concept> + <concept> + <code value="D" /> + <display value="Divorced/Person whose Civil Partnership has been dissolved" /> + </concept> + <concept> + <code value="W" /> + <display value="Widowed/Surviving Civil Partner" /> + </concept> + <concept> + <code value="P" /> + <display value="Separated" /> + </concept> + <concept> + <code value="N" /> + <display value="Not disclosed" /> + </concept> + <concept> + <code value="8" /> + <display value="Not applicable" /> + </concept> + <concept> + <code value="9" /> + <display value="Not known" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-PersonMaritalStatusScotland.xml b/codesystems/CodeSystem-UKCore-PersonMaritalStatusScotland.xml index 8097e630..8bf39c8d 100644 --- a/codesystems/CodeSystem-UKCore-PersonMaritalStatusScotland.xml +++ b/codesystems/CodeSystem-UKCore-PersonMaritalStatusScotland.xml @@ -1,67 +1,67 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-PersonMaritalStatusScotland"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusScotland"/> - <version value="1.0.1"/> - <name value="UKCorePersonMaritalStatusScotland"/> - <title value="UK Core Person Marital Status Scotland"/> - <status value="retired"/> - <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="A set of codes that define the marital status of a person, as specified by the person. These codes and their descriptions represent concepts used in Scotland and are copied from the content of the [ISD Scotland Data Dictionary Marital Status](https://www.ndc.scot.nhs.uk/Dictionary-A-Z/Definitions/index.asp?Search=M&ID=319&Title=Marital%20Status) web page on 14/10/2022."/> - <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="A"/> - <display value="Never married nor registered civil partnership"/> - </concept> - <concept> - <code value="B"/> - <display value="Married"/> - </concept> - <concept> - <code value="C"/> - <display value="Registered civil partnership"/> - </concept> - <concept> - <code value="D"/> - <display value="Separated, but still married"/> - </concept> - <concept> - <code value="E"/> - <display value="Separated, but still in civil partnership"/> - </concept> - <concept> - <code value="F"/> - <display value="Divorced"/> - </concept> - <concept> - <code value="G"/> - <display value="Dissolved civil partnership"/> - </concept> - <concept> - <code value="H"/> - <display value="Widowed"/> - </concept> - <concept> - <code value="J"/> - <display value="Surviving civil partner"/> - </concept> - <concept> - <code value="Y"/> - <display value="Other"/> - </concept> - <concept> - <code value="Z"/> - <display value="Not known"/> - </concept> + <id value="UKCore-PersonMaritalStatusScotland" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusScotland" /> + <version value="1.0.1" /> + <name value="UKCorePersonMaritalStatusScotland" /> + <title value="UK Core Person Marital Status Scotland" /> + <status value="retired" /> + <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="A set of codes that define the marital status of a person, as specified by the person. These codes and their descriptions represent concepts used in Scotland and are copied from the content of the [ISD Scotland Data Dictionary Marital Status](https://www.ndc.scot.nhs.uk/Dictionary-A-Z/Definitions/index.asp?Search=M&ID=319&Title=Marital%20Status) web page on 14/10/2022." /> + <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="A" /> + <display value="Never married nor registered civil partnership" /> + </concept> + <concept> + <code value="B" /> + <display value="Married" /> + </concept> + <concept> + <code value="C" /> + <display value="Registered civil partnership" /> + </concept> + <concept> + <code value="D" /> + <display value="Separated, but still married" /> + </concept> + <concept> + <code value="E" /> + <display value="Separated, but still in civil partnership" /> + </concept> + <concept> + <code value="F" /> + <display value="Divorced" /> + </concept> + <concept> + <code value="G" /> + <display value="Dissolved civil partnership" /> + </concept> + <concept> + <code value="H" /> + <display value="Widowed" /> + </concept> + <concept> + <code value="J" /> + <display value="Surviving civil partner" /> + </concept> + <concept> + <code value="Y" /> + <display value="Other" /> + </concept> + <concept> + <code value="Z" /> + <display value="Not known" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-PracticeSettingCode.xml b/codesystems/CodeSystem-UKCore-PracticeSettingCode.xml index 9be28c0c..9bdea03f 100644 --- a/codesystems/CodeSystem-UKCore-PracticeSettingCode.xml +++ b/codesystems/CodeSystem-UKCore-PracticeSettingCode.xml @@ -20,352 +20,352 @@ <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 = "100" /> - <display value = "General Surgery" /> - </concept> - <concept> - <code value = "101" /> - <display value = "Urology" /> - </concept> - <concept> - <code value = "107" /> - <display value = "Vascular Surgery" /> - </concept> - <concept> - <code value = "110" /> - <display value = "Trauma and Orthopaedics" /> - </concept> - <concept> - <code value = "120" /> - <display value = "Ear Nose and Throat" /> - </concept> - <concept> - <code value = "130" /> - <display value = "Ophthalmology" /> - </concept> - <concept> - <code value = "140" /> - <display value = "Oral Surgery" /> - </concept> - <concept> - <code value = "141" /> - <display value = "Restorative Dentistry" /> - </concept> - <concept> - <code value = "142" /> - <display value = "Paediatric Dentistry" /> - </concept> - <concept> - <code value = "143" /> - <display value = "Orthodontics" /> - </concept> - <concept> - <code value = "145" /> - <display value = "Oral and Maxillofacial Surgery" /> - </concept> - <concept> - <code value = "146" /> - <display value = "Endodontics" /> - </concept> - <concept> - <code value = "147" /> - <display value = "Periodontics" /> - </concept> - <concept> - <code value = "148" /> - <display value = "Prosthodontics" /> - </concept> - <concept> - <code value = "149" /> - <display value = "Surgical Dentistry" /> - </concept> - <concept> - <code value = "150" /> - <display value = "Neurosurgery" /> - </concept> - <concept> - <code value = "160" /> - <display value = "Plastic Surgery" /> - </concept> - <concept> - <code value = "170" /> - <display value = "Cardiothoracic Surgery" /> - </concept> - <concept> - <code value = "171" /> - <display value = "Paediatric Surgery" /> - </concept> - <concept> - <code value = "180" /> - <display value = "Emergency Medicine" /> - </concept> - <concept> - <code value = "190" /> - <display value = "Anaesthetics" /> - </concept> - <concept> - <code value = "192" /> - <display value = "Intensive Care Medicine" /> - </concept> - <concept> - <code value = "200" /> - <display value = "Aviation and Space Medicine" /> - </concept> - <concept> - <code value = "300" /> - <display value = "General Internal Medicine" /> - </concept> - <concept> - <code value = "301" /> - <display value = "Gastroenterology" /> - </concept> - <concept> - <code value = "302" /> - <display value = "Endocrinology and Diabetes" /> - </concept> - <concept> - <code value = "303" /> - <display value = "Clinical Haematology" /> - </concept> - <concept> - <code value = "304" /> - <display value = "Clinical Physiology" /> - </concept> - <concept> - <code value = "305" /> - <display value = "Clinical Pharmacology" /> - </concept> - <concept> - <code value = "310" /> - <display value = "Audio Vestibular Medicine" /> - </concept> - <concept> - <code value = "311" /> - <display value = "Clinical Genetics" /> - </concept> - <concept> - <code value = "313" /> - <display value = "Clinical Immunology" /> - </concept> - <concept> - <code value = "314" /> - <display value = "Rehabilitation Medicine" /> - </concept> - <concept> - <code value = "315" /> - <display value = "Palliative Medicine" /> - </concept> - <concept> - <code value = "317" /> - <display value = "Allergy" /> - </concept> - <concept> - <code value = "320" /> - <display value = "Cardiology" /> - </concept> - <concept> - <code value = "321" /> - <display value = "Paediatric Cardiology" /> - </concept> - <concept> - <code value = "325" /> - <display value = "Sport and Exercise Medicine" /> - </concept> - <concept> - <code value = "326" /> - <display value = "Acute Internal Medicine" /> - </concept> - <concept> - <code value = "330" /> - <display value = "Dermatology" /> - </concept> - <concept> - <code value = "340" /> - <display value = "Respiratory Medicine" /> - </concept> - <concept> - <code value = "350" /> - <display value = "Infectious Diseases" /> - </concept> - <concept> - <code value = "352" /> - <display value = "Tropical Medicine" /> - </concept> - <concept> - <code value = "360" /> - <display value = "Genitourinary Medicine" /> - </concept> - <concept> - <code value = "361" /> - <display value = "Renal Medicine" /> - </concept> - <concept> - <code value = "370" /> - <display value = "Medical Oncology" /> - </concept> - <concept> - <code value = "371" /> - <display value = "Nuclear Medicine" /> - </concept> - <concept> - <code value = "400" /> - <display value = "Neurology" /> - </concept> - <concept> - <code value = "401" /> - <display value = "Clinical Neurophysiology" /> - </concept> - <concept> - <code value = "410" /> - <display value = "Rheumatology" /> - </concept> - <concept> - <code value = "420" /> - <display value = "Paediatrics" /> - </concept> - <concept> - <code value = "421" /> - <display value = "Paediatric Neurology" /> - </concept> - <concept> - <code value = "430" /> - <display value = "Geriatric Medicine" /> - </concept> - <concept> - <code value = "450" /> - <display value = "Dental Medicine" /> - </concept> - <concept> - <code value = "451" /> - <display value = "Special Care Dentistry" /> - </concept> - <concept> - <code value = "460" /> - <display value = "Medical Ophthalmology" /> - </concept> - <concept> - <code value = "500" /> - <display value = "Obstetrics and Gynaecology" /> - </concept> - <concept> - <code value = "501" /> - <display value = "Obstetrics" /> - </concept> - <concept> - <code value = "502" /> - <display value = "Gynaecology" /> - </concept> - <concept> - <code value = "504" /> - <display value = "Community Sexual and Reproductive Health" /> - </concept> - <concept> - <code value = "560" /> - <display value = "Midwifery" /> - </concept> - <concept> - <code value = "600" /> - <display value = "General Medical Practice" /> - </concept> - <concept> - <code value = "601" /> - <display value = "General Dental Practice" /> - </concept> - <concept> - <code value = "700" /> - <display value = "Learning Disability" /> - </concept> - <concept> - <code value = "710" /> - <display value = "Adult Mental Illness" /> - </concept> - <concept> - <code value = "711" /> - <display value = "Child and Adolescent Psychiatry" /> - </concept> - <concept> - <code value = "712" /> - <display value = "Forensic Psychiatry" /> - </concept> - <concept> - <code value = "713" /> - <display value = "Medical Psychotherapy" /> - </concept> - <concept> - <code value = "715" /> - <display value = "Old Age Psychiatry" /> - </concept> - <concept> - <code value = "800" /> - <display value = "Clinical Oncology" /> - </concept> - <concept> - <code value = "810" /> - <display value = "Radiology" /> - </concept> - <concept> - <code value = "820" /> - <display value = "General Pathology" /> - </concept> - <concept> - <code value = "821" /> - <display value = "Blood Transfusion" /> - </concept> - <concept> - <code value = "822" /> - <display value = "Chemical Pathology" /> - </concept> - <concept> - <code value = "823" /> - <display value = "Haematology" /> - </concept> - <concept> - <code value = "824" /> - <display value = "Histopathology" /> - </concept> - <concept> - <code value = "830" /> - <display value = "Immunopathology" /> - </concept> - <concept> - <code value = "831" /> - <display value = "Medical Microbiology and Virology" /> - </concept> - <concept> - <code value = "833" /> - <display value = "Medical Microbiology" /> - </concept> - <concept> - <code value = "834" /> - <display value = "Medical Virology" /> - </concept> - <concept> - <code value = "900" /> - <display value = "Community Medicine" /> - </concept> - <concept> - <code value = "901" /> - <display value = "Occupational Medicine" /> - </concept> - <concept> - <code value = "902" /> - <display value = "Community Health Services Dental" /> - </concept> - <concept> - <code value = "903" /> - <display value = "Public Health Medicine" /> - </concept> - <concept> - <code value = "904" /> - <display value = "Public Health Dental" /> - </concept> - <concept> - <code value = "950" /> - <display value = "Nursing" /> - </concept> - <concept> - <code value = "960" /> - <display value = "Allied Health Professional" /> - </concept> + <concept> + <code value = "100" /> + <display value = "General Surgery" /> + </concept> + <concept> + <code value = "101" /> + <display value = "Urology" /> + </concept> + <concept> + <code value = "107" /> + <display value = "Vascular Surgery" /> + </concept> + <concept> + <code value = "110" /> + <display value = "Trauma and Orthopaedics" /> + </concept> + <concept> + <code value = "120" /> + <display value = "Ear Nose and Throat" /> + </concept> + <concept> + <code value = "130" /> + <display value = "Ophthalmology" /> + </concept> + <concept> + <code value = "140" /> + <display value = "Oral Surgery" /> + </concept> + <concept> + <code value = "141" /> + <display value = "Restorative Dentistry" /> + </concept> + <concept> + <code value = "142" /> + <display value = "Paediatric Dentistry" /> + </concept> + <concept> + <code value = "143" /> + <display value = "Orthodontics" /> + </concept> + <concept> + <code value = "145" /> + <display value = "Oral and Maxillofacial Surgery" /> + </concept> + <concept> + <code value = "146" /> + <display value = "Endodontics" /> + </concept> + <concept> + <code value = "147" /> + <display value = "Periodontics" /> + </concept> + <concept> + <code value = "148" /> + <display value = "Prosthodontics" /> + </concept> + <concept> + <code value = "149" /> + <display value = "Surgical Dentistry" /> + </concept> + <concept> + <code value = "150" /> + <display value = "Neurosurgery" /> + </concept> + <concept> + <code value = "160" /> + <display value = "Plastic Surgery" /> + </concept> + <concept> + <code value = "170" /> + <display value = "Cardiothoracic Surgery" /> + </concept> + <concept> + <code value = "171" /> + <display value = "Paediatric Surgery" /> + </concept> + <concept> + <code value = "180" /> + <display value = "Emergency Medicine" /> + </concept> + <concept> + <code value = "190" /> + <display value = "Anaesthetics" /> + </concept> + <concept> + <code value = "192" /> + <display value = "Intensive Care Medicine" /> + </concept> + <concept> + <code value = "200" /> + <display value = "Aviation and Space Medicine" /> + </concept> + <concept> + <code value = "300" /> + <display value = "General Internal Medicine" /> + </concept> + <concept> + <code value = "301" /> + <display value = "Gastroenterology" /> + </concept> + <concept> + <code value = "302" /> + <display value = "Endocrinology and Diabetes" /> + </concept> + <concept> + <code value = "303" /> + <display value = "Clinical Haematology" /> + </concept> + <concept> + <code value = "304" /> + <display value = "Clinical Physiology" /> + </concept> + <concept> + <code value = "305" /> + <display value = "Clinical Pharmacology" /> + </concept> + <concept> + <code value = "310" /> + <display value = "Audio Vestibular Medicine" /> + </concept> + <concept> + <code value = "311" /> + <display value = "Clinical Genetics" /> + </concept> + <concept> + <code value = "313" /> + <display value = "Clinical Immunology" /> + </concept> + <concept> + <code value = "314" /> + <display value = "Rehabilitation Medicine" /> + </concept> + <concept> + <code value = "315" /> + <display value = "Palliative Medicine" /> + </concept> + <concept> + <code value = "317" /> + <display value = "Allergy" /> + </concept> + <concept> + <code value = "320" /> + <display value = "Cardiology" /> + </concept> + <concept> + <code value = "321" /> + <display value = "Paediatric Cardiology" /> + </concept> + <concept> + <code value = "325" /> + <display value = "Sport and Exercise Medicine" /> + </concept> + <concept> + <code value = "326" /> + <display value = "Acute Internal Medicine" /> + </concept> + <concept> + <code value = "330" /> + <display value = "Dermatology" /> + </concept> + <concept> + <code value = "340" /> + <display value = "Respiratory Medicine" /> + </concept> + <concept> + <code value = "350" /> + <display value = "Infectious Diseases" /> + </concept> + <concept> + <code value = "352" /> + <display value = "Tropical Medicine" /> + </concept> + <concept> + <code value = "360" /> + <display value = "Genitourinary Medicine" /> + </concept> + <concept> + <code value = "361" /> + <display value = "Renal Medicine" /> + </concept> + <concept> + <code value = "370" /> + <display value = "Medical Oncology" /> + </concept> + <concept> + <code value = "371" /> + <display value = "Nuclear Medicine" /> + </concept> + <concept> + <code value = "400" /> + <display value = "Neurology" /> + </concept> + <concept> + <code value = "401" /> + <display value = "Clinical Neurophysiology" /> + </concept> + <concept> + <code value = "410" /> + <display value = "Rheumatology" /> + </concept> + <concept> + <code value = "420" /> + <display value = "Paediatrics" /> + </concept> + <concept> + <code value = "421" /> + <display value = "Paediatric Neurology" /> + </concept> + <concept> + <code value = "430" /> + <display value = "Geriatric Medicine" /> + </concept> + <concept> + <code value = "450" /> + <display value = "Dental Medicine" /> + </concept> + <concept> + <code value = "451" /> + <display value = "Special Care Dentistry" /> + </concept> + <concept> + <code value = "460" /> + <display value = "Medical Ophthalmology" /> + </concept> + <concept> + <code value = "500" /> + <display value = "Obstetrics and Gynaecology" /> + </concept> + <concept> + <code value = "501" /> + <display value = "Obstetrics" /> + </concept> + <concept> + <code value = "502" /> + <display value = "Gynaecology" /> + </concept> + <concept> + <code value = "504" /> + <display value = "Community Sexual and Reproductive Health" /> + </concept> + <concept> + <code value = "560" /> + <display value = "Midwifery" /> + </concept> + <concept> + <code value = "600" /> + <display value = "General Medical Practice" /> + </concept> + <concept> + <code value = "601" /> + <display value = "General Dental Practice" /> + </concept> + <concept> + <code value = "700" /> + <display value = "Learning Disability" /> + </concept> + <concept> + <code value = "710" /> + <display value = "Adult Mental Illness" /> + </concept> + <concept> + <code value = "711" /> + <display value = "Child and Adolescent Psychiatry" /> + </concept> + <concept> + <code value = "712" /> + <display value = "Forensic Psychiatry" /> + </concept> + <concept> + <code value = "713" /> + <display value = "Medical Psychotherapy" /> + </concept> + <concept> + <code value = "715" /> + <display value = "Old Age Psychiatry" /> + </concept> + <concept> + <code value = "800" /> + <display value = "Clinical Oncology" /> + </concept> + <concept> + <code value = "810" /> + <display value = "Radiology" /> + </concept> + <concept> + <code value = "820" /> + <display value = "General Pathology" /> + </concept> + <concept> + <code value = "821" /> + <display value = "Blood Transfusion" /> + </concept> + <concept> + <code value = "822" /> + <display value = "Chemical Pathology" /> + </concept> + <concept> + <code value = "823" /> + <display value = "Haematology" /> + </concept> + <concept> + <code value = "824" /> + <display value = "Histopathology" /> + </concept> + <concept> + <code value = "830" /> + <display value = "Immunopathology" /> + </concept> + <concept> + <code value = "831" /> + <display value = "Medical Microbiology and Virology" /> + </concept> + <concept> + <code value = "833" /> + <display value = "Medical Microbiology" /> + </concept> + <concept> + <code value = "834" /> + <display value = "Medical Virology" /> + </concept> + <concept> + <code value = "900" /> + <display value = "Community Medicine" /> + </concept> + <concept> + <code value = "901" /> + <display value = "Occupational Medicine" /> + </concept> + <concept> + <code value = "902" /> + <display value = "Community Health Services Dental" /> + </concept> + <concept> + <code value = "903" /> + <display value = "Public Health Medicine" /> + </concept> + <concept> + <code value = "904" /> + <display value = "Public Health Dental" /> + </concept> + <concept> + <code value = "950" /> + <display value = "Nursing" /> + </concept> + <concept> + <code value = "960" /> + <display value = "Allied Health Professional" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-PracticeSettingCodeEngland.xml b/codesystems/CodeSystem-UKCore-PracticeSettingCodeEngland.xml index c97cb3c1..2aa5cbcc 100644 --- a/codesystems/CodeSystem-UKCore-PracticeSettingCodeEngland.xml +++ b/codesystems/CodeSystem-UKCore-PracticeSettingCodeEngland.xml @@ -20,384 +20,384 @@ <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 = "100" /> - <display value = "General Surgery" /> - </concept> - <concept> - <code value = "101" /> - <display value = "Urology" /> - </concept> - <concept> - <code value = "107" /> - <display value = "Vascular Surgery" /> - </concept> - <concept> - <code value = "110" /> - <display value = "Trauma and Orthopaedics" /> - </concept> - <concept> - <code value = "120" /> - <display value = "Ear Nose and Throat" /> - </concept> - <concept> - <code value = "130" /> - <display value = "Ophthalmology" /> - </concept> - <concept> - <code value = "140" /> - <display value = "Oral Surgery" /> - </concept> - <concept> - <code value = "141" /> - <display value = "Restorative Dentistry" /> - </concept> - <concept> - <code value = "142" /> - <display value = "Paediatric Dentistry" /> - </concept> - <concept> - <code value = "143" /> - <display value = "Orthodontics" /> - </concept> - <concept> - <code value = "145" /> - <display value = "Oral and Maxillofacial Surgery" /> - </concept> - <concept> - <code value = "146" /> - <display value = "Endodontics" /> - </concept> - <concept> - <code value = "147" /> - <display value = "Periodontics" /> - </concept> - <concept> - <code value = "148" /> - <display value = "Prosthodontics" /> - </concept> - <concept> - <code value = "149" /> - <display value = "Surgical Dentistry" /> - </concept> - <concept> - <code value = "150" /> - <display value = "Neurosurgery" /> - </concept> - <concept> - <code value = "160" /> - <display value = "Plastic Surgery" /> - </concept> - <concept> - <code value = "170" /> - <display value = "Cardiothoracic Surgery" /> - </concept> - <concept> - <code value = "171" /> - <display value = "Paediatric Surgery" /> - </concept> - <concept> - <code value = "191" /> - <display value = "Pain Management (Retired 1 April 2004)" /> - </concept> - <concept> - <code value = "180" /> - <display value = "Emergency Medicine" /> - </concept> - <concept> - <code value = "190" /> - <display value = "Anaesthetics" /> - </concept> - <concept> - <code value = "192" /> - <display value = "Intensive Care Medicine" /> - </concept> - <concept> - <code value = "200" /> - <display value = "Aviation and Space Medicine" /> - </concept> - <concept> - <code value = "300" /> - <display value = "General Internal Medicine" /> - </concept> - <concept> - <code value = "301" /> - <display value = "Gastroenterology" /> - </concept> - <concept> - <code value = "302" /> - <display value = "Endocrinology and Diabetes" /> - </concept> - <concept> - <code value = "303" /> - <display value = "Clinical Haematology" /> - </concept> - <concept> - <code value = "304" /> - <display value = "Clinical Physiology" /> - </concept> - <concept> - <code value = "305" /> - <display value = "Clinical Pharmacology" /> - </concept> - <concept> - <code value = "310" /> - <display value = "Audio Vestibular Medicine" /> - </concept> - <concept> - <code value = "311" /> - <display value = "Clinical Genetics" /> - </concept> - <concept> - <code value = "312" /> - <display value = "CLINICAL CYTOGENETICS and MOLECULAR GENETICS (Retired 1 April 2010) National Code 312 is retained for CONSULTANTS qualified in this Main Specialty prior to 1 April 2010" /> - </concept> - <concept> - <code value = "313" /> - <display value = "Clinical Immunology" /> - </concept> - <concept> - <code value = "314" /> - <display value = "Rehabilitation Medicine" /> - </concept> - <concept> - <code value = "315" /> - <display value = "Palliative Medicine" /> - </concept> - <concept> - <code value = "317" /> - <display value = "Allergy" /> - </concept> - <concept> - <code value = "320" /> - <display value = "Cardiology" /> - </concept> - <concept> - <code value = "321" /> - <display value = "Paediatric Cardiology" /> - </concept> - <concept> - <code value = "325" /> - <display value = "Sport and Exercise Medicine" /> - </concept> - <concept> - <code value = "326" /> - <display value = "Acute Internal Medicine" /> - </concept> - <concept> - <code value = "330" /> - <display value = "Dermatology" /> - </concept> - <concept> - <code value = "340" /> - <display value = "Respiratory Medicine" /> - </concept> - <concept> - <code value = "350" /> - <display value = "Infectious Diseases" /> - </concept> - <concept> - <code value = "352" /> - <display value = "Tropical Medicine" /> - </concept> - <concept> - <code value = "360" /> - <display value = "Genitourinary Medicine" /> - </concept> - <concept> - <code value = "361" /> - <display value = "Renal Medicine" /> - </concept> - <concept> - <code value = "370" /> - <display value = "Medical Oncology" /> - </concept> - <concept> - <code value = "371" /> - <display value = "Nuclear Medicine" /> - </concept> - <concept> - <code value = "400" /> - <display value = "Neurology" /> - </concept> - <concept> - <code value = "401" /> - <display value = "Clinical Neurophysiology" /> - </concept> - <concept> - <code value = "410" /> - <display value = "Rheumatology" /> - </concept> - <concept> - <code value = "420" /> - <display value = "Paediatrics" /> - </concept> - <concept> - <code value = "421" /> - <display value = "Paediatric Neurology" /> - </concept> - <concept> - <code value = "430" /> - <display value = "Geriatric Medicine" /> - </concept> - <concept> - <code value = "450" /> - <display value = "Dental Medicine" /> - </concept> - <concept> - <code value = "451" /> - <display value = "Special Care Dentistry" /> - </concept> - <concept> - <code value = "460" /> - <display value = "Medical Ophthalmology" /> - </concept> - <concept> - <code value = "500" /> - <display value = "Obstetrics and Gynaecology National Code 500 is not acceptable for Central Returns including Hospital Episode Statistics" /> - </concept> - <concept> - <code value = "501" /> - <display value = "Obstetrics" /> - </concept> - <concept> - <code value = "502" /> - <display value = "Gynaecology" /> - </concept> - <concept> - <code value = "504" /> - <display value = "Community Sexual and Reproductive Health" /> - </concept> - <concept> - <code value = "510" /> - <display value = "Antenatal Clinic (Retired 1 April 2004)" /> - </concept> - <concept> - <code value = "520" /> - <display value = "Postnatal Clinic (Retired 1 April 2004)" /> - </concept> - <concept> - <code value = "560" /> - <display value = "Midwifery" /> - </concept> - <concept> - <code value = "600" /> - <display value = "General Medical Practice" /> - </concept> - <concept> - <code value = "601" /> - <display value = "General Dental Practice" /> - </concept> - <concept> - <code value = "610" /> - <display value = "Maternity Function (Retired 1 April 2004)" /> - </concept> - <concept> - <code value = "620" /> - <display value = "Other than Maternity (Retired 1 April 2004)" /> - </concept> - <concept> - <code value = "700" /> - <display value = "Learning Disability" /> - </concept> - <concept> - <code value = "710" /> - <display value = "Adult Mental Illness" /> - </concept> - <concept> - <code value = "711" /> - <display value = "Child and Adolescent Psychiatry" /> - </concept> - <concept> - <code value = "712" /> - <display value = "Forensic Psychiatry" /> - </concept> - <concept> - <code value = "713" /> - <display value = "Medical Psychotherapy" /> - </concept> - <concept> - <code value = "715" /> - <display value = "Old Age Psychiatry" /> - </concept> - <concept> - <code value = "800" /> - <display value = "Clinical Oncology" /> - </concept> - <concept> - <code value = "810" /> - <display value = "Radiology" /> - </concept> - <concept> - <code value = "820" /> - <display value = "General Pathology" /> - </concept> - <concept> - <code value = "821" /> - <display value = "Blood Transfusion" /> - </concept> - <concept> - <code value = "822" /> - <display value = "Chemical Pathology" /> - </concept> - <concept> - <code value = "823" /> - <display value = "Haematology" /> - </concept> - <concept> - <code value = "824" /> - <display value = "Histopathology" /> - </concept> - <concept> - <code value = "830" /> - <display value = "Immunopathology" /> - </concept> - <concept> - <code value = "831" /> - <display value = "Medical Microbiology and Virology" /> - </concept> - <concept> - <code value = "832" /> - <display value = "Neuropathology (Retired 1 April 2004)" /> - </concept> - <concept> - <code value = "833" /> - <display value = "Medical Microbiology" /> - </concept> - <concept> - <code value = "834" /> - <display value = "Medical Virology" /> - </concept> - <concept> - <code value = "900" /> - <display value = "Community Medicine" /> - </concept> - <concept> - <code value = "901" /> - <display value = "Occupational Medicine" /> - </concept> - <concept> - <code value = "902" /> - <display value = "Community Health Services Dental" /> - </concept> - <concept> - <code value = "903" /> - <display value = "Public Health Medicine" /> - </concept> - <concept> - <code value = "904" /> - <display value = "Public Health Dental" /> - </concept> - <concept> - <code value = "950" /> - <display value = "Nursing" /> - </concept> - <concept> - <code value = "960" /> - <display value = "Allied Health Professional" /> - </concept> - <concept> - <code value = "990" /> - <display value = "Joint Consultant Clinics (Retired 1 April 2004)" /> - </concept> + <concept> + <code value = "100" /> + <display value = "General Surgery" /> + </concept> + <concept> + <code value = "101" /> + <display value = "Urology" /> + </concept> + <concept> + <code value = "107" /> + <display value = "Vascular Surgery" /> + </concept> + <concept> + <code value = "110" /> + <display value = "Trauma and Orthopaedics" /> + </concept> + <concept> + <code value = "120" /> + <display value = "Ear Nose and Throat" /> + </concept> + <concept> + <code value = "130" /> + <display value = "Ophthalmology" /> + </concept> + <concept> + <code value = "140" /> + <display value = "Oral Surgery" /> + </concept> + <concept> + <code value = "141" /> + <display value = "Restorative Dentistry" /> + </concept> + <concept> + <code value = "142" /> + <display value = "Paediatric Dentistry" /> + </concept> + <concept> + <code value = "143" /> + <display value = "Orthodontics" /> + </concept> + <concept> + <code value = "145" /> + <display value = "Oral and Maxillofacial Surgery" /> + </concept> + <concept> + <code value = "146" /> + <display value = "Endodontics" /> + </concept> + <concept> + <code value = "147" /> + <display value = "Periodontics" /> + </concept> + <concept> + <code value = "148" /> + <display value = "Prosthodontics" /> + </concept> + <concept> + <code value = "149" /> + <display value = "Surgical Dentistry" /> + </concept> + <concept> + <code value = "150" /> + <display value = "Neurosurgery" /> + </concept> + <concept> + <code value = "160" /> + <display value = "Plastic Surgery" /> + </concept> + <concept> + <code value = "170" /> + <display value = "Cardiothoracic Surgery" /> + </concept> + <concept> + <code value = "171" /> + <display value = "Paediatric Surgery" /> + </concept> + <concept> + <code value = "191" /> + <display value = "Pain Management (Retired 1 April 2004)" /> + </concept> + <concept> + <code value = "180" /> + <display value = "Emergency Medicine" /> + </concept> + <concept> + <code value = "190" /> + <display value = "Anaesthetics" /> + </concept> + <concept> + <code value = "192" /> + <display value = "Intensive Care Medicine" /> + </concept> + <concept> + <code value = "200" /> + <display value = "Aviation and Space Medicine" /> + </concept> + <concept> + <code value = "300" /> + <display value = "General Internal Medicine" /> + </concept> + <concept> + <code value = "301" /> + <display value = "Gastroenterology" /> + </concept> + <concept> + <code value = "302" /> + <display value = "Endocrinology and Diabetes" /> + </concept> + <concept> + <code value = "303" /> + <display value = "Clinical Haematology" /> + </concept> + <concept> + <code value = "304" /> + <display value = "Clinical Physiology" /> + </concept> + <concept> + <code value = "305" /> + <display value = "Clinical Pharmacology" /> + </concept> + <concept> + <code value = "310" /> + <display value = "Audio Vestibular Medicine" /> + </concept> + <concept> + <code value = "311" /> + <display value = "Clinical Genetics" /> + </concept> + <concept> + <code value = "312" /> + <display value = "CLINICAL CYTOGENETICS and MOLECULAR GENETICS (Retired 1 April 2010) National Code 312 is retained for CONSULTANTS qualified in this Main Specialty prior to 1 April 2010" /> + </concept> + <concept> + <code value = "313" /> + <display value = "Clinical Immunology" /> + </concept> + <concept> + <code value = "314" /> + <display value = "Rehabilitation Medicine" /> + </concept> + <concept> + <code value = "315" /> + <display value = "Palliative Medicine" /> + </concept> + <concept> + <code value = "317" /> + <display value = "Allergy" /> + </concept> + <concept> + <code value = "320" /> + <display value = "Cardiology" /> + </concept> + <concept> + <code value = "321" /> + <display value = "Paediatric Cardiology" /> + </concept> + <concept> + <code value = "325" /> + <display value = "Sport and Exercise Medicine" /> + </concept> + <concept> + <code value = "326" /> + <display value = "Acute Internal Medicine" /> + </concept> + <concept> + <code value = "330" /> + <display value = "Dermatology" /> + </concept> + <concept> + <code value = "340" /> + <display value = "Respiratory Medicine" /> + </concept> + <concept> + <code value = "350" /> + <display value = "Infectious Diseases" /> + </concept> + <concept> + <code value = "352" /> + <display value = "Tropical Medicine" /> + </concept> + <concept> + <code value = "360" /> + <display value = "Genitourinary Medicine" /> + </concept> + <concept> + <code value = "361" /> + <display value = "Renal Medicine" /> + </concept> + <concept> + <code value = "370" /> + <display value = "Medical Oncology" /> + </concept> + <concept> + <code value = "371" /> + <display value = "Nuclear Medicine" /> + </concept> + <concept> + <code value = "400" /> + <display value = "Neurology" /> + </concept> + <concept> + <code value = "401" /> + <display value = "Clinical Neurophysiology" /> + </concept> + <concept> + <code value = "410" /> + <display value = "Rheumatology" /> + </concept> + <concept> + <code value = "420" /> + <display value = "Paediatrics" /> + </concept> + <concept> + <code value = "421" /> + <display value = "Paediatric Neurology" /> + </concept> + <concept> + <code value = "430" /> + <display value = "Geriatric Medicine" /> + </concept> + <concept> + <code value = "450" /> + <display value = "Dental Medicine" /> + </concept> + <concept> + <code value = "451" /> + <display value = "Special Care Dentistry" /> + </concept> + <concept> + <code value = "460" /> + <display value = "Medical Ophthalmology" /> + </concept> + <concept> + <code value = "500" /> + <display value = "Obstetrics and Gynaecology National Code 500 is not acceptable for Central Returns including Hospital Episode Statistics" /> + </concept> + <concept> + <code value = "501" /> + <display value = "Obstetrics" /> + </concept> + <concept> + <code value = "502" /> + <display value = "Gynaecology" /> + </concept> + <concept> + <code value = "504" /> + <display value = "Community Sexual and Reproductive Health" /> + </concept> + <concept> + <code value = "510" /> + <display value = "Antenatal Clinic (Retired 1 April 2004)" /> + </concept> + <concept> + <code value = "520" /> + <display value = "Postnatal Clinic (Retired 1 April 2004)" /> + </concept> + <concept> + <code value = "560" /> + <display value = "Midwifery" /> + </concept> + <concept> + <code value = "600" /> + <display value = "General Medical Practice" /> + </concept> + <concept> + <code value = "601" /> + <display value = "General Dental Practice" /> + </concept> + <concept> + <code value = "610" /> + <display value = "Maternity Function (Retired 1 April 2004)" /> + </concept> + <concept> + <code value = "620" /> + <display value = "Other than Maternity (Retired 1 April 2004)" /> + </concept> + <concept> + <code value = "700" /> + <display value = "Learning Disability" /> + </concept> + <concept> + <code value = "710" /> + <display value = "Adult Mental Illness" /> + </concept> + <concept> + <code value = "711" /> + <display value = "Child and Adolescent Psychiatry" /> + </concept> + <concept> + <code value = "712" /> + <display value = "Forensic Psychiatry" /> + </concept> + <concept> + <code value = "713" /> + <display value = "Medical Psychotherapy" /> + </concept> + <concept> + <code value = "715" /> + <display value = "Old Age Psychiatry" /> + </concept> + <concept> + <code value = "800" /> + <display value = "Clinical Oncology" /> + </concept> + <concept> + <code value = "810" /> + <display value = "Radiology" /> + </concept> + <concept> + <code value = "820" /> + <display value = "General Pathology" /> + </concept> + <concept> + <code value = "821" /> + <display value = "Blood Transfusion" /> + </concept> + <concept> + <code value = "822" /> + <display value = "Chemical Pathology" /> + </concept> + <concept> + <code value = "823" /> + <display value = "Haematology" /> + </concept> + <concept> + <code value = "824" /> + <display value = "Histopathology" /> + </concept> + <concept> + <code value = "830" /> + <display value = "Immunopathology" /> + </concept> + <concept> + <code value = "831" /> + <display value = "Medical Microbiology and Virology" /> + </concept> + <concept> + <code value = "832" /> + <display value = "Neuropathology (Retired 1 April 2004)" /> + </concept> + <concept> + <code value = "833" /> + <display value = "Medical Microbiology" /> + </concept> + <concept> + <code value = "834" /> + <display value = "Medical Virology" /> + </concept> + <concept> + <code value = "900" /> + <display value = "Community Medicine" /> + </concept> + <concept> + <code value = "901" /> + <display value = "Occupational Medicine" /> + </concept> + <concept> + <code value = "902" /> + <display value = "Community Health Services Dental" /> + </concept> + <concept> + <code value = "903" /> + <display value = "Public Health Medicine" /> + </concept> + <concept> + <code value = "904" /> + <display value = "Public Health Dental" /> + </concept> + <concept> + <code value = "950" /> + <display value = "Nursing" /> + </concept> + <concept> + <code value = "960" /> + <display value = "Allied Health Professional" /> + </concept> + <concept> + <code value = "990" /> + <display value = "Joint Consultant Clinics (Retired 1 April 2004)" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-PracticeSettingCodeScotland.xml b/codesystems/CodeSystem-UKCore-PracticeSettingCodeScotland.xml index e93a2962..99f932cb 100644 --- a/codesystems/CodeSystem-UKCore-PracticeSettingCodeScotland.xml +++ b/codesystems/CodeSystem-UKCore-PracticeSettingCodeScotland.xml @@ -1,395 +1,395 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-PracticeSettingCodeScotland"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCodeScotland"/> - <version value="1.0.1"/> - <name value="UKCorePracticeSettingCodeScotland"/> - <title value="UKCore Practice Setting Code Scotland"/> - <status value="retired"/> - <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="This is the code representing the clinical specialty of the clinician or provider who interacted with, treated, or provided a service to/for the patient. These codes and their descriptions represent concepts used in Scotland and are copied from the content of the [Public Health Scotland](https://www.opendata.nhs.scot/dataset/specialty-codes) web page on 20/10/2022."/> - <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."/> - <caseSensitive value="true"/> - <content value="complete"/> - <concept> - <code value="A1"/> - <display value="General Medicine"/> - </concept> - <concept> - <code value="A11"/> - <display value="Acute Medicine"/> - </concept> - <concept> - <code value="A2"/> - <display value="Cardiology"/> - </concept> - <concept> - <code value="A21"/> - <display value="Paediatric Cardiology"/> - </concept> - <concept> - <code value="A3"/> - <display value="Clinical Genetics"/> - </concept> - <concept> - <code value="A4"/> - <display value="Tropical Medicine"/> - </concept> - <concept> - <code value="A5"/> - <display value="Clinical Pharmacology & Therapeutics"/> - </concept> - <concept> - <code value="A6"/> - <display value="Infectious Diseases"/> - </concept> - <concept> - <code value="A7"/> - <display value="Dermatology"/> - </concept> - <concept> - <code value="A8"/> - <display value="Endocrinology & Diabetes"/> - </concept> - <concept> - <code value="A81"/> - <display value="Endocrinology"/> - </concept> - <concept> - <code value="A82"/> - <display value="Diabetes"/> - </concept> - <concept> - <code value="A9"/> - <display value="Gastroenterology"/> - </concept> - <concept> - <code value="AA"/> - <display value="Genito-Urinary Medicine"/> - </concept> - <concept> - <code value="AB"/> - <display value="Geriatric Medicine"/> - </concept> - <concept> - <code value="AC"/> - <display value="Homeopathy"/> - </concept> - <concept> - <code value="AD"/> - <display value="Medical Oncology"/> - </concept> - <concept> - <code value="AF"/> - <display value="Paediatrics"/> - </concept> - <concept> - <code value="AFA"/> - <display value="Community Child Health"/> - </concept> - <concept> - <code value="AG"/> - <display value="Renal Medicine"/> - </concept> - <concept> - <code value="AH"/> - <display value="Neurology"/> - </concept> - <concept> - <code value="AJ"/> - <display value="Integrative Care"/> - </concept> - <concept> - <code value="AK"/> - <display value="Occupational Medicine"/> - </concept> - <concept> - <code value="AM"/> - <display value="Palliative Medicine"/> - </concept> - <concept> - <code value="AN"/> - <display value="Public Health Medicine"/> - </concept> - <concept> - <code value="AP"/> - <display value="Rehabilitation Medicine"/> - </concept> - <concept> - <code value="AQ"/> - <display value="Respiratory Medicine"/> - </concept> - <concept> - <code value="AR"/> - <display value="Rheumatology"/> - </concept> - <concept> - <code value="AS"/> - <display value="Sport & Exercise Medicine"/> - </concept> - <concept> - <code value="AT"/> - <display value="Medical Ophthalmology"/> - </concept> - <concept> - <code value="AV"/> - <display value="Clinical Neurophysiology"/> - </concept> - <concept> - <code value="AW"/> - <display value="Allergy"/> - </concept> - <concept> - <code value="C1"/> - <display value="General Surgery"/> - </concept> - <concept> - <code value="C11"/> - <display value="General Surgery (excl Vascular)"/> - </concept> - <concept> - <code value="C12"/> - <display value="Vascular Surgery"/> - </concept> - <concept> - <code value="C13"/> - <display value="Oral and Maxillofacial Surgery"/> - </concept> - <concept> - <code value="C2"/> - <display value="Accident & Emergency"/> - </concept> - <concept> - <code value="C3"/> - <display value="Anaesthetics"/> - </concept> - <concept> - <code value="C31"/> - <display value="Pain Management"/> - </concept> - <concept> - <code value="C4"/> - <display value="Cardiothoracic Surgery"/> - </concept> - <concept> - <code value="C41"/> - <display value="Cardiac Surgery"/> - </concept> - <concept> - <code value="C42"/> - <display value="Thoracic Surgery"/> - </concept> - <concept> - <code value="C5"/> - <display value="Ear, Nose & Throat (ENT)"/> - </concept> - <concept> - <code value="C51"/> - <display value="Audiological Medicine"/> - </concept> - <concept> - <code value="C6"/> - <display value="Neurosurgery"/> - </concept> - <concept> - <code value="C7"/> - <display value="Ophthalmology"/> - </concept> - <concept> - <code value="C8"/> - <display value="Trauma and Orthopaedic Surgery"/> - </concept> - <concept> - <code value="C9"/> - <display value="Plastic Surgery"/> - </concept> - <concept> - <code value="C91"/> - <display value="Cleft Lip and Palate Surgery"/> - </concept> - <concept> - <code value="CA"/> - <display value="Paediatric Surgery"/> - </concept> - <concept> - <code value="CB"/> - <display value="Urology"/> - </concept> - <concept> - <code value="CC"/> - <display value="Intensive Care Medicine"/> - </concept> - <concept> - <code value="D1"/> - <display value="Community Dental Practice"/> - </concept> - <concept> - <code value="D2"/> - <display value="General Dental Practice"/> - </concept> - <concept> - <code value="D3"/> - <display value="Oral Surgery"/> - </concept> - <concept> - <code value="D4"/> - <display value="Oral Medicine"/> - </concept> - <concept> - <code value="D5"/> - <display value="Orthodontics"/> - </concept> - <concept> - <code value="D6"/> - <display value="Restorative Dentistry"/> - </concept> - <concept> - <code value="D61"/> - <display value="Restorative Dentistry - Endodontics"/> - </concept> - <concept> - <code value="D62"/> - <display value="Restorative Dentistry - Periodontics"/> - </concept> - <concept> - <code value="D63"/> - <display value="Restorative Dentistry - Prosthodontics"/> - </concept> - <concept> - <code value="D7"/> - <display value="Dental Public Health"/> - </concept> - <concept> - <code value="D8"/> - <display value="Paediatric Dentistry"/> - </concept> - <concept> - <code value="D9"/> - <display value="Oral Pathology"/> - </concept> - <concept> - <code value="DA"/> - <display value="Oral Microbiology"/> - </concept> - <concept> - <code value="DB"/> - <display value="Dental & Maxillofacial Radiology"/> - </concept> - <concept> - <code value="DC"/> - <display value="Surgical Dentistry"/> - </concept> - <concept> - <code value="DD"/> - <display value="Fixed & Removable Prosthodontics"/> - </concept> - <concept> - <code value="DE"/> - <display value="Special Care Dentistry"/> - </concept> - <concept> - <code value="E1"/> - <display value="General Practice"/> - </concept> - <concept> - <code value="E11"/> - <display value="GP Obstetrics"/> - </concept> - <concept> - <code value="E12"/> - <display value="GP Other than Obstetrics"/> - </concept> - <concept> - <code value="F1"/> - <display value="Obstetrics & Gynaecology"/> - </concept> - <concept> - <code value="F1A"/> - <display value="Well Woman Service"/> - </concept> - <concept> - <code value="F1B"/> - <display value="Family Planning Service"/> - </concept> - <concept> - <code value="F2"/> - <display value="Gynaecology"/> - </concept> - <concept> - <code value="F3"/> - <display value="Obstetrics"/> - </concept> - <concept> - <code value="F31"/> - <display value="Obstetrics Ante-Natal"/> - </concept> - <concept> - <code value="F32"/> - <display value="Obstetrics Post-Natal"/> - </concept> - <concept> - <code value="F4"/> - <display value="Community Sexual & Reproductive Health"/> - </concept> - <concept> - <code value="G1"/> - <display value="General Psychiatry (Mental Illness)"/> - </concept> - <concept> - <code value="G1A"/> - <display value="Community Psychiatry"/> - </concept> - <concept> - <code value="G2"/> - <display value="Child & Adolescent Psychiatry"/> - </concept> - <concept> - <code value="G21"/> - <display value="Child Psychiatry"/> - </concept> - <concept> - <code value="G22"/> - <display value="Adolescent Psychiatry"/> - </concept> - <concept> - <code value="G3"/> - <display value="Forensic Psychiatry"/> - </concept> - <concept> - <code value="G4"/> - <display value="Psychiatry of Old Age"/> - </concept> - <concept> - <code value="G5"/> - <display value="Learning Disability"/> - </concept> - <concept> - <code value="G6"/> - <display value="Psychotherapy"/> - </concept> - <concept> - <code value="G61"/> - <display value="Behavioural Psychotherapy"/> - </concept> - <concept> - <code value="G62"/> - <display value="Child & Adolescent Psychotherapy"/> - </concept> - <concept> - <code value="G63"/> - <display value="Adult Psychotherapy"/> - </concept> - <concept> - <code value="H1"/> - <display value="Clinical Radiology"/> - </concept> + <id value="UKCore-PracticeSettingCodeScotland" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCodeScotland" /> + <version value="1.0.1" /> + <name value="UKCorePracticeSettingCodeScotland" /> + <title value="UKCore Practice Setting Code Scotland" /> + <status value="retired" /> + <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="This is the code representing the clinical specialty of the clinician or provider who interacted with, treated, or provided a service to/for the patient. These codes and their descriptions represent concepts used in Scotland and are copied from the content of the [Public Health Scotland](https://www.opendata.nhs.scot/dataset/specialty-codes) web page on 20/10/2022." /> + <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." /> + <caseSensitive value="true" /> + <content value="complete" /> + <concept> + <code value="A1" /> + <display value="General Medicine" /> + </concept> + <concept> + <code value="A11" /> + <display value="Acute Medicine" /> + </concept> + <concept> + <code value="A2" /> + <display value="Cardiology" /> + </concept> + <concept> + <code value="A21" /> + <display value="Paediatric Cardiology" /> + </concept> + <concept> + <code value="A3" /> + <display value="Clinical Genetics" /> + </concept> + <concept> + <code value="A4" /> + <display value="Tropical Medicine" /> + </concept> + <concept> + <code value="A5" /> + <display value="Clinical Pharmacology & Therapeutics" /> + </concept> + <concept> + <code value="A6" /> + <display value="Infectious Diseases" /> + </concept> + <concept> + <code value="A7" /> + <display value="Dermatology" /> + </concept> + <concept> + <code value="A8" /> + <display value="Endocrinology & Diabetes" /> + </concept> + <concept> + <code value="A81" /> + <display value="Endocrinology" /> + </concept> + <concept> + <code value="A82" /> + <display value="Diabetes" /> + </concept> + <concept> + <code value="A9" /> + <display value="Gastroenterology" /> + </concept> + <concept> + <code value="AA" /> + <display value="Genito-Urinary Medicine" /> + </concept> + <concept> + <code value="AB" /> + <display value="Geriatric Medicine" /> + </concept> + <concept> + <code value="AC" /> + <display value="Homeopathy" /> + </concept> + <concept> + <code value="AD" /> + <display value="Medical Oncology" /> + </concept> + <concept> + <code value="AF" /> + <display value="Paediatrics" /> + </concept> + <concept> + <code value="AFA" /> + <display value="Community Child Health" /> + </concept> + <concept> + <code value="AG" /> + <display value="Renal Medicine" /> + </concept> + <concept> + <code value="AH" /> + <display value="Neurology" /> + </concept> + <concept> + <code value="AJ" /> + <display value="Integrative Care" /> + </concept> + <concept> + <code value="AK" /> + <display value="Occupational Medicine" /> + </concept> + <concept> + <code value="AM" /> + <display value="Palliative Medicine" /> + </concept> + <concept> + <code value="AN" /> + <display value="Public Health Medicine" /> + </concept> + <concept> + <code value="AP" /> + <display value="Rehabilitation Medicine" /> + </concept> + <concept> + <code value="AQ" /> + <display value="Respiratory Medicine" /> + </concept> + <concept> + <code value="AR" /> + <display value="Rheumatology" /> + </concept> + <concept> + <code value="AS" /> + <display value="Sport & Exercise Medicine" /> + </concept> + <concept> + <code value="AT" /> + <display value="Medical Ophthalmology" /> + </concept> + <concept> + <code value="AV" /> + <display value="Clinical Neurophysiology" /> + </concept> + <concept> + <code value="AW" /> + <display value="Allergy" /> + </concept> + <concept> + <code value="C1" /> + <display value="General Surgery" /> + </concept> + <concept> + <code value="C11" /> + <display value="General Surgery (excl Vascular)" /> + </concept> + <concept> + <code value="C12" /> + <display value="Vascular Surgery" /> + </concept> + <concept> + <code value="C13" /> + <display value="Oral and Maxillofacial Surgery" /> + </concept> + <concept> + <code value="C2" /> + <display value="Accident & Emergency" /> + </concept> + <concept> + <code value="C3" /> + <display value="Anaesthetics" /> + </concept> + <concept> + <code value="C31" /> + <display value="Pain Management" /> + </concept> + <concept> + <code value="C4" /> + <display value="Cardiothoracic Surgery" /> + </concept> + <concept> + <code value="C41" /> + <display value="Cardiac Surgery" /> + </concept> + <concept> + <code value="C42" /> + <display value="Thoracic Surgery" /> + </concept> + <concept> + <code value="C5" /> + <display value="Ear, Nose & Throat (ENT)" /> + </concept> + <concept> + <code value="C51" /> + <display value="Audiological Medicine" /> + </concept> + <concept> + <code value="C6" /> + <display value="Neurosurgery" /> + </concept> + <concept> + <code value="C7" /> + <display value="Ophthalmology" /> + </concept> + <concept> + <code value="C8" /> + <display value="Trauma and Orthopaedic Surgery" /> + </concept> + <concept> + <code value="C9" /> + <display value="Plastic Surgery" /> + </concept> + <concept> + <code value="C91" /> + <display value="Cleft Lip and Palate Surgery" /> + </concept> + <concept> + <code value="CA" /> + <display value="Paediatric Surgery" /> + </concept> + <concept> + <code value="CB" /> + <display value="Urology" /> + </concept> + <concept> + <code value="CC" /> + <display value="Intensive Care Medicine" /> + </concept> + <concept> + <code value="D1" /> + <display value="Community Dental Practice" /> + </concept> + <concept> + <code value="D2" /> + <display value="General Dental Practice" /> + </concept> + <concept> + <code value="D3" /> + <display value="Oral Surgery" /> + </concept> + <concept> + <code value="D4" /> + <display value="Oral Medicine" /> + </concept> + <concept> + <code value="D5" /> + <display value="Orthodontics" /> + </concept> + <concept> + <code value="D6" /> + <display value="Restorative Dentistry" /> + </concept> + <concept> + <code value="D61" /> + <display value="Restorative Dentistry - Endodontics" /> + </concept> + <concept> + <code value="D62" /> + <display value="Restorative Dentistry - Periodontics" /> + </concept> + <concept> + <code value="D63" /> + <display value="Restorative Dentistry - Prosthodontics" /> + </concept> + <concept> + <code value="D7" /> + <display value="Dental Public Health" /> + </concept> + <concept> + <code value="D8" /> + <display value="Paediatric Dentistry" /> + </concept> + <concept> + <code value="D9" /> + <display value="Oral Pathology" /> + </concept> + <concept> + <code value="DA" /> + <display value="Oral Microbiology" /> + </concept> + <concept> + <code value="DB" /> + <display value="Dental & Maxillofacial Radiology" /> + </concept> + <concept> + <code value="DC" /> + <display value="Surgical Dentistry" /> + </concept> + <concept> + <code value="DD" /> + <display value="Fixed & Removable Prosthodontics" /> + </concept> + <concept> + <code value="DE" /> + <display value="Special Care Dentistry" /> + </concept> + <concept> + <code value="E1" /> + <display value="General Practice" /> + </concept> + <concept> + <code value="E11" /> + <display value="GP Obstetrics" /> + </concept> + <concept> + <code value="E12" /> + <display value="GP Other than Obstetrics" /> + </concept> + <concept> + <code value="F1" /> + <display value="Obstetrics & Gynaecology" /> + </concept> + <concept> + <code value="F1A" /> + <display value="Well Woman Service" /> + </concept> + <concept> + <code value="F1B" /> + <display value="Family Planning Service" /> + </concept> + <concept> + <code value="F2" /> + <display value="Gynaecology" /> + </concept> + <concept> + <code value="F3" /> + <display value="Obstetrics" /> + </concept> + <concept> + <code value="F31" /> + <display value="Obstetrics Ante-Natal" /> + </concept> + <concept> + <code value="F32" /> + <display value="Obstetrics Post-Natal" /> + </concept> + <concept> + <code value="F4" /> + <display value="Community Sexual & Reproductive Health" /> + </concept> + <concept> + <code value="G1" /> + <display value="General Psychiatry (Mental Illness)" /> + </concept> + <concept> + <code value="G1A" /> + <display value="Community Psychiatry" /> + </concept> + <concept> + <code value="G2" /> + <display value="Child & Adolescent Psychiatry" /> + </concept> + <concept> + <code value="G21" /> + <display value="Child Psychiatry" /> + </concept> + <concept> + <code value="G22" /> + <display value="Adolescent Psychiatry" /> + </concept> + <concept> + <code value="G3" /> + <display value="Forensic Psychiatry" /> + </concept> + <concept> + <code value="G4" /> + <display value="Psychiatry of Old Age" /> + </concept> + <concept> + <code value="G5" /> + <display value="Learning Disability" /> + </concept> + <concept> + <code value="G6" /> + <display value="Psychotherapy" /> + </concept> + <concept> + <code value="G61" /> + <display value="Behavioural Psychotherapy" /> + </concept> + <concept> + <code value="G62" /> + <display value="Child & Adolescent Psychotherapy" /> + </concept> + <concept> + <code value="G63" /> + <display value="Adult Psychotherapy" /> + </concept> + <concept> + <code value="H1" /> + <display value="Clinical Radiology" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-PracticeSettingCodeWales.xml b/codesystems/CodeSystem-UKCore-PracticeSettingCodeWales.xml index 48b5db6b..23f90867 100644 --- a/codesystems/CodeSystem-UKCore-PracticeSettingCodeWales.xml +++ b/codesystems/CodeSystem-UKCore-PracticeSettingCodeWales.xml @@ -20,353 +20,353 @@ <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 = "100" /> - <display value = "General Surgery" /> - </concept> - <concept> - <code value = "101" /> - <display value = "Urology" /> - </concept> - <concept> - <code value = "107" /> - <display value = "Vascular Surgery" /> - </concept> - <concept> - <code value = "110" /> - <display value = "Trauma and Orthopaedics" /> - </concept> - <concept> - <code value = "120" /> - <display value = "Ear Nose and Throat" /> - </concept> - <concept> - <code value = "130" /> - <display value = "Ophthalmology" /> - </concept> - <concept> - <code value = "140" /> - <display value = "Oral Surgery" /> - </concept> - <concept> - <code value = "141" /> - <display value = "Restorative Dentistry" /> - </concept> - <concept> - <code value = "142" /> - <display value = "Paediatric Dentistry" /> - </concept> - <concept> - <code value = "143" /> - <display value = "Orthodontics" /> - </concept> - <concept> - <code value = "145" /> - <display value = "Oral and Maxillofacial Surgery" /> - </concept> - <concept> - <code value = "146" /> - <display value = "Endodontics" /> - </concept> - <concept> - <code value = "147" /> - <display value = "Periodontics" /> - </concept> - <concept> - <code value = "148" /> - <display value = "Prosthodontics" /> - </concept> - <concept> - <code value = "149" /> - <display value = "Surgical Dentistry" /> - </concept> - <concept> - <code value = "150" /> - <display value = "Neurosurgery" /> - </concept> - <concept> - <code value = "160" /> - <display value = "Plastic Surgery" /> - </concept> - <concept> - <code value = "170" /> - <display value = "Cardiothoracic Surgery" /> - </concept> - <concept> - <code value = "171" /> - <display value = "Paediatric Surgery" /> - </concept> - <concept> - <code value = "1801" /> - <display value = "Emergency Medicine" /> - </concept> - <concept> - <code value = "190" /> - <display value = "Anaesthetics" /> - </concept> - <concept> - <code value = "192" /> - <display value = "Intensive Care Medicine" /> - </concept> - <concept> - <code value = "200" /> - <display value = "Aviation and Space Medicine" /> - </concept> - <concept> - <code value = "300" /> - <display value = "General Internal Medicine" /> - </concept> - <concept> - <code value = "301" /> - <display value = "Gastroenterology" /> - </concept> - <concept> - <code value = "302" /> - <display value = "Endocrinology and Diabetes" /> - </concept> - <concept> - <code value = "303" /> - <display value = "Clinical Haematology" /> - </concept> - <concept> - <code value = "304" /> - <display value = "Clinical Physiology" /> - </concept> - <concept> - <code value = "305" /> - <display value = "Clinical Pharmacology" /> - </concept> - <concept> - <code value = "310" /> - <display value = "Audio Vestibular Medicine" /> - </concept> - <concept> - <code value = "311" /> - <display value = "Clinical Genetics" /> - </concept> - <concept> - <code value = "313" /> - <display value = "Clinical Immunology" /> - </concept> - <concept> - <code value = "314" /> - <display value = "Rehabilitation Medicine" /> - </concept> - <concept> - <code value = "315" /> - <display value = "Palliative Medicine" /> - </concept> - <concept> - <code value = "317" /> - <display value = "Allergy" /> - </concept> - <concept> - <code value = "320" /> - <display value = "Cardiology" /> - </concept> - <concept> - <code value = "321" /> - <display value = "Paediatric Cardiology" /> - </concept> - <concept> - <code value = "325" /> - <display value = "Sport and Exercise Medicine" /> - </concept> - <concept> - <code value = "326" /> - <display value = "Acute Internal Medicine" /> - </concept> - <concept> - <code value = "330" /> - <display value = "Dermatology" /> - </concept> - <concept> - <code value = "340" /> - <display value = "Respiratory Medicine" /> - </concept> - <concept> - <code value = "350" /> - <display value = "Infectious Diseases" /> - </concept> - <concept> - <code value = "352" /> - <display value = "Tropical Medicine" /> - </concept> - <concept> - <code value = "360" /> - <display value = "Genitourinary Medicine" /> - </concept> - <concept> - <code value = "361" /> - <display value = "Renal Medicine" /> - </concept> - <concept> - <code value = "370" /> - <display value = "Medical Oncology" /> - </concept> - <concept> - <code value = "371" /> - <display value = "Nuclear Medicine" /> - </concept> - <concept> - <code value = "400" /> - <display value = "Neurology" /> - </concept> - <concept> - <code value = "401" /> - <display value = "Clinical Neurophysiology" /> - </concept> - <concept> - <code value = "410" /> - <display value = "Rheumatology" /> - </concept> - <concept> - <code value = "420" /> - <display value = "Paediatrics" /> - </concept> - <concept> - <code value = "421" /> - <display value = "Paediatric Neurology" /> - </concept> - <concept> - <code value = "430" /> - <display value = "Geriatric Medicine" /> - </concept> - <concept> - <code value = "450" /> - <display value = "Dental Medicine" /> - </concept> - <concept> - <code value = "451" /> - <display value = "Special Care Dentistry" /> - </concept> - <concept> - <code value = "460" /> - <display value = "Medical Ophthalmology" /> - </concept> - <concept> - <code value = "500" /> - <display value = "Obstetrics and Gynaecology" /> - </concept> - <concept> - <code value = "501" /> - <display value = "Obstetrics" /> - </concept> - <concept> - <code value = "502" /> - <display value = "Gynaecology" /> - </concept> - <concept> - <code value = "504" /> - <display value = "Community Sexual and Reproductive Health" /> - </concept> - <concept> - <code value = "600" /> - <display value = "General Medical Practice" /> - </concept> - <concept> - <code value = "601" /> - <display value = "General Dental Practice" /> - </concept> - <concept> - <code value = "8311" /> - <display value = "Medical Microbiology and Virology" /> - </concept> - <concept> - <code value = "8331" /> - <display value = "Medical Microbiology" /> - </concept> - <concept> - <code value = "8341" /> - <display value = "Medical Virology" /> - </concept> - <concept> - <code value = "700" /> - <display value = "Learning Disability" /> - </concept> - <concept> - <code value = "710" /> - <display value = "Adult Mental Illness" /> - </concept> - <concept> - <code value = "711" /> - <display value = "Child and Adolescent Psychiatry" /> - </concept> - <concept> - <code value = "712" /> - <display value = "Forensic Psychiatry" /> - </concept> - <concept> - <code value = "713" /> - <display value = "Medical Psychotherapy" /> - </concept> - <concept> - <code value = "715" /> - <display value = "Old Age Psychiatry" /> - </concept> - <concept> - <code value = "5601" /> - <display value = "Midwifery" /> - </concept> - <concept> - <code value = "8001" /> - <display value = "Clinical Oncology" /> - </concept> - <concept> - <code value = "8101" /> - <display value = "Radiology" /> - </concept> - <concept> - <code value = "8201" /> - <display value = "General Pathology" /> - </concept> - <concept> - <code value = "8211" /> - <display value = "Blood Transfusion" /> - </concept> - <concept> - <code value = "8221" /> - <display value = "Chemical Pathology" /> - </concept> - <concept> - <code value = "8231" /> - <display value = "Haematology" /> - </concept> - <concept> - <code value = "8241" /> - <display value = "Histopathology" /> - </concept> - <concept> - <code value = "8301" /> - <display value = "Immunopathology" /> - </concept> - <concept> - <code value = "900" /> - <display value = "Community Medicine" /> - </concept> - <concept> - <code value = "901" /> - <display value = "Occupational Medicine" /> - </concept> - <concept> - <code value = "902" /> - <display value = "Community Health Services Dental" /> - </concept> - <concept> - <code value = "903" /> - <display value = "Public Health Medicine" /> - </concept> - <concept> - <code value = "904" /> - <display value = "Public Health Dental" /> - </concept> - <concept> - <code value = "950" /> - <display value = "Nursing" /> - </concept> - <concept> - <code value = "960" /> - <display value = "Allied Health Professional" /> - </concept> + <concept> + <code value = "100" /> + <display value = "General Surgery" /> + </concept> + <concept> + <code value = "101" /> + <display value = "Urology" /> + </concept> + <concept> + <code value = "107" /> + <display value = "Vascular Surgery" /> + </concept> + <concept> + <code value = "110" /> + <display value = "Trauma and Orthopaedics" /> + </concept> + <concept> + <code value = "120" /> + <display value = "Ear Nose and Throat" /> + </concept> + <concept> + <code value = "130" /> + <display value = "Ophthalmology" /> + </concept> + <concept> + <code value = "140" /> + <display value = "Oral Surgery" /> + </concept> + <concept> + <code value = "141" /> + <display value = "Restorative Dentistry" /> + </concept> + <concept> + <code value = "142" /> + <display value = "Paediatric Dentistry" /> + </concept> + <concept> + <code value = "143" /> + <display value = "Orthodontics" /> + </concept> + <concept> + <code value = "145" /> + <display value = "Oral and Maxillofacial Surgery" /> + </concept> + <concept> + <code value = "146" /> + <display value = "Endodontics" /> + </concept> + <concept> + <code value = "147" /> + <display value = "Periodontics" /> + </concept> + <concept> + <code value = "148" /> + <display value = "Prosthodontics" /> + </concept> + <concept> + <code value = "149" /> + <display value = "Surgical Dentistry" /> + </concept> + <concept> + <code value = "150" /> + <display value = "Neurosurgery" /> + </concept> + <concept> + <code value = "160" /> + <display value = "Plastic Surgery" /> + </concept> + <concept> + <code value = "170" /> + <display value = "Cardiothoracic Surgery" /> + </concept> + <concept> + <code value = "171" /> + <display value = "Paediatric Surgery" /> + </concept> + <concept> + <code value = "1801" /> + <display value = "Emergency Medicine" /> + </concept> + <concept> + <code value = "190" /> + <display value = "Anaesthetics" /> + </concept> + <concept> + <code value = "192" /> + <display value = "Intensive Care Medicine" /> + </concept> + <concept> + <code value = "200" /> + <display value = "Aviation and Space Medicine" /> + </concept> + <concept> + <code value = "300" /> + <display value = "General Internal Medicine" /> + </concept> + <concept> + <code value = "301" /> + <display value = "Gastroenterology" /> + </concept> + <concept> + <code value = "302" /> + <display value = "Endocrinology and Diabetes" /> + </concept> + <concept> + <code value = "303" /> + <display value = "Clinical Haematology" /> + </concept> + <concept> + <code value = "304" /> + <display value = "Clinical Physiology" /> + </concept> + <concept> + <code value = "305" /> + <display value = "Clinical Pharmacology" /> + </concept> + <concept> + <code value = "310" /> + <display value = "Audio Vestibular Medicine" /> + </concept> + <concept> + <code value = "311" /> + <display value = "Clinical Genetics" /> + </concept> + <concept> + <code value = "313" /> + <display value = "Clinical Immunology" /> + </concept> + <concept> + <code value = "314" /> + <display value = "Rehabilitation Medicine" /> + </concept> + <concept> + <code value = "315" /> + <display value = "Palliative Medicine" /> + </concept> + <concept> + <code value = "317" /> + <display value = "Allergy" /> + </concept> + <concept> + <code value = "320" /> + <display value = "Cardiology" /> + </concept> + <concept> + <code value = "321" /> + <display value = "Paediatric Cardiology" /> + </concept> + <concept> + <code value = "325" /> + <display value = "Sport and Exercise Medicine" /> + </concept> + <concept> + <code value = "326" /> + <display value = "Acute Internal Medicine" /> + </concept> + <concept> + <code value = "330" /> + <display value = "Dermatology" /> + </concept> + <concept> + <code value = "340" /> + <display value = "Respiratory Medicine" /> + </concept> + <concept> + <code value = "350" /> + <display value = "Infectious Diseases" /> + </concept> + <concept> + <code value = "352" /> + <display value = "Tropical Medicine" /> + </concept> + <concept> + <code value = "360" /> + <display value = "Genitourinary Medicine" /> + </concept> + <concept> + <code value = "361" /> + <display value = "Renal Medicine" /> + </concept> + <concept> + <code value = "370" /> + <display value = "Medical Oncology" /> + </concept> + <concept> + <code value = "371" /> + <display value = "Nuclear Medicine" /> + </concept> + <concept> + <code value = "400" /> + <display value = "Neurology" /> + </concept> + <concept> + <code value = "401" /> + <display value = "Clinical Neurophysiology" /> + </concept> + <concept> + <code value = "410" /> + <display value = "Rheumatology" /> + </concept> + <concept> + <code value = "420" /> + <display value = "Paediatrics" /> + </concept> + <concept> + <code value = "421" /> + <display value = "Paediatric Neurology" /> + </concept> + <concept> + <code value = "430" /> + <display value = "Geriatric Medicine" /> + </concept> + <concept> + <code value = "450" /> + <display value = "Dental Medicine" /> + </concept> + <concept> + <code value = "451" /> + <display value = "Special Care Dentistry" /> + </concept> + <concept> + <code value = "460" /> + <display value = "Medical Ophthalmology" /> + </concept> + <concept> + <code value = "500" /> + <display value = "Obstetrics and Gynaecology" /> + </concept> + <concept> + <code value = "501" /> + <display value = "Obstetrics" /> + </concept> + <concept> + <code value = "502" /> + <display value = "Gynaecology" /> + </concept> + <concept> + <code value = "504" /> + <display value = "Community Sexual and Reproductive Health" /> + </concept> + <concept> + <code value = "600" /> + <display value = "General Medical Practice" /> + </concept> + <concept> + <code value = "601" /> + <display value = "General Dental Practice" /> + </concept> + <concept> + <code value = "8311" /> + <display value = "Medical Microbiology and Virology" /> + </concept> + <concept> + <code value = "8331" /> + <display value = "Medical Microbiology" /> + </concept> + <concept> + <code value = "8341" /> + <display value = "Medical Virology" /> + </concept> + <concept> + <code value = "700" /> + <display value = "Learning Disability" /> + </concept> + <concept> + <code value = "710" /> + <display value = "Adult Mental Illness" /> + </concept> + <concept> + <code value = "711" /> + <display value = "Child and Adolescent Psychiatry" /> + </concept> + <concept> + <code value = "712" /> + <display value = "Forensic Psychiatry" /> + </concept> + <concept> + <code value = "713" /> + <display value = "Medical Psychotherapy" /> + </concept> + <concept> + <code value = "715" /> + <display value = "Old Age Psychiatry" /> + </concept> + <concept> + <code value = "5601" /> + <display value = "Midwifery" /> + </concept> + <concept> + <code value = "8001" /> + <display value = "Clinical Oncology" /> + </concept> + <concept> + <code value = "8101" /> + <display value = "Radiology" /> + </concept> + <concept> + <code value = "8201" /> + <display value = "General Pathology" /> + </concept> + <concept> + <code value = "8211" /> + <display value = "Blood Transfusion" /> + </concept> + <concept> + <code value = "8221" /> + <display value = "Chemical Pathology" /> + </concept> + <concept> + <code value = "8231" /> + <display value = "Haematology" /> + </concept> + <concept> + <code value = "8241" /> + <display value = "Histopathology" /> + </concept> + <concept> + <code value = "8301" /> + <display value = "Immunopathology" /> + </concept> + <concept> + <code value = "900" /> + <display value = "Community Medicine" /> + </concept> + <concept> + <code value = "901" /> + <display value = "Occupational Medicine" /> + </concept> + <concept> + <code value = "902" /> + <display value = "Community Health Services Dental" /> + </concept> + <concept> + <code value = "903" /> + <display value = "Public Health Medicine" /> + </concept> + <concept> + <code value = "904" /> + <display value = "Public Health Dental" /> + </concept> + <concept> + <code value = "950" /> + <display value = "Nursing" /> + </concept> + <concept> + <code value = "960" /> + <display value = "Allied Health Professional" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-PreferredContactMethod.xml b/codesystems/CodeSystem-UKCore-PreferredContactMethod.xml index 6f29e610..444438d1 100644 --- a/codesystems/CodeSystem-UKCore-PreferredContactMethod.xml +++ b/codesystems/CodeSystem-UKCore-PreferredContactMethod.xml @@ -6,7 +6,7 @@ <name value="UKCorePreferredContactMethod" /> <title value="UK Core Preferred Contact Method" /> <status value="active" /> - <date value="2023-10-09" /> + <date value="2023-10-09" /> <publisher value="HL7 UK" /> <contact> <name value="HL7 UK" /> diff --git a/codesystems/CodeSystem-UKCore-ProblemSignificance.xml b/codesystems/CodeSystem-UKCore-ProblemSignificance.xml index 8f4baa3e..48de4b70 100644 --- a/codesystems/CodeSystem-UKCore-ProblemSignificance.xml +++ b/codesystems/CodeSystem-UKCore-ProblemSignificance.xml @@ -1,31 +1,31 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-ProblemSignificance" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ProblemSignificance" /> - <version value="1.0.0" /> - <name value="UKCoreProblemSignificance" /> - <title value="UK Core Problem Significance" /> - <status value="retired" /> - <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="A set of codes that define the significance of a problem header condition." /> - <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="major" /> - <display value="Major" /> - </concept> - <concept> - <code value="minor" /> - <display value="Minor" /> - </concept> + <id value="UKCore-ProblemSignificance" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ProblemSignificance" /> + <version value="1.0.0" /> + <name value="UKCoreProblemSignificance" /> + <title value="UK Core Problem Significance" /> + <status value="retired" /> + <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="A set of codes that define the significance of a problem header condition." /> + <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="major" /> + <display value="Major" /> + </concept> + <concept> + <code value="minor" /> + <display value="Minor" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-RecordStandardHeadings.xml b/codesystems/CodeSystem-UKCore-RecordStandardHeadings.xml index 16eb8f00..27d52db9 100644 --- a/codesystems/CodeSystem-UKCore-RecordStandardHeadings.xml +++ b/codesystems/CodeSystem-UKCore-RecordStandardHeadings.xml @@ -1,767 +1,767 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-RecordStandardHeadings"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <version value="2.2.0"/> - <name value="UKCoreRecordStandardHeadings"/> - <title value="UK Core Record Standard Headings"/> - <status value="active"/> - <date value="2022-08-03"/> - <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 record standard headings for the exchange of data."/> - <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="actions"/> - <display value="Actions"/> - </concept> - <concept> - <code value="clinical-administration"/> - <display value="Clinical administration"/> - </concept> - <concept> - <code value="current-palliative-oncology-treatment"/> - <display value="Current palliative oncology treatment"/> - </concept> - <concept> - <code value="current-supportive-care-for-terminal-illness"/> - <display value="Current supportive care for terminal illness"/> - </concept> - <concept> - <code value="intervention"/> - <display value="Intervention"/> - </concept> - <concept> - <code value="intervention-on-development-of-symptoms"/> - <display value="Intervention on development of symptoms"/> - </concept> - <concept> - <code value="medical-follow-up"/> - <display value="Medical follow-up"/> - </concept> - <concept> - <code value="medical-follow-up-normal"/> - <display value="Medical follow-up - normal"/> - </concept> - <concept> - <code value="mental-health-therapy-follow-up"/> - <display value="Mental health therapy follow-up"/> - </concept> - <concept> - <code value="participation"/> - <display value="Participation"/> - </concept> - <concept> - <code value="planned-supportive-care-for-terminal-illness"/> - <display value="Planned supportive care for terminal illness"/> - </concept> - <concept> - <code value="treatment"/> - <display value="Treatment"/> - </concept> - <concept> - <code value="oncology-treatment"/> - <display value="Oncology treatment"/> - </concept> - <concept> - <code value="planned-treatment"/> - <display value="Planned treatment"/> - </concept> - <concept> - <code value="planned-palliative-oncology-treatment"/> - <display value="Planned palliative oncology treatment"/> - </concept> - <concept> - <code value="ultraviolet-light-therapy-treatment-record"/> - <display value="Ultraviolet light therapy treatment record"/> - </concept> - <concept> - <code value="admission-details"/> - <display value="Admission details"/> - </concept> - <concept> - <code value="advance-decisions-about-treatment"/> - <display value="Advance decisions about treatment"/> - </concept> - <concept> - <code value="advance-decision-to-refuse-treatment"/> - <display value="Advance decision to refuse treatment"/> - </concept> - <concept> - <code value="advance-statement"/> - <display value="Advance statement"/> - </concept> - <concept> - <code value="allergies-and-adverse-reaction"/> - <display value="Allergies and adverse reaction"/> - </concept> - <concept> - <code value="appointment"/> - <display value="Appointment"/> - </concept> - <concept> - <code value="community-disease-modifying-antirheumatic-drug-monitoring-appointment"/> - <display value="Community disease modifying antirheumatic drug monitoring appointment"/> - </concept> - <concept> - <code value="emergency-appointment"/> - <display value="Emergency appointment"/> - </concept> - <concept> - <code value="new-appointment"/> - <display value="New appointment"/> - </concept> - <concept> - <code value="review-appointment"/> - <display value="Review appointment"/> - </concept> - <concept> - <code value="assessment-scales"/> - <display value="Assessment scales"/> - </concept> - <concept> - <code value="attendance-details"/> - <display value="Attendance details"/> - </concept> - <concept> - <code value="clinical-narrative"/> - <display value="Clinical narrative"/> - </concept> - <concept> - <code value="clinical-risk-assessment"/> - <display value="Clinical risk assessment"/> - </concept> - <concept> - <code value="clinical-summary"/> - <display value="Clinical summary"/> - </concept> - <concept> - <code value="confidential-patient-data"/> - <display value="Confidential patient data"/> - </concept> - <concept> - <code value="consent-for-information-sharing"/> - <display value="Consent for information sharing"/> - </concept> - <concept> - <code value="consent-for-treatment-record"/> - <display value="Consent for treatment record"/> - </concept> - <concept> - <code value="consent-for-treatment-intervention-record"/> - <display value="Consent for treatment/intervention record"/> - </concept> - <concept> - <code value="consent-relating-to-child"/> - <display value="Consent relating to child"/> - </concept> - <concept> - <code value="contact-for-further-information"/> - <display value="Contact for further information"/> - </concept> - <concept> - <code value="deprivation-of-liberty-safeguards-or-equivalent"/> - <display value="Deprivation of Liberty Safeguards or equivalent"/> - </concept> - <concept> - <code value="diagnoses"/> - <display value="Diagnoses"/> - </concept> - <concept> - <code value="discharge-details"/> - <display value="Discharge details"/> - </concept> - <concept> - <code value="disposition-details"/> - <display value="Disposition details"/> - </concept> - <concept> - <code value="distribution-list"/> - <display value="Distribution list"/> - </concept> - <concept> - <code value="drug/substance-use"/> - <display value="Drug/substance use"/> - </concept> - <concept> - <code value="educational-history"/> - <display value="Educational history"/> - </concept> - <concept> - <code value="ended-allergies"/> - <display value="Ended allergies"/> - </concept> - <concept> - <code value="expectation-of-referral"/> - <display value="Expectation of referral"/> - </concept> - <concept> - <code value="family-history"/> - <display value="Family history"/> - </concept> - <concept> - <code value="general-practitioner-practice"/> - <display value="General practitioner practice"/> - </concept> - <concept> - <code value="handover-details"/> - <display value="Handover details"/> - </concept> - <concept> - <code value="health-characteristics"/> - <display value="Health characteristics"/> - </concept> - <concept> - <code value="acute-medication"/> - <display value="Acute medication"/> - </concept> - <concept> - <code value="carer-perception-of-problem"/> - <display value="Carer perception of problem"/> - </concept> - <concept> - <code value="diagnosis"/> - <display value="Diagnosis"/> - </concept> - <concept> - <code value="examination-findings"/> - <display value="Examination findings"/> - </concept> - <concept> - <code value="history"/> - <display value="History"/> - </concept> - <concept> - <code value="diagnostic-history"/> - <display value="Diagnostic history"/> - </concept> - <concept> - <code value="diagnostic-history-oncology"/> - <display value="Diagnostic history - oncology"/> - </concept> - <concept> - <code value="patient-narrative"/> - <display value="Patient narrative"/> - </concept> - <concept> - <code value="professional-narrative"/> - <display value="Professional narrative"/> - </concept> - <concept> - <code value="hobbies-and-interests"/> - <display value="Hobbies and interests"/> - </concept> - <concept> - <code value="outcome"/> - <display value="Outcome"/> - </concept> - <concept> - <code value="patient-encounter-administration-data"/> - <display value="Patient encounter administration data"/> - </concept> - <concept> - <code value="patient-perception-of-problem"/> - <display value="Patient perception of problem"/> - </concept> - <concept> - <code value="relevant-medical-information"/> - <display value="Relevant medical information"/> - </concept> - <concept> - <code value="repeat-medication"/> - <display value="Repeat medication"/> - </concept> - <concept> - <code value="discontinued-repeat-medication"/> - <display value="Discontinued repeat medication"/> - </concept> - <concept> - <code value="social-circumstances"/> - <display value="Social circumstances"/> - </concept> - <concept> - <code value="test-result"/> - <display value="Test result"/> - </concept> - <concept> - <code value="workplace-ergonomics"/> - <display value="Workplace ergonomics"/> - </concept> - <concept> - <code value="histocompatibility-and-immunogenetics"/> - <display value="Histocompatibility and immunogenetics"/> - </concept> - <concept> - <code value="immunisations"/> - <display value="Immunisations"/> - </concept> - <concept> - <code value="incident-details"/> - <display value="Incident details"/> - </concept> - <concept> - <code value="individual-requirement"/> - <display value="Individual requirement"/> - </concept> - <concept> - <code value="individual-requirements"/> - <display value="Individual requirements"/> - </concept> - <concept> - <code value="individualised-treatment-guideline"/> - <display value="Individualised Treatment Guideline"/> - </concept> - <concept> - <code value="information-given"/> - <display value="Information given"/> - </concept> - <concept> - <code value="information-and-advice-given"/> - <display value="Information and advice given"/> - </concept> - <concept> - <code value="investigation-results"/> - <display value="Investigation results"/> - </concept> - <concept> - <code value="investigations-and-procedures-requested"/> - <display value="Investigations and procedures requested"/> - </concept> - <concept> - <code value="investigations-and-results"/> - <display value="Investigations and results"/> - </concept> - <concept> - <code value="investigations-requested"/> - <display value="Investigations requested"/> - </concept> - <concept> - <code value="lasting-or-enduring-power-of-attorney-or-similar"/> - <display value="Lasting or enduring power of attorney or similar"/> - </concept> - <concept> - <code value="lasting-power-of-attorney-for-health-and-welfare-or-court-appointed-deputy-or-equivalent"/> - <display value="Lasting power of attorney for health and welfare or court-appointed deputy or equivalent"/> - </concept> - <concept> - <code value="legal-information"/> - <display value="Legal information"/> - </concept> - <concept> - <code value="life-extinct-details"/> - <display value="Life extinct details"/> - </concept> - <concept> - <code value="lifestyle"/> - <display value="Lifestyle"/> - </concept> - <concept> - <code value="medications-and-medical-devices"/> - <display value="Medications and medical devices"/> - </concept> - <concept> - <code value="active-medications"/> - <display value="Active medications"/> - </concept> - <concept> - <code value="discontinued-medications"/> - <display value="Discontinued medications"/> - </concept> - <concept> - <code value="medical-devices"/> - <display value="Medical devices"/> - </concept> - <concept> - <code value="mental-capacity-assessment"/> - <display value="Mental capacity assessment"/> - </concept> - <concept> - <code value="mental-health-act-or-equivalent-status"/> - <display value="Mental Health Act or equivalent status"/> - </concept> - <concept> - <code value="most-senior-healthcare-professional-present"/> - <display value="Most senior healthcare professional present"/> - </concept> - <concept> - <code value="nuclear-medicine-images"/> - <display value="Nuclear medicine images"/> - </concept> - <concept> - <code value="observations"/> - <display value="Observations"/> - </concept> - <concept> - <code value="occupational-history"/> - <display value="Occupational history"/> - </concept> - <concept> - <code value="organ-and-tissue-donation"/> - <display value="Organ and tissue donation"/> - </concept> - <concept> - <code value="outpatient-details"/> - <display value="Outpatient details"/> - </concept> - <concept> - <code value="outstanding-issues"/> - <display value="Outstanding issues"/> - </concept> - <concept> - <code value="participation-in-research"/> - <display value="Participation in research"/> - </concept> - <concept> - <code value="patient-and-carer-concerns"/> - <display value="Patient and carer concerns"/> - </concept> - <concept> - <code value="patient-and-carer-concerns-expectations-and-wishes"/> - <display value="Patient and carer concerns, expectations and wishes"/> - </concept> - <concept> - <code value="patient-demographics"/> - <display value="Patient demographics"/> - </concept> - <concept> - <code value="patients-expectation-of-referral"/> - <display value="Patient's expectation of referral"/> - </concept> - <concept> - <code value="patients-reason-for-referral"/> - <display value="Patient's reason for referral"/> - </concept> - <concept> - <code value="person-completing-record"/> - <display value="Person completing record"/> - </concept> - <concept> - <code value="person-handing-over"/> - <display value="Person handing over"/> - </concept> - <concept> - <code value="person-receiving-handover"/> - <display value="Person receiving handover"/> - </concept> - <concept> - <code value="plan-and-requested-actions"/> - <display value="Plan and requested actions"/> - </concept> - <concept> - <code value="presenting-complaints-or-issues"/> - <display value="Presenting complaints or issues"/> - </concept> - <concept> - <code value="problems-and-issues"/> - <display value="Problems and issues"/> - </concept> - <concept> - <code value="procedure-codes-community"/> - <display value="Procedure codes (community)"/> - </concept> - <concept> - <code value="procedures"/> - <display value="Procedures"/> - </concept> - <concept> - <code value="procedures-requested"/> - <display value="Procedures requested"/> - </concept> - <concept> - <code value="professional-contacts"/> - <display value="Professional contacts"/> - </concept> - <concept> - <code value="reason-for-admission"/> - <display value="Reason for admission"/> - </concept> - <concept> - <code value="reason-for-contact"/> - <display value="Reason for contact"/> - </concept> - <concept> - <code value="reason-for-handover"/> - <display value="Reason for handover"/> - </concept> - <concept> - <code value="reasonable-adjustments-for-health-and-care-access"/> - <display value="Reasonable adjustments for health and care access"/> - </concept> - <concept> - <code value="referral-details"/> - <display value="Referral details"/> - </concept> - <concept> - <code value="referrer-details"/> - <display value="Referrer details"/> - </concept> - <concept> - <code value="referral-modes"/> - <display value="Referral modes"/> - </concept> - <concept> - <code value="inbound-referral"/> - <display value="Inbound referral"/> - </concept> - <concept> - <code value="letter-with-patient"/> - <display value="Letter with patient"/> - </concept> - <concept> - <code value="outbound-referral"/> - <display value="Outbound referral"/> - </concept> - <concept> - <code value="request-form-or-letter-sent-by-mail-email"/> - <display value="Request form or letter sent by mail/email"/> - </concept> - <concept> - <code value="telephone-contact-only"/> - <display value="Telephone contact only"/> - </concept> - <concept> - <code value="relevant-clinical-risk-factors"/> - <display value="Relevant clinical risk factors"/> - </concept> - <concept> - <code value="relevant-past-medical-surgical-and-mental-health-history"/> - <display value="Relevant past medical, surgical and mental health history"/> - </concept> - <concept> - <code value="request-types"/> - <display value="Request types"/> - </concept> - <concept> - <code value="diagnostic-imaging-request"/> - <display value="Diagnostic imaging request"/> - </concept> - <concept> - <code value="diagnostic-imaging-request-summary"/> - <display value="Diagnostic imaging request summary"/> - </concept> - <concept> - <code value="relevant-clinical-information-for-diagnostic-imaging-request"/> - <display value="Relevant clinical information for diagnostic imaging request"/> - </concept> - <concept> - <code value="relevant-supporting-information-for-diagnostic-imaging-request"/> - <display value="Relevant supporting information for diagnostic imaging request"/> - </concept> - <concept> - <code value="fulfiller-request"/> - <display value="Fulfiller request"/> - </concept> - <concept> - <code value="fulfiller-request-details"/> - <display value="Fulfiller request details"/> - </concept> - <concept> - <code value="request"/> - <display value="Request"/> - </concept> - <concept> - <code value="review-of-systems"/> - <display value="Review of systems"/> - </concept> - <concept> - <code value="risk-from-others"/> - <display value="Risk from others"/> - </concept> - <concept> - <code value="risk-information"/> - <display value="Risk information"/> - </concept> - <concept> - <code value="risk-mitigation"/> - <display value="Risk mitigation"/> - </concept> - <concept> - <code value="risks-to-others"/> - <display value="Risks to others"/> - </concept> - <concept> - <code value="risks-to-self"/> - <display value="Risks to self"/> - </concept> - <concept> - <code value="role-views"/> - <display value="Role views"/> - </concept> - <concept> - <code value="abstract-problem-node"/> - <display value="Abstract problem node"/> - </concept> - <concept> - <code value="alerts"/> - <display value="Alerts"/> - </concept> - <concept> - <code value="problems"/> - <display value="Problems"/> - </concept> - <concept> - <code value="reason-for-encounter"/> - <display value="Reason for encounter"/> - </concept> - <concept> - <code value="reason-for-referral"/> - <display value="Reason for referral"/> - </concept> - <concept> - <code value="reason-for-repeat-laboratory-test"/> - <display value="Reason for repeat laboratory test"/> - </concept> - <concept> - <code value="safeguarding"/> - <display value="Safeguarding"/> - </concept> - <concept> - <code value="safeguarding-issues"/> - <display value="Safeguarding issues"/> - </concept> - <concept> - <code value="safety-alerts"/> - <display value="Safety alerts"/> - </concept> - <concept> - <code value="screening-invitation-medium"/> - <display value="Screening invitation medium"/> - </concept> - <concept> - <code value="screening-method"/> - <display value="Screening method"/> - </concept> - <concept> - <code value="senior-reviewing-clinician"/> - <display value="Senior reviewing clinician"/> - </concept> - <concept> - <code value="services-and-care"/> - <display value="Services and care"/> - </concept> - <concept> - <code value="social-context"/> - <display value="Social context"/> - </concept> - <concept> - <code value="special-requirements"/> - <display value="Special requirements"/> - </concept> - <concept> - <code value="time-modifiers"/> - <display value="Time modifiers"/> - </concept> - <concept> - <code value="future"/> - <display value="Future"/> - </concept> - <concept> - <code value="outlook"/> - <display value="Outlook"/> - </concept> - <concept> - <code value="aim-goal"/> - <display value="Aim/goal"/> - </concept> - <concept> - <code value="at-risk-of"/> - <display value="At risk of"/> - </concept> - <concept> - <code value="risk-to-patient"/> - <display value="Risk to patient"/> - </concept> - <concept> - <code value="plan"/> - <display value="Plan"/> - </concept> - <concept> - <code value="past"/> - <display value="Past"/> - </concept> - <concept> - <code value="past-actions"/> - <display value="Past actions"/> - </concept> - <concept> - <code value="past-health-characteristics"/> - <display value="Past health characteristics"/> - </concept> - <concept> - <code value="present-time"/> - <display value="Present - time"/> - </concept> - <concept> - <code value="treatments-and-interventions"/> - <display value="Treatments and interventions"/> - </concept> - <concept> - <code value="treatments-and-interventions-and-changes-made-to-treatments"/> - <display value="Treatments and interventions and changes made to treatments"/> - </concept> - <concept> - <code value="visual-field-report"/> - <display value="Visual field report"/> - </concept> - <concept> - <code value="person-demographics"/> - <display value="Person demographics"/> - </concept> - <concept> - <code value="contact-with-professionals"/> - <display value="Contact with professionals"/> - </concept> - <concept> - <code value="future-appointments"/> - <display value="Future appointments"/> - </concept> - <concept> - <code value="gp-practice"/> - <display value="GP practice"/> - </concept> - <concept> - <code value="consent"/> - <display value="Consent"/> - </concept> - <concept> - <code value="appliances"/> - <display value="Appliances"/> - </concept> - <concept> - <code value="vaccinations"/> - <display value="Vaccinations"/> - </concept> - <concept> - <code value="signpost-details"/> - <display value="Signpost details"/> - </concept> - <concept> - <code value="procedures-and-therapies"/> - <display value="Procedures and therapies"/> - </concept> - <concept> - <code value="pregnancy-status"/> - <display value="Pregnancy status"/> - </concept> - <concept> - <code value="red-flags"/> - <display value="Red flags"/> - </concept> - <concept> - <code value="documents-including-correspondence-audio-and-images"/> - <display value="Documents (including correspondence, audio and images)"/> - </concept> - <concept> - <code value="assessments"/> - <display value="Assessments"/> - </concept> + <id value="UKCore-RecordStandardHeadings" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <version value="2.2.0" /> + <name value="UKCoreRecordStandardHeadings" /> + <title value="UK Core Record Standard Headings" /> + <status value="active" /> + <date value="2022-08-03" /> + <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 record standard headings for the exchange of data." /> + <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="actions" /> + <display value="Actions" /> + </concept> + <concept> + <code value="clinical-administration" /> + <display value="Clinical administration" /> + </concept> + <concept> + <code value="current-palliative-oncology-treatment" /> + <display value="Current palliative oncology treatment" /> + </concept> + <concept> + <code value="current-supportive-care-for-terminal-illness" /> + <display value="Current supportive care for terminal illness" /> + </concept> + <concept> + <code value="intervention" /> + <display value="Intervention" /> + </concept> + <concept> + <code value="intervention-on-development-of-symptoms" /> + <display value="Intervention on development of symptoms" /> + </concept> + <concept> + <code value="medical-follow-up" /> + <display value="Medical follow-up" /> + </concept> + <concept> + <code value="medical-follow-up-normal" /> + <display value="Medical follow-up - normal" /> + </concept> + <concept> + <code value="mental-health-therapy-follow-up" /> + <display value="Mental health therapy follow-up" /> + </concept> + <concept> + <code value="participation" /> + <display value="Participation" /> + </concept> + <concept> + <code value="planned-supportive-care-for-terminal-illness" /> + <display value="Planned supportive care for terminal illness" /> + </concept> + <concept> + <code value="treatment" /> + <display value="Treatment" /> + </concept> + <concept> + <code value="oncology-treatment" /> + <display value="Oncology treatment" /> + </concept> + <concept> + <code value="planned-treatment" /> + <display value="Planned treatment" /> + </concept> + <concept> + <code value="planned-palliative-oncology-treatment" /> + <display value="Planned palliative oncology treatment" /> + </concept> + <concept> + <code value="ultraviolet-light-therapy-treatment-record" /> + <display value="Ultraviolet light therapy treatment record" /> + </concept> + <concept> + <code value="admission-details" /> + <display value="Admission details" /> + </concept> + <concept> + <code value="advance-decisions-about-treatment" /> + <display value="Advance decisions about treatment" /> + </concept> + <concept> + <code value="advance-decision-to-refuse-treatment" /> + <display value="Advance decision to refuse treatment" /> + </concept> + <concept> + <code value="advance-statement" /> + <display value="Advance statement" /> + </concept> + <concept> + <code value="allergies-and-adverse-reaction" /> + <display value="Allergies and adverse reaction" /> + </concept> + <concept> + <code value="appointment" /> + <display value="Appointment" /> + </concept> + <concept> + <code value="community-disease-modifying-antirheumatic-drug-monitoring-appointment" /> + <display value="Community disease modifying antirheumatic drug monitoring appointment" /> + </concept> + <concept> + <code value="emergency-appointment" /> + <display value="Emergency appointment" /> + </concept> + <concept> + <code value="new-appointment" /> + <display value="New appointment" /> + </concept> + <concept> + <code value="review-appointment" /> + <display value="Review appointment" /> + </concept> + <concept> + <code value="assessment-scales" /> + <display value="Assessment scales" /> + </concept> + <concept> + <code value="attendance-details" /> + <display value="Attendance details" /> + </concept> + <concept> + <code value="clinical-narrative" /> + <display value="Clinical narrative" /> + </concept> + <concept> + <code value="clinical-risk-assessment" /> + <display value="Clinical risk assessment" /> + </concept> + <concept> + <code value="clinical-summary" /> + <display value="Clinical summary" /> + </concept> + <concept> + <code value="confidential-patient-data" /> + <display value="Confidential patient data" /> + </concept> + <concept> + <code value="consent-for-information-sharing" /> + <display value="Consent for information sharing" /> + </concept> + <concept> + <code value="consent-for-treatment-record" /> + <display value="Consent for treatment record" /> + </concept> + <concept> + <code value="consent-for-treatment-intervention-record" /> + <display value="Consent for treatment/intervention record" /> + </concept> + <concept> + <code value="consent-relating-to-child" /> + <display value="Consent relating to child" /> + </concept> + <concept> + <code value="contact-for-further-information" /> + <display value="Contact for further information" /> + </concept> + <concept> + <code value="deprivation-of-liberty-safeguards-or-equivalent" /> + <display value="Deprivation of Liberty Safeguards or equivalent" /> + </concept> + <concept> + <code value="diagnoses" /> + <display value="Diagnoses" /> + </concept> + <concept> + <code value="discharge-details" /> + <display value="Discharge details" /> + </concept> + <concept> + <code value="disposition-details" /> + <display value="Disposition details" /> + </concept> + <concept> + <code value="distribution-list" /> + <display value="Distribution list" /> + </concept> + <concept> + <code value="drug/substance-use" /> + <display value="Drug/substance use" /> + </concept> + <concept> + <code value="educational-history" /> + <display value="Educational history" /> + </concept> + <concept> + <code value="ended-allergies" /> + <display value="Ended allergies" /> + </concept> + <concept> + <code value="expectation-of-referral" /> + <display value="Expectation of referral" /> + </concept> + <concept> + <code value="family-history" /> + <display value="Family history" /> + </concept> + <concept> + <code value="general-practitioner-practice" /> + <display value="General practitioner practice" /> + </concept> + <concept> + <code value="handover-details" /> + <display value="Handover details" /> + </concept> + <concept> + <code value="health-characteristics" /> + <display value="Health characteristics" /> + </concept> + <concept> + <code value="acute-medication" /> + <display value="Acute medication" /> + </concept> + <concept> + <code value="carer-perception-of-problem" /> + <display value="Carer perception of problem" /> + </concept> + <concept> + <code value="diagnosis" /> + <display value="Diagnosis" /> + </concept> + <concept> + <code value="examination-findings" /> + <display value="Examination findings" /> + </concept> + <concept> + <code value="history" /> + <display value="History" /> + </concept> + <concept> + <code value="diagnostic-history" /> + <display value="Diagnostic history" /> + </concept> + <concept> + <code value="diagnostic-history-oncology" /> + <display value="Diagnostic history - oncology" /> + </concept> + <concept> + <code value="patient-narrative" /> + <display value="Patient narrative" /> + </concept> + <concept> + <code value="professional-narrative" /> + <display value="Professional narrative" /> + </concept> + <concept> + <code value="hobbies-and-interests" /> + <display value="Hobbies and interests" /> + </concept> + <concept> + <code value="outcome" /> + <display value="Outcome" /> + </concept> + <concept> + <code value="patient-encounter-administration-data" /> + <display value="Patient encounter administration data" /> + </concept> + <concept> + <code value="patient-perception-of-problem" /> + <display value="Patient perception of problem" /> + </concept> + <concept> + <code value="relevant-medical-information" /> + <display value="Relevant medical information" /> + </concept> + <concept> + <code value="repeat-medication" /> + <display value="Repeat medication" /> + </concept> + <concept> + <code value="discontinued-repeat-medication" /> + <display value="Discontinued repeat medication" /> + </concept> + <concept> + <code value="social-circumstances" /> + <display value="Social circumstances" /> + </concept> + <concept> + <code value="test-result" /> + <display value="Test result" /> + </concept> + <concept> + <code value="workplace-ergonomics" /> + <display value="Workplace ergonomics" /> + </concept> + <concept> + <code value="histocompatibility-and-immunogenetics" /> + <display value="Histocompatibility and immunogenetics" /> + </concept> + <concept> + <code value="immunisations" /> + <display value="Immunisations" /> + </concept> + <concept> + <code value="incident-details" /> + <display value="Incident details" /> + </concept> + <concept> + <code value="individual-requirement" /> + <display value="Individual requirement" /> + </concept> + <concept> + <code value="individual-requirements" /> + <display value="Individual requirements" /> + </concept> + <concept> + <code value="individualised-treatment-guideline" /> + <display value="Individualised Treatment Guideline" /> + </concept> + <concept> + <code value="information-given" /> + <display value="Information given" /> + </concept> + <concept> + <code value="information-and-advice-given" /> + <display value="Information and advice given" /> + </concept> + <concept> + <code value="investigation-results" /> + <display value="Investigation results" /> + </concept> + <concept> + <code value="investigations-and-procedures-requested" /> + <display value="Investigations and procedures requested" /> + </concept> + <concept> + <code value="investigations-and-results" /> + <display value="Investigations and results" /> + </concept> + <concept> + <code value="investigations-requested" /> + <display value="Investigations requested" /> + </concept> + <concept> + <code value="lasting-or-enduring-power-of-attorney-or-similar" /> + <display value="Lasting or enduring power of attorney or similar" /> + </concept> + <concept> + <code value="lasting-power-of-attorney-for-health-and-welfare-or-court-appointed-deputy-or-equivalent" /> + <display value="Lasting power of attorney for health and welfare or court-appointed deputy or equivalent" /> + </concept> + <concept> + <code value="legal-information" /> + <display value="Legal information" /> + </concept> + <concept> + <code value="life-extinct-details" /> + <display value="Life extinct details" /> + </concept> + <concept> + <code value="lifestyle" /> + <display value="Lifestyle" /> + </concept> + <concept> + <code value="medications-and-medical-devices" /> + <display value="Medications and medical devices" /> + </concept> + <concept> + <code value="active-medications" /> + <display value="Active medications" /> + </concept> + <concept> + <code value="discontinued-medications" /> + <display value="Discontinued medications" /> + </concept> + <concept> + <code value="medical-devices" /> + <display value="Medical devices" /> + </concept> + <concept> + <code value="mental-capacity-assessment" /> + <display value="Mental capacity assessment" /> + </concept> + <concept> + <code value="mental-health-act-or-equivalent-status" /> + <display value="Mental Health Act or equivalent status" /> + </concept> + <concept> + <code value="most-senior-healthcare-professional-present" /> + <display value="Most senior healthcare professional present" /> + </concept> + <concept> + <code value="nuclear-medicine-images" /> + <display value="Nuclear medicine images" /> + </concept> + <concept> + <code value="observations" /> + <display value="Observations" /> + </concept> + <concept> + <code value="occupational-history" /> + <display value="Occupational history" /> + </concept> + <concept> + <code value="organ-and-tissue-donation" /> + <display value="Organ and tissue donation" /> + </concept> + <concept> + <code value="outpatient-details" /> + <display value="Outpatient details" /> + </concept> + <concept> + <code value="outstanding-issues" /> + <display value="Outstanding issues" /> + </concept> + <concept> + <code value="participation-in-research" /> + <display value="Participation in research" /> + </concept> + <concept> + <code value="patient-and-carer-concerns" /> + <display value="Patient and carer concerns" /> + </concept> + <concept> + <code value="patient-and-carer-concerns-expectations-and-wishes" /> + <display value="Patient and carer concerns, expectations and wishes" /> + </concept> + <concept> + <code value="patient-demographics" /> + <display value="Patient demographics" /> + </concept> + <concept> + <code value="patients-expectation-of-referral" /> + <display value="Patient's expectation of referral" /> + </concept> + <concept> + <code value="patients-reason-for-referral" /> + <display value="Patient's reason for referral" /> + </concept> + <concept> + <code value="person-completing-record" /> + <display value="Person completing record" /> + </concept> + <concept> + <code value="person-handing-over" /> + <display value="Person handing over" /> + </concept> + <concept> + <code value="person-receiving-handover" /> + <display value="Person receiving handover" /> + </concept> + <concept> + <code value="plan-and-requested-actions" /> + <display value="Plan and requested actions" /> + </concept> + <concept> + <code value="presenting-complaints-or-issues" /> + <display value="Presenting complaints or issues" /> + </concept> + <concept> + <code value="problems-and-issues" /> + <display value="Problems and issues" /> + </concept> + <concept> + <code value="procedure-codes-community" /> + <display value="Procedure codes (community)" /> + </concept> + <concept> + <code value="procedures" /> + <display value="Procedures" /> + </concept> + <concept> + <code value="procedures-requested" /> + <display value="Procedures requested" /> + </concept> + <concept> + <code value="professional-contacts" /> + <display value="Professional contacts" /> + </concept> + <concept> + <code value="reason-for-admission" /> + <display value="Reason for admission" /> + </concept> + <concept> + <code value="reason-for-contact" /> + <display value="Reason for contact" /> + </concept> + <concept> + <code value="reason-for-handover" /> + <display value="Reason for handover" /> + </concept> + <concept> + <code value="reasonable-adjustments-for-health-and-care-access" /> + <display value="Reasonable adjustments for health and care access" /> + </concept> + <concept> + <code value="referral-details" /> + <display value="Referral details" /> + </concept> + <concept> + <code value="referrer-details" /> + <display value="Referrer details" /> + </concept> + <concept> + <code value="referral-modes" /> + <display value="Referral modes" /> + </concept> + <concept> + <code value="inbound-referral" /> + <display value="Inbound referral" /> + </concept> + <concept> + <code value="letter-with-patient" /> + <display value="Letter with patient" /> + </concept> + <concept> + <code value="outbound-referral" /> + <display value="Outbound referral" /> + </concept> + <concept> + <code value="request-form-or-letter-sent-by-mail-email" /> + <display value="Request form or letter sent by mail/email" /> + </concept> + <concept> + <code value="telephone-contact-only" /> + <display value="Telephone contact only" /> + </concept> + <concept> + <code value="relevant-clinical-risk-factors" /> + <display value="Relevant clinical risk factors" /> + </concept> + <concept> + <code value="relevant-past-medical-surgical-and-mental-health-history" /> + <display value="Relevant past medical, surgical and mental health history" /> + </concept> + <concept> + <code value="request-types" /> + <display value="Request types" /> + </concept> + <concept> + <code value="diagnostic-imaging-request" /> + <display value="Diagnostic imaging request" /> + </concept> + <concept> + <code value="diagnostic-imaging-request-summary" /> + <display value="Diagnostic imaging request summary" /> + </concept> + <concept> + <code value="relevant-clinical-information-for-diagnostic-imaging-request" /> + <display value="Relevant clinical information for diagnostic imaging request" /> + </concept> + <concept> + <code value="relevant-supporting-information-for-diagnostic-imaging-request" /> + <display value="Relevant supporting information for diagnostic imaging request" /> + </concept> + <concept> + <code value="fulfiller-request" /> + <display value="Fulfiller request" /> + </concept> + <concept> + <code value="fulfiller-request-details" /> + <display value="Fulfiller request details" /> + </concept> + <concept> + <code value="request" /> + <display value="Request" /> + </concept> + <concept> + <code value="review-of-systems" /> + <display value="Review of systems" /> + </concept> + <concept> + <code value="risk-from-others" /> + <display value="Risk from others" /> + </concept> + <concept> + <code value="risk-information" /> + <display value="Risk information" /> + </concept> + <concept> + <code value="risk-mitigation" /> + <display value="Risk mitigation" /> + </concept> + <concept> + <code value="risks-to-others" /> + <display value="Risks to others" /> + </concept> + <concept> + <code value="risks-to-self" /> + <display value="Risks to self" /> + </concept> + <concept> + <code value="role-views" /> + <display value="Role views" /> + </concept> + <concept> + <code value="abstract-problem-node" /> + <display value="Abstract problem node" /> + </concept> + <concept> + <code value="alerts" /> + <display value="Alerts" /> + </concept> + <concept> + <code value="problems" /> + <display value="Problems" /> + </concept> + <concept> + <code value="reason-for-encounter" /> + <display value="Reason for encounter" /> + </concept> + <concept> + <code value="reason-for-referral" /> + <display value="Reason for referral" /> + </concept> + <concept> + <code value="reason-for-repeat-laboratory-test" /> + <display value="Reason for repeat laboratory test" /> + </concept> + <concept> + <code value="safeguarding" /> + <display value="Safeguarding" /> + </concept> + <concept> + <code value="safeguarding-issues" /> + <display value="Safeguarding issues" /> + </concept> + <concept> + <code value="safety-alerts" /> + <display value="Safety alerts" /> + </concept> + <concept> + <code value="screening-invitation-medium" /> + <display value="Screening invitation medium" /> + </concept> + <concept> + <code value="screening-method" /> + <display value="Screening method" /> + </concept> + <concept> + <code value="senior-reviewing-clinician" /> + <display value="Senior reviewing clinician" /> + </concept> + <concept> + <code value="services-and-care" /> + <display value="Services and care" /> + </concept> + <concept> + <code value="social-context" /> + <display value="Social context" /> + </concept> + <concept> + <code value="special-requirements" /> + <display value="Special requirements" /> + </concept> + <concept> + <code value="time-modifiers" /> + <display value="Time modifiers" /> + </concept> + <concept> + <code value="future" /> + <display value="Future" /> + </concept> + <concept> + <code value="outlook" /> + <display value="Outlook" /> + </concept> + <concept> + <code value="aim-goal" /> + <display value="Aim/goal" /> + </concept> + <concept> + <code value="at-risk-of" /> + <display value="At risk of" /> + </concept> + <concept> + <code value="risk-to-patient" /> + <display value="Risk to patient" /> + </concept> + <concept> + <code value="plan" /> + <display value="Plan" /> + </concept> + <concept> + <code value="past" /> + <display value="Past" /> + </concept> + <concept> + <code value="past-actions" /> + <display value="Past actions" /> + </concept> + <concept> + <code value="past-health-characteristics" /> + <display value="Past health characteristics" /> + </concept> + <concept> + <code value="present-time" /> + <display value="Present - time" /> + </concept> + <concept> + <code value="treatments-and-interventions" /> + <display value="Treatments and interventions" /> + </concept> + <concept> + <code value="treatments-and-interventions-and-changes-made-to-treatments" /> + <display value="Treatments and interventions and changes made to treatments" /> + </concept> + <concept> + <code value="visual-field-report" /> + <display value="Visual field report" /> + </concept> + <concept> + <code value="person-demographics" /> + <display value="Person demographics" /> + </concept> + <concept> + <code value="contact-with-professionals" /> + <display value="Contact with professionals" /> + </concept> + <concept> + <code value="future-appointments" /> + <display value="Future appointments" /> + </concept> + <concept> + <code value="gp-practice" /> + <display value="GP practice" /> + </concept> + <concept> + <code value="consent" /> + <display value="Consent" /> + </concept> + <concept> + <code value="appliances" /> + <display value="Appliances" /> + </concept> + <concept> + <code value="vaccinations" /> + <display value="Vaccinations" /> + </concept> + <concept> + <code value="signpost-details" /> + <display value="Signpost details" /> + </concept> + <concept> + <code value="procedures-and-therapies" /> + <display value="Procedures and therapies" /> + </concept> + <concept> + <code value="pregnancy-status" /> + <display value="Pregnancy status" /> + </concept> + <concept> + <code value="red-flags" /> + <display value="Red flags" /> + </concept> + <concept> + <code value="documents-including-correspondence-audio-and-images" /> + <display value="Documents (including correspondence, audio and images)" /> + </concept> + <concept> + <code value="assessments" /> + <display value="Assessments" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-RecordingSetting.xml b/codesystems/CodeSystem-UKCore-RecordingSetting.xml index c1130ed9..1bd474e1 100644 --- a/codesystems/CodeSystem-UKCore-RecordingSetting.xml +++ b/codesystems/CodeSystem-UKCore-RecordingSetting.xml @@ -1,31 +1,31 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-RecordingSetting"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordingSetting"/> - <version value="1.0.0"/> - <name value="UKCoreRecordingSetting"/> - <title value="UK Core RecordingSetting"/> - <status value="draft"/> - <date value="2023-09-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="A CodeSystem to record if an observation was recorded at home or in a clinical setting."/> - <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="residential"/> - <display value="Residential"/> - </concept> - <concept> - <code value="clinical"/> - <display value="Clinical"/> - </concept> + <id value="UKCore-RecordingSetting" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordingSetting" /> + <version value="1.0.0" /> + <name value="UKCoreRecordingSetting" /> + <title value="UK Core RecordingSetting" /> + <status value="draft" /> + <date value="2023-09-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="A CodeSystem to record if an observation was recorded at home or in a clinical setting." /> + <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="residential" /> + <display value="Residential" /> + </concept> + <concept> + <code value="clinical" /> + <display value="Clinical" /> + </concept> </CodeSystem> \ No newline at end of file diff --git a/codesystems/CodeSystem-UKCore-SampleCategory.xml b/codesystems/CodeSystem-UKCore-SampleCategory.xml index cc77a7b5..7655e4cf 100644 --- a/codesystems/CodeSystem-UKCore-SampleCategory.xml +++ b/codesystems/CodeSystem-UKCore-SampleCategory.xml @@ -1,31 +1,31 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-SampleCategory"/> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory"/> - <version value="1.0.0"/> - <name value="UKCoreSampleCategory"/> - <title value="UK Core Sample Category"/> - <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="A CodeSystem to record the categorisation of a specimen, either sourced from a Tumour or Germline."/> - <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="tumour"/> - <display value="Tumour"/> - </concept> - <concept> - <code value="germline"/> - <display value="Germline"/> - </concept> + <id value="UKCore-SampleCategory" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory" /> + <version value="1.0.0" /> + <name value="UKCoreSampleCategory" /> + <title value="UK Core Sample Category" /> + <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="A CodeSystem to record the categorisation of a specimen, either sourced from a Tumour or Germline." /> + <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="tumour" /> + <display value="Tumour" /> + </concept> + <concept> + <code value="germline" /> + <display value="Germline" /> + </concept> </CodeSystem> \ No newline at end of file diff --git a/codesystems/CodeSystem-UKCore-ServiceRequestMethod.xml b/codesystems/CodeSystem-UKCore-ServiceRequestMethod.xml index f8f47cde..9f63102f 100644 --- a/codesystems/CodeSystem-UKCore-ServiceRequestMethod.xml +++ b/codesystems/CodeSystem-UKCore-ServiceRequestMethod.xml @@ -1,25 +1,25 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-ServiceRequestMethod" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod" /> - <version value="1.0.0" /> - <name value="UKCoreServiceRequestMethod" /> - <title value="UK Core Service Request Method" /> - <status value="retired" /> - <date value="2022-05-20" /> - <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 form in which a service request is sent and received." /> - <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" /> + <id value="UKCore-ServiceRequestMethod" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod" /> + <version value="1.0.0" /> + <name value="UKCoreServiceRequestMethod" /> + <title value="UK Core Service Request Method" /> + <status value="retired" /> + <date value="2022-05-20" /> + <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 form in which a service request is sent and received." /> + <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="1" /> <display value="Fax" /> diff --git a/codesystems/CodeSystem-UKCore-SourceOfAdmissionEngland.xml b/codesystems/CodeSystem-UKCore-SourceOfAdmissionEngland.xml index 3251ff5d..433046c2 100644 --- a/codesystems/CodeSystem-UKCore-SourceOfAdmissionEngland.xml +++ b/codesystems/CodeSystem-UKCore-SourceOfAdmissionEngland.xml @@ -1,87 +1,87 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-SourceOfAdmissionEngland" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> - <version value="1.0.1" /> - <name value="UKCoreSourceOfAdmissionEngland" /> - <title value="UK Core Source Of Admission England" /> - <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="A set of codes that define the source of admission to a Hospital Provider Spell or a Nursing Episode when the Patient is in a Hospital Site or a Care Home. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary Source Of Admission Code (Hospital Provider Spell)](https://datadictionary.nhs.uk/data_elements/source_of_admission_code__hospital_provider_spell_.html) web page on 18/11/2021." /> - <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="19" /> - <display value="Usual place of residence unless listed below, for example, a private dwelling whether owner occupied or owned by Local Authority, housing association or other landlord. This includes wardened accommodation but not residential accommodation where health care is provided. It also includes Patients with no fixed abode." /> - </concept> - <concept> - <code value="29" /> - <display value="Temporary place of residence when usually resident elsewhere (e.g. hotels, residential Educational Establishments)" /> - </concept> - <concept> - <code value="39" /> - <display value="Penal establishment, Court, or Police Station / Police Custody Suite" /> - </concept> - <concept> - <code value="49" /> - <display value="NHS other Hospital Provider - high security psychiatric accommodation in an NHS Hospital Provider (NHS Trust or NHS Foundation Trust)" /> - </concept> - <concept> - <code value="51" /> - <display value="NHS other Hospital Provider - Ward for general Patients or the younger physically disabled or Emergency Care Department" /> - </concept> - <concept> - <code value="52" /> - <display value="NHS other Hospital Provider - Ward for maternity Patients or Neonates" /> - </concept> - <concept> - <code value="53" /> - <display value="NHS other Hospital Provider - Ward for Patients who are mentally ill or have Learning Disabilities" /> - </concept> - <concept> - <code value="54" /> - <display value="NHS run Care Home" /> - </concept> - <concept> - <code value="65" /> - <display value="Local Authority residential accommodation i.e. where care is provided" /> - </concept> - <concept> - <code value="66" /> - <display value="Local Authority foster care" /> - </concept> - <concept> - <code value="79" /> - <display value="Babies born in or on the way to hospital" /> - </concept> - <concept> - <code value="85" /> - <display value="Non-NHS (other than Local Authority) run Care Home" /> - </concept> - <concept> - <code value="87" /> - <display value="Non NHS run hospital" /> - </concept> - <concept> - <code value="88" /> - <display value="Non-NHS (other than Local Authority) run Hospice" /> - </concept> - <concept> - <code value="98" /> - <display value="Not applicable" /> - </concept> - <concept> - <code value="99" /> - <display value="Source of admission not known" /> - </concept> + <id value="UKCore-SourceOfAdmissionEngland" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.1" /> + <name value="UKCoreSourceOfAdmissionEngland" /> + <title value="UK Core Source Of Admission England" /> + <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="A set of codes that define the source of admission to a Hospital Provider Spell or a Nursing Episode when the Patient is in a Hospital Site or a Care Home. These codes and their descriptions represent concepts used in England and are copied from the content of the [NHS Data Dictionary Source Of Admission Code (Hospital Provider Spell)](https://datadictionary.nhs.uk/data_elements/source_of_admission_code__hospital_provider_spell_.html) web page on 18/11/2021." /> + <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="19" /> + <display value="Usual place of residence unless listed below, for example, a private dwelling whether owner occupied or owned by Local Authority, housing association or other landlord. This includes wardened accommodation but not residential accommodation where health care is provided. It also includes Patients with no fixed abode." /> + </concept> + <concept> + <code value="29" /> + <display value="Temporary place of residence when usually resident elsewhere (e.g. hotels, residential Educational Establishments)" /> + </concept> + <concept> + <code value="39" /> + <display value="Penal establishment, Court, or Police Station / Police Custody Suite" /> + </concept> + <concept> + <code value="49" /> + <display value="NHS other Hospital Provider - high security psychiatric accommodation in an NHS Hospital Provider (NHS Trust or NHS Foundation Trust)" /> + </concept> + <concept> + <code value="51" /> + <display value="NHS other Hospital Provider - Ward for general Patients or the younger physically disabled or Emergency Care Department" /> + </concept> + <concept> + <code value="52" /> + <display value="NHS other Hospital Provider - Ward for maternity Patients or Neonates" /> + </concept> + <concept> + <code value="53" /> + <display value="NHS other Hospital Provider - Ward for Patients who are mentally ill or have Learning Disabilities" /> + </concept> + <concept> + <code value="54" /> + <display value="NHS run Care Home" /> + </concept> + <concept> + <code value="65" /> + <display value="Local Authority residential accommodation i.e. where care is provided" /> + </concept> + <concept> + <code value="66" /> + <display value="Local Authority foster care" /> + </concept> + <concept> + <code value="79" /> + <display value="Babies born in or on the way to hospital" /> + </concept> + <concept> + <code value="85" /> + <display value="Non-NHS (other than Local Authority) run Care Home" /> + </concept> + <concept> + <code value="87" /> + <display value="Non NHS run hospital" /> + </concept> + <concept> + <code value="88" /> + <display value="Non-NHS (other than Local Authority) run Hospice" /> + </concept> + <concept> + <code value="98" /> + <display value="Not applicable" /> + </concept> + <concept> + <code value="99" /> + <display value="Source of admission not known" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-SourceOfAdmissionWales.xml b/codesystems/CodeSystem-UKCore-SourceOfAdmissionWales.xml index 6e7cead1..fc2da1f4 100644 --- a/codesystems/CodeSystem-UKCore-SourceOfAdmissionWales.xml +++ b/codesystems/CodeSystem-UKCore-SourceOfAdmissionWales.xml @@ -1,75 +1,75 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-SourceOfAdmissionWales" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> - <version value="1.0.1" /> - <name value="UKCoreSourceOfAdmissionWales" /> - <title value="UK Core Source Of Admission Wales" /> - <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="A set of codes that define the source of admission to a hospital. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary Source Of Admission](http://www.datadictionary.wales.nhs.uk/#!WordDocuments/sourceofadmission.htm) web page on 18/11/2021." /> - <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="19" /> - <display value="Own Home" /> - </concept> - <concept> - <code value="20" /> - <display value="Permanent residence at nursing home, residential care home." /> - </concept> - <concept> - <code value="21" /> - <display value="Temporary residence at nursing home, residential care home." /> - </concept> - <concept> - <code value="22" /> - <display value="No fixed abode." /> - </concept> - <concept> - <code value="23" /> - <display value="Hospice." /> - </concept> - <concept> - <code value="29" /> - <display value="Temporary place of residence, when usually resident elsewhere (includes hotel, residential educational institution)." /> - </concept> - <concept> - <code value="39" /> - <display value="Penal establishment, court or police station or police custody suite" /> - </concept> - <concept> - <code value="51" /> - <display value="Patient transfer from other health board / trust" /> - </concept> - <concept> - <code value="55" /> - <display value="Patient transfer within the same health board / trust." /> - </concept> - <concept> - <code value="65" /> - <display value="Local Authority Part 3 residential accommodations i.e. where care is provided." /> - </concept> - <concept> - <code value="66" /> - <display value="Local Authority foster care but not in Part 3 residential accommodation." /> - </concept> - <concept> - <code value="79" /> - <display value="Babies born in or on way to hospital. (Baby Activity)" /> - </concept> - <concept> - <code value="87" /> - <display value="Patient transfer from non NHS hospital, includes private hospitals e.g. BUPA" /> - </concept> + <id value="UKCore-SourceOfAdmissionWales" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> + <version value="1.0.1" /> + <name value="UKCoreSourceOfAdmissionWales" /> + <title value="UK Core Source Of Admission Wales" /> + <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="A set of codes that define the source of admission to a hospital. These codes and their descriptions represent concepts used in Wales and are copied from the content of the [NHS Wales Data Dictionary Source Of Admission](http://www.datadictionary.wales.nhs.uk/#!WordDocuments/sourceofadmission.htm) web page on 18/11/2021." /> + <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="19" /> + <display value="Own Home" /> + </concept> + <concept> + <code value="20" /> + <display value="Permanent residence at nursing home, residential care home." /> + </concept> + <concept> + <code value="21" /> + <display value="Temporary residence at nursing home, residential care home." /> + </concept> + <concept> + <code value="22" /> + <display value="No fixed abode." /> + </concept> + <concept> + <code value="23" /> + <display value="Hospice." /> + </concept> + <concept> + <code value="29" /> + <display value="Temporary place of residence, when usually resident elsewhere (includes hotel, residential educational institution)." /> + </concept> + <concept> + <code value="39" /> + <display value="Penal establishment, court or police station or police custody suite" /> + </concept> + <concept> + <code value="51" /> + <display value="Patient transfer from other health board / trust" /> + </concept> + <concept> + <code value="55" /> + <display value="Patient transfer within the same health board / trust." /> + </concept> + <concept> + <code value="65" /> + <display value="Local Authority Part 3 residential accommodations i.e. where care is provided." /> + </concept> + <concept> + <code value="66" /> + <display value="Local Authority foster care but not in Part 3 residential accommodation." /> + </concept> + <concept> + <code value="79" /> + <display value="Babies born in or on way to hospital. (Baby Activity)" /> + </concept> + <concept> + <code value="87" /> + <display value="Patient transfer from non NHS hospital, includes private hospitals e.g. BUPA" /> + </concept> </CodeSystem> diff --git a/codesystems/CodeSystem-UKCore-SpineErrorOrWarningCode.xml b/codesystems/CodeSystem-UKCore-SpineErrorOrWarningCode.xml index 987b901d..b8552e2f 100644 --- a/codesystems/CodeSystem-UKCore-SpineErrorOrWarningCode.xml +++ b/codesystems/CodeSystem-UKCore-SpineErrorOrWarningCode.xml @@ -1,133 +1,133 @@ <CodeSystem xmlns="http://hl7.org/fhir"> - <id value="UKCore-SpineErrorOrWarningCode" /> - <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> - <version value="1.0.0" /> - <name value="UKCoreSpineErrorOrWarningCode" /> - <title value="UK Core Spine Error Or Warning Code" /> - <status value="active" /> - <date value="2022-01-07" /> - <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 types of Spine error and warning." /> - <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="ACCESS_DENIED" /> - <display value="Access has been denied to process this request" /> - <definition value="Used when the user does not have permission for a particular request. e.g. when their ASID does not have the correct interactions attached to it." /> - </concept> - <concept> - <code value="FAILURE_TO_PROCESS_MESSAGE" /> - <display value="Failure to process message" /> - <definition value="A default message when something really bad has happened that the system could not handle." /> - </concept> - <concept> - <code value="UNABLE_TO_CALL_SERVICE" /> - <display value="Unable to call service" /> - <definition value="For a synchronous request, the downstream domain processing has not completed within the configured timeout period." /> - </concept> - <concept> - <code value="UNSUPPORTED_SERVICE" /> - <display value="Unsupported service" /> - <definition value="The service the user requested is an endpoint that does not exist - so is unsupported. e.g. /Patient/9999999999/Pets" /> - </concept> - <concept> - <code value="RESOURCE_NOT_FOUND" /> - <display value="Resource not found" /> - <definition value="The resource was not found." /> - </concept> - <concept> - <code value="INVALID_RESOURCE_ID" /> - <display value="Invalid resource ID" /> - <definition value="The resource ID was not valid. For example a NHS Number is presented which is not a valid NHS Number." /> - </concept> - <concept> - <code value="INVALIDATED_RESOURCE" /> - <display value="Invalidated resource" /> - <definition value="The resource has been invalidated so could not be returned." /> - </concept> - <concept> - <code value="INVALID_SEARCH_DATA" /> - <display value="Invalid search data" /> - <definition value="The search parameters are invalid. A description of what exactly is at fault will be added to the display." /> - </concept> - <concept> - <code value="TOO_MANY_MATCHES" /> - <display value="Too many matches" /> - <definition value="Too many matches were found - user should refine their search parameters." /> - </concept> - <concept> - <code value="PRECONDITION_FAILED" /> - <display value="Precondition failed" /> - <definition value="Request missing basic requirements such as If-Match header (or invalid headers)." /> - </concept> - <concept> - <code value="RESOURCE_VERSION_MISMATCH" /> - <display value="Resource version mismatch" /> - <definition value="The resource version has changed since your last read, so the update has been rejected." /> - </concept> - <concept> - <code value="FORBIDDEN_UPDATE" /> - <display value="Forbidden update" /> - <definition value="The user is not permitted to update certain resources or elements - a detailed description will be added to the display. For example - updating a sensitive patient or adding a formal death notification is only permitted from certain systems." /> - </concept> - <concept> - <code value="VALIDATION_ERROR" /> - <display value="Validation error" /> - <definition value="This it the 'default' error thrown when no others are applicable." /> - </concept> - <concept> - <code value="INVALID_UPDATE" /> - <display value="Invalid update" /> - <definition value="The update was invalid - a detailed description will be added to the display." /> - </concept> - <concept> - <code value="MISSING_VALUE" /> - <display value="Missing value" /> - <definition value="There was a missing value in the request. For example - a name update that is missing the surname. The missing value will be presented in the display." /> - </concept> - <concept> - <code value="INVALID_VALUE" /> - <display value="Invalid value" /> - <definition value="There was an invalid value in the request. For example - a name update where the surname is too long. The invalid value and field will be presented in the display." /> - </concept> - <concept> - <code value="UNSUPPORTED_VALUE" /> - <display value="Unsupported value" /> - <definition value="There was an unsupported value in the request. The value may be valid in the schema - however it could be a legacy value that we do not allow to be set anymore. For example - setting the death notification status to 'removed'. The invalid value and field will be presented in the display." /> - </concept> - <concept> - <code value="TOO_FEW_VALUES_SUBMITTED" /> - <display value="Too few values submitted" /> - <definition value="The field in question has a minimum number of items and the user sent too few." /> - </concept> - <concept> - <code value="TOO_MANY_VALUES_SUBMITTED" /> - <display value="Too many values submitted" /> - <definition value="The field in question has a maximum number of items and the user sent too many." /> - </concept> - <concept> - <code value="ADDITIONAL_PROPERTIES" /> - <display value="Additional properties" /> - <definition value="The user sent additional properties within the dictionary. For example sending a patient patch and attempting to add 'pets', which is not an allowed field within the patient resource." /> - </concept> - <concept> - <code value="POLLING_ID_NOT_FOUND" /> - <display value="Polling ID not found" /> - <definition value="When polling the ID was not found - or it was not applicable such as a non polling ID." /> - </concept> - <concept> - <code value="POLLING_MESSAGE_FAILURE" /> - <display value="Polling message failure" /> - <definition value="When polling an ID, a message was found to be in a failed state, so there is nothing else to be done and should be considered a failure." /> - </concept> + <id value="UKCore-SpineErrorOrWarningCode" /> + <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <name value="UKCoreSpineErrorOrWarningCode" /> + <title value="UK Core Spine Error Or Warning Code" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 types of Spine error and warning." /> + <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="ACCESS_DENIED" /> + <display value="Access has been denied to process this request" /> + <definition value="Used when the user does not have permission for a particular request. e.g. when their ASID does not have the correct interactions attached to it." /> + </concept> + <concept> + <code value="FAILURE_TO_PROCESS_MESSAGE" /> + <display value="Failure to process message" /> + <definition value="A default message when something really bad has happened that the system could not handle." /> + </concept> + <concept> + <code value="UNABLE_TO_CALL_SERVICE" /> + <display value="Unable to call service" /> + <definition value="For a synchronous request, the downstream domain processing has not completed within the configured timeout period." /> + </concept> + <concept> + <code value="UNSUPPORTED_SERVICE" /> + <display value="Unsupported service" /> + <definition value="The service the user requested is an endpoint that does not exist - so is unsupported. e.g. /Patient/9999999999/Pets" /> + </concept> + <concept> + <code value="RESOURCE_NOT_FOUND" /> + <display value="Resource not found" /> + <definition value="The resource was not found." /> + </concept> + <concept> + <code value="INVALID_RESOURCE_ID" /> + <display value="Invalid resource ID" /> + <definition value="The resource ID was not valid. For example a NHS Number is presented which is not a valid NHS Number." /> + </concept> + <concept> + <code value="INVALIDATED_RESOURCE" /> + <display value="Invalidated resource" /> + <definition value="The resource has been invalidated so could not be returned." /> + </concept> + <concept> + <code value="INVALID_SEARCH_DATA" /> + <display value="Invalid search data" /> + <definition value="The search parameters are invalid. A description of what exactly is at fault will be added to the display." /> + </concept> + <concept> + <code value="TOO_MANY_MATCHES" /> + <display value="Too many matches" /> + <definition value="Too many matches were found - user should refine their search parameters." /> + </concept> + <concept> + <code value="PRECONDITION_FAILED" /> + <display value="Precondition failed" /> + <definition value="Request missing basic requirements such as If-Match header (or invalid headers)." /> + </concept> + <concept> + <code value="RESOURCE_VERSION_MISMATCH" /> + <display value="Resource version mismatch" /> + <definition value="The resource version has changed since your last read, so the update has been rejected." /> + </concept> + <concept> + <code value="FORBIDDEN_UPDATE" /> + <display value="Forbidden update" /> + <definition value="The user is not permitted to update certain resources or elements - a detailed description will be added to the display. For example - updating a sensitive patient or adding a formal death notification is only permitted from certain systems." /> + </concept> + <concept> + <code value="VALIDATION_ERROR" /> + <display value="Validation error" /> + <definition value="This it the 'default' error thrown when no others are applicable." /> + </concept> + <concept> + <code value="INVALID_UPDATE" /> + <display value="Invalid update" /> + <definition value="The update was invalid - a detailed description will be added to the display." /> + </concept> + <concept> + <code value="MISSING_VALUE" /> + <display value="Missing value" /> + <definition value="There was a missing value in the request. For example - a name update that is missing the surname. The missing value will be presented in the display." /> + </concept> + <concept> + <code value="INVALID_VALUE" /> + <display value="Invalid value" /> + <definition value="There was an invalid value in the request. For example - a name update where the surname is too long. The invalid value and field will be presented in the display." /> + </concept> + <concept> + <code value="UNSUPPORTED_VALUE" /> + <display value="Unsupported value" /> + <definition value="There was an unsupported value in the request. The value may be valid in the schema - however it could be a legacy value that we do not allow to be set anymore. For example - setting the death notification status to 'removed'. The invalid value and field will be presented in the display." /> + </concept> + <concept> + <code value="TOO_FEW_VALUES_SUBMITTED" /> + <display value="Too few values submitted" /> + <definition value="The field in question has a minimum number of items and the user sent too few." /> + </concept> + <concept> + <code value="TOO_MANY_VALUES_SUBMITTED" /> + <display value="Too many values submitted" /> + <definition value="The field in question has a maximum number of items and the user sent too many." /> + </concept> + <concept> + <code value="ADDITIONAL_PROPERTIES" /> + <display value="Additional properties" /> + <definition value="The user sent additional properties within the dictionary. For example sending a patient patch and attempting to add 'pets', which is not an allowed field within the patient resource." /> + </concept> + <concept> + <code value="POLLING_ID_NOT_FOUND" /> + <display value="Polling ID not found" /> + <definition value="When polling the ID was not found - or it was not applicable such as a non polling ID." /> + </concept> + <concept> + <code value="POLLING_MESSAGE_FAILURE" /> + <display value="Polling message failure" /> + <definition value="When polling an ID, a message was found to be in a failed state, so there is nothing else to be done and should be considered a failure." /> + </concept> </CodeSystem> diff --git a/conceptmaps/ConceptMap-UKCore-AdministrativeGender.xml b/conceptmaps/ConceptMap-UKCore-AdministrativeGender.xml index 053f93fb..25ba35be 100644 --- a/conceptmaps/ConceptMap-UKCore-AdministrativeGender.xml +++ b/conceptmaps/ConceptMap-UKCore-AdministrativeGender.xml @@ -1,63 +1,63 @@ <ConceptMap xmlns="http://hl7.org/fhir"> - <id value="UKCore-AdministrativeGender"/> - <url value="https://fhir.hl7.org.uk/ConceptMap/ConceptMap-UKCore-AdministrativeGender"/> - <version value="2.0.0"/> - <name value="ConceptMapUKCoreAdministrativeGender"/> - <title value="Concept Map - UK Core Administrative Gender"/> - <status value="retired" /> - <date value="2021-09-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="A Concept Map from ValueSet Administrative Gender to NHS Data Dictionary Person Stated Gender to aid 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." /> - <sourceUri value="http://hl7.org/fhir/ValueSet/administrative-gender"/> - <targetUri value="https://fhir.hl7.org.uk/ValueSet/UKCore-NHSDataDictionary-PersonStatedGender"/> - <group> - <source value="http://hl7.org/fhir/administrative-gender"/> - <target value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSDataDictionary-PersonStatedGender"/> - <element> - <code value="male"/> - <display value="Male"/> - <target> - <code value="1"/> - <display value="Male"/> - <equivalence value="equivalent"/> - </target> - </element> - <element> - <code value="female"/> - <display value="Female"/> - <target> - <code value="2"/> - <display value="Female"/> - <equivalence value="equivalent"/> - </target> - </element> - <element> - <code value="other"/> - <display value="Other"/> - <target> - <code value="9"/> - <display value="Indeterminate (unable to be classified as either male or female)"/> - <equivalence value="equivalent"/> - </target> - </element> - <element> - <code value="unknown"/> - <display value="Unknown"/> - <target> - <code value="X"/> - <display value="Not Known (not recorded)"/> - <equivalence value="equivalent"/> - </target> - </element> - </group> + <id value="UKCore-AdministrativeGender" /> + <url value="https://fhir.hl7.org.uk/ConceptMap/ConceptMap-UKCore-AdministrativeGender" /> + <version value="2.0.0" /> + <name value="ConceptMapUKCoreAdministrativeGender" /> + <title value="Concept Map - UK Core Administrative Gender" /> + <status value="retired" /> + <date value="2021-09-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="A Concept Map from ValueSet Administrative Gender to NHS Data Dictionary Person Stated Gender to aid 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." /> + <sourceUri value="http://hl7.org/fhir/ValueSet/administrative-gender" /> + <targetUri value="https://fhir.hl7.org.uk/ValueSet/UKCore-NHSDataDictionary-PersonStatedGender" /> + <group> + <source value="http://hl7.org/fhir/administrative-gender" /> + <target value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSDataDictionary-PersonStatedGender" /> + <element> + <code value="male" /> + <display value="Male" /> + <target> + <code value="1" /> + <display value="Male" /> + <equivalence value="equivalent" /> + </target> + </element> + <element> + <code value="female" /> + <display value="Female" /> + <target> + <code value="2" /> + <display value="Female" /> + <equivalence value="equivalent" /> + </target> + </element> + <element> + <code value="other" /> + <display value="Other" /> + <target> + <code value="9" /> + <display value="Indeterminate (unable to be classified as either male or female)" /> + <equivalence value="equivalent" /> + </target> + </element> + <element> + <code value="unknown" /> + <display value="Unknown" /> + <target> + <code value="X" /> + <display value="Not Known (not recorded)" /> + <equivalence value="equivalent" /> + </target> + </element> + </group> </ConceptMap> diff --git a/conceptmaps/ConceptMap-UKCore-ConditionEpisodicity.xml b/conceptmaps/ConceptMap-UKCore-ConditionEpisodicity.xml index b2098c39..d1a0a303 100644 --- a/conceptmaps/ConceptMap-UKCore-ConditionEpisodicity.xml +++ b/conceptmaps/ConceptMap-UKCore-ConditionEpisodicity.xml @@ -1,63 +1,63 @@ <ConceptMap xmlns="http://hl7.org/fhir"> - <id value="UKCore-ConditionEpisodicity"/> - <url value="https://fhir.hl7.org.uk/ConceptMap/ConceptMap-UKCore-ConditionEpisodicity"/> - <version value="2.0.0"/> - <name value="ConceptMapUKCoreConditionEpisodicity"/> - <title value="ConceptMap - UK Core Condition Episodicity"/> - <status value="retired" /> - <date value="2022-12-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 Concept Map from ValueSet Condition Episodicity Severity to equivalent Snomed CT codes"/> - <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." /> - <sourceUri value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionEpisodicity"/> - <targetUri value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionEpisode"/> - <group> - <source value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity"/> - <target value="http://snomed.info/sct"/> - <element> - <code value="first"/> - <display value="First"/> - <target> - <code value="255217005"/> - <display value="First episode"/> - <equivalence value="equivalent"/> - </target> - </element> - <element> - <code value="new"/> - <display value="New"/> - <target> - <code value="288527008"/> - <display value="New episode"/> - <equivalence value="equivalent"/> - </target> - </element> - <element> - <code value="review"/> - <display value="Review"/> - <target> - <code value="303350001"/> - <display value="Ongoing episode"/> - <equivalence value="equivalent"/> - </target> - </element> - <element> - <code value="end"/> - <display value="End"/> - <target> - <code value="272131007"/> - <display value="Old episode"/> - <equivalence value="equivalent"/> - </target> - </element> - </group> + <id value="UKCore-ConditionEpisodicity" /> + <url value="https://fhir.hl7.org.uk/ConceptMap/ConceptMap-UKCore-ConditionEpisodicity" /> + <version value="2.0.0" /> + <name value="ConceptMapUKCoreConditionEpisodicity" /> + <title value="ConceptMap - UK Core Condition Episodicity" /> + <status value="retired" /> + <date value="2022-12-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 Concept Map from ValueSet Condition Episodicity Severity to equivalent Snomed CT codes" /> + <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." /> + <sourceUri value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionEpisodicity" /> + <targetUri value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionEpisode" /> + <group> + <source value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity" /> + <target value="http://snomed.info/sct" /> + <element> + <code value="first" /> + <display value="First" /> + <target> + <code value="255217005" /> + <display value="First episode" /> + <equivalence value="equivalent" /> + </target> + </element> + <element> + <code value="new" /> + <display value="New" /> + <target> + <code value="288527008" /> + <display value="New episode" /> + <equivalence value="equivalent" /> + </target> + </element> + <element> + <code value="review" /> + <display value="Review" /> + <target> + <code value="303350001" /> + <display value="Ongoing episode" /> + <equivalence value="equivalent" /> + </target> + </element> + <element> + <code value="end" /> + <display value="End" /> + <target> + <code value="272131007" /> + <display value="Old episode" /> + <equivalence value="equivalent" /> + </target> + </element> + </group> </ConceptMap> diff --git a/conceptmaps/ConceptMap-UKCore-MaritalStatus.xml b/conceptmaps/ConceptMap-UKCore-MaritalStatus.xml index 16854418..f67deeea 100644 --- a/conceptmaps/ConceptMap-UKCore-MaritalStatus.xml +++ b/conceptmaps/ConceptMap-UKCore-MaritalStatus.xml @@ -1,94 +1,94 @@ <ConceptMap xmlns="http://hl7.org/fhir"> - <id value="UKCore-MaritalStatus"/> - <url value="https://fhir.hl7.org.uk/ConceptMap/ConceptMap-UKCore-MaritalStatus"/> - <version value="2.0.0"/> - <name value="ConceptMapUKCoreMaritalStatus"/> - <title value="Concept Map - UK Core Marital Status"/> - <status value="retired" /> - <date value="2021-09-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="A Concept Map from ValueSet Marital Status to NHS Data Dictionary Person Marital Status to aid 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." /> - <sourceUri value="http://hl7.org/fhir/ValueSet/marital-status"/> - <targetUri value="https://fhir.hl7.org.uk/ValueSet/UKCore-NHSDataDictionary-PersonMaritalStatus"/> - <group> - <source value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/> - <target value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSDataDictionary-PersonMaritalStatus"/> - <element> - <code value="U"/> - <display value="unmarried"/> - <target> - <code value="S"/> - <display value="Single"/> - <equivalence value="equivalent"/> - </target> - </element> - <element> - <code value="D"/> - <display value="Divorced"/> - <target> - <code value="D"/> - <display value="Divorced/Person whose Civil Partnership has been dissolved"/> - <equivalence value="equivalent"/> - </target> - </element> - <element> - <code value="L"/> - <display value="Legally Separated"/> - <target> - <code value="P"/> - <display value="Separated"/> - <equivalence value="equivalent"/> - </target> - </element> - <element> - <code value="M"/> - <display value="Married"/> - <target> - <code value="M"/> - <display value="Married/Civil Partner"/> - <equivalence value="equivalent"/> - </target> - </element> - <element> - <code value="S"/> - <display value="Never Married"/> - <target> - <code value="S"/> - <display value="Single"/> - <equivalence value="equivalent"/> - </target> - </element> - <element> - <code value="W"/> - <display value="Widowed"/> - <target> - <code value="W"/> - <display value="Widowed/Surviving Civil Partner"/> - <equivalence value="equivalent"/> - </target> - </element> - </group> - <group> - <source value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> - <target value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSDataDictionary-PersonMaritalStatus"/> - <element> - <code value="UNK"/> - <display value="unknown"/> - <target> - <code value="N"/> - <display value="Not disclosed"/> - <equivalence value="equivalent"/> - </target> - </element> - </group> + <id value="UKCore-MaritalStatus" /> + <url value="https://fhir.hl7.org.uk/ConceptMap/ConceptMap-UKCore-MaritalStatus" /> + <version value="2.0.0" /> + <name value="ConceptMapUKCoreMaritalStatus" /> + <title value="Concept Map - UK Core Marital Status" /> + <status value="retired" /> + <date value="2021-09-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="A Concept Map from ValueSet Marital Status to NHS Data Dictionary Person Marital Status to aid 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." /> + <sourceUri value="http://hl7.org/fhir/ValueSet/marital-status" /> + <targetUri value="https://fhir.hl7.org.uk/ValueSet/UKCore-NHSDataDictionary-PersonMaritalStatus" /> + <group> + <source value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" /> + <target value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSDataDictionary-PersonMaritalStatus" /> + <element> + <code value="U" /> + <display value="unmarried" /> + <target> + <code value="S" /> + <display value="Single" /> + <equivalence value="equivalent" /> + </target> + </element> + <element> + <code value="D" /> + <display value="Divorced" /> + <target> + <code value="D" /> + <display value="Divorced/Person whose Civil Partnership has been dissolved" /> + <equivalence value="equivalent" /> + </target> + </element> + <element> + <code value="L" /> + <display value="Legally Separated" /> + <target> + <code value="P" /> + <display value="Separated" /> + <equivalence value="equivalent" /> + </target> + </element> + <element> + <code value="M" /> + <display value="Married" /> + <target> + <code value="M" /> + <display value="Married/Civil Partner" /> + <equivalence value="equivalent" /> + </target> + </element> + <element> + <code value="S" /> + <display value="Never Married" /> + <target> + <code value="S" /> + <display value="Single" /> + <equivalence value="equivalent" /> + </target> + </element> + <element> + <code value="W" /> + <display value="Widowed" /> + <target> + <code value="W" /> + <display value="Widowed/Surviving Civil Partner" /> + <equivalence value="equivalent" /> + </target> + </element> + </group> + <group> + <source value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor" /> + <target value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSDataDictionary-PersonMaritalStatus" /> + <element> + <code value="UNK" /> + <display value="unknown" /> + <target> + <code value="N" /> + <display value="Not disclosed" /> + <equivalence value="equivalent" /> + </target> + </element> + </group> </ConceptMap> diff --git a/examples/UKCore-AllergyIntolerance-Sn-DrugAllergy-Example.xml b/examples/UKCore-AllergyIntolerance-Sn-DrugAllergy-Example.xml index 62f0b100..d8e5fad7 100644 --- a/examples/UKCore-AllergyIntolerance-Sn-DrugAllergy-Example.xml +++ b/examples/UKCore-AllergyIntolerance-Sn-DrugAllergy-Example.xml @@ -1,30 +1,30 @@ <AllergyIntolerance xmlns="http://hl7.org/fhir"> - <id value="UKCore-AllergyIntolerance-Sn-DrugAllergy-Example"/> - <clinicalStatus> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/> - <code value="active"/> - <display value="Active"/> - </coding> - </clinicalStatus> - <verificationStatus> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/> - <code value="confirmed"/> - <display value="Confirmed"/> - </coding> - </verificationStatus> - <!-- **************Snippet start************** --> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="196461000000101"/> - <display value="Transfer-degraded drug allergy (record artifact)"/> - </coding> - <text value="9339101000001105 | Septrin"/> - </code> - <!-- **************Snippet end************** --> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> + <id value="UKCore-AllergyIntolerance-Sn-DrugAllergy-Example" /> + <clinicalStatus> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" /> + <code value="active" /> + <display value="Active" /> + </coding> + </clinicalStatus> + <verificationStatus> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" /> + <code value="confirmed" /> + <display value="Confirmed" /> + </coding> + </verificationStatus> + <!-- **************Snippet start************** --> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="196461000000101" /> + <display value="Transfer-degraded drug allergy (record artifact)" /> + </coding> + <text value="9339101000001105 | Septrin" /> + </code> + <!-- **************Snippet end************** --> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> </AllergyIntolerance> \ No newline at end of file diff --git a/examples/UKCore-AllergyIntolerance-Sn-DrugAllergyToEggProtein-Example.xml b/examples/UKCore-AllergyIntolerance-Sn-DrugAllergyToEggProtein-Example.xml index bf6e10f4..5a3b43a8 100644 --- a/examples/UKCore-AllergyIntolerance-Sn-DrugAllergyToEggProtein-Example.xml +++ b/examples/UKCore-AllergyIntolerance-Sn-DrugAllergyToEggProtein-Example.xml @@ -1,30 +1,30 @@ <AllergyIntolerance xmlns="http://hl7.org/fhir"> - <id value="UKCore-AllergyIntolerance-Sn-DrugAllergyToEggProtein-Example"/> - <clinicalStatus> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/> - <code value="active"/> - <display value="Active"/> - </coding> - </clinicalStatus> - <verificationStatus> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/> - <code value="confirmed"/> - <display value="Confirmed"/> - </coding> - </verificationStatus> - <!-- **************Snippet start************** --> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="196461000000101"/> - <display value="Transfer-degraded drug allergy (record artifact)"/> - </coding> - <text value="213020009 | Allergy to egg protein"/> - </code> - <!-- **************Snippet end************** --> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> + <id value="UKCore-AllergyIntolerance-Sn-DrugAllergyToEggProtein-Example" /> + <clinicalStatus> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" /> + <code value="active" /> + <display value="Active" /> + </coding> + </clinicalStatus> + <verificationStatus> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" /> + <code value="confirmed" /> + <display value="Confirmed" /> + </coding> + </verificationStatus> + <!-- **************Snippet start************** --> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="196461000000101" /> + <display value="Transfer-degraded drug allergy (record artifact)" /> + </coding> + <text value="213020009 | Allergy to egg protein" /> + </code> + <!-- **************Snippet end************** --> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> </AllergyIntolerance> \ No newline at end of file diff --git a/examples/UKCore-AllergyIntolerance-Sn-NegHandlNoKnownAllergies-Example.xml b/examples/UKCore-AllergyIntolerance-Sn-NegHandlNoKnownAllergies-Example.xml index 4f483890..6b4a7695 100644 --- a/examples/UKCore-AllergyIntolerance-Sn-NegHandlNoKnownAllergies-Example.xml +++ b/examples/UKCore-AllergyIntolerance-Sn-NegHandlNoKnownAllergies-Example.xml @@ -1,29 +1,29 @@ <AllergyIntolerance xmlns="http://hl7.org/fhir"> - <id value="UKCore-AllergyIntolerance-Sn-NegHandlNoKnownAllergies-Example"/> - <clinicalStatus> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/> - <code value="active"/> - <display value="Active"/> - </coding> - </clinicalStatus> - <verificationStatus> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/> - <code value="confirmed"/> - <display value="Confirmed"/> - </coding> - </verificationStatus> - <!-- **************Snippet start************** --> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="409137002"/> - <display value="No known drug allergy (situation)"/> - </coding> - </code> - <!-- **************Snippet end************** --> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> + <id value="UKCore-AllergyIntolerance-Sn-NegHandlNoKnownAllergies-Example" /> + <clinicalStatus> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" /> + <code value="active" /> + <display value="Active" /> + </coding> + </clinicalStatus> + <verificationStatus> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" /> + <code value="confirmed" /> + <display value="Confirmed" /> + </coding> + </verificationStatus> + <!-- **************Snippet start************** --> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="409137002" /> + <display value="No known drug allergy (situation)" /> + </coding> + </code> + <!-- **************Snippet end************** --> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> </AllergyIntolerance> \ No newline at end of file diff --git a/examples/UKCore-AllergyIntolerance-Sn-NonDrugAllergy-Example.xml b/examples/UKCore-AllergyIntolerance-Sn-NonDrugAllergy-Example.xml index 5118f97a..75991954 100644 --- a/examples/UKCore-AllergyIntolerance-Sn-NonDrugAllergy-Example.xml +++ b/examples/UKCore-AllergyIntolerance-Sn-NonDrugAllergy-Example.xml @@ -1,30 +1,30 @@ <AllergyIntolerance xmlns="http://hl7.org/fhir"> - <id value="UKCore-AllergyIntolerance-Sn-NonDrugAllergy-Example"/> - <clinicalStatus> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/> - <code value="active"/> - <display value="Active"/> - </coding> - </clinicalStatus> - <verificationStatus> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/> - <code value="confirmed"/> - <display value="Confirmed"/> - </coding> - </verificationStatus> - <!-- **************Snippet start************** --> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="196471000000108"/> - <display value="Transfer-degraded non-drug allergy (record artifact)"/> - </coding> - <text value="Latex"/> - </code> - <!-- **************Snippet end************** --> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> + <id value="UKCore-AllergyIntolerance-Sn-NonDrugAllergy-Example" /> + <clinicalStatus> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" /> + <code value="active" /> + <display value="Active" /> + </coding> + </clinicalStatus> + <verificationStatus> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" /> + <code value="confirmed" /> + <display value="Confirmed" /> + </coding> + </verificationStatus> + <!-- **************Snippet start************** --> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="196471000000108" /> + <display value="Transfer-degraded non-drug allergy (record artifact)" /> + </coding> + <text value="Latex" /> + </code> + <!-- **************Snippet end************** --> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> </AllergyIntolerance> diff --git a/examples/UKCore-AllergyIntolerance-Sn-TransferDegradedDrugAllergy-Example.xml b/examples/UKCore-AllergyIntolerance-Sn-TransferDegradedDrugAllergy-Example.xml index 55cdc6e5..c9cbb5af 100644 --- a/examples/UKCore-AllergyIntolerance-Sn-TransferDegradedDrugAllergy-Example.xml +++ b/examples/UKCore-AllergyIntolerance-Sn-TransferDegradedDrugAllergy-Example.xml @@ -1,30 +1,30 @@ <AllergyIntolerance xmlns="http://hl7.org/fhir"> - <id value="UKCore-AllergyIntolerance-Sn-TransferDegradedDrugAllergy-Example"/> - <clinicalStatus> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/> - <code value="active"/> - <display value="Active"/> - </coding> - </clinicalStatus> - <verificationStatus> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/> - <code value="confirmed"/> - <display value="Confirmed"/> - </coding> - </verificationStatus> - <!-- **************Snippet start************** --> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="196461000000101"/> - <display value="Transfer-degraded drug allergy"/> - </coding> - <text value="Amoxicillin 250mg capsules"/> - </code> - <!-- **************Snippet end************** --> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> + <id value="UKCore-AllergyIntolerance-Sn-TransferDegradedDrugAllergy-Example" /> + <clinicalStatus> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" /> + <code value="active" /> + <display value="Active" /> + </coding> + </clinicalStatus> + <verificationStatus> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" /> + <code value="confirmed" /> + <display value="Confirmed" /> + </coding> + </verificationStatus> + <!-- **************Snippet start************** --> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="196461000000101" /> + <display value="Transfer-degraded drug allergy" /> + </coding> + <text value="Amoxicillin 250mg capsules" /> + </code> + <!-- **************Snippet end************** --> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> </AllergyIntolerance> diff --git a/examples/UKCore-Appointment-OrthopaedicSurgery-Example.xml b/examples/UKCore-Appointment-OrthopaedicSurgery-Example.xml index 81cf4090..73146b36 100644 --- a/examples/UKCore-Appointment-OrthopaedicSurgery-Example.xml +++ b/examples/UKCore-Appointment-OrthopaedicSurgery-Example.xml @@ -1,91 +1,91 @@ <Appointment xmlns="http://hl7.org/fhir"> - <id value="UKCore-Appointment-OrthopaedicSurgery-Example"/> - <!--This supports the recording of the organisation booking the appointment.--> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization"> - <valueReference> - <reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example"/> - <type value="Organization"/> - </valueReference> - </extension> - <!--This describes the delivery channel of a scheduled appointment.--> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel"> - <valueCode value="In-person"/> - </extension> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="e7c54d06-c5b5-4ecb-91c3-5c1e68d3b923"/> - </identifier> - <status value="booked"/> - <serviceCategory> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/service-category"/> - <code value="31"/> - <display value="Specialist Surgical"/> - </coding> - </serviceCategory> - <serviceType> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/service-type"/> - <code value="218"/> - <display value="Orthopaedic Surgery"/> - </coding> - </serviceType> - <specialty> - <coding> - <system value="http://snomed.info/sct"/> - <code value="394801008"/> - <display value="Trauma & orthopaedics"/> - </coding> - </specialty> - <appointmentType> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/> - <code value="FOLLOWUP"/> - <display value="A follow up visit from a previous appointment"/> - </coding> - </appointmentType> - <reasonReference> - <reference value="Condition/UKCore-Condition-HipReplacement-Example"/> - <display value="Pain in both hips"/> - </reasonReference> - <priority value="1"/> - <description value="Appointment to investigate the pain in both hips"/> - <start value="2022-03-11T10:46:00+00:00"/> - <end value="2022-03-11T13:20:00+00:00"/> - <created value="2022-02-14"/> - <comment value="Further expand on the results of the X-ray and determine the next actions that may be appropriate."/> - <patientInstruction value="Please do not eat anything for 1 hour prior to the appointment."/> - <basedOn> - <reference value="ServiceRequest/UKCore-ServiceRequest-HipReplacement-Example"/> - </basedOn> - <participant> - <actor> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - <display value="Richard Smith"/> - </actor> - <required value="required"/> - <status value="accepted"/> - </participant> - <participant> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> - <code value="ATND"/> - </coding> - </type> - <actor> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - <display value="Dr Sandra Gose"/> - </actor> - <required value="required"/> - <status value="accepted"/> - </participant> - <participant> - <actor> - <reference value="Location/UKCore-Location-HospitalSJUH-Example"/> - <display value="Orthopaedic Trauma Department, St James' University Hospital, Leeds"/> - </actor> - <required value="required"/> - <status value="accepted"/> - </participant> + <id value="UKCore-Appointment-OrthopaedicSurgery-Example" /> + <!--This supports the recording of the organisation booking the appointment.--> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization"> + <valueReference> + <reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" /> + <type value="Organization" /> + </valueReference> + </extension> + <!--This describes the delivery channel of a scheduled appointment.--> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel"> + <valueCode value="In-person" /> + </extension> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="e7c54d06-c5b5-4ecb-91c3-5c1e68d3b923" /> + </identifier> + <status value="booked" /> + <serviceCategory> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/service-category" /> + <code value="31" /> + <display value="Specialist Surgical" /> + </coding> + </serviceCategory> + <serviceType> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/service-type" /> + <code value="218" /> + <display value="Orthopaedic Surgery" /> + </coding> + </serviceType> + <specialty> + <coding> + <system value="http://snomed.info/sct" /> + <code value="394801008" /> + <display value="Trauma & orthopaedics" /> + </coding> + </specialty> + <appointmentType> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v2-0276" /> + <code value="FOLLOWUP" /> + <display value="A follow up visit from a previous appointment" /> + </coding> + </appointmentType> + <reasonReference> + <reference value="Condition/UKCore-Condition-HipReplacement-Example" /> + <display value="Pain in both hips" /> + </reasonReference> + <priority value="1" /> + <description value="Appointment to investigate the pain in both hips" /> + <start value="2022-03-11T10:46:00+00:00" /> + <end value="2022-03-11T13:20:00+00:00" /> + <created value="2022-02-14" /> + <comment value="Further expand on the results of the X-ray and determine the next actions that may be appropriate." /> + <patientInstruction value="Please do not eat anything for 1 hour prior to the appointment." /> + <basedOn> + <reference value="ServiceRequest/UKCore-ServiceRequest-HipReplacement-Example" /> + </basedOn> + <participant> + <actor> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + <display value="Richard Smith" /> + </actor> + <required value="required" /> + <status value="accepted" /> + </participant> + <participant> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" /> + <code value="ATND" /> + </coding> + </type> + <actor> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + <display value="Dr Sandra Gose" /> + </actor> + <required value="required" /> + <status value="accepted" /> + </participant> + <participant> + <actor> + <reference value="Location/UKCore-Location-HospitalSJUH-Example" /> + <display value="Orthopaedic Trauma Department, St James' University Hospital, Leeds" /> + </actor> + <required value="required" /> + <status value="accepted" /> + </participant> </Appointment> diff --git a/examples/UKCore-AuditEvent-Query-Example.xml b/examples/UKCore-AuditEvent-Query-Example.xml index db9c3bdb..b47da1db 100644 --- a/examples/UKCore-AuditEvent-Query-Example.xml +++ b/examples/UKCore-AuditEvent-Query-Example.xml @@ -1,51 +1,51 @@ <?xml version="1.0" encoding="UTF-8"?> <AuditEvent xmlns="http://hl7.org/fhir"> - <id value="UKCore-AuditEvent-Query-Example"/> - <type> - <system value="http://dicom.nema.org/resources/ontology/DCM"/> - <code value="110112"/> - <display value="Query"/> - </type> - <subtype> - <system value="http://hl7.org/fhir/restful-interaction"/> - <code value="search"/> - <display value="search"/> - </subtype> - <recorded value="2020-12-10T13:10:00+00:00"/> - <agent> - <role> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <code value="RESPRSN"/> - <display value="responsible party"/> - </coding> - </role> - <who> - <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"/> - </who> - <requestor value="true"/> - <location> - <reference value="Location/UKCore-Location-CardiologySJUH-Example"/> - </location> - </agent> - <source> - <observer> - <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"/> - </observer> - <type> - <system value="http://terminology.hl7.org/CodeSystem/security-source-type"/> - <code value="1"/> - <display value="User Device"/> - </type> - </source> - <entity> - <what> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </what> - <type> - <system value="http://hl7.org/fhir/resource-types"/> - <code value="Patient"/> - <display value="Patient"/> - </type> - </entity> + <id value="UKCore-AuditEvent-Query-Example" /> + <type> + <system value="http://dicom.nema.org/resources/ontology/DCM" /> + <code value="110112" /> + <display value="Query" /> + </type> + <subtype> + <system value="http://hl7.org/fhir/restful-interaction" /> + <code value="search" /> + <display value="search" /> + </subtype> + <recorded value="2020-12-10T13:10:00+00:00" /> + <agent> + <role> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <code value="RESPRSN" /> + <display value="responsible party" /> + </coding> + </role> + <who> + <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> + </who> + <requestor value="true" /> + <location> + <reference value="Location/UKCore-Location-CardiologySJUH-Example" /> + </location> + </agent> + <source> + <observer> + <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> + </observer> + <type> + <system value="http://terminology.hl7.org/CodeSystem/security-source-type" /> + <code value="1" /> + <display value="User Device" /> + </type> + </source> + <entity> + <what> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </what> + <type> + <system value="http://hl7.org/fhir/resource-types" /> + <code value="Patient" /> + <display value="Patient" /> + </type> + </entity> </AuditEvent> diff --git a/examples/UKCore-BodyStructure-MedianCubitalVein-Example.xml b/examples/UKCore-BodyStructure-MedianCubitalVein-Example.xml index 81509e1d..0e372a8e 100644 --- a/examples/UKCore-BodyStructure-MedianCubitalVein-Example.xml +++ b/examples/UKCore-BodyStructure-MedianCubitalVein-Example.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <BodyStructure xmlns="http://hl7.org/fhir"> - <id value="UKCore-BodyStructure-MedianCubitalVein-Example"/> - <location> - <coding> - <system value="http://snomed.info/sct"/> - <code value="49852007"/> - <display value="Structure of median cubital vein"/> - </coding> - <text value="Forearm"/> - </location> - <locationQualifier> - <coding> - <system value="http://snomed.info/sct"/> - <code value="419161000"/> - <display value="Unilateral left"/> - </coding> - <text value="Left"/> - </locationQualifier> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> + <id value="UKCore-BodyStructure-MedianCubitalVein-Example" /> + <location> + <coding> + <system value="http://snomed.info/sct" /> + <code value="49852007" /> + <display value="Structure of median cubital vein" /> + </coding> + <text value="Forearm" /> + </location> + <locationQualifier> + <coding> + <system value="http://snomed.info/sct" /> + <code value="419161000" /> + <display value="Unilateral left" /> + </coding> + <text value="Left" /> + </locationQualifier> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> </BodyStructure> diff --git a/examples/UKCore-Bundle-AllergyList-Example.xml b/examples/UKCore-Bundle-AllergyList-Example.xml index 1f4e8ee6..b5b76312 100644 --- a/examples/UKCore-Bundle-AllergyList-Example.xml +++ b/examples/UKCore-Bundle-AllergyList-Example.xml @@ -1,82 +1,82 @@ <Bundle xmlns="http://hl7.org/fhir"> - <id value="UKCore-Bundle-AllergyList-Example"/> - <type value="collection"/> - <entry> - <fullUrl value="urn:uuid:d043d2b6-5782-4536-88b6-e537973a09fb"/> - <resource> - <List> - <id value="UKCore-Allergy-List-Example"/> - <status value="current"/> - <mode value="snapshot"/> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="886921000000105"/> - <display value="Allergies and adverse reactions"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <date value="2019-12-10T13:00:00+00:00"/> - <entry> - <item> - <reference value="urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4"/> - </item> - </entry> - </List> - </resource> - </entry> - <entry> - <fullUrl value="urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4"/> - <resource> - <AllergyIntolerance> - <id value="efae5859-28df-4e7d-be91-6df56d8215e4"/> - <clinicalStatus> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/> - <code value="active"/> - <display value="Active"/> - </coding> - </clinicalStatus> - <verificationStatus> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/> - <code value="confirmed"/> - <display value="Confirmed"/> - </coding> - </verificationStatus> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="372687004"/> - <display value="Amoxicillin"/> - </coding> - </code> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> - <encounter> - <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example"/> - </encounter> - <recordedDate value="2019-12-10T13:00:00+00:00"/> - <recorder> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </recorder> - <asserter> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </asserter> - <reaction> - <manifestation> - <coding> - <system value="http://snomed.info/sct"/> - <code value="247472004"/> - <display value="Urticarial rash"/> - </coding> - </manifestation> - <severity value="mild"/> - </reaction> - </AllergyIntolerance> - </resource> - </entry> + <id value="UKCore-Bundle-AllergyList-Example" /> + <type value="collection" /> + <entry> + <fullUrl value="urn:uuid:d043d2b6-5782-4536-88b6-e537973a09fb" /> + <resource> + <List> + <id value="UKCore-Allergy-List-Example" /> + <status value="current" /> + <mode value="snapshot" /> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="886921000000105" /> + <display value="Allergies and adverse reactions" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <date value="2019-12-10T13:00:00+00:00" /> + <entry> + <item> + <reference value="urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4" /> + </item> + </entry> + </List> + </resource> + </entry> + <entry> + <fullUrl value="urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4" /> + <resource> + <AllergyIntolerance> + <id value="efae5859-28df-4e7d-be91-6df56d8215e4" /> + <clinicalStatus> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" /> + <code value="active" /> + <display value="Active" /> + </coding> + </clinicalStatus> + <verificationStatus> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" /> + <code value="confirmed" /> + <display value="Confirmed" /> + </coding> + </verificationStatus> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="372687004" /> + <display value="Amoxicillin" /> + </coding> + </code> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> + <encounter> + <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> + </encounter> + <recordedDate value="2019-12-10T13:00:00+00:00" /> + <recorder> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </recorder> + <asserter> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </asserter> + <reaction> + <manifestation> + <coding> + <system value="http://snomed.info/sct" /> + <code value="247472004" /> + <display value="Urticarial rash" /> + </coding> + </manifestation> + <severity value="mild" /> + </reaction> + </AllergyIntolerance> + </resource> + </entry> </Bundle> \ No newline at end of file diff --git a/examples/UKCore-Bundle-NEWS2Observations-Example.xml b/examples/UKCore-Bundle-NEWS2Observations-Example.xml index dfa2b939..3e8b8ecf 100644 --- a/examples/UKCore-Bundle-NEWS2Observations-Example.xml +++ b/examples/UKCore-Bundle-NEWS2Observations-Example.xml @@ -1,5 +1,5 @@ <Bundle xmlns="http://hl7.org/fhir"> - <id value="UKCore-Bundle-NEWS2Observations-Example"/> + <id value="UKCore-Bundle-NEWS2Observations-Example" /> <meta> <versionId value="9b2459d6-ffa8-4ecb-97e5-7bf0fac15e87" /> <lastUpdated value="2023-09-14T13:09:37.969+00:00" /> diff --git a/examples/UKCore-Bundle-Sn-NoAllergyData-Example.xml b/examples/UKCore-Bundle-Sn-NoAllergyData-Example.xml index c192215c..25281d62 100644 --- a/examples/UKCore-Bundle-Sn-NoAllergyData-Example.xml +++ b/examples/UKCore-Bundle-Sn-NoAllergyData-Example.xml @@ -1,9 +1,9 @@ <Bundle xmlns="http://hl7.org/fhir"> - <id value="UKCore-Bundle-Sn-NoAllergyData-Example"/> - <type value="searchset"/> - <total value="0"/> - <link> - <relation value="self"/> - <url value="https://[base]/AllergyIntolerance?patient%3Aidentifier=9912003888"/> - </link> + <id value="UKCore-Bundle-Sn-NoAllergyData-Example" /> + <type value="searchset" /> + <total value="0" /> + <link> + <relation value="self" /> + <url value="https://[base]/AllergyIntolerance?patient%3Aidentifier=9912003888" /> + </link> </Bundle> \ No newline at end of file diff --git a/examples/UKCore-CarePlan-WellnessPlan-Example.xml b/examples/UKCore-CarePlan-WellnessPlan-Example.xml index 6c64b67c..7be5e46a 100644 --- a/examples/UKCore-CarePlan-WellnessPlan-Example.xml +++ b/examples/UKCore-CarePlan-WellnessPlan-Example.xml @@ -1,65 +1,65 @@ <CarePlan xmlns="http://hl7.org/fhir"> - <id value="UKCore-CarePlan-WellnessPlan-Example"/> + <id value="UKCore-CarePlan-WellnessPlan-Example" /> <identifier> - <value value="7d9955bc-afe0-11ea-b3de-0242ac130004"/> + <value value="7d9955bc-afe0-11ea-b3de-0242ac130004" /> </identifier> <basedOn> - <display value="Management of Type 2 Diabetes"/> + <display value="Management of Type 2 Diabetes" /> </basedOn> <partOf> - <display value="Overall wellness plan"/> + <display value="Overall wellness plan" /> </partOf> - <status value="active"/> - <intent value="plan"/> + <status value="active" /> + <intent value="plan" /> <category> - <text value="Weight management plan"/> + <text value="Weight management plan" /> </category> - <description value="Manage obesity and weight loss"/> + <description value="Manage obesity and weight loss" /> <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - <type value="Patient"/> - <display value="Richard SMITH"/> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + <type value="Patient" /> + <display value="Richard SMITH" /> </subject> <period> - <end value="2020-01-01"/> + <end value="2020-01-01" /> </period> - <created value="2020-02-01"/> + <created value="2020-02-01" /> <author> - <reference value="Practitioner/UKCore-Practitioner-PaulRastall-Example"/> + <reference value="Practitioner/UKCore-Practitioner-PaulRastall-Example" /> </author> <activity> <outcomeCodeableConcept> <coding> - <system value="http://snomed.info/sct"/> - <code value="161832001"/> - <display value="Progressive weight loss"/> + <system value="http://snomed.info/sct" /> + <code value="161832001" /> + <display value="Progressive weight loss" /> </coding> </outcomeCodeableConcept> <detail> <code> <coding> - <system value="http://snomed.info/sct"/> - <code value="27113001"/> - <display value="Body weight"/> + <system value="http://snomed.info/sct" /> + <code value="27113001" /> + <display value="Body weight" /> </coding> </code> - <status value="completed"/> + <status value="completed" /> <statusReason> - <text value="Achieved weight loss to mitigate diabetes risk."/> + <text value="Achieved weight loss to mitigate diabetes risk." /> </statusReason> - <doNotPerform value="false"/> + <doNotPerform value="false" /> <scheduledTiming> <repeat> - <frequency value="1"/> - <period value="1"/> - <periodUnit value="d"/> + <frequency value="1" /> + <period value="1" /> + <periodUnit value="d" /> </repeat> </scheduledTiming> <location> - <display value="Patient's home"/> + <display value="Patient's home" /> </location> <performer> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </performer> </detail> </activity> diff --git a/examples/UKCore-CareTeam-WeightManagementTeam-Example.xml b/examples/UKCore-CareTeam-WeightManagementTeam-Example.xml index fe5740f2..cfe1ed5f 100644 --- a/examples/UKCore-CareTeam-WeightManagementTeam-Example.xml +++ b/examples/UKCore-CareTeam-WeightManagementTeam-Example.xml @@ -1,21 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <CareTeam xmlns="http://hl7.org/fhir"> - <id value="UKCore-CareTeam-WeightManagementTeam-Example"/> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="0e7cc7b2-94b7-42c2-875b-56c921e4bcc2"/> - </identifier> - <status value="inactive"/> - <name value="Weight management team"/> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <participant> - <member> - <reference value="Practitioner/UKCore-Practitioner-PaulRastall-Example"/> - </member> - </participant> - <managingOrganization> - <reference value="Organization/UKCore-Organisation-WhiteRoseMedicalCentre-Example"/> - </managingOrganization> + <id value="UKCore-CareTeam-WeightManagementTeam-Example" /> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="0e7cc7b2-94b7-42c2-875b-56c921e4bcc2" /> + </identifier> + <status value="inactive" /> + <name value="Weight management team" /> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <participant> + <member> + <reference value="Practitioner/UKCore-Practitioner-PaulRastall-Example" /> + </member> + </participant> + <managingOrganization> + <reference value="Organization/UKCore-Organisation-WhiteRoseMedicalCentre-Example" /> + </managingOrganization> </CareTeam> diff --git a/examples/UKCore-Communication-FirstMMRVaccination-Example.xml b/examples/UKCore-Communication-FirstMMRVaccination-Example.xml index 55e5a870..d219f115 100644 --- a/examples/UKCore-Communication-FirstMMRVaccination-Example.xml +++ b/examples/UKCore-Communication-FirstMMRVaccination-Example.xml @@ -1,45 +1,45 @@ <Communication xmlns="http://hl7.org/fhir"> - <id value="UKCore-Communication-FirstMMRVaccination-Example"/> - <text> - <status value="generated"/> - <div xmlns="http://www.w3.org/1999/xhtml">First MMR vaccination administered to Melanie.</div> - </text> - <status value="completed"/> - <category> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="immunisations"/> - <display value="Immunisations"/> - </coding> - </category> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/communication-category"/> - <code value="notification"/> - <display value="Notification"/> - </coding> - </category> - <medium> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationMode"/> - <code value="ELECTRONIC"/> - <display value="electronic data"/> - </coding> - </medium> - <subject> - <reference value="Patient/UKCore-Patient-BabyPatient-Example"/> - <display value="JONES, Melanie"/> - </subject> - <!-- <encounter> - <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example"/> - </encounter>--> - <sent value="2022-12-11T13:00:00+00:00"/> - <received value="2022-12-11T13:01:33+00:00"/> - <sender> - <reference value="Practitioner/UKCore-Practitioner-PaulRastall-Example"/> - <display value="Dr Paul Rastall"/> - </sender> - <payload> - <contentString value="First MMR vaccination administered to Melanie"/> - </payload> + <id value="UKCore-Communication-FirstMMRVaccination-Example" /> + <text> + <status value="generated" /> + <div xmlns="http://www.w3.org/1999/xhtml">First MMR vaccination administered to Melanie.</div> + </text> + <status value="completed" /> + <category> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="immunisations" /> + <display value="Immunisations" /> + </coding> + </category> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/communication-category" /> + <code value="notification" /> + <display value="Notification" /> + </coding> + </category> + <medium> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationMode" /> + <code value="ELECTRONIC" /> + <display value="electronic data" /> + </coding> + </medium> + <subject> + <reference value="Patient/UKCore-Patient-BabyPatient-Example" /> + <display value="JONES, Melanie" /> + </subject> + <!-- <encounter> + <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> + </encounter>--> + <sent value="2022-12-11T13:00:00+00:00" /> + <received value="2022-12-11T13:01:33+00:00" /> + <sender> + <reference value="Practitioner/UKCore-Practitioner-PaulRastall-Example" /> + <display value="Dr Paul Rastall" /> + </sender> + <payload> + <contentString value="First MMR vaccination administered to Melanie" /> + </payload> </Communication> diff --git a/examples/UKCore-Composition-Discharge-Example.xml b/examples/UKCore-Composition-Discharge-Example.xml index eec26855..28a32488 100644 --- a/examples/UKCore-Composition-Discharge-Example.xml +++ b/examples/UKCore-Composition-Discharge-Example.xml @@ -1,63 +1,63 @@ <Composition> - <id value="UKCore-Composition-Discharge-Example"/> + <id value="UKCore-Composition-Discharge-Example" /> <!-- Extension to carry details of the Correspondence Care Setting Type. --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType"> <valueCodeableConcept> <coding> - <system value="http://snomed.info/sct"/> - <code value="310000008"/> - <display value="Accident and Emergency service"/> + <system value="http://snomed.info/sct" /> + <code value="310000008" /> + <display value="Accident and Emergency service" /> </coding> </valueCodeableConcept> </extension> <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="2d361270-039f-4a48-827b-ef255ff8b6c4"/> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="2d361270-039f-4a48-827b-ef255ff8b6c4" /> </identifier> <!--The workflow/clinical status of this composition. The status is a marker for the clinical standing of the document.--> - <status value="final"/> + <status value="final" /> <type> <!--Discharge Summary document type--> <coding> - <system value="http://snomed.info/sct"/> - <code value="373942005"/> - <display value="Discharge summary"/> + <system value="http://snomed.info/sct" /> + <code value="373942005" /> + <display value="Discharge summary" /> </coding> </type> <!--Reference to the patient subject of the Composition--> <subject> - <reference value="urn:uuid:c8225cc8-8026-466f-80f8-fc2832a4b9d5"/> + <reference value="urn:uuid:c8225cc8-8026-466f-80f8-fc2832a4b9d5" /> </subject> <!--Reference to the clinical encounter or type of care this documentation is associated with.--> <encounter> - <reference value="urn:uuid:9a20cb92-354a-4015-82ec-ab0252efc5b9"/> + <reference value="urn:uuid:9a20cb92-354a-4015-82ec-ab0252efc5b9" /> </encounter> <!--The composition editing time, when the composition was last logically changed by the author.--> - <date value="2021-02-12T19:00:00+00:00"/> + <date value="2021-02-12T19:00:00+00:00" /> <!--Identifies who is responsible for the information in the composition, not necessarily who typed it in--> <author> - <reference value="urn:uuid:369d88a8-9f6b-407f-8560-6ee9d7ccc8bb"/> + <reference value="urn:uuid:369d88a8-9f6b-407f-8560-6ee9d7ccc8bb" /> </author> - <title value="Accident & Emergency Discharge summary"/> + <title value="Accident & Emergency Discharge summary" /> <!--Identifies the organisation responsible for ongoing maintenance of and access to the composition/document information.--> <custodian> - <reference value="urn:uuid:120633ae-1a20-4e0e-b807-b78fb59679cc"/> + <reference value="urn:uuid:120633ae-1a20-4e0e-b807-b78fb59679cc" /> </custodian> <!--Allergies and adverse reactions--> <section> - <title value="Allergies and adverse reaction"/> + <title value="Allergies and adverse reaction" /> <code> <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="allergies-and-adverse-reaction"/> - <display value="Allergies and adverse reaction"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="allergies-and-adverse-reaction" /> + <display value="Allergies and adverse reaction" /> </coding> </code> <text> - <status value="additional"/> + <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table width="100%"> <tbody> @@ -87,21 +87,21 @@ access to the composition/document information.--> </text> <!--Reference to Allergies List as the source of information for this section--> <entry> - <reference value="urn:uuid:b37c89af-c5da-425f-8e6d-58c043ccf94b"/> + <reference value="urn:uuid:b37c89af-c5da-425f-8e6d-58c043ccf94b" /> </entry> </section> <!--Attendance details--> <section> - <title value="Attendance details"/> + <title value="Attendance details" /> <code> <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="attendance-details"/> - <display value="Attendance details"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="attendance-details" /> + <display value="Attendance details" /> </coding> </code> <text> - <status value="additional"/> + <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table width="100%"> <tbody> @@ -116,16 +116,16 @@ access to the composition/document information.--> </section> <!--Clinical narrative--> <section> - <title value="Clinical narrative"/> + <title value="Clinical narrative" /> <code> <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="clinical-narrative"/> - <display value="Clinical narrative"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="clinical-narrative" /> + <display value="Clinical narrative" /> </coding> </code> <text> - <status value="additional"/> + <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table width="100%"> <tbody> @@ -178,16 +178,16 @@ LUCs0.2x10*9/L< 0.4 </section> <!--Contact for further information--> <section> - <title value="Contact for further information"/> + <title value="Contact for further information" /> <code> <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="contact-for-further-information"/> - <display value="Contact for further information"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="contact-for-further-information" /> + <display value="Contact for further information" /> </coding> </code> <text> - <status value="additional"/> + <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table width="100%"> <tbody> @@ -202,16 +202,16 @@ LUCs0.2x10*9/L< 0.4 </section> <!--Diagnoses--> <section> - <title value="Diagnoses"/> + <title value="Diagnoses" /> <code> <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="diagnoses"/> - <display value="Diagnoses"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="diagnoses" /> + <display value="Diagnoses" /> </coding> </code> <text> - <status value="generated"/> + <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table width="100%"> <tbody> @@ -225,21 +225,21 @@ LUCs0.2x10*9/L< 0.4 </text> <!--Reference to information in the Condition list resource--> <entry> - <reference value="urn:uuid:0a46351b-bfe1-4085-956e-15d3b172e36f"/> + <reference value="urn:uuid:0a46351b-bfe1-4085-956e-15d3b172e36f" /> </entry> </section> <!--Discharge details--> <section> - <title value="Discharge details"/> + <title value="Discharge details" /> <code> <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="discharge-details"/> - <display value="Discharge details"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="discharge-details" /> + <display value="Discharge details" /> </coding> </code> <text> - <status value="extensions"/> + <status value="extensions" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table width="100%"> <tbody> @@ -261,21 +261,21 @@ LUCs0.2x10*9/L< 0.4 </text> <!--Reference to the Encounter entry as the source of information for this section--> <entry> - <reference value="urn:uuid:9a20cb92-354a-4015-82ec-ab0252efc5b9"/> + <reference value="urn:uuid:9a20cb92-354a-4015-82ec-ab0252efc5b9" /> </entry> </section> <!-- GP Practice--> <section> - <title value="GP practice"/> + <title value="GP practice" /> <code> <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="general-practitioner-practice"/> - <display value="General practitioner practice"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="general-practitioner-practice" /> + <display value="General practitioner practice" /> </coding> </code> <text> - <status value="additional"/> + <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table width="100%"> <tbody> @@ -303,21 +303,21 @@ LUCs0.2x10*9/L< 0.4 </text> <!--Reference to the Organisation entry as the source of information for this section--> <entry> - <reference value="urn:uuid:e4058bb2-bf1a-47a4-ab10-1471161380a1"/> + <reference value="urn:uuid:e4058bb2-bf1a-47a4-ab10-1471161380a1" /> </entry> </section> <!-- Information and advice given--> <section> - <title value="Information and advice given"/> + <title value="Information and advice given" /> <code> <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="information-and-advice-given"/> - <display value="Information and advice given"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="information-and-advice-given" /> + <display value="Information and advice given" /> </coding> </code> <text> - <status value="additional"/> + <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table width="100%"> <tbody> @@ -333,16 +333,16 @@ showed inferior ischaemic changes.</td> </section> <!--Medications and medical devices--> <section> - <title value="Medications and medical devices"/> + <title value="Medications and medical devices" /> <code> <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="medications-and-medical-devices"/> - <display value="Medications and medical devices"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="medications-and-medical-devices" /> + <display value="Medications and medical devices" /> </coding> </code> <text> - <status value="additional"/> + <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table width="100%"> <tbody> @@ -448,21 +448,21 @@ showed inferior ischaemic changes.</td> </text> <!--Reference to medication list--> <entry> - <reference value="urn:uuid:e3c8b45f-22d4-4ce6-970c-10a959831dca"/> + <reference value="urn:uuid:e3c8b45f-22d4-4ce6-970c-10a959831dca" /> </entry> </section> <!-- Patient demographics--> <section> - <title value="Patient demographics"/> + <title value="Patient demographics" /> <code> <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="patient-demographics"/> - <display value="Patient demographics"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="patient-demographics" /> + <display value="Patient demographics" /> </coding> </code> <text> - <status value="generated"/> + <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table width="100%"> <tbody> @@ -500,21 +500,21 @@ showed inferior ischaemic changes.</td> </text> <!--reference to further information carried in the patient resource--> <entry> - <reference value="urn:uuid:c8225cc8-8026-466f-80f8-fc2832a4b9d5"/> + <reference value="urn:uuid:c8225cc8-8026-466f-80f8-fc2832a4b9d5" /> </entry> </section> <!--Person completing record--> <section> - <title value="Person completing record"/> + <title value="Person completing record" /> <code> <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="person-completing-record"/> - <display value="Person completing record"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="person-completing-record" /> + <display value="Person completing record" /> </coding> </code> <text> - <status value="generated"/> + <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table width="100%"> <tbody> @@ -532,21 +532,21 @@ showed inferior ischaemic changes.</td> </text> <!--Reference to the practitioner entry as the source of information for this section--> <entry> - <reference value="urn:uuid:369d88a8-9f6b-407f-8560-6ee9d7ccc8bb"/> + <reference value="urn:uuid:369d88a8-9f6b-407f-8560-6ee9d7ccc8bb" /> </entry> </section> <!--Plan and requested actions--> <section> - <title value="Plan and requested actions"/> + <title value="Plan and requested actions" /> <code> <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="plan-and-requested-actions"/> - <display value="Plan and requested actions"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="plan-and-requested-actions" /> + <display value="Plan and requested actions" /> </coding> </code> <text> - <status value="additional"/> + <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table width="100%"> <tbody> @@ -569,16 +569,16 @@ chest pain when tests are carried out after admission.</p> </section> <!--Presenting complaints or issues--> <section> - <title value="Presenting complaints or issues"/> + <title value="Presenting complaints or issues" /> <code> <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="presenting-complaints-or-issues"/> - <display value="Presenting complaints or issues"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="presenting-complaints-or-issues" /> + <display value="Presenting complaints or issues" /> </coding> </code> <text> - <status value="generated"/> + <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table width="100%"> <tbody> @@ -592,21 +592,21 @@ chest pain when tests are carried out after admission.</p> </text> <!--Reference to information in the Condition list resource--> <entry> - <reference value="urn:uuid:0a46351b-bfe1-4085-956e-15d3b172e36f"/> + <reference value="urn:uuid:0a46351b-bfe1-4085-956e-15d3b172e36f" /> </entry> </section> <!--Procedures--> <section> - <title value="Procedures"/> + <title value="Procedures" /> <code> <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="procedures"/> - <display value="Procedures"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="procedures" /> + <display value="Procedures" /> </coding> </code> <text> - <status value="additional"/> + <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table> <tbody> @@ -624,21 +624,21 @@ chest pain when tests are carried out after admission.</p> </text> <!--reference to further information carried in the procedure list resource--> <entry> - <reference value="urn:uuid:1e04ce96-6e52-4f82-bc26-93c89c5836a1"/> + <reference value="urn:uuid:1e04ce96-6e52-4f82-bc26-93c89c5836a1" /> </entry> </section> <!--Referrer details--> <section> - <title value="Referrer details"/> + <title value="Referrer details" /> <code> <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="referrer-details"/> - <display value="Referrer details"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="referrer-details" /> + <display value="Referrer details" /> </coding> </code> <text> - <status value="additional"/> + <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table width="100%"> <tbody> @@ -653,16 +653,16 @@ chest pain when tests are carried out after admission.</p> </section> <!--Senior reviewing clinician--> <section> - <title value="Senior reviewing clinician"/> + <title value="Senior reviewing clinician" /> <code> <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="senior-reviewing-clinician"/> - <display value="Senior reviewing clinician"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="senior-reviewing-clinician" /> + <display value="Senior reviewing clinician" /> </coding> </code> <text> - <status value="generated"/> + <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table width="100%"> <tbody> @@ -679,7 +679,7 @@ chest pain when tests are carried out after admission.</p> </text> <!--reference to further information carried in the practitioner resource--> <entry> - <reference value="urn:uuid:d25fd1c6-2658-4db7-9af0-86c5f95e8ec9"/> + <reference value="urn:uuid:d25fd1c6-2658-4db7-9af0-86c5f95e8ec9" /> </entry> </section> </Composition> diff --git a/examples/UKCore-Device-ColostomyBag-Example.xml b/examples/UKCore-Device-ColostomyBag-Example.xml index eef519ba..eaab6a55 100644 --- a/examples/UKCore-Device-ColostomyBag-Example.xml +++ b/examples/UKCore-Device-ColostomyBag-Example.xml @@ -1,29 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> <Device xmlns="http://hl7.org/fhir"> - <id value="UKCore-Device-ColostomyBag-Example"/> - <identifier> - <system value="https://www.leedsth.nhs.uk/identifier/devices"/> - <value value="DEV1999990567"/> - <assigner> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </assigner> - </identifier> - <status value="active"/> - <type> - <coding> - <system value="http://snomed.info/sct"/> - <code value="7081011000001108"/> - <display value="Ostopore KAV colostomy bag made to order 744045 45mm Opaque (DBT Medical Ltd) 30 device"/> - </coding> - </type> - <owner> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </owner> - <location> - <reference value="Location/UKCore-Location-CardiologySJUH-Example"/> - </location> - <note> - <time value="2021-01-10T16:10:00+00:00"/> - <text value="Pack of 50 currently stored in SJUH Cardiology."/> - </note> + <id value="UKCore-Device-ColostomyBag-Example" /> + <identifier> + <system value="https://www.leedsth.nhs.uk/identifier/devices" /> + <value value="DEV1999990567" /> + <assigner> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </assigner> + </identifier> + <status value="active" /> + <type> + <coding> + <system value="http://snomed.info/sct" /> + <code value="7081011000001108" /> + <display value="Ostopore KAV colostomy bag made to order 744045 45mm Opaque (DBT Medical Ltd) 30 device" /> + </coding> + </type> + <owner> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </owner> + <location> + <reference value="Location/UKCore-Location-CardiologySJUH-Example" /> + </location> + <note> + <time value="2021-01-10T16:10:00+00:00" /> + <text value="Pack of 50 currently stored in SJUH Cardiology." /> + </note> </Device> diff --git a/examples/UKCore-Device-SoftwareAsAMedicalDevice-Example.xml b/examples/UKCore-Device-SoftwareAsAMedicalDevice-Example.xml index 182f4dda..2ca09cc6 100644 --- a/examples/UKCore-Device-SoftwareAsAMedicalDevice-Example.xml +++ b/examples/UKCore-Device-SoftwareAsAMedicalDevice-Example.xml @@ -1,25 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <Device xmlns="http://hl7.org/fhir"> - <id value="UKCore-Device-SoftwareAsAMedicalDevice-Example"/> - <identifier> - <system value="https://www.leedsth.nhs.uk/identifier/devices"/> - <value value="DEV1999990567"/> - <assigner> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </assigner> - </identifier> - <status value="active"/> - <type> - <coding> - <system value="http://snomed.info/sct"/> - <code value="467892009"/> - <display value="Cardiac mapping system application software"/> - </coding> - </type> - <owner> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </owner> - <location> - <reference value="Location/UKCore-Location-CardiologySJUH-Example"/> - </location> + <id value="UKCore-Device-SoftwareAsAMedicalDevice-Example" /> + <identifier> + <system value="https://www.leedsth.nhs.uk/identifier/devices" /> + <value value="DEV1999990567" /> + <assigner> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </assigner> + </identifier> + <status value="active" /> + <type> + <coding> + <system value="http://snomed.info/sct" /> + <code value="467892009" /> + <display value="Cardiac mapping system application software" /> + </coding> + </type> + <owner> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </owner> + <location> + <reference value="Location/UKCore-Location-CardiologySJUH-Example" /> + </location> </Device> diff --git a/examples/UKCore-Device-Sphygmomanometer-Example.xml b/examples/UKCore-Device-Sphygmomanometer-Example.xml index 82c5a31b..a1d531f1 100644 --- a/examples/UKCore-Device-Sphygmomanometer-Example.xml +++ b/examples/UKCore-Device-Sphygmomanometer-Example.xml @@ -1,25 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <Device xmlns="http://hl7.org/fhir"> - <id value="UKCore-Device-Sphygmomanometer-Example"/> - <identifier> - <system value="https://www.leedsth.nhs.uk/identifier/devices"/> - <value value="DEV1999998132"/> - <assigner> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </assigner> - </identifier> - <status value="active"/> - <type> - <coding> - <system value="http://snomed.info/sct"/> - <code value="466086009"/> - <display value="Automatic-inflation electronic sphygmomanometer, portable, arm/wrist" /> - </coding> - </type> - <owner> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </owner> - <location> - <reference value="Location/UKCore-Location-CardiologySJUH-Example"/> - </location> + <id value="UKCore-Device-Sphygmomanometer-Example" /> + <identifier> + <system value="https://www.leedsth.nhs.uk/identifier/devices" /> + <value value="DEV1999998132" /> + <assigner> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </assigner> + </identifier> + <status value="active" /> + <type> + <coding> + <system value="http://snomed.info/sct" /> + <code value="466086009" /> + <display value="Automatic-inflation electronic sphygmomanometer, portable, arm/wrist" /> + </coding> + </type> + <owner> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </owner> + <location> + <reference value="Location/UKCore-Location-CardiologySJUH-Example" /> + </location> </Device> diff --git a/examples/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example.xml b/examples/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example.xml index c5a0b8d6..ab3b62cb 100644 --- a/examples/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example.xml +++ b/examples/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example.xml @@ -1,34 +1,34 @@ <?xml version="1.0" encoding="UTF-8"?> <DiagnosticReport xmlns="http://hl7.org/fhir"> - <id value="UKCore-DiagnosticReport-DiagnosticStudiesReport-Example"/> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="727071dc-eb01-4224-8ee8-cc0a029787ac"/> - </identifier> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v2-0074"/> - <code value="PHY"/> - <display value="Physician (Hx. Dx, admission note, etc.)"/> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="721981007"/> - <display value="Diagnostic studies report"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-01-13T14:53:23+00:00"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - <display value="LEEDS TEACHING HOSPITALS NHS TRUST"/> - </performer> - <result> - <reference value="UKCore-Observation-FingerJointInflamed-Example"/> - </result> + <id value="UKCore-DiagnosticReport-DiagnosticStudiesReport-Example" /> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="727071dc-eb01-4224-8ee8-cc0a029787ac" /> + </identifier> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v2-0074" /> + <code value="PHY" /> + <display value="Physician (Hx. Dx, admission note, etc.)" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="721981007" /> + <display value="Diagnostic studies report" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-01-13T14:53:23+00:00" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + <display value="LEEDS TEACHING HOSPITALS NHS TRUST" /> + </performer> + <result> + <reference value="UKCore-Observation-FingerJointInflamed-Example" /> + </result> </DiagnosticReport> diff --git a/examples/UKCore-DiagnosticReport-Lab-DiagnosticStudiesReport-Example.xml b/examples/UKCore-DiagnosticReport-Lab-DiagnosticStudiesReport-Example.xml index 346bc9ad..86b59780 100644 --- a/examples/UKCore-DiagnosticReport-Lab-DiagnosticStudiesReport-Example.xml +++ b/examples/UKCore-DiagnosticReport-Lab-DiagnosticStudiesReport-Example.xml @@ -1,37 +1,37 @@ <?xml version="1.0" encoding="UTF-8"?> <DiagnosticReport xmlns="http://hl7.org/fhir"> - <id value="UKCore-DiagnosticReport-Lab-DiagnosticStudiesReport-Example"/> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="727071dc-eb01-4224-8ee8-cc0a029787ac"/> - </identifier> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v2-0074"/> - <code value="LAB"/> - <display value="Laboratory"/> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="721981007"/> - <display value="Diagnostic studies report"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-01-13T14:53:23+00:00"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - <display value="LEEDS TEACHING HOSPITALS NHS TRUST"/> - </performer> - <specimen> - <reference value="Specimen/UKCore-Specimen-BloodSpecimen-Example"/> - </specimen> - <result> - <reference value="UKCore-Observation-Group-FullBloodCount-Example"/> - </result> + <id value="UKCore-DiagnosticReport-Lab-DiagnosticStudiesReport-Example" /> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="727071dc-eb01-4224-8ee8-cc0a029787ac" /> + </identifier> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v2-0074" /> + <code value="LAB" /> + <display value="Laboratory" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="721981007" /> + <display value="Diagnostic studies report" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-01-13T14:53:23+00:00" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + <display value="LEEDS TEACHING HOSPITALS NHS TRUST" /> + </performer> + <specimen> + <reference value="Specimen/UKCore-Specimen-BloodSpecimen-Example" /> + </specimen> + <result> + <reference value="UKCore-Observation-Group-FullBloodCount-Example" /> + </result> </DiagnosticReport> \ No newline at end of file diff --git a/examples/UKCore-DocumentReference-CarePlanReportPDF-Example.xml b/examples/UKCore-DocumentReference-CarePlanReportPDF-Example.xml index f85a1352..7da2e8ba 100644 --- a/examples/UKCore-DocumentReference-CarePlanReportPDF-Example.xml +++ b/examples/UKCore-DocumentReference-CarePlanReportPDF-Example.xml @@ -1,30 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> <DocumentReference xmlns="http://hl7.org/fhir"> - <id value="UKCore-DocumentReference-CarePlanReportPDF-Example"/> - <status value="current"/> - <type> - <coding> - <system value="http://snomed.info/sct"/> - <code value="734163000"/> - <display value="Care plan"/> - </coding> - </type> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <date value="2016-03-08T15:26:00+01:00"/> - <author> - <reference value="Practitioner/UKCore-Practitioner-SandraGose-Example"/> - </author> - <custodian> - <reference value="Organization/UKCore-Organisation-LeedsTeachingHospital-Example"/> - </custodian> - <content> - <attachment> - <contentType value="application/pdf"/> - <url value="https://health.trust.uk/CarePlanReport_44301kfgd.pdf"/> - <title value="Care Plan Report"/> - <creation value="2016-03-08T15:26:00+01:00"/> - </attachment> - </content> + <id value="UKCore-DocumentReference-CarePlanReportPDF-Example" /> + <status value="current" /> + <type> + <coding> + <system value="http://snomed.info/sct" /> + <code value="734163000" /> + <display value="Care plan" /> + </coding> + </type> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <date value="2016-03-08T15:26:00+01:00" /> + <author> + <reference value="Practitioner/UKCore-Practitioner-SandraGose-Example" /> + </author> + <custodian> + <reference value="Organization/UKCore-Organisation-LeedsTeachingHospital-Example" /> + </custodian> + <content> + <attachment> + <contentType value="application/pdf" /> + <url value="https://health.trust.uk/CarePlanReport_44301kfgd.pdf" /> + <title value="Care Plan Report" /> + <creation value="2016-03-08T15:26:00+01:00" /> + </attachment> + </content> </DocumentReference> diff --git a/examples/UKCore-Encounter-InpatientEncounter-Example.xml b/examples/UKCore-Encounter-InpatientEncounter-Example.xml index 54e229b5..03c98a18 100644 --- a/examples/UKCore-Encounter-InpatientEncounter-Example.xml +++ b/examples/UKCore-Encounter-InpatientEncounter-Example.xml @@ -1,81 +1,81 @@ <Encounter xmlns="http://hl7.org/fhir"> - <id value="UKCore-Encounter-InpatientEncounter-Example"/> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DischargeMethod"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland"/> - <code value="1"/> - <display value="Patient discharged on clinical advice or with clinical consent"/> - </coding> - </valueCodeableConcept> - </extension> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="6f40cebe-7b55-461d-9d7f-eadb4c065762"/> - </identifier> - <status value="finished"/> - <class> - <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/> - <code value="IMP"/> - <display value="inpatient encounter"/> - </class> - <type> - <coding> - <system value="http://snomed.info/sct"/> - <code value="185212007"/> - <display value="Seen in hospital ward"/> - </coding> - </type> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <participant> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> - <code value="ATND"/> - <display value="attender"/> - </coding> - </type> - <individual> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </individual> - </participant> - <period> - <start value="2019-12-10T13:00:00+00:00"/> - <end value="2019-12-11T13:00:00+00:00"/> - </period> - <reasonCode> - <coding> - <system value="http://snomed.info/sct"/> - <code value="7922000"/> - <display value="General treatment"/> - </coding> - </reasonCode> - <hospitalization> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdmissionMethod"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <code value="13"/> - <display value="Elective Admission: Planned"/> - </coding> - </valueCodeableConcept> - </extension> - <dischargeDisposition> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <code value="19"/> - <display value="Usual place of residence unless listed below, for example, a private dwelling whether owner occupied or owned by Local Authority, housing association or other landlord. This includes wardened accommodation but not residential accommodation where health care is provided. It also includes Patients with no fixed abode."/> - </coding> - </dischargeDisposition> - </hospitalization> - <location> - <location> - <reference value="Location/UKCore-Location-CardiologySJUH-Example"/> - </location> - </location> - <serviceProvider> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </serviceProvider> + <id value="UKCore-Encounter-InpatientEncounter-Example" /> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DischargeMethod"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland" /> + <code value="1" /> + <display value="Patient discharged on clinical advice or with clinical consent" /> + </coding> + </valueCodeableConcept> + </extension> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="6f40cebe-7b55-461d-9d7f-eadb4c065762" /> + </identifier> + <status value="finished" /> + <class> + <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" /> + <code value="IMP" /> + <display value="inpatient encounter" /> + </class> + <type> + <coding> + <system value="http://snomed.info/sct" /> + <code value="185212007" /> + <display value="Seen in hospital ward" /> + </coding> + </type> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <participant> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" /> + <code value="ATND" /> + <display value="attender" /> + </coding> + </type> + <individual> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </individual> + </participant> + <period> + <start value="2019-12-10T13:00:00+00:00" /> + <end value="2019-12-11T13:00:00+00:00" /> + </period> + <reasonCode> + <coding> + <system value="http://snomed.info/sct" /> + <code value="7922000" /> + <display value="General treatment" /> + </coding> + </reasonCode> + <hospitalization> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdmissionMethod"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <code value="13" /> + <display value="Elective Admission: Planned" /> + </coding> + </valueCodeableConcept> + </extension> + <dischargeDisposition> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <code value="19" /> + <display value="Usual place of residence unless listed below, for example, a private dwelling whether owner occupied or owned by Local Authority, housing association or other landlord. This includes wardened accommodation but not residential accommodation where health care is provided. It also includes Patients with no fixed abode." /> + </coding> + </dischargeDisposition> + </hospitalization> + <location> + <location> + <reference value="Location/UKCore-Location-CardiologySJUH-Example" /> + </location> + </location> + <serviceProvider> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </serviceProvider> </Encounter> \ No newline at end of file diff --git a/examples/UKCore-EpisodeOfCare-SmokingCessationTherapy-Example.xml b/examples/UKCore-EpisodeOfCare-SmokingCessationTherapy-Example.xml index c643067a..e971b7c1 100644 --- a/examples/UKCore-EpisodeOfCare-SmokingCessationTherapy-Example.xml +++ b/examples/UKCore-EpisodeOfCare-SmokingCessationTherapy-Example.xml @@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <EpisodeOfCare xmlns="http://hl7.org/fhir"> - <id value="UKCore-EpisodeOfCare-SmokingCessationTherapy-Example"/> - <status value="finished"/> - <type> - <coding> - <system value="http://snomed.info/sct"/> - <code value="710081004"/> - <display value="Smoking cessation therapy"/> - </coding> - </type> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> - <managingOrganization> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </managingOrganization> + <id value="UKCore-EpisodeOfCare-SmokingCessationTherapy-Example" /> + <status value="finished" /> + <type> + <coding> + <system value="http://snomed.info/sct" /> + <code value="710081004" /> + <display value="Smoking cessation therapy" /> + </coding> + </type> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> + <managingOrganization> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </managingOrganization> </EpisodeOfCare> diff --git a/examples/UKCore-Extension-AdditionalContact-Example.xml b/examples/UKCore-Extension-AdditionalContact-Example.xml index daa7465e..fc76878b 100644 --- a/examples/UKCore-Extension-AdditionalContact-Example.xml +++ b/examples/UKCore-Extension-AdditionalContact-Example.xml @@ -1,18 +1,18 @@ <ServiceRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-AdditionalContact-Example"/> - <!-- ***************extension start*************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact"> - <valueReference> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> - </valueReference> - </extension> - <!-- **************extension end ****************** --> - <status value="active"/> - <intent value="order"/> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <requester> - <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"/> - </requester> + <id value="UKCore-Extension-AdditionalContact-Example" /> + <!-- ***************extension start*************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact"> + <valueReference> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </valueReference> + </extension> + <!-- **************extension end ****************** --> + <status value="active" /> + <intent value="order" /> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <requester> + <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> + </requester> </ServiceRequest> \ No newline at end of file diff --git a/examples/UKCore-Extension-AddressKey-Example.xml b/examples/UKCore-Extension-AddressKey-Example.xml index ea0e488b..35b2ceef 100644 --- a/examples/UKCore-Extension-AddressKey-Example.xml +++ b/examples/UKCore-Extension-AddressKey-Example.xml @@ -1,22 +1,22 @@ <Patient xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-AddressKey-Example"/> - <address> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AddressKey"> - <extension url="type"> - <valueCoding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType"/> - <code value="PAF"/> - <display value="Postcode Address File"/> - </valueCoding> - </extension> - <extension url="value"> - <valueString value="LS10ABC"/> - </extension> - </extension> - <line value="4 Sandmoor Drive"/> - <city value="LEEDS"/> - <postalCode value="LS17 7DF"/> - <!-- *************extension end *****************--> - </address> + <id value="UKCore-Extension-AddressKey-Example" /> + <address> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AddressKey"> + <extension url="type"> + <valueCoding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType" /> + <code value="PAF" /> + <display value="Postcode Address File" /> + </valueCoding> + </extension> + <extension url="value"> + <valueString value="LS10ABC" /> + </extension> + </extension> + <line value="4 Sandmoor Drive" /> + <city value="LEEDS" /> + <postalCode value="LS17 7DF" /> + <!-- *************extension end *****************--> + </address> </Patient> diff --git a/examples/UKCore-Extension-AdmissionMethod-Example.xml b/examples/UKCore-Extension-AdmissionMethod-Example.xml index 3b815776..681d40f4 100644 --- a/examples/UKCore-Extension-AdmissionMethod-Example.xml +++ b/examples/UKCore-Extension-AdmissionMethod-Example.xml @@ -1,22 +1,22 @@ <Encounter xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-AdmissionMethod-Example"/> - <status value="finished"/> - <class> - <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/> - <code value="IMP"/> - <display value="inpatient encounter"/> - </class> - <hospitalization> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdmissionMethod"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <code value="13"/> - <display value="Elective Admission: Planned"/> - </coding> - </valueCodeableConcept> - </extension> - <!-- **************extension end************** --> - </hospitalization> + <id value="UKCore-Extension-AdmissionMethod-Example" /> + <status value="finished" /> + <class> + <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" /> + <code value="IMP" /> + <display value="inpatient encounter" /> + </class> + <hospitalization> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdmissionMethod"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <code value="13" /> + <display value="Elective Admission: Planned" /> + </coding> + </valueCodeableConcept> + </extension> + <!-- **************extension end************** --> + </hospitalization> </Encounter> diff --git a/examples/UKCore-Extension-AllergyIntolEnd-Example.xml b/examples/UKCore-Extension-AllergyIntolEnd-Example.xml index 01ea66ab..dcc645b7 100644 --- a/examples/UKCore-Extension-AllergyIntolEnd-Example.xml +++ b/examples/UKCore-Extension-AllergyIntolEnd-Example.xml @@ -1,48 +1,48 @@ <AllergyIntolerance xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-AllergyIntolEnd-Example"/> - <clinicalStatus> - <!-- **************extension start************** --> - <!--This supports the date when the allergy or intolerance was no longer valid, and/or, the reason why the allergy or intolerance is no longer valid..--> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AllergyIntoleranceEnd"> - <extension url="endDate"> - <valueDateTime value="2021-07-20T17:10:00+00:00"/> - </extension> - <extension url="reasonEnded"> - <valueString value="Administrative error corrected on patient record - confirmed that allergy not experienced with the patient."/> - </extension> - </extension> - <!-- **************extension end************** --> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/> - <code value="inactive"/> - <display value="Inactive"/> - </coding> - </clinicalStatus> - <verificationStatus> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/> - <code value="confirmed"/> - <display value="Confirmed"/> - </coding> - </verificationStatus> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="372687004"/> - <display value="Amoxicillin"/> - </coding> - </code> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> - <encounter> - <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example"/> - </encounter> - <recordedDate value="2019-12-10T13:00:00+00:00"/> - <recorder> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </recorder> - <asserter> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </asserter> + <id value="UKCore-Extension-AllergyIntolEnd-Example" /> + <clinicalStatus> + <!-- **************extension start************** --> + <!--This supports the date when the allergy or intolerance was no longer valid, and/or, the reason why the allergy or intolerance is no longer valid..--> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AllergyIntoleranceEnd"> + <extension url="endDate"> + <valueDateTime value="2021-07-20T17:10:00+00:00" /> + </extension> + <extension url="reasonEnded"> + <valueString value="Administrative error corrected on patient record - confirmed that allergy not experienced with the patient." /> + </extension> + </extension> + <!-- **************extension end************** --> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" /> + <code value="inactive" /> + <display value="Inactive" /> + </coding> + </clinicalStatus> + <verificationStatus> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" /> + <code value="confirmed" /> + <display value="Confirmed" /> + </coding> + </verificationStatus> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="372687004" /> + <display value="Amoxicillin" /> + </coding> + </code> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> + <encounter> + <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> + </encounter> + <recordedDate value="2019-12-10T13:00:00+00:00" /> + <recorder> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </recorder> + <asserter> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </asserter> </AllergyIntolerance> diff --git a/examples/UKCore-Extension-AssociatedEncounter-Example.xml b/examples/UKCore-Extension-AssociatedEncounter-Example.xml index 19e8e1ec..d7c34090 100644 --- a/examples/UKCore-Extension-AssociatedEncounter-Example.xml +++ b/examples/UKCore-Extension-AssociatedEncounter-Example.xml @@ -1,44 +1,44 @@ <FamilyMemberHistory xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-AssociatedEncounter-Example"/> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AssociatedEncounter"> - <valueReference> - <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example"/> - </valueReference> - </extension> - <status value="partial"/> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - <display value="Richard Smith"/> - </patient> - <date value="2023-05-09"/> - <relationship> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <code value="FTH"/> - <display value="father"/> - </coding> - </relationship> - <sex> - <coding> - <system value="http://hl7.org/fhir/administrative-gender"/> - <code value="male"/> - <display value="Male"/> - </coding> - </sex> - <bornDate value="1949-12-13"/> - <condition> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="275121006"/> - <display value="Family history: Angina"/> - </coding> - </code> - <onsetAge> - <value value="64"/> - <unit value="year"/> - <system value="http://unitsofmeasure.org"/> - <code value="a"/> - </onsetAge> - </condition> + <id value="UKCore-Extension-AssociatedEncounter-Example" /> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AssociatedEncounter"> + <valueReference> + <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> + </valueReference> + </extension> + <status value="partial" /> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + <display value="Richard Smith" /> + </patient> + <date value="2023-05-09" /> + <relationship> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <code value="FTH" /> + <display value="father" /> + </coding> + </relationship> + <sex> + <coding> + <system value="http://hl7.org/fhir/administrative-gender" /> + <code value="male" /> + <display value="Male" /> + </coding> + </sex> + <bornDate value="1949-12-13" /> + <condition> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="275121006" /> + <display value="Family history: Angina" /> + </coding> + </code> + <onsetAge> + <value value="64" /> + <unit value="year" /> + <system value="http://unitsofmeasure.org" /> + <code value="a" /> + </onsetAge> + </condition> </FamilyMemberHistory> \ No newline at end of file diff --git a/examples/UKCore-Extension-BirthPlace-Example.xml b/examples/UKCore-Extension-BirthPlace-Example.xml index e3efea1e..36cba75e 100644 --- a/examples/UKCore-Extension-BirthPlace-Example.xml +++ b/examples/UKCore-Extension-BirthPlace-Example.xml @@ -1,15 +1,15 @@ <Patient xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-BirthPlace-Example"/> - <!-- **************extension start************** --> - <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace"> - <valueAddress> - <line value="MATERNITY UNIT"/> - <line value="LENVILLE UNIVERSITY HOSPITAL"/> - <line value="BEWLEY STREET"/> - <city value="LENVILLE"/> - <postalCode value="LEN 7TF"/> - <country value="ENGLAND"/> - </valueAddress> - </extension> - <!-- **************extension end************** --> + <id value="UKCore-Extension-BirthPlace-Example" /> + <!-- **************extension start************** --> + <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace"> + <valueAddress> + <line value="MATERNITY UNIT" /> + <line value="LENVILLE UNIVERSITY HOSPITAL" /> + <line value="BEWLEY STREET" /> + <city value="LENVILLE" /> + <postalCode value="LEN 7TF" /> + <country value="ENGLAND" /> + </valueAddress> + </extension> + <!-- **************extension end************** --> </Patient> \ No newline at end of file diff --git a/examples/UKCore-Extension-BirthSex-Example.xml b/examples/UKCore-Extension-BirthSex-Example.xml index 24f1fae9..6692ec63 100644 --- a/examples/UKCore-Extension-BirthSex-Example.xml +++ b/examples/UKCore-Extension-BirthSex-Example.xml @@ -1,8 +1,8 @@ <Patient xmlns="http://hl7.org/fhir"> -<id value="UKCore-Extension-BirthSex-Example"/> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex"> - <valueCode value="F"/> - </extension> - <!-- **************extension end************** --> +<id value="UKCore-Extension-BirthSex-Example" /> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex"> + <valueCode value="F" /> + </extension> + <!-- **************extension end************** --> </Patient> diff --git a/examples/UKCore-Extension-BirthTime-Example.xml b/examples/UKCore-Extension-BirthTime-Example.xml index cacdaff0..1441dadf 100644 --- a/examples/UKCore-Extension-BirthTime-Example.xml +++ b/examples/UKCore-Extension-BirthTime-Example.xml @@ -1,10 +1,10 @@ <Patient xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-BirthTime-Example"/> - <!-- **************extension start************** --> - <birthDate> - <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthTime"> - <valueDateTime value="2002-03-11T15:39:00+00:00"/> - </extension> - </birthDate> - <!-- **************extension end************** --> + <id value="UKCore-Extension-BirthTime-Example" /> + <!-- **************extension start************** --> + <birthDate> + <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthTime"> + <valueDateTime value="2002-03-11T15:39:00+00:00" /> + </extension> + </birthDate> + <!-- **************extension end************** --> </Patient> \ No newline at end of file diff --git a/examples/UKCore-Extension-BodySiteReference-Example.xml b/examples/UKCore-Extension-BodySiteReference-Example.xml index 19278753..d2bbe9a2 100644 --- a/examples/UKCore-Extension-BodySiteReference-Example.xml +++ b/examples/UKCore-Extension-BodySiteReference-Example.xml @@ -1,38 +1,38 @@ <?xml version="1.0" encoding="UTF-8"?> <Specimen xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-BodySiteReference-Example"/> - <status value="available"/> - <type> - <coding> - <system value="http://snomed.info/sct"/> - <code value="119297000"/> - <display value="Blood specimen"/> - </coding> - </type> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <receivedTime value="2016-02-05T11:10:00Z"/> - <collection> - <collector> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </collector> - <collectedDateTime value="2016-02-09T16:00:00Z"/> - <method> - <coding> - <system value="http://snomed.info/sct"/> - <code value="28520004"/> - <display value="Venipuncture for blood test"/> - </coding> - </method> - <bodySite> - <!-- Use of the bodySite R5 backport extension to reference a BodyStructure, in this case, the draw site. --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference"> - <valueReference> - <reference value="BodyStructure/UKCore-BodyStructure-MedianCubitalVeinExample"/> - </valueReference> - </extension> - <text value="vein on the inner left arm"/> - </bodySite> - </collection> + <id value="UKCore-Extension-BodySiteReference-Example" /> + <status value="available" /> + <type> + <coding> + <system value="http://snomed.info/sct" /> + <code value="119297000" /> + <display value="Blood specimen" /> + </coding> + </type> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <receivedTime value="2016-02-05T11:10:00Z" /> + <collection> + <collector> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </collector> + <collectedDateTime value="2016-02-09T16:00:00Z" /> + <method> + <coding> + <system value="http://snomed.info/sct" /> + <code value="28520004" /> + <display value="Venipuncture for blood test" /> + </coding> + </method> + <bodySite> + <!-- Use of the bodySite R5 backport extension to reference a BodyStructure, in this case, the draw site. --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference"> + <valueReference> + <reference value="BodyStructure/UKCore-BodyStructure-MedianCubitalVeinExample" /> + </valueReference> + </extension> + <text value="vein on the inner left arm" /> + </bodySite> + </collection> </Specimen> diff --git a/examples/UKCore-Extension-BookingOrganization-Example.xml b/examples/UKCore-Extension-BookingOrganization-Example.xml index d45c7ece..6eff4d9a 100644 --- a/examples/UKCore-Extension-BookingOrganization-Example.xml +++ b/examples/UKCore-Extension-BookingOrganization-Example.xml @@ -1,60 +1,60 @@ <Appointment xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-BookingOrganization-Example"/> - <!-- ***************extension start*************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization"> - <valueReference> - <reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example"/> - <type value="Organization"/> - <identifier> - <use value="official"/> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> - <code value="PRN"/> - <display value="Provider number"/> - </coding> - </type> - <system value="https://fhir.nhs.uk/Id/ods-site-code"/> - <value value="GP8D7"/> - <period> - <start value="2022-03-11T10:46:00+00:00"/> - <end value="2022-03-11T13:20:00+00:00"/> - </period> - </identifier> - </valueReference> - </extension> - <!-- **************extension end ****************** --> - <status value="booked"/> - <start value="2022-03-11T10:46:00+00:00"/> - <end value="2022-03-11T13:20:00+00:00"/> - <participant> - <actor> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - <display value="Richard Smith"/> - </actor> - <required value="required"/> - <status value="accepted"/> - </participant> - <participant> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> - <code value="ATND"/> - </coding> - </type> - <actor> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - <display value="Dr Sandra Gose"/> - </actor> - <required value="required"/> - <status value="accepted"/> - </participant> - <participant> - <actor> - <reference value="Location/UKCore-Location-HospitalSJUH-Example"/> - <display value="Orthopaedic Trauma Department, St James' University Hospital, Leeds"/> - </actor> - <required value="required"/> - <status value="accepted"/> - </participant> + <id value="UKCore-Extension-BookingOrganization-Example" /> + <!-- ***************extension start*************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization"> + <valueReference> + <reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" /> + <type value="Organization" /> + <identifier> + <use value="official" /> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v2-0203" /> + <code value="PRN" /> + <display value="Provider number" /> + </coding> + </type> + <system value="https://fhir.nhs.uk/Id/ods-site-code" /> + <value value="GP8D7" /> + <period> + <start value="2022-03-11T10:46:00+00:00" /> + <end value="2022-03-11T13:20:00+00:00" /> + </period> + </identifier> + </valueReference> + </extension> + <!-- **************extension end ****************** --> + <status value="booked" /> + <start value="2022-03-11T10:46:00+00:00" /> + <end value="2022-03-11T13:20:00+00:00" /> + <participant> + <actor> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + <display value="Richard Smith" /> + </actor> + <required value="required" /> + <status value="accepted" /> + </participant> + <participant> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" /> + <code value="ATND" /> + </coding> + </type> + <actor> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + <display value="Dr Sandra Gose" /> + </actor> + <required value="required" /> + <status value="accepted" /> + </participant> + <participant> + <actor> + <reference value="Location/UKCore-Location-HospitalSJUH-Example" /> + <display value="Orthopaedic Trauma Department, St James' University Hospital, Leeds" /> + </actor> + <required value="required" /> + <status value="accepted" /> + </participant> </Appointment> \ No newline at end of file diff --git a/examples/UKCore-Extension-CadavericDonor-Example.xml b/examples/UKCore-Extension-CadavericDonor-Example.xml index 49c5dadb..46fe3916 100644 --- a/examples/UKCore-Extension-CadavericDonor-Example.xml +++ b/examples/UKCore-Extension-CadavericDonor-Example.xml @@ -1,8 +1,8 @@ <Patient xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-CadavericDonor-Example"/> - <!-- **************extension start************** --> - <extension url="http://hl7.org/fhir/StructureDefinition/patient-cadavericDonor"> - <valueBoolean value="true"/> - </extension> - <!-- **************extension end************** --> + <id value="UKCore-Extension-CadavericDonor-Example" /> + <!-- **************extension start************** --> + <extension url="http://hl7.org/fhir/StructureDefinition/patient-cadavericDonor"> + <valueBoolean value="true" /> + </extension> + <!-- **************extension end************** --> </Patient> diff --git a/examples/UKCore-Extension-CareSettingType-Example.xml b/examples/UKCore-Extension-CareSettingType-Example.xml index 94e916fe..7e8a2900 100644 --- a/examples/UKCore-Extension-CareSettingType-Example.xml +++ b/examples/UKCore-Extension-CareSettingType-Example.xml @@ -1,28 +1,28 @@ <Composition xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-CareSettingType-Example"/> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType"> - <valueCodeableConcept> - <coding> - <system value="http://snomed.info/sct"/> - <code value="789718008"/> - <display value="Cardiology service"/> - </coding> - </valueCodeableConcept> - </extension> - <!-- *************extension end *****************--> - <status value="final"/> - <type> - <!--Discharge Summary document type--> - <coding> - <system value="http://snomed.info/sct"/> - <code value="373942005"/> - <display value="Discharge summary"/> - </coding> - </type> - <date value="2020-11-11T21:30:00+00:00"/> - <author> - <reference value="urn:uuid:6555b7a7-380d-46ff-a1c5-7abc4e68f8bc"/> - </author> - <title value="Discharge summary"/> + <id value="UKCore-Extension-CareSettingType-Example" /> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType"> + <valueCodeableConcept> + <coding> + <system value="http://snomed.info/sct" /> + <code value="789718008" /> + <display value="Cardiology service" /> + </coding> + </valueCodeableConcept> + </extension> + <!-- *************extension end *****************--> + <status value="final" /> + <type> + <!--Discharge Summary document type--> + <coding> + <system value="http://snomed.info/sct" /> + <code value="373942005" /> + <display value="Discharge summary" /> + </coding> + </type> + <date value="2020-11-11T21:30:00+00:00" /> + <author> + <reference value="urn:uuid:6555b7a7-380d-46ff-a1c5-7abc4e68f8bc" /> + </author> + <title value="Discharge summary" /> </Composition> diff --git a/examples/UKCore-Extension-CodingSCT-CodeUnknown-Example.xml b/examples/UKCore-Extension-CodingSCT-CodeUnknown-Example.xml index 36a95a4e..3423c6ba 100644 --- a/examples/UKCore-Extension-CodingSCT-CodeUnknown-Example.xml +++ b/examples/UKCore-Extension-CodingSCT-CodeUnknown-Example.xml @@ -1,11 +1,11 @@ <Condition xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-CodingSCT-CodeUnknown-Example"/> - <!-- **************Snippet start************** --> - <code> - <text value="Myocardial infarction"/> - </code> - <!-- **************Snippet end************** --> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> + <id value="UKCore-Extension-CodingSCT-CodeUnknown-Example" /> + <!-- **************Snippet start************** --> + <code> + <text value="Myocardial infarction" /> + </code> + <!-- **************Snippet end************** --> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> </Condition> diff --git a/examples/UKCore-Extension-CodingSCT-Heart-Example.xml b/examples/UKCore-Extension-CodingSCT-Heart-Example.xml index 9f022feb..b642e7c3 100644 --- a/examples/UKCore-Extension-CodingSCT-Heart-Example.xml +++ b/examples/UKCore-Extension-CodingSCT-Heart-Example.xml @@ -1,22 +1,22 @@ <Condition xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-CodingSCT-Heart-Example"/> - <!-- **************Snippet start************** --> - <code> - <coding> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"> - <valueString value="Heart attack"/> - </extension> - <extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid"> - <valueId value="37443015"/> - </extension> - <system value="http://snomed.info/sct"/> - <code value="22298006"/> - <display value="Myocardial infarction"/> - <userSelected value="true"/> - </coding> - </code> - <!-- **************Snippet end************** --> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> + <id value="UKCore-Extension-CodingSCT-Heart-Example" /> + <!-- **************Snippet start************** --> + <code> + <coding> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"> + <valueString value="Heart attack" /> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid"> + <valueId value="37443015" /> + </extension> + <system value="http://snomed.info/sct" /> + <code value="22298006" /> + <display value="Myocardial infarction" /> + <userSelected value="true" /> + </coding> + </code> + <!-- **************Snippet end************** --> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> </Condition> diff --git a/examples/UKCore-Extension-CodingSCT-IllicitDrugs-Example.xml b/examples/UKCore-Extension-CodingSCT-IllicitDrugs-Example.xml index 91a8c8cc..01f99388 100644 --- a/examples/UKCore-Extension-CodingSCT-IllicitDrugs-Example.xml +++ b/examples/UKCore-Extension-CodingSCT-IllicitDrugs-Example.xml @@ -1,25 +1,25 @@ <Observation xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-CodingSCT-IllicitDrugs-Example"/> - <status value="final"/> - <!-- **************Snippet start************** --> - <code> - <coding> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"> - <valueString value="Illicit medication use unknown"/> - </extension> - <extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid"> - <valueId value="3449865011"/> - </extension> - <system value="http://snomed.info/sct"/> - <code value="702771005"/> - <display value="Illicit drug use unknown"/> - <userSelected value="true"/> - </coding> - <text value=" Not known whether uses illicit drugs"/> - <!-- what the user saw on screen, from a data entry template --> - </code> - <!-- **************Snippet end************** --> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> + <id value="UKCore-Extension-CodingSCT-IllicitDrugs-Example" /> + <status value="final" /> + <!-- **************Snippet start************** --> + <code> + <coding> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"> + <valueString value="Illicit medication use unknown" /> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid"> + <valueId value="3449865011" /> + </extension> + <system value="http://snomed.info/sct" /> + <code value="702771005" /> + <display value="Illicit drug use unknown" /> + <userSelected value="true" /> + </coding> + <text value=" Not known whether uses illicit drugs" /> + <!-- what the user saw on screen, from a data entry template --> + </code> + <!-- **************Snippet end************** --> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> </Observation> diff --git a/examples/UKCore-Extension-CodingSCT-MoleOfSkin-Example.xml b/examples/UKCore-Extension-CodingSCT-MoleOfSkin-Example.xml index 454dd2b3..4584bc35 100644 --- a/examples/UKCore-Extension-CodingSCT-MoleOfSkin-Example.xml +++ b/examples/UKCore-Extension-CodingSCT-MoleOfSkin-Example.xml @@ -1,34 +1,34 @@ <Condition xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-CodingSCT-MoleOfSkin-Example"/> - <!-- **************Snippet start************** --> - <code> - <coding> - <system value="http://read.info/ctv3"/> - <code value="X78Uv"/> - <!-- no term code, so CTV3 PT is implied? --> - <display value="Benign melanocytic naevus skin"/> - <!-- text of V3 PT --> - </coding> - <coding> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"> - <valueString value="Mole of skin"/> - <!-- text for id = 1787065011 --> - </extension> - <extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid"> - <valueId value="1787065011"/> - <!-- not the SNOMED PT --> - </extension> - <system value="http://snomed.info/sct"/> - <code value="400010006"/> - <!-- SNOMED conceptId --> - <display value="Melanocytic naevus of skin"/> - <!-- text of SNOMED PT --> - </coding> - <text value="Moles"/> - <!-- what user saw on screen, from data entry template --> - </code> - <!-- **************Snippet end************** --> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> + <id value="UKCore-Extension-CodingSCT-MoleOfSkin-Example" /> + <!-- **************Snippet start************** --> + <code> + <coding> + <system value="http://read.info/ctv3" /> + <code value="X78Uv" /> + <!-- no term code, so CTV3 PT is implied? --> + <display value="Benign melanocytic naevus skin" /> + <!-- text of V3 PT --> + </coding> + <coding> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"> + <valueString value="Mole of skin" /> + <!-- text for id = 1787065011 --> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid"> + <valueId value="1787065011" /> + <!-- not the SNOMED PT --> + </extension> + <system value="http://snomed.info/sct" /> + <code value="400010006" /> + <!-- SNOMED conceptId --> + <display value="Melanocytic naevus of skin" /> + <!-- text of SNOMED PT --> + </coding> + <text value="Moles" /> + <!-- what user saw on screen, from data entry template --> + </code> + <!-- **************Snippet end************** --> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> </Condition> \ No newline at end of file diff --git a/examples/UKCore-Extension-CodingSCT-Myocardial-Example.xml b/examples/UKCore-Extension-CodingSCT-Myocardial-Example.xml index 6e66ef09..85fa211a 100644 --- a/examples/UKCore-Extension-CodingSCT-Myocardial-Example.xml +++ b/examples/UKCore-Extension-CodingSCT-Myocardial-Example.xml @@ -1,22 +1,22 @@ <Condition xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-CodingSCT-Myocardial-Example"/> - <!-- **************Snippet start************** --> - <code> - <coding> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"> - <valueString value="Myocardial infarction"/> - </extension> - <extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid"> - <valueId value="337436014"/> - </extension> - <system value="http://snomed.info/sct"/> - <code value="22298006"/> - <display value="Myocardial infarction"/> - <userSelected value="true"/> - </coding> - </code> - <!-- **************Snippet end************** --> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> + <id value="UKCore-Extension-CodingSCT-Myocardial-Example" /> + <!-- **************Snippet start************** --> + <code> + <coding> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"> + <valueString value="Myocardial infarction" /> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid"> + <valueId value="337436014" /> + </extension> + <system value="http://snomed.info/sct" /> + <code value="22298006" /> + <display value="Myocardial infarction" /> + <userSelected value="true" /> + </coding> + </code> + <!-- **************Snippet end************** --> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> </Condition> diff --git a/examples/UKCore-Extension-CodingSCT-Potassium-Example.xml b/examples/UKCore-Extension-CodingSCT-Potassium-Example.xml index b73fbc88..dba59f45 100644 --- a/examples/UKCore-Extension-CodingSCT-Potassium-Example.xml +++ b/examples/UKCore-Extension-CodingSCT-Potassium-Example.xml @@ -1,26 +1,26 @@ <Observation xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-CodingSCT-Potassium-Example"/> - <status value="final"/> - <!-- **************Snippet start************** --> - <code> - <coding> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"> - <valueString value="Serum potassium measurement"/> - </extension> - <extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid"> - <valueId value="405941011"/> - </extension> - <system value="http://snomed.info/sct"/> - <code value="1000651000000109"/> - <display value="Serum potassium level"/> - <userSelected value="true"/> - <!--flags the coding originally actually selected by the user --> - </coding> - <text value="Serum Potassium"/> - <!-- what the user saw on screen, from a data entry template --> - </code> - <!-- **************Snippet end************** --> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> + <id value="UKCore-Extension-CodingSCT-Potassium-Example" /> + <status value="final" /> + <!-- **************Snippet start************** --> + <code> + <coding> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"> + <valueString value="Serum potassium measurement" /> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid"> + <valueId value="405941011" /> + </extension> + <system value="http://snomed.info/sct" /> + <code value="1000651000000109" /> + <display value="Serum potassium level" /> + <userSelected value="true" /> + <!--flags the coding originally actually selected by the user --> + </coding> + <text value="Serum Potassium" /> + <!-- what the user saw on screen, from a data entry template --> + </code> + <!-- **************Snippet end************** --> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> </Observation> diff --git a/examples/UKCore-Extension-CodingSCT-Weight-Example.xml b/examples/UKCore-Extension-CodingSCT-Weight-Example.xml index e96299b1..0e474541 100644 --- a/examples/UKCore-Extension-CodingSCT-Weight-Example.xml +++ b/examples/UKCore-Extension-CodingSCT-Weight-Example.xml @@ -1,24 +1,24 @@ <Observation xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-CodingSCT-Weight-Example"/> - <status value="final"/> - <!-- **************Snippet start************** --> - <code> - <coding> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"> - <valueString value="Ideal weight"/> - </extension> - <extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid"> - <valueId value="787121000006116"/> - <!-- descriptionId from a GP system namespace --> - </extension> - <code value="170804003"/> - <!-- conceptId from SNOMED International CORE --> - <display value="Ideal body weight"/> - <userSelected value="true"/> - </coding> - </code> - <!-- **************Snippet end************** --> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> + <id value="UKCore-Extension-CodingSCT-Weight-Example" /> + <status value="final" /> + <!-- **************Snippet start************** --> + <code> + <coding> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"> + <valueString value="Ideal weight" /> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid"> + <valueId value="787121000006116" /> + <!-- descriptionId from a GP system namespace --> + </extension> + <code value="170804003" /> + <!-- conceptId from SNOMED International CORE --> + <display value="Ideal body weight" /> + <userSelected value="true" /> + </coding> + </code> + <!-- **************Snippet end************** --> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> </Observation> diff --git a/examples/UKCore-Extension-CodingSCTDescId-Example.xml b/examples/UKCore-Extension-CodingSCTDescId-Example.xml index 21ebcc74..d2e3c7bc 100644 --- a/examples/UKCore-Extension-CodingSCTDescId-Example.xml +++ b/examples/UKCore-Extension-CodingSCTDescId-Example.xml @@ -1,20 +1,20 @@ <Condition xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-CodingSCTDescId-Example"/> - <code> - <coding> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"> - <valueString value="Bronchial asthma"/> - </extension> - <extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid"> - <valueId value="301480018"/> - </extension> - <system value="http://snomed.info/sct"/> - <code value="195967001"/> - <display value="Asthma"/> - <userSelected value="true"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> + <id value="UKCore-Extension-CodingSCTDescId-Example" /> + <code> + <coding> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"> + <valueString value="Bronchial asthma" /> + </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid"> + <valueId value="301480018" /> + </extension> + <system value="http://snomed.info/sct" /> + <code value="195967001" /> + <display value="Asthma" /> + <userSelected value="true" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> </Condition> diff --git a/examples/UKCore-Extension-CollectionCollector-Example.xml b/examples/UKCore-Extension-CollectionCollector-Example.xml index ee0ad885..830ba5b5 100644 --- a/examples/UKCore-Extension-CollectionCollector-Example.xml +++ b/examples/UKCore-Extension-CollectionCollector-Example.xml @@ -1,28 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <Specimen xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-CollectionCollector-Example"/> - <status value="available"/> - <type> - <coding> - <system value="http://snomed.info/sct"/> - <code value="78014005"/> - <display value="Urine"/> - </coding> - </type> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <receivedTime value="2022-11-25T11:10:00Z"/> - <collection> - <collector> - <!-- ***************extension start*************** --> - <extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.collection.collector"> - <valueReference> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </valueReference> - </extension> - <!-- **************extension end ****************** --> - </collector> - <collectedDateTime value="2022-11-25T16:00:00Z"/> - </collection> + <id value="UKCore-Extension-CollectionCollector-Example" /> + <status value="available" /> + <type> + <coding> + <system value="http://snomed.info/sct" /> + <code value="78014005" /> + <display value="Urine" /> + </coding> + </type> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <receivedTime value="2022-11-25T11:10:00Z" /> + <collection> + <collector> + <!-- ***************extension start*************** --> + <extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.collection.collector"> + <valueReference> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </valueReference> + </extension> + <!-- **************extension end ****************** --> + </collector> + <collectedDateTime value="2022-11-25T16:00:00Z" /> + </collection> </Specimen> diff --git a/examples/UKCore-Extension-CompositionReference-Example.xml b/examples/UKCore-Extension-CompositionReference-Example.xml index 2158aa6e..1fc025b0 100644 --- a/examples/UKCore-Extension-CompositionReference-Example.xml +++ b/examples/UKCore-Extension-CompositionReference-Example.xml @@ -1,28 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <DiagnosticReport xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-CompositionReference-Example"/> - <extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition"> - <valueReference> - <reference value="Composition/UKCore-Composition-Discharge-Example"/> - </valueReference> - </extension> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="ce1913bf-ead4-4d04-904f-714cbc1636ef"/> - </identifier> - <status value="final"/> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="252275004"/> - <display value="Hematology test"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - <display value="LEEDS TEACHING HOSPITALS NHS TRUST"/> - </performer> + <id value="UKCore-Extension-CompositionReference-Example" /> + <extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition"> + <valueReference> + <reference value="Composition/UKCore-Composition-Discharge-Example" /> + </valueReference> + </extension> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="ce1913bf-ead4-4d04-904f-714cbc1636ef" /> + </identifier> + <status value="final" /> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="252275004" /> + <display value="Hematology test" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + <display value="LEEDS TEACHING HOSPITALS NHS TRUST" /> + </performer> </DiagnosticReport> diff --git a/examples/UKCore-Extension-ConditionEpisode-Example.xml b/examples/UKCore-Extension-ConditionEpisode-Example.xml index f0139409..702ce4c4 100644 --- a/examples/UKCore-Extension-ConditionEpisode-Example.xml +++ b/examples/UKCore-Extension-ConditionEpisode-Example.xml @@ -2,7 +2,7 @@ <id value="UKCore-Extension-ConditionEpisode-Example" /> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ConditionEpisode"> - <valueCode value="new"/> + <valueCode value="new" /> </extension> <!-- **************extension end************** --> <subject> diff --git a/examples/UKCore-Extension-ContactPreference-Example.xml b/examples/UKCore-Extension-ContactPreference-Example.xml index 544218eb..cb6ca9f3 100644 --- a/examples/UKCore-Extension-ContactPreference-Example.xml +++ b/examples/UKCore-Extension-ContactPreference-Example.xml @@ -1,39 +1,39 @@ <?xml version="1.0" encoding="UTF-8"?> <Patient xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-ContactPreference-Example"/> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference"> - <extension url="PreferredContactMethod"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod"/> - <code value="3"/> - <display value="Telephone"/> - </coding> - </valueCodeableConcept> - </extension> - <extension url="PreferredContactTimes"> - <valueTiming> - <repeat> - <frequency value="1"/> - <period value="1"/> - <periodUnit value="d"/> - <dayOfWeek value="mon"/> - <dayOfWeek value="wed"/> - <dayOfWeek value="fri"/> - <when value="MORN"/> - </repeat> - </valueTiming> - </extension> - <extension url="PreferredWrittenCommunicationFormat"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat"/> - <code value="11"/> - <display value="Large print"/> - </coding> - </valueCodeableConcept> - </extension> - </extension> - <!-- **************extension end************** --> + <id value="UKCore-Extension-ContactPreference-Example" /> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference"> + <extension url="PreferredContactMethod"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" /> + <code value="3" /> + <display value="Telephone" /> + </coding> + </valueCodeableConcept> + </extension> + <extension url="PreferredContactTimes"> + <valueTiming> + <repeat> + <frequency value="1" /> + <period value="1" /> + <periodUnit value="d" /> + <dayOfWeek value="mon" /> + <dayOfWeek value="wed" /> + <dayOfWeek value="fri" /> + <when value="MORN" /> + </repeat> + </valueTiming> + </extension> + <extension url="PreferredWrittenCommunicationFormat"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat" /> + <code value="11" /> + <display value="Large print" /> + </coding> + </valueCodeableConcept> + </extension> + </extension> + <!-- **************extension end************** --> </Patient> \ No newline at end of file diff --git a/examples/UKCore-Extension-ContactRank-Example.xml b/examples/UKCore-Extension-ContactRank-Example.xml index e65b5ab0..05786649 100644 --- a/examples/UKCore-Extension-ContactRank-Example.xml +++ b/examples/UKCore-Extension-ContactRank-Example.xml @@ -1,21 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-ContactRank-Example" /> - <contact> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank"> - <valuePositiveInt value="1"/> - </extension> - <!-- **************extension end************** --> - <name> - <use value="official"/> - <family value="CARTER"/> - <given value="Emily"/> - </name> - <telecom> - <system value="phone"/> - <value value="01131231288"/> - </telecom> - <gender value="female"/> - </contact> + <contact> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank"> + <valuePositiveInt value="1" /> + </extension> + <!-- **************extension end************** --> + <name> + <use value="official" /> + <family value="CARTER" /> + <given value="Emily" /> + </name> + <telecom> + <system value="phone" /> + <value value="01131231288" /> + </telecom> + <gender value="female" /> + </contact> </Patient> diff --git a/examples/UKCore-Extension-CopyCorrespondenceIndicator-Example.xml b/examples/UKCore-Extension-CopyCorrespondenceIndicator-Example.xml index 1e67a840..816ee226 100644 --- a/examples/UKCore-Extension-CopyCorrespondenceIndicator-Example.xml +++ b/examples/UKCore-Extension-CopyCorrespondenceIndicator-Example.xml @@ -1,21 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-CopyCorrespondenceIndicator-Example" /> - <contact> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator"> - <valueBoolean value="true"/> - </extension> - <!-- **************extension end************** --> - <name> - <use value="official"/> - <family value="CARTER"/> - <given value="Emily"/> - </name> - <telecom> - <system value="phone"/> - <value value="01131231288"/> - </telecom> - <gender value="female"/> - </contact> + <contact> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator"> + <valueBoolean value="true" /> + </extension> + <!-- **************extension end************** --> + <name> + <use value="official" /> + <family value="CARTER" /> + <given value="Emily" /> + </name> + <telecom> + <system value="phone" /> + <value value="01131231288" /> + </telecom> + <gender value="female" /> + </contact> </Patient> diff --git a/examples/UKCore-Extension-Coverage-Example.xml b/examples/UKCore-Extension-Coverage-Example.xml index 10c9cf12..a0008e49 100644 --- a/examples/UKCore-Extension-Coverage-Example.xml +++ b/examples/UKCore-Extension-Coverage-Example.xml @@ -1,19 +1,19 @@ <ServiceRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-Coverage-Example"/> - <!-- ***************extension start*************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory"/> - <code value="private"/> - <display value="Private"/> - </coding> - </valueCodeableConcept> - </extension> - <!-- **************extension end ****************** --> - <status value="active"/> - <intent value="order"/> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> + <id value="UKCore-Extension-Coverage-Example" /> + <!-- ***************extension start*************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory" /> + <code value="private" /> + <display value="Private" /> + </coding> + </valueCodeableConcept> + </extension> + <!-- **************extension end ****************** --> + <status value="active" /> + <intent value="order" /> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> </ServiceRequest> \ No newline at end of file diff --git a/examples/UKCore-Extension-CuffSize-Example.xml b/examples/UKCore-Extension-CuffSize-Example.xml index 80543d69..eba2e039 100644 --- a/examples/UKCore-Extension-CuffSize-Example.xml +++ b/examples/UKCore-Extension-CuffSize-Example.xml @@ -1,21 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <Device xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-CuffSize-Example"/> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CuffSize"> - <valueCodeableConcept> - <coding> - <system value="http://snomed.info/sct"/> - <code value="990191000000101"/> - <display value="Large adult size blood pressure cuff"/> - </coding> - </valueCodeableConcept> - </extension> - <status value="active"/> - <type> - <coding> - <system value="http://snomed.info/sct"/> - <code value="39690000"/> - <display value="Sphygmomanometer" /> - </coding> - </type> + <id value="UKCore-Extension-CuffSize-Example" /> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CuffSize"> + <valueCodeableConcept> + <coding> + <system value="http://snomed.info/sct" /> + <code value="990191000000101" /> + <display value="Large adult size blood pressure cuff" /> + </coding> + </valueCodeableConcept> + </extension> + <status value="active" /> + <type> + <coding> + <system value="http://snomed.info/sct" /> + <code value="39690000" /> + <display value="Sphygmomanometer" /> + </coding> + </type> </Device> \ No newline at end of file diff --git a/examples/UKCore-Extension-DeathNotificationStatus-Example.xml b/examples/UKCore-Extension-DeathNotificationStatus-Example.xml index cd6177a4..3006e72b 100644 --- a/examples/UKCore-Extension-DeathNotificationStatus-Example.xml +++ b/examples/UKCore-Extension-DeathNotificationStatus-Example.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-DeathNotificationStatus-Example" /> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus"> - <extension url="deathNotificationStatus"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus"/> - <code value="U"/> - <display value="Removed"/> - </coding> - </valueCodeableConcept> - </extension> - <extension url="systemEffectiveDate"> - <valueDateTime value="2019-08-01T00:00:00.000Z"/> - </extension> - </extension> - <!-- **************extension end************** --> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus"> + <extension url="deathNotificationStatus"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus" /> + <code value="U" /> + <display value="Removed" /> + </coding> + </valueCodeableConcept> + </extension> + <extension url="systemEffectiveDate"> + <valueDateTime value="2019-08-01T00:00:00.000Z" /> + </extension> + </extension> + <!-- **************extension end************** --> </Patient> diff --git a/examples/UKCore-Extension-DeliveryChannel-Example.xml b/examples/UKCore-Extension-DeliveryChannel-Example.xml index b6dde18b..46438e3e 100644 --- a/examples/UKCore-Extension-DeliveryChannel-Example.xml +++ b/examples/UKCore-Extension-DeliveryChannel-Example.xml @@ -1,41 +1,41 @@ <Appointment xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-DeliveryChannel-Example"/> - <!-- ***************extension start*************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel"> - <valueCode value="In-person"/> - </extension> - <!-- **************extension end ****************** --> - <status value="booked"/> - <start value="2022-03-11T10:46:00+00:00"/> - <end value="2022-03-11T13:20:00+00:00"/> - <participant> - <actor> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - <display value="Richard Smith"/> - </actor> - <required value="required"/> - <status value="accepted"/> - </participant> - <participant> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> - <code value="ATND"/> - </coding> - </type> - <actor> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - <display value="Dr Sandra Gose"/> - </actor> - <required value="required"/> - <status value="accepted"/> - </participant> - <participant> - <actor> - <reference value="Location/UKCore-Location-HospitalSJUH-Example"/> - <display value="Orthopaedic Trauma Department, St James' University Hospital, Leeds"/> - </actor> - <required value="required"/> - <status value="accepted"/> - </participant> + <id value="UKCore-Extension-DeliveryChannel-Example" /> + <!-- ***************extension start*************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel"> + <valueCode value="In-person" /> + </extension> + <!-- **************extension end ****************** --> + <status value="booked" /> + <start value="2022-03-11T10:46:00+00:00" /> + <end value="2022-03-11T13:20:00+00:00" /> + <participant> + <actor> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + <display value="Richard Smith" /> + </actor> + <required value="required" /> + <status value="accepted" /> + </participant> + <participant> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" /> + <code value="ATND" /> + </coding> + </type> + <actor> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + <display value="Dr Sandra Gose" /> + </actor> + <required value="required" /> + <status value="accepted" /> + </participant> + <participant> + <actor> + <reference value="Location/UKCore-Location-HospitalSJUH-Example" /> + <display value="Orthopaedic Trauma Department, St James' University Hospital, Leeds" /> + </actor> + <required value="required" /> + <status value="accepted" /> + </participant> </Appointment> diff --git a/examples/UKCore-Extension-DeviceReference-Example.xml b/examples/UKCore-Extension-DeviceReference-Example.xml index b06288ba..62ce08ae 100644 --- a/examples/UKCore-Extension-DeviceReference-Example.xml +++ b/examples/UKCore-Extension-DeviceReference-Example.xml @@ -1,37 +1,37 @@ <?xml version="1.0" encoding="UTF-8"?> <DiagnosticReport xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-DeviceReference-Example"/> - <status value="final"/> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="721981007"/> - <display value="Diagnostic studies report"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <performer> - <display value="Software as a medical device"/> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference"> - <valueReference> - <reference value="Device/UKCore-Device-SoftwareAsAMedicalDevice-Example" /> - </valueReference> - </extension> - </performer> - <resultsInterpreter> - <display value="Software as a medical device"/> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference"> - <valueReference> - <reference value="Device/UKCore-Device-SoftwareAsAMedicalDevice-Example" /> - </valueReference> - </extension> - </resultsInterpreter> - <specimen> - <reference value="Specimen/UKCore-Specimen-BloodSpecimen-Example"/> - </specimen> - <result> - <reference value="Observation/UKCore-Observation-WhiteCellCount-Example"/> - </result> + <id value="UKCore-Extension-DeviceReference-Example" /> + <status value="final" /> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="721981007" /> + <display value="Diagnostic studies report" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <performer> + <display value="Software as a medical device" /> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference"> + <valueReference> + <reference value="Device/UKCore-Device-SoftwareAsAMedicalDevice-Example" /> + </valueReference> + </extension> + </performer> + <resultsInterpreter> + <display value="Software as a medical device" /> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference"> + <valueReference> + <reference value="Device/UKCore-Device-SoftwareAsAMedicalDevice-Example" /> + </valueReference> + </extension> + </resultsInterpreter> + <specimen> + <reference value="Specimen/UKCore-Specimen-BloodSpecimen-Example" /> + </specimen> + <result> + <reference value="Observation/UKCore-Observation-WhiteCellCount-Example" /> + </result> </DiagnosticReport> diff --git a/examples/UKCore-Extension-DischargeMethod-Example.xml b/examples/UKCore-Extension-DischargeMethod-Example.xml index 2fa90503..784fa89b 100644 --- a/examples/UKCore-Extension-DischargeMethod-Example.xml +++ b/examples/UKCore-Extension-DischargeMethod-Example.xml @@ -1,20 +1,20 @@ <Encounter xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-DischargeMethod-Example"/> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DischargeMethod"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland"/> - <code value="1"/> - <display value="Patient discharged on clinical advice or with clinical consent"/> - </coding> - </valueCodeableConcept> - </extension> - <!-- **************extension end************** --> - <status value="finished"/> - <class> - <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/> - <code value="IMP"/> - <display value="inpatient encounter"/> - </class> + <id value="UKCore-Extension-DischargeMethod-Example" /> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DischargeMethod"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland" /> + <code value="1" /> + <display value="Patient discharged on clinical advice or with clinical consent" /> + </coding> + </valueCodeableConcept> + </extension> + <!-- **************extension end************** --> + <status value="finished" /> + <class> + <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" /> + <code value="IMP" /> + <display value="inpatient encounter" /> + </class> </Encounter> diff --git a/examples/UKCore-Extension-EffectivePeriod-Example.xml b/examples/UKCore-Extension-EffectivePeriod-Example.xml index 6904688f..51e8b170 100644 --- a/examples/UKCore-Extension-EffectivePeriod-Example.xml +++ b/examples/UKCore-Extension-EffectivePeriod-Example.xml @@ -1,14 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <RelatedPerson xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-EffectivePeriod-Example"/> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EffectivePeriod"> - <valuePeriod> - <start value="2007-03-04T00:00:00.000Z"/> - </valuePeriod> - </extension> - <!-- **************extension end************** --> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> + <id value="UKCore-Extension-EffectivePeriod-Example" /> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EffectivePeriod"> + <valuePeriod> + <start value="2007-03-04T00:00:00.000Z" /> + </valuePeriod> + </extension> + <!-- **************extension end************** --> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> </RelatedPerson> diff --git a/examples/UKCore-Extension-Evidence-Example.xml b/examples/UKCore-Extension-Evidence-Example.xml index a70fcf7b..069fb759 100644 --- a/examples/UKCore-Extension-Evidence-Example.xml +++ b/examples/UKCore-Extension-Evidence-Example.xml @@ -1,53 +1,53 @@ <AllergyIntolerance xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-Evidence-Example"/> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Evidence"> - <valueReference> - <reference value="DiagnosticReport/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example"/> - <type value="DiagnosticReport"/> - </valueReference> - </extension> - <clinicalStatus> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/> - <code value="active"/> - <display value="Active"/> - </coding> - </clinicalStatus> - <verificationStatus> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/> - <code value="confirmed"/> - <display value="Confirmed"/> - </coding> - </verificationStatus> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="372687004"/> - <display value="Amoxicillin"/> - </coding> - </code> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> - <encounter> - <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example"/> - </encounter> - <recordedDate value="2019-12-10T13:00:00+00:00"/> - <recorder> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </recorder> - <asserter> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </asserter> - <reaction> - <manifestation> - <coding> - <system value="http://snomed.info/sct"/> - <code value="247472004"/> - <display value="Urticarial rash"/> - </coding> - </manifestation> - <severity value="mild"/> - </reaction> + <id value="UKCore-Extension-Evidence-Example" /> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Evidence"> + <valueReference> + <reference value="DiagnosticReport/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example" /> + <type value="DiagnosticReport" /> + </valueReference> + </extension> + <clinicalStatus> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" /> + <code value="active" /> + <display value="Active" /> + </coding> + </clinicalStatus> + <verificationStatus> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" /> + <code value="confirmed" /> + <display value="Confirmed" /> + </coding> + </verificationStatus> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="372687004" /> + <display value="Amoxicillin" /> + </coding> + </code> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> + <encounter> + <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> + </encounter> + <recordedDate value="2019-12-10T13:00:00+00:00" /> + <recorder> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </recorder> + <asserter> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </asserter> + <reaction> + <manifestation> + <coding> + <system value="http://snomed.info/sct" /> + <code value="247472004" /> + <display value="Urticarial rash" /> + </coding> + </manifestation> + <severity value="mild" /> + </reaction> </AllergyIntolerance> \ No newline at end of file diff --git a/examples/UKCore-Extension-InterpreterRequired-Example.xml b/examples/UKCore-Extension-InterpreterRequired-Example.xml index 18511f5a..9dade054 100644 --- a/examples/UKCore-Extension-InterpreterRequired-Example.xml +++ b/examples/UKCore-Extension-InterpreterRequired-Example.xml @@ -1,8 +1,8 @@ <Patient xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-InterpreterRequired-Example"/> - <!-- **************extension start************** --> - <extension url="http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired"> - <valueBoolean value="true"/> - </extension> - <!-- **************extension end************** --> + <id value="UKCore-Extension-InterpreterRequired-Example" /> + <!-- **************extension start************** --> + <extension url="http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired"> + <valueBoolean value="true" /> + </extension> + <!-- **************extension end************** --> </Patient> \ No newline at end of file diff --git a/examples/UKCore-Extension-LegalStatus-Example.xml b/examples/UKCore-Extension-LegalStatus-Example.xml index 28f8fe21..9b33646c 100644 --- a/examples/UKCore-Extension-LegalStatus-Example.xml +++ b/examples/UKCore-Extension-LegalStatus-Example.xml @@ -1,31 +1,31 @@ <Encounter xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-LegalStatus-Example"/> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-LegalStatus"> - <extension url="legalStatusContext"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext"/> - <code value="admission"/> - <display value="Admission"/> - </coding> - </valueCodeableConcept> - </extension> - <extension url="legalStatusClassification"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <code value="02"/> - <display value="Formally detained under Mental Health Act Section 2 (Admission for assessment)"/> - </coding> - </valueCodeableConcept> - </extension> - </extension> - <!-- **************extension end************** --> - <status value="finished"/> - <class> - <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/> - <code value="IMP"/> - <display value="inpatient encounter"/> - </class> + <id value="UKCore-Extension-LegalStatus-Example" /> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-LegalStatus"> + <extension url="legalStatusContext"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext" /> + <code value="admission" /> + <display value="Admission" /> + </coding> + </valueCodeableConcept> + </extension> + <extension url="legalStatusClassification"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <code value="02" /> + <display value="Formally detained under Mental Health Act Section 2 (Admission for assessment)" /> + </coding> + </valueCodeableConcept> + </extension> + </extension> + <!-- **************extension end************** --> + <status value="finished" /> + <class> + <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" /> + <code value="IMP" /> + <display value="inpatient encounter" /> + </class> </Encounter> \ No newline at end of file diff --git a/examples/UKCore-Extension-ListWarningCode-Example.xml b/examples/UKCore-Extension-ListWarningCode-Example.xml index 3f72407a..caeddad4 100644 --- a/examples/UKCore-Extension-ListWarningCode-Example.xml +++ b/examples/UKCore-Extension-ListWarningCode-Example.xml @@ -2,7 +2,7 @@ <id value="UKCore-Extension-ListWarningCode-Example" /> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ListWarningCode"> - <valueCode value="data-in-transit"/> + <valueCode value="data-in-transit" /> </extension> <!-- **************extension end************** --> <status value="current" /> diff --git a/examples/UKCore-Extension-MainLocation-Example.xml b/examples/UKCore-Extension-MainLocation-Example.xml index 47450437..a97c28d7 100644 --- a/examples/UKCore-Extension-MainLocation-Example.xml +++ b/examples/UKCore-Extension-MainLocation-Example.xml @@ -1,22 +1,22 @@ <Organization xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-MainLocation-Example"/> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MainLocation"> - <valueReference> - <reference value="Location/UKCore-Location-HospitalSJUH-Example"/> - <type value="Location"/> - <identifier> - <use value="official"/> - <system value="https://fhir.nhs.uk/Id/ods-site-code"/> - <value value="RR813"/> - </identifier> - </valueReference> - </extension> - <!-- *************extension end *****************--> - <identifier> - <use value="official"/> - <system value="https://fhir.nhs.uk/Id/ods-organization-code"/> - <value value="RR8"/> - </identifier> - <name value="LEEDS TEACHING HOSPITALS NHS TRUST"/> + <id value="UKCore-Extension-MainLocation-Example" /> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MainLocation"> + <valueReference> + <reference value="Location/UKCore-Location-HospitalSJUH-Example" /> + <type value="Location" /> + <identifier> + <use value="official" /> + <system value="https://fhir.nhs.uk/Id/ods-site-code" /> + <value value="RR813" /> + </identifier> + </valueReference> + </extension> + <!-- *************extension end *****************--> + <identifier> + <use value="official" /> + <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> + <value value="RR8" /> + </identifier> + <name value="LEEDS TEACHING HOSPITALS NHS TRUST" /> </Organization> diff --git a/examples/UKCore-Extension-MedicationChangeSummary-Example.xml b/examples/UKCore-Extension-MedicationChangeSummary-Example.xml index 80b1f706..63002f30 100644 --- a/examples/UKCore-Extension-MedicationChangeSummary-Example.xml +++ b/examples/UKCore-Extension-MedicationChangeSummary-Example.xml @@ -1,35 +1,35 @@ <?xml version="1.0" encoding="UTF-8"?> <MedicationStatement xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-MedicationChangeSummary-Example"/> - <!--Change details extension--> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationChangeSummary"> - <extension url="status"> - <valueCoding> - <code value="amended"/> - <display value="Amended"/> - </valueCoding> - </extension> - <extension url="indicationForChange"> - <valueCodeableConcept> - <coding> - <system value="http://snomed.info/sct"/> - <code value="275929009"/> - <display value="Tablets too large to swallow"/> - </coding> - </valueCodeableConcept> - </extension> - <extension url="dateChanged"> - <valueDateTime value="2020-07-21"/> - </extension> - <extension url="detailsOfAmendment"> - <valueString value="Changed from tablet form to solution as tablet were being crushed before taking"/> - </extension> - </extension> - <status value="active"/> - <medicationReference> - <reference value="urn:uuid:811a38a0-5612-47f5-8d5b-5a0287e8e72b"/> - </medicationReference> - <subject> - <reference value="urn:uuid:9a3f9f21-1275-49d2-ad14-39f21e6e9ac0"/> - </subject> + <id value="UKCore-Extension-MedicationChangeSummary-Example" /> + <!--Change details extension--> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationChangeSummary"> + <extension url="status"> + <valueCoding> + <code value="amended" /> + <display value="Amended" /> + </valueCoding> + </extension> + <extension url="indicationForChange"> + <valueCodeableConcept> + <coding> + <system value="http://snomed.info/sct" /> + <code value="275929009" /> + <display value="Tablets too large to swallow" /> + </coding> + </valueCodeableConcept> + </extension> + <extension url="dateChanged"> + <valueDateTime value="2020-07-21" /> + </extension> + <extension url="detailsOfAmendment"> + <valueString value="Changed from tablet form to solution as tablet were being crushed before taking" /> + </extension> + </extension> + <status value="active" /> + <medicationReference> + <reference value="urn:uuid:811a38a0-5612-47f5-8d5b-5a0287e8e72b" /> + </medicationReference> + <subject> + <reference value="urn:uuid:9a3f9f21-1275-49d2-ad14-39f21e6e9ac0" /> + </subject> </MedicationStatement> diff --git a/examples/UKCore-Extension-MedicationPrescribingOrganizationType-Example.xml b/examples/UKCore-Extension-MedicationPrescribingOrganizationType-Example.xml index c4080da7..b34b27e6 100644 --- a/examples/UKCore-Extension-MedicationPrescribingOrganizationType-Example.xml +++ b/examples/UKCore-Extension-MedicationPrescribingOrganizationType-Example.xml @@ -1,26 +1,26 @@ <MedicationStatement xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-MedicationPrescribingOrganizationType-Example"/> - <!-- **************extension start************** --> - <!--Medication Prescribing Organization extension details--> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationPrescribingOrganizationType"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType"/> - <code value="prescribed-at-gp-practice"/> - <display value="Prescribed at GP practice"/> - </coding> - </valueCodeableConcept> - </extension> - <!-- **************extension end************** --> - <status value="active"/> - <medicationCodeableConcept> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39732311000001104"/> - <display value="Amoxicillin 250mg capsules"/> - </coding> - </medicationCodeableConcept> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> + <id value="UKCore-Extension-MedicationPrescribingOrganizationType-Example" /> + <!-- **************extension start************** --> + <!--Medication Prescribing Organization extension details--> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationPrescribingOrganizationType"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType" /> + <code value="prescribed-at-gp-practice" /> + <display value="Prescribed at GP practice" /> + </coding> + </valueCodeableConcept> + </extension> + <!-- **************extension end************** --> + <status value="active" /> + <medicationCodeableConcept> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39732311000001104" /> + <display value="Amoxicillin 250mg capsules" /> + </coding> + </medicationCodeableConcept> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> </MedicationStatement> diff --git a/examples/UKCore-Extension-MedicationStatementLastIssueDate-Example.xml b/examples/UKCore-Extension-MedicationStatementLastIssueDate-Example.xml index 5b8a27a9..283c74a8 100644 --- a/examples/UKCore-Extension-MedicationStatementLastIssueDate-Example.xml +++ b/examples/UKCore-Extension-MedicationStatementLastIssueDate-Example.xml @@ -1,20 +1,20 @@ <MedicationStatement xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-MedicationStatementLastIssueDate-Example"/> - <!-- **************extension start************** --> - <!--MedicationStatement Last Issue Date extension details--> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationStatementLastIssueDate"> - <valueDateTime value="2017-02-24"/> - </extension> - <!-- **************extension end************** --> - <status value="active"/> - <medicationCodeableConcept> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39732311000001104"/> - <display value="Amoxicillin 250mg capsules"/> - </coding> - </medicationCodeableConcept> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> + <id value="UKCore-Extension-MedicationStatementLastIssueDate-Example" /> + <!-- **************extension start************** --> + <!--MedicationStatement Last Issue Date extension details--> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationStatementLastIssueDate"> + <valueDateTime value="2017-02-24" /> + </extension> + <!-- **************extension end************** --> + <status value="active" /> + <medicationCodeableConcept> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39732311000001104" /> + <display value="Amoxicillin 250mg capsules" /> + </coding> + </medicationCodeableConcept> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> </MedicationStatement> \ No newline at end of file diff --git a/examples/UKCore-Extension-MedicationTradeFamily-Example.xml b/examples/UKCore-Extension-MedicationTradeFamily-Example.xml index 27002ba5..08163b80 100644 --- a/examples/UKCore-Extension-MedicationTradeFamily-Example.xml +++ b/examples/UKCore-Extension-MedicationTradeFamily-Example.xml @@ -1,21 +1,21 @@ <Medication xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-MedicationTradeFamily-Example"/> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationTradeFamily"> - <valueCodeableConcept> - <coding> - <system value="http://snomed.info/sct"/> - <code value="9298001000001101"/> - <display value="Panadol Extra"/> - </coding> - </valueCodeableConcept> - </extension> - <!-- **************extension end************** --> - <code> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="18677911000001109"/> - <display value="Panadol Extra Advance 500mg/65mg tablets (Haleon UK Ltd)"/> - </coding> - </code> + <id value="UKCore-Extension-MedicationTradeFamily-Example" /> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationTradeFamily"> + <valueCodeableConcept> + <coding> + <system value="http://snomed.info/sct" /> + <code value="9298001000001101" /> + <display value="Panadol Extra" /> + </coding> + </valueCodeableConcept> + </extension> + <!-- **************extension end************** --> + <code> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="18677911000001109" /> + <display value="Panadol Extra Advance 500mg/65mg tablets (Haleon UK Ltd)" /> + </coding> + </code> </Medication> diff --git a/examples/UKCore-Extension-NHSNumberUnavailableReason-Example.xml b/examples/UKCore-Extension-NHSNumberUnavailableReason-Example.xml index d4ef4a1e..56215821 100644 --- a/examples/UKCore-Extension-NHSNumberUnavailableReason-Example.xml +++ b/examples/UKCore-Extension-NHSNumberUnavailableReason-Example.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <Patient xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-NHSNumberUnavailableReason-Example"/> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberUnavailableReason"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberUnavailableReason"/> - <code value="overseas-patient"/> - <display value="Overseas patient"/> - </coding> - </valueCodeableConcept> - </extension> - <!-- **************extension end************** --> - <name> - <use value="official"/> - <family value="BAPTISTE"/> - <given value="Jean"/> - </name> + <id value="UKCore-Extension-NHSNumberUnavailableReason-Example" /> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberUnavailableReason"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberUnavailableReason" /> + <code value="overseas-patient" /> + <display value="Overseas patient" /> + </coding> + </valueCodeableConcept> + </extension> + <!-- **************extension end************** --> + <name> + <use value="official" /> + <family value="BAPTISTE" /> + <given value="Jean" /> + </name> </Patient> diff --git a/examples/UKCore-Extension-NHSNumberVerificationStatus-Example.xml b/examples/UKCore-Extension-NHSNumberVerificationStatus-Example.xml index f6b8bdc3..e9a2fb8a 100644 --- a/examples/UKCore-Extension-NHSNumberVerificationStatus-Example.xml +++ b/examples/UKCore-Extension-NHSNumberVerificationStatus-Example.xml @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <Patient xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-NHSNumberVerificationStatus-Example"/> - <identifier> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland"/> - <code value="01"/> - <display value="Number present and verified"/> - </coding> - </valueCodeableConcept> - </extension> - <!-- **************extension end************** --> - </identifier> + <id value="UKCore-Extension-NHSNumberVerificationStatus-Example" /> + <identifier> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> + <code value="01" /> + <display value="Number present and verified" /> + </coding> + </valueCodeableConcept> + </extension> + <!-- **************extension end************** --> + </identifier> </Patient> diff --git a/examples/UKCore-Extension-Note-Example.xml b/examples/UKCore-Extension-Note-Example.xml index e23fd49c..cb5a94be 100644 --- a/examples/UKCore-Extension-Note-Example.xml +++ b/examples/UKCore-Extension-Note-Example.xml @@ -1,32 +1,32 @@ <?xml version="1.0" encoding="UTF-8"?> <DiagnosticReport xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-Note-Example"/> - <extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note"> + <id value="UKCore-Extension-Note-Example" /> + <extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note"> <valueAnnotation> <authorReference> - <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> - </authorReference> - <time value="2023-05-10T10:39:12+00:00" /> - <text value="Inconclusive finding of staphylococcus, no evidence of bacteremia." /> + <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> + </authorReference> + <time value="2023-05-10T10:39:12+00:00" /> + <text value="Inconclusive finding of staphylococcus, no evidence of bacteremia." /> </valueAnnotation> </extension> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="957d702f-7e9e-43c2-b783-978f2c164b3c"/> - </identifier> - <status value="final"/> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="104177005"/> - <display value="Blood culture for bacteria, including anaerobic screen"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - <display value="LEEDS TEACHING HOSPITALS NHS TRUST"/> - </performer> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="957d702f-7e9e-43c2-b783-978f2c164b3c" /> + </identifier> + <status value="final" /> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="104177005" /> + <display value="Blood culture for bacteria, including anaerobic screen" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + <display value="LEEDS TEACHING HOSPITALS NHS TRUST" /> + </performer> </DiagnosticReport> diff --git a/examples/UKCore-Extension-OtherContactSystem-Example.xml b/examples/UKCore-Extension-OtherContactSystem-Example.xml index 3c7cbd20..8c1bd6b0 100644 --- a/examples/UKCore-Extension-OtherContactSystem-Example.xml +++ b/examples/UKCore-Extension-OtherContactSystem-Example.xml @@ -1,18 +1,18 @@ <Patient xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-OtherContactSystem-Example"/> - <telecom> - <system value="other"> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OtherContactSystem"> - <valueCoding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem"/> - <code value="textphone"/> - <display value="Minicom (Textphone)"/> - </valueCoding> - </extension> - <!-- *************extension end *****************--> - </system> - <value value="+4413513341777"/> - <use value="home"/> - </telecom> + <id value="UKCore-Extension-OtherContactSystem-Example" /> + <telecom> + <system value="other"> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OtherContactSystem"> + <valueCoding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem" /> + <code value="textphone" /> + <display value="Minicom (Textphone)" /> + </valueCoding> + </extension> + <!-- *************extension end *****************--> + </system> + <value value="+4413513341777" /> + <use value="home" /> + </telecom> </Patient> \ No newline at end of file diff --git a/examples/UKCore-Extension-OverseasVisitorChargingCategory-Example.xml b/examples/UKCore-Extension-OverseasVisitorChargingCategory-Example.xml index 6a21fd72..7678694d 100644 --- a/examples/UKCore-Extension-OverseasVisitorChargingCategory-Example.xml +++ b/examples/UKCore-Extension-OverseasVisitorChargingCategory-Example.xml @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-OverseasVisitorChargingCategory-Example" /> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OverseasVisitorChargingCategory"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OverseasVisitorChargingCategory"/> - <code value="D"/> - <display value="Chargeable European Economic Area patient"/> - </coding> - </valueCodeableConcept> - </extension> - <!-- **************extension end************** --> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OverseasVisitorChargingCategory"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OverseasVisitorChargingCategory" /> + <code value="D" /> + <display value="Chargeable European Economic Area patient" /> + </coding> + </valueCodeableConcept> + </extension> + <!-- **************extension end************** --> </Patient> diff --git a/examples/UKCore-Extension-ParentPresent-Example.xml b/examples/UKCore-Extension-ParentPresent-Example.xml index 37b0726b..6eaa144f 100644 --- a/examples/UKCore-Extension-ParentPresent-Example.xml +++ b/examples/UKCore-Extension-ParentPresent-Example.xml @@ -1,22 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <Immunization xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-ParentPresent-Example"/> - <!-- **************extension start************** --> - <!--This describes whether a parent was present at the immunisation of a child.--> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ParentPresent"> - <valueBoolean value="true"/> - </extension> - <!-- **************extension end************** --> - <status value="completed"/> - <vaccineCode> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="10245211000001108"/> - <display value="Pneumococcal polysaccharide conjugated vaccine (adsorbed) suspension for injection 0.5ml pre-filled syringes"/> - </coding> - </vaccineCode> - <patient> - <reference value="Patient/UKCore-Patient-BabyPatient-Example"/> - </patient> - <occurrenceDateTime value="2021-07-20"/> + <id value="UKCore-Extension-ParentPresent-Example" /> + <!-- **************extension start************** --> + <!--This describes whether a parent was present at the immunisation of a child.--> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ParentPresent"> + <valueBoolean value="true" /> + </extension> + <!-- **************extension end************** --> + <status value="completed" /> + <vaccineCode> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="10245211000001108" /> + <display value="Pneumococcal polysaccharide conjugated vaccine (adsorbed) suspension for injection 0.5ml pre-filled syringes" /> + </coding> + </vaccineCode> + <patient> + <reference value="Patient/UKCore-Patient-BabyPatient-Example" /> + </patient> + <occurrenceDateTime value="2021-07-20" /> </Immunization> \ No newline at end of file diff --git a/examples/UKCore-Extension-Participant-Example.xml b/examples/UKCore-Extension-Participant-Example.xml index fe6bd336..3e9148fc 100644 --- a/examples/UKCore-Extension-Participant-Example.xml +++ b/examples/UKCore-Extension-Participant-Example.xml @@ -1,55 +1,55 @@ <FamilyMemberHistory xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-Participant-Example"/> - <extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-FamilyMemberHistory.participant"> - <extension url="function"> - <valueCodeableConcept> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/> - <code value="enterer"/> - <display value="Enterer"/> - </coding> - </valueCodeableConcept> - </extension> - <extension url="actor"> - <valueReference> - <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> - </valueReference> - </extension> - </extension> - <status value="partial"/> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - <display value="Richard Smith"/> - </patient> - <date value="2023-05-10"/> - <relationship> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <code value="FTH"/> - <display value="father"/> - </coding> - </relationship> - <sex> - <coding> - <system value="http://hl7.org/fhir/administrative-gender"/> - <code value="male"/> - <display value="Male"/> - </coding> - </sex> - <bornDate value="1949-12-13"/> - <condition> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="160308005"/> - <display value="Family history: Gout"/> - </coding> - </code> - <onsetAge> - <value value="64"/> - <unit value="year"/> - <system value="http://unitsofmeasure.org"/> - <code value="a"/> - </onsetAge> - </condition> + <id value="UKCore-Extension-Participant-Example" /> + <extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-FamilyMemberHistory.participant"> + <extension url="function"> + <valueCodeableConcept> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/provenance-participant-type" /> + <code value="enterer" /> + <display value="Enterer" /> + </coding> + </valueCodeableConcept> + </extension> + <extension url="actor"> + <valueReference> + <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> + </valueReference> + </extension> + </extension> + <status value="partial" /> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + <display value="Richard Smith" /> + </patient> + <date value="2023-05-10" /> + <relationship> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <code value="FTH" /> + <display value="father" /> + </coding> + </relationship> + <sex> + <coding> + <system value="http://hl7.org/fhir/administrative-gender" /> + <code value="male" /> + <display value="Male" /> + </coding> + </sex> + <bornDate value="1949-12-13" /> + <condition> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="160308005" /> + <display value="Family history: Gout" /> + </coding> + </code> + <onsetAge> + <value value="64" /> + <unit value="year" /> + <system value="http://unitsofmeasure.org" /> + <code value="a" /> + </onsetAge> + </condition> </FamilyMemberHistory> \ No newline at end of file diff --git a/examples/UKCore-Extension-Period-Example.xml b/examples/UKCore-Extension-Period-Example.xml index 48b65bca..99bcc1ad 100644 --- a/examples/UKCore-Extension-Period-Example.xml +++ b/examples/UKCore-Extension-Period-Example.xml @@ -1,16 +1,16 @@ <Organization xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-Period-Example"/> - <!-- **************extension start************** --> - <extension url="http://hl7.org/fhir/StructureDefinition/organization-period"> - <valuePeriod> - <start value="2017-01-01T00:00:00.000Z"/> - </valuePeriod> - </extension> - <!-- *************extension end *****************--> - <identifier> - <use value="official"/> - <system value="https://fhir.nhs.uk/Id/ods-organization-code"/> - <value value="RR8"/> - </identifier> - <name value="LEEDS TEACHING HOSPITALS NHS TRUST"/> + <id value="UKCore-Extension-Period-Example" /> + <!-- **************extension start************** --> + <extension url="http://hl7.org/fhir/StructureDefinition/organization-period"> + <valuePeriod> + <start value="2017-01-01T00:00:00.000Z" /> + </valuePeriod> + </extension> + <!-- *************extension end *****************--> + <identifier> + <use value="official" /> + <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> + <value value="RR8" /> + </identifier> + <name value="LEEDS TEACHING HOSPITALS NHS TRUST" /> </Organization> \ No newline at end of file diff --git a/examples/UKCore-Extension-PharmacistVerifiedIndicator-Example.xml b/examples/UKCore-Extension-PharmacistVerifiedIndicator-Example.xml index eeb05f6f..b8dfbb54 100644 --- a/examples/UKCore-Extension-PharmacistVerifiedIndicator-Example.xml +++ b/examples/UKCore-Extension-PharmacistVerifiedIndicator-Example.xml @@ -1,20 +1,20 @@ <MedicationStatement xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-PharmacistVerifiedIndicator-Example"/> - <!-- **************extension start************** --> - <!--Pharmacist Verified Indicator extension details--> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PharmacistVerifiedIndicator"> - <valueBoolean value="true"/> - </extension> - <!-- **************extension end************** --> - <status value="active"/> - <medicationCodeableConcept> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39732311000001104"/> - <display value="Amoxicillin 250mg capsules"/> - </coding> - </medicationCodeableConcept> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> + <id value="UKCore-Extension-PharmacistVerifiedIndicator-Example" /> + <!-- **************extension start************** --> + <!--Pharmacist Verified Indicator extension details--> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PharmacistVerifiedIndicator"> + <valueBoolean value="true" /> + </extension> + <!-- **************extension end************** --> + <status value="active" /> + <medicationCodeableConcept> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39732311000001104" /> + <display value="Amoxicillin 250mg capsules" /> + </coding> + </medicationCodeableConcept> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> </MedicationStatement> \ No newline at end of file diff --git a/examples/UKCore-Extension-PreferredDispenserOrganization-Example.xml b/examples/UKCore-Extension-PreferredDispenserOrganization-Example.xml index 6c8a304f..6e619fb3 100644 --- a/examples/UKCore-Extension-PreferredDispenserOrganization-Example.xml +++ b/examples/UKCore-Extension-PreferredDispenserOrganization-Example.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <Patient> - <id value="UKCore-Extension-PreferredDispenserOrganization-Example"/> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PreferredDispenserOrganization"> - <valueReference> - <reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example"/> - </valueReference> - </extension> + <id value="UKCore-Extension-PreferredDispenserOrganization-Example" /> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PreferredDispenserOrganization"> + <valueReference> + <reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" /> + </valueReference> + </extension> </Patient> diff --git a/examples/UKCore-Extension-PriorityReason-Example.xml b/examples/UKCore-Extension-PriorityReason-Example.xml index 208c30d9..32c07ee3 100644 --- a/examples/UKCore-Extension-PriorityReason-Example.xml +++ b/examples/UKCore-Extension-PriorityReason-Example.xml @@ -1,24 +1,24 @@ <ServiceRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-PriorityReason-Example"/> - <priority value="urgent"> - <!-- ***************extension start*************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason"> - <valueCodeableConcept> - <coding> - <system value="http://snomed.info/sct"/> - <code value="1321851000000109"/> - <display value="Provision of advice, assessment or treatment delayed due to COVID-19 pandemic"/> - </coding> - </valueCodeableConcept> - </extension> - <!-- **************extension end ****************** --> - </priority> - <status value="active"/> - <intent value="order"/> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <requester> - <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"/> - </requester> + <id value="UKCore-Extension-PriorityReason-Example" /> + <priority value="urgent"> + <!-- ***************extension start*************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason"> + <valueCodeableConcept> + <coding> + <system value="http://snomed.info/sct" /> + <code value="1321851000000109" /> + <display value="Provision of advice, assessment or treatment delayed due to COVID-19 pandemic" /> + </coding> + </valueCodeableConcept> + </extension> + <!-- **************extension end ****************** --> + </priority> + <status value="active" /> + <intent value="order" /> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <requester> + <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> + </requester> </ServiceRequest> \ No newline at end of file diff --git a/examples/UKCore-Extension-PriorityReason-SendingAsText-Example.xml b/examples/UKCore-Extension-PriorityReason-SendingAsText-Example.xml index d473caa3..4b1f0711 100644 --- a/examples/UKCore-Extension-PriorityReason-SendingAsText-Example.xml +++ b/examples/UKCore-Extension-PriorityReason-SendingAsText-Example.xml @@ -1,20 +1,20 @@ <ServiceRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-PriorityReason-SendingAsText-Example"/> - <priority value="urgent"> - <!-- ***************extension start*************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason"> - <valueCodeableConcept> - <text value="Original assessment was delayed due to COVID-19 pandemic"/> - </valueCodeableConcept> - </extension> - <!-- **************extension end ****************** --> - </priority> - <status value="active"/> - <intent value="order"/> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <requester> - <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"/> - </requester> + <id value="UKCore-Extension-PriorityReason-SendingAsText-Example" /> + <priority value="urgent"> + <!-- ***************extension start*************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason"> + <valueCodeableConcept> + <text value="Original assessment was delayed due to COVID-19 pandemic" /> + </valueCodeableConcept> + </extension> + <!-- **************extension end ****************** --> + </priority> + <status value="active" /> + <intent value="order" /> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <requester> + <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> + </requester> </ServiceRequest> \ No newline at end of file diff --git a/examples/UKCore-Extension-RecordingSetting-Example.xml b/examples/UKCore-Extension-RecordingSetting-Example.xml index 63273fed..00c9dd20 100644 --- a/examples/UKCore-Extension-RecordingSetting-Example.xml +++ b/examples/UKCore-Extension-RecordingSetting-Example.xml @@ -1,77 +1,77 @@ <?xml version="1.0" encoding="UTF-8"?> <Observation> - <id value="UKCore-Extension-RecordingSetting-Example" /> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-RcordingSetting"> - <valueCode value="residential"/> - </extension> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category"/> - <code value="vital-signs"/> - <display value="Vital Signs"/> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="75367002"/> - <display value="Blood pressure"/> - </coding> + <id value="UKCore-Extension-RecordingSetting-Example" /> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-RcordingSetting"> + <valueCode value="residential" /> + </extension> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="vital-signs" /> + <display value="Vital Signs" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="75367002" /> + <display value="Blood pressure" /> + </coding> <coding> <system value="http://loinc.org" /> <code value="85354-9" /> <display value="Blood pressure panel with all children optional" /> </coding> - <text value="Blood pressure"/> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-09-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </performer> - <component> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="72313002"/> - <display value="Systolic arterial pressure"/> - </coding> + <text value="Blood pressure" /> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-09-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <component> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="72313002" /> + <display value="Systolic arterial pressure" /> + </coding> <coding> <system value="http://loinc.org" /> <code value="8480-6" /> <display value="Systolic blood pressure" /> </coding> - <text value="Systolic blood pressure"/> - </code> - <valueQuantity> - <value value="108"/> - <unit value="millimeter of mercury"/> - <system value="http://unitsofmeasure.org"/> - <code value="mm[Hg]"/> - </valueQuantity> - </component> - <component> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="1091811000000102"/> - <display value="Diastolic arterial pressure"/> - </coding> + <text value="Systolic blood pressure" /> + </code> + <valueQuantity> + <value value="108" /> + <unit value="millimeter of mercury" /> + <system value="http://unitsofmeasure.org" /> + <code value="mm[Hg]" /> + </valueQuantity> + </component> + <component> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="1091811000000102" /> + <display value="Diastolic arterial pressure" /> + </coding> <coding> <system value="http://loinc.org" /> <code value="8462-4" /> <display value="Diastolic blood pressure" /> </coding> - <text value="Diastolic blood pressure"/> - </code> - <valueQuantity> - <value value="82"/> - <unit value="millimeter of mercury"/> - <system value="http://unitsofmeasure.org"/> - <code value="mm[Hg]"/> - </valueQuantity> - </component> + <text value="Diastolic blood pressure" /> + </code> + <valueQuantity> + <value value="82" /> + <unit value="millimeter of mercury" /> + <system value="http://unitsofmeasure.org" /> + <code value="mm[Hg]" /> + </valueQuantity> + </component> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Extension-RepeatInformation-Example.xml b/examples/UKCore-Extension-RepeatInformation-Example.xml index 725253b2..10fd097c 100644 --- a/examples/UKCore-Extension-RepeatInformation-Example.xml +++ b/examples/UKCore-Extension-RepeatInformation-Example.xml @@ -1,70 +1,70 @@ <MedicationRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-RepeatInformation-Example"/> - <!-- **************extension start************** --> - <!--MedicationRepeatInformation extension details--> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationRepeatInformation"> - <extension url="numberOfPrescriptionsIssued"> - <valueUnsignedInt value="1"/> - </extension> - <extension url="authorisationExpiryDate"> - <valueDateTime value="2022-09-10T19:00:00.000Z"/> - </extension> - </extension> - <!-- **************extension end************** --> - <status value="completed"/> - <intent value="order"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/> - <code value="outpatient"/> - <display value="Outpatient"/> - </coding> - </category> - <priority value="routine"/> - <medicationReference> - <reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example"/> - </medicationReference> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <requester> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </requester> - <recorder> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </recorder> - <courseOfTherapyType> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy"/> - <code value="continuous-repeating-dispensing"/> - <display value="Continuous long term (repeat dispensing)"/> - </coding> - </courseOfTherapyType> - <dosageInstruction> - <text value="1 drop in each affected eye twice daily, approximately 12 hours apart."/> - <timing> - <repeat> - <frequency value="1"/> - <period value="12"/> - <periodUnit value="h"/> - </repeat> - </timing> - <site> - <coding> - <system value="http://snomed.info/sct"/> - <code value="362508001"/> - <display value="Both eyes, entire"/> - </coding> - </site> - <method> - <coding> - <system value="http://snomed.info/sct"/> - <code value="421984009"/> - <display value="Until finished"/> - </coding> - </method> - </dosageInstruction> - <substitution> - <allowedBoolean value="true"/> - </substitution> + <id value="UKCore-Extension-RepeatInformation-Example" /> + <!-- **************extension start************** --> + <!--MedicationRepeatInformation extension details--> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationRepeatInformation"> + <extension url="numberOfPrescriptionsIssued"> + <valueUnsignedInt value="1" /> + </extension> + <extension url="authorisationExpiryDate"> + <valueDateTime value="2022-09-10T19:00:00.000Z" /> + </extension> + </extension> + <!-- **************extension end************** --> + <status value="completed" /> + <intent value="order" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" /> + <code value="outpatient" /> + <display value="Outpatient" /> + </coding> + </category> + <priority value="routine" /> + <medicationReference> + <reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example" /> + </medicationReference> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <requester> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </requester> + <recorder> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </recorder> + <courseOfTherapyType> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy" /> + <code value="continuous-repeating-dispensing" /> + <display value="Continuous long term (repeat dispensing)" /> + </coding> + </courseOfTherapyType> + <dosageInstruction> + <text value="1 drop in each affected eye twice daily, approximately 12 hours apart." /> + <timing> + <repeat> + <frequency value="1" /> + <period value="12" /> + <periodUnit value="h" /> + </repeat> + </timing> + <site> + <coding> + <system value="http://snomed.info/sct" /> + <code value="362508001" /> + <display value="Both eyes, entire" /> + </coding> + </site> + <method> + <coding> + <system value="http://snomed.info/sct" /> + <code value="421984009" /> + <display value="Until finished" /> + </coding> + </method> + </dosageInstruction> + <substitution> + <allowedBoolean value="true" /> + </substitution> </MedicationRequest> diff --git a/examples/UKCore-Extension-ResidentialStatus-Example.xml b/examples/UKCore-Extension-ResidentialStatus-Example.xml index 56187b82..0d0475f1 100644 --- a/examples/UKCore-Extension-ResidentialStatus-Example.xml +++ b/examples/UKCore-Extension-ResidentialStatus-Example.xml @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-ResidentialStatus-Example" /> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus"/> - <code value="H"/> - <display value="UK Resident"/> - </coding> - </valueCodeableConcept> - </extension> - <!-- **************extension end************** --> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus" /> + <code value="H" /> + <display value="UK Resident" /> + </coding> + </valueCodeableConcept> + </extension> + <!-- **************extension end************** --> </Patient> \ No newline at end of file diff --git a/examples/UKCore-Extension-ResponseRequest-Example.xml b/examples/UKCore-Extension-ResponseRequest-Example.xml index 1350a3b7..8f317f9c 100644 --- a/examples/UKCore-Extension-ResponseRequest-Example.xml +++ b/examples/UKCore-Extension-ResponseRequest-Example.xml @@ -1,32 +1,32 @@ <MessageHeader xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-ResponseRequest-Example"/> + <id value="UKCore-Extension-ResponseRequest-Example" /> <!-- **************extension start************** --> - <extension url="http://hl7.org/fhir/StructureDefinition/messageheader-response-request"> - <valueCode value="always"/> - </extension> + <extension url="http://hl7.org/fhir/StructureDefinition/messageheader-response-request"> + <valueCode value="always" /> + </extension> <!-- **************extension end************** --> - <eventCoding> - <system value="http://snomed.info/sct"/> - <code value="306689006"/> - <display value="Discharge to home"/> - </eventCoding> - <destination> - <endpoint value="urn:nhs:addressing:asid:477121007825"/> - <receiver> - <identifier> - <system value="https://fhir.nhs.uk/Id/ods-organization-code"/> - <value value="RY6"/> - </identifier> - <display value="LEEDS COMMUNITY HEALTHCARE NHS TRUST"/> - </receiver> - </destination> - <sender> - <reference value="https://directory.spineservices.nhs.uk/Organization/X26"/> - </sender> - <source> - <endpoint value="NOROT003"/> - </source> - <focus> - <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example"/> - </focus> + <eventCoding> + <system value="http://snomed.info/sct" /> + <code value="306689006" /> + <display value="Discharge to home" /> + </eventCoding> + <destination> + <endpoint value="urn:nhs:addressing:asid:477121007825" /> + <receiver> + <identifier> + <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> + <value value="RY6" /> + </identifier> + <display value="LEEDS COMMUNITY HEALTHCARE NHS TRUST" /> + </receiver> + </destination> + <sender> + <reference value="https://directory.spineservices.nhs.uk/Organization/X26" /> + </sender> + <source> + <endpoint value="NOROT003" /> + </source> + <focus> + <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> + </focus> </MessageHeader> \ No newline at end of file diff --git a/examples/UKCore-Extension-SampleCategory-Example.xml b/examples/UKCore-Extension-SampleCategory-Example.xml index bcc99901..53ab8f37 100644 --- a/examples/UKCore-Extension-SampleCategory-Example.xml +++ b/examples/UKCore-Extension-SampleCategory-Example.xml @@ -1,31 +1,31 @@ <?xml version="1.0" encoding="UTF-8"?> <Specimen xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-SampleCategory-Example"/> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory"/> - <code value="germline"/> - <display value="Germline"/> - </coding> - </valueCodeableConcept> - </extension> - <status value="available"/> - <type> - <coding> - <system value="http://snomed.info/sct"/> - <code value="4635002"/> - <display value="Arterial blood"/> - </coding> - </type> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <receivedTime value="2022-11-25T11:10:00Z"/> - <collection> - <collector> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </collector> - <collectedDateTime value="2022-11-25T16:00:00Z"/> - </collection> + <id value="UKCore-Extension-SampleCategory-Example" /> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory" /> + <code value="germline" /> + <display value="Germline" /> + </coding> + </valueCodeableConcept> + </extension> + <status value="available" /> + <type> + <coding> + <system value="http://snomed.info/sct" /> + <code value="4635002" /> + <display value="Arterial blood" /> + </coding> + </type> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <receivedTime value="2022-11-25T11:10:00Z" /> + <collection> + <collector> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </collector> + <collectedDateTime value="2022-11-25T16:00:00Z" /> + </collection> </Specimen> diff --git a/examples/UKCore-Extension-SourceOfServiceRequest-Example.xml b/examples/UKCore-Extension-SourceOfServiceRequest-Example.xml index a4f5e183..bfdac594 100644 --- a/examples/UKCore-Extension-SourceOfServiceRequest-Example.xml +++ b/examples/UKCore-Extension-SourceOfServiceRequest-Example.xml @@ -1,19 +1,19 @@ <ServiceRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-SourceOfServiceRequest-Example"/> - <!-- ***************extension start*************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest"> - <valueCodeableConcept> - <coding> - <system value="http://snomed.info/sct"/> - <code value="108161000000109"/> - <display value="Referred by general practitioner"/> - </coding> - </valueCodeableConcept> - </extension> - <!-- **************extension end ****************** --> - <status value="active"/> - <intent value="order"/> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> + <id value="UKCore-Extension-SourceOfServiceRequest-Example" /> + <!-- ***************extension start*************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest"> + <valueCodeableConcept> + <coding> + <system value="http://snomed.info/sct" /> + <code value="108161000000109" /> + <display value="Referred by general practitioner" /> + </coding> + </valueCodeableConcept> + </extension> + <!-- **************extension end ****************** --> + <status value="active" /> + <intent value="order" /> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> </ServiceRequest> \ No newline at end of file diff --git a/examples/UKCore-Extension-SpecialHandling-Example.xml b/examples/UKCore-Extension-SpecialHandling-Example.xml index 87791b28..6c5efabb 100644 --- a/examples/UKCore-Extension-SpecialHandling-Example.xml +++ b/examples/UKCore-Extension-SpecialHandling-Example.xml @@ -1,35 +1,35 @@ <?xml version="1.0" encoding="UTF-8"?> <Specimen xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-SpecialHandling-Example"/> - <status value="available"/> + <id value="UKCore-Extension-SpecialHandling-Example" /> + <status value="available" /> <type> <coding> - <system value="http://snomed.info/sct"/> - <code value="431234000"/> - <display value="Specimen from fetus obtained by biopsy"/> + <system value="http://snomed.info/sct" /> + <code value="431234000" /> + <display value="Specimen from fetus obtained by biopsy" /> </coding> </type> <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> - <receivedTime value="2023-04-23T17:02:00Z"/> + <receivedTime value="2023-04-23T17:02:00Z" /> <collection> - <!-- ***************extension start*************** --> - <extension url="http://hl7.org/fhir/StructureDefinition/specimen-specialHandling"> - <valueCodeableConcept> - <text value="Mother was infected with suspected viral haemorrhagic fever."/> - </valueCodeableConcept> - </extension> - <!-- **************extension end ****************** --> + <!-- ***************extension start*************** --> + <extension url="http://hl7.org/fhir/StructureDefinition/specimen-specialHandling"> + <valueCodeableConcept> + <text value="Mother was infected with suspected viral haemorrhagic fever." /> + </valueCodeableConcept> + </extension> + <!-- **************extension end ****************** --> <collector> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </collector> - <collectedDateTime value="2023-04-23T17:02:00Z"/> + <collectedDateTime value="2023-04-23T17:02:00Z" /> <method> <coding> - <system value="http://snomed.info/sct"/> - <code value="129314006"/> - <display value="Biopsy - action"/> + <system value="http://snomed.info/sct" /> + <code value="129314006" /> + <display value="Biopsy - action" /> </coding> </method> </collection> diff --git a/examples/UKCore-Extension-Translation-Example.xml b/examples/UKCore-Extension-Translation-Example.xml index faf1c803..690c4e4f 100644 --- a/examples/UKCore-Extension-Translation-Example.xml +++ b/examples/UKCore-Extension-Translation-Example.xml @@ -1,24 +1,24 @@ <Condition xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-Translation-Example"/> - <!-- **************Snippet start************** --> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="22298006"/> - <display value="Myocardial infarction"> - <extension url="http://hl7.org/fhir/StructureDefinition/translation"> - <extension url="lang"> - <valueCode value="fr" /> - </extension> - <extension url="content"> - <valueString value="Infarctus du myocarde" /> - </extension> - </extension> - </display> - </coding> - </code> - <!-- **************Snippet end************** --> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> + <id value="UKCore-Extension-Translation-Example" /> + <!-- **************Snippet start************** --> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="22298006" /> + <display value="Myocardial infarction"> + <extension url="http://hl7.org/fhir/StructureDefinition/translation"> + <extension url="lang"> + <valueCode value="fr" /> + </extension> + <extension url="content"> + <valueString value="Infarctus du myocarde" /> + </extension> + </extension> + </display> + </coding> + </code> + <!-- **************Snippet end************** --> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> </Condition> diff --git a/examples/UKCore-Extension-TriggeredBy-Example.xml b/examples/UKCore-Extension-TriggeredBy-Example.xml index 7a69fb09..8bc07dc5 100644 --- a/examples/UKCore-Extension-TriggeredBy-Example.xml +++ b/examples/UKCore-Extension-TriggeredBy-Example.xml @@ -1,45 +1,45 @@ <?xml version="1.0" encoding="UTF-8"?> <Observation> - <id value="UKCore-Extension-TriggeredBy-Example" /> - <extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.triggeredBy"> - <extension url="observation"> - <valueReference> - <reference value="Observation/UKCore-Observation-DrugUse-Example" /> - </valueReference> - </extension> - <extension url="type"> - <valueCode value="reflex" /> - </extension> - <extension url="reason"> - <valueString value="Patient admitted to recreational drug use." /> - </extension> + <id value="UKCore-Extension-TriggeredBy-Example" /> + <extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.triggeredBy"> + <extension url="observation"> + <valueReference> + <reference value="Observation/UKCore-Observation-DrugUse-Example" /> + </valueReference> </extension> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122" /> - <value value="293a6418-9dcf-4d42-b97a-b119afd200ba" /> - </identifier> - <status value="final" /> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> - <code value="laboratory" /> - <display value="Laboratory" /> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct" /> - <code value="1014801000000101" /> - <display value="Urine tricyclic drug screen" /> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> - </performer> - <specimen> - <reference value="Specimen/UKCore-Specimen-UrineSpecimen-Example" /> - </specimen> + <extension url="type"> + <valueCode value="reflex" /> + </extension> + <extension url="reason"> + <valueString value="Patient admitted to recreational drug use." /> + </extension> + </extension> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="293a6418-9dcf-4d42-b97a-b119afd200ba" /> + </identifier> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="laboratory" /> + <display value="Laboratory" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="1014801000000101" /> + <display value="Urine tricyclic drug screen" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <specimen> + <reference value="Specimen/UKCore-Specimen-UrineSpecimen-Example" /> + </specimen> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Extension-VaccinationProcedure-COVID-Example.xml b/examples/UKCore-Extension-VaccinationProcedure-COVID-Example.xml index 5a1ce89b..1b607516 100644 --- a/examples/UKCore-Extension-VaccinationProcedure-COVID-Example.xml +++ b/examples/UKCore-Extension-VaccinationProcedure-COVID-Example.xml @@ -1,26 +1,26 @@ <Immunization xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-VaccinationProcedure-COVID-Example"/> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure"> - <valueCodeableConcept> - <coding> - <system value="http://snomed.info/sct"/> - <code value="1324681000000101"/> - <display value="Administration of first dose of severe acute respiratory syndrome coronavirus 2 vaccine (procedure)"/> - </coding> - </valueCodeableConcept> - </extension> - <!-- **************extension end************** --> - <status value="completed"/> - <vaccineCode> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39116211000001106"/> - <display value="Generic COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials"/> - </coding> - </vaccineCode> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> - <occurrenceDateTime value="2021-07-20"/> + <id value="UKCore-Extension-VaccinationProcedure-COVID-Example" /> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure"> + <valueCodeableConcept> + <coding> + <system value="http://snomed.info/sct" /> + <code value="1324681000000101" /> + <display value="Administration of first dose of severe acute respiratory syndrome coronavirus 2 vaccine (procedure)" /> + </coding> + </valueCodeableConcept> + </extension> + <!-- **************extension end************** --> + <status value="completed" /> + <vaccineCode> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39116211000001106" /> + <display value="Generic COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials" /> + </coding> + </vaccineCode> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> + <occurrenceDateTime value="2021-07-20" /> </Immunization> diff --git a/examples/UKCore-Extension-VaccinationProcedure-Example.xml b/examples/UKCore-Extension-VaccinationProcedure-Example.xml index 71c52f77..043e850b 100644 --- a/examples/UKCore-Extension-VaccinationProcedure-Example.xml +++ b/examples/UKCore-Extension-VaccinationProcedure-Example.xml @@ -1,27 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> <Immunization xmlns="http://hl7.org/fhir"> - <id value="UKCore-Extension-VaccinationProcedure-Example"/> - <!-- **************extension start************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure"> - <valueCodeableConcept> - <coding> - <system value="http://snomed.info/sct"/> - <code value="73701000119109"/> - <display value="Influenza vaccination given"/> - </coding> - </valueCodeableConcept> - </extension> - <!-- **************extension end************** --> - <status value="completed"/> - <vaccineCode> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="11278411000001109"/> - <display value="Influenza vaccine (split virion, inactivated) suspension for injection 0.5ml pre-filled syringes (Pfizer Ltd)"/> - </coding> - </vaccineCode> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> - <occurrenceDateTime value="2013-01-10"/> + <id value="UKCore-Extension-VaccinationProcedure-Example" /> + <!-- **************extension start************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure"> + <valueCodeableConcept> + <coding> + <system value="http://snomed.info/sct" /> + <code value="73701000119109" /> + <display value="Influenza vaccination given" /> + </coding> + </valueCodeableConcept> + </extension> + <!-- **************extension end************** --> + <status value="completed" /> + <vaccineCode> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="11278411000001109" /> + <display value="Influenza vaccine (split virion, inactivated) suspension for injection 0.5ml pre-filled syringes (Pfizer Ltd)" /> + </coding> + </vaccineCode> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> + <occurrenceDateTime value="2013-01-10" /> </Immunization> \ No newline at end of file diff --git a/examples/UKCore-FamilyMemberHistory-FatherDiabetes-Example.xml b/examples/UKCore-FamilyMemberHistory-FatherDiabetes-Example.xml index f1231908..681d6059 100644 --- a/examples/UKCore-FamilyMemberHistory-FatherDiabetes-Example.xml +++ b/examples/UKCore-FamilyMemberHistory-FatherDiabetes-Example.xml @@ -1,40 +1,40 @@ <FamilyMemberHistory xmlns="http://hl7.org/fhir"> - <id value="UKCore-FamilyMemberHistory-FatherDiabetes-Example"/> - <status value="partial"/> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - <display value="Richard Smith"/> - </patient> - <date value="2023-02-07"/> - <relationship> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <code value="FTH"/> - <display value="father"/> - </coding> - </relationship> - <sex> - <coding> - <system value="http://hl7.org/fhir/administrative-gender"/> - <code value="male"/> - <display value="Male"/> - </coding> - </sex> - <bornDate value="1949-12-13"/> - <condition> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="430678008"/> - <display value="Family history of diabetes mellitus type 1"/> - </coding> - <text value="Diabetes Mellitues Type 1"/> - </code> - <onsetAge> - <value value="64"/> - <unit value="year"/> - <system value="http://unitsofmeasure.org"/> - <code value="a"/> - </onsetAge> - </condition> + <id value="UKCore-FamilyMemberHistory-FatherDiabetes-Example" /> + <status value="partial" /> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + <display value="Richard Smith" /> + </patient> + <date value="2023-02-07" /> + <relationship> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <code value="FTH" /> + <display value="father" /> + </coding> + </relationship> + <sex> + <coding> + <system value="http://hl7.org/fhir/administrative-gender" /> + <code value="male" /> + <display value="Male" /> + </coding> + </sex> + <bornDate value="1949-12-13" /> + <condition> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="430678008" /> + <display value="Family history of diabetes mellitus type 1" /> + </coding> + <text value="Diabetes Mellitues Type 1" /> + </code> + <onsetAge> + <value value="64" /> + <unit value="year" /> + <system value="http://unitsofmeasure.org" /> + <code value="a" /> + </onsetAge> + </condition> </FamilyMemberHistory> \ No newline at end of file diff --git a/examples/UKCore-Flag-FoodAllergy-Example.xml b/examples/UKCore-Flag-FoodAllergy-Example.xml index e95050ec..2b844909 100644 --- a/examples/UKCore-Flag-FoodAllergy-Example.xml +++ b/examples/UKCore-Flag-FoodAllergy-Example.xml @@ -1,43 +1,43 @@ <Flag xmlns="http://hl7.org/fhir"> - <id value="UKCore-Flag-FoodAllergy-Example"/> - <text> - <status value="generated"/> - <div xmlns="http://www.w3.org/1999/xhtml">Food Allergy Warning</div> - </text> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="f4f703a9-ef92-4515-a7b0-99271428c84e"/> - </identifier> - <status value="active"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/flag-category"/> - <code value="diet"/> - <display value="Diet"/> - </coding> - <text value="Diet"/> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="226201008"/> - <display value="Peanut-free diet"/> - </coding> - <text value="Patient has a severe peanut allergy."/> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - <display value="Richard Smith"/> - </subject> - <period> - <start value="2019-12-10T13:00:00+00:00"/> - </period> - <encounter> - <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example"/> - <display value="Leeds Teaching Hospital Inpatient Encounter"/> - </encounter> - <author> - <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"/> - <display value="Dr Paul Rastall"/> - </author> + <id value="UKCore-Flag-FoodAllergy-Example" /> + <text> + <status value="generated" /> + <div xmlns="http://www.w3.org/1999/xhtml">Food Allergy Warning</div> + </text> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="f4f703a9-ef92-4515-a7b0-99271428c84e" /> + </identifier> + <status value="active" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/flag-category" /> + <code value="diet" /> + <display value="Diet" /> + </coding> + <text value="Diet" /> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="226201008" /> + <display value="Peanut-free diet" /> + </coding> + <text value="Patient has a severe peanut allergy." /> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + <display value="Richard Smith" /> + </subject> + <period> + <start value="2019-12-10T13:00:00+00:00" /> + </period> + <encounter> + <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> + <display value="Leeds Teaching Hospital Inpatient Encounter" /> + </encounter> + <author> + <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> + <display value="Dr Paul Rastall" /> + </author> </Flag> \ No newline at end of file diff --git a/examples/UKCore-HealthcareService-OrthopaedicService-Example.xml b/examples/UKCore-HealthcareService-OrthopaedicService-Example.xml index 07b2a4c0..9939f49c 100644 --- a/examples/UKCore-HealthcareService-OrthopaedicService-Example.xml +++ b/examples/UKCore-HealthcareService-OrthopaedicService-Example.xml @@ -1,107 +1,107 @@ <HealthcareService xmlns="http://hl7.org/fhir"> - <id value="UKCore-HealthcareService-OrthopaedicService-Example"/> - <identifier> - <system value="https://fhir.nhs.uk/Id/ods-site-code"/> - <value value="RR813"/> - </identifier> - <active value="true"/> - <providedBy> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - <display value="St James' University Hospital, Leeds"/> - </providedBy> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/service-category"/> - <code value="35"/> - <display value="Hospital"/> - </coding> - <text value="Hospital"/> - </category> - <type> - <coding> - <system value="http://snomed.info/sct"/> - <code value="310161006"/> - <display value="Orthopaedic service"/> - </coding> - </type> - <specialty> - <coding> - <system value="http://snomed.info/sct"/> - <code value="394801008"/> - <display value="Trauma & orthopaedics"/> - </coding> - </specialty> - <location> - <reference value="Location/UKCore-Location-HospitalSJUH-Example"/> - </location> - <name value="Orthopaedic Trauma Services"/> - <comment value="Our department is part of the Major Trauma Service at Leeds General Infirmary. The Trauma and orthopaedic team care for a range of trauma related injuries and conditions, with each patient’s treatment managed to their needs. Our clinics run every day; however these are specialist clinics to ensure that patients are seen by the appropriate consultant for specialised care."/> - <extraDetails value="To ensure patients are and treated in the appropriate clinic patients are first referred to our Virtual Fracture Clinic. Patient’s individual cases are discussed alongside one of our consultants to determine the appropriate clinic for the patient to attend in our department. This ensures that patients are not delayed in clinic and do not have to be re-referred to other departments or consultants, which can hold up their treatment and hinder recovery."/> - <telecom> - <system value="phone"/> - <value value="0113 3926991"/> - <use value="work"/> - </telecom> - <telecom> - <system value="email"/> - <value value="patientexperience.leedsth@nhs.net"/> - <use value="work"/> - </telecom> - <serviceProvisionCode> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/service-provision-conditions"/> - <code value="free"/> - <display value="This service is available for no patient cost."/> - </coding> - </serviceProvisionCode> - <program> - <text value="Leeds Orthopaedic Outreach Service"/> - </program> - <characteristic> - <coding> - <display value="Wheelchair access"/> - </coding> - </characteristic> - <referralMethod> - <coding> - <code value="phone"/> - <display value="Phone"/> - </coding> - </referralMethod> - <referralMethod> - <coding> - <code value="elec"/> - <display value="Secure Messaging"/> - </coding> - </referralMethod> - <referralMethod> - <coding> - <code value="semail"/> - <display value="Secure Email"/> - </coding> - </referralMethod> - <appointmentRequired value="false"/> - <availableTime> - <daysOfWeek value="mon"/> - <daysOfWeek value="tue"/> - <daysOfWeek value="thu"/> - <daysOfWeek value="fri"/> - <availableStartTime value="08:30:00"/> - <availableEndTime value="05:30:00"/> - </availableTime> - <notAvailable> - <description value="Christmas/Boxing Day"/> - <during> - <start value="2022-12-24T17:31:00+00:00"/> - <end value="2022-12-26T17:30:00+00:00"/> - </during> - </notAvailable> - <notAvailable> - <description value="New Years Day"/> - <during> - <start value="2022-12-31T17:31:00+00:00"/> - <end value="2023-01-01T17:30:00+00:00"/> - </during> - </notAvailable> - <availabilityExceptions value="Reduced capacity is available during the Christmas period"/> + <id value="UKCore-HealthcareService-OrthopaedicService-Example" /> + <identifier> + <system value="https://fhir.nhs.uk/Id/ods-site-code" /> + <value value="RR813" /> + </identifier> + <active value="true" /> + <providedBy> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + <display value="St James' University Hospital, Leeds" /> + </providedBy> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/service-category" /> + <code value="35" /> + <display value="Hospital" /> + </coding> + <text value="Hospital" /> + </category> + <type> + <coding> + <system value="http://snomed.info/sct" /> + <code value="310161006" /> + <display value="Orthopaedic service" /> + </coding> + </type> + <specialty> + <coding> + <system value="http://snomed.info/sct" /> + <code value="394801008" /> + <display value="Trauma & orthopaedics" /> + </coding> + </specialty> + <location> + <reference value="Location/UKCore-Location-HospitalSJUH-Example" /> + </location> + <name value="Orthopaedic Trauma Services" /> + <comment value="Our department is part of the Major Trauma Service at Leeds General Infirmary. The Trauma and orthopaedic team care for a range of trauma related injuries and conditions, with each patient’s treatment managed to their needs. Our clinics run every day; however these are specialist clinics to ensure that patients are seen by the appropriate consultant for specialised care." /> + <extraDetails value="To ensure patients are and treated in the appropriate clinic patients are first referred to our Virtual Fracture Clinic. Patient’s individual cases are discussed alongside one of our consultants to determine the appropriate clinic for the patient to attend in our department. This ensures that patients are not delayed in clinic and do not have to be re-referred to other departments or consultants, which can hold up their treatment and hinder recovery." /> + <telecom> + <system value="phone" /> + <value value="0113 3926991" /> + <use value="work" /> + </telecom> + <telecom> + <system value="email" /> + <value value="patientexperience.leedsth@nhs.net" /> + <use value="work" /> + </telecom> + <serviceProvisionCode> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/service-provision-conditions" /> + <code value="free" /> + <display value="This service is available for no patient cost." /> + </coding> + </serviceProvisionCode> + <program> + <text value="Leeds Orthopaedic Outreach Service" /> + </program> + <characteristic> + <coding> + <display value="Wheelchair access" /> + </coding> + </characteristic> + <referralMethod> + <coding> + <code value="phone" /> + <display value="Phone" /> + </coding> + </referralMethod> + <referralMethod> + <coding> + <code value="elec" /> + <display value="Secure Messaging" /> + </coding> + </referralMethod> + <referralMethod> + <coding> + <code value="semail" /> + <display value="Secure Email" /> + </coding> + </referralMethod> + <appointmentRequired value="false" /> + <availableTime> + <daysOfWeek value="mon" /> + <daysOfWeek value="tue" /> + <daysOfWeek value="thu" /> + <daysOfWeek value="fri" /> + <availableStartTime value="08:30:00" /> + <availableEndTime value="05:30:00" /> + </availableTime> + <notAvailable> + <description value="Christmas/Boxing Day" /> + <during> + <start value="2022-12-24T17:31:00+00:00" /> + <end value="2022-12-26T17:30:00+00:00" /> + </during> + </notAvailable> + <notAvailable> + <description value="New Years Day" /> + <during> + <start value="2022-12-31T17:31:00+00:00" /> + <end value="2023-01-01T17:30:00+00:00" /> + </during> + </notAvailable> + <availabilityExceptions value="Reduced capacity is available during the Christmas period" /> </HealthcareService> diff --git a/examples/UKCore-ImagingStudy-CTChestScan-Example.xml b/examples/UKCore-ImagingStudy-CTChestScan-Example.xml index 50cff9a7..80191449 100644 --- a/examples/UKCore-ImagingStudy-CTChestScan-Example.xml +++ b/examples/UKCore-ImagingStudy-CTChestScan-Example.xml @@ -1,34 +1,34 @@ <?xml version="1.0" encoding="UTF-8"?> <ImagingStudy xmlns="http://hl7.org/fhir"> - <id value="UKCore-ImagingStudy-CTChestScan-Example"/> - <status value="available"/> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <started value="2023-01-24T09:01:20+00:00"/> - <numberOfSeries value="1"/> - <numberOfInstances value="1"/> - <series> - <uid value="2.16.124.113543.6003.2588828330.45298.17418.2723805630"/> - <number value="3"/> - <modality> - <system value="http://dicom.nema.org/resources/ontology/DCM"/> - <code value="CT"/> - </modality> - <description value="CT Surview 180"/> - <numberOfInstances value="1"/> - <bodySite> - <system value="http://snomed.info/sct"/> - <code value="67734004"/> - <display value="Thoracic segment of trunk"/> - </bodySite> - <instance> - <uid value="2.16.124.113543.6003.189642796.63084.16748.2599092903"/> - <sopClass> - <system value="urn:ietf:rfc:3986"/> - <code value="urn:oid:1.2.840.10008.5.1.4.1.1.2"/> - </sopClass> - <number value="1"/> - </instance> - </series> + <id value="UKCore-ImagingStudy-CTChestScan-Example" /> + <status value="available" /> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <started value="2023-01-24T09:01:20+00:00" /> + <numberOfSeries value="1" /> + <numberOfInstances value="1" /> + <series> + <uid value="2.16.124.113543.6003.2588828330.45298.17418.2723805630" /> + <number value="3" /> + <modality> + <system value="http://dicom.nema.org/resources/ontology/DCM" /> + <code value="CT" /> + </modality> + <description value="CT Surview 180" /> + <numberOfInstances value="1" /> + <bodySite> + <system value="http://snomed.info/sct" /> + <code value="67734004" /> + <display value="Thoracic segment of trunk" /> + </bodySite> + <instance> + <uid value="2.16.124.113543.6003.189642796.63084.16748.2599092903" /> + <sopClass> + <system value="urn:ietf:rfc:3986" /> + <code value="urn:oid:1.2.840.10008.5.1.4.1.1.2" /> + </sopClass> + <number value="1" /> + </instance> + </series> </ImagingStudy> diff --git a/examples/UKCore-Immunization-InfluenzaVaccine-Example.xml b/examples/UKCore-Immunization-InfluenzaVaccine-Example.xml index 5cfcf98c..fa469475 100644 --- a/examples/UKCore-Immunization-InfluenzaVaccine-Example.xml +++ b/examples/UKCore-Immunization-InfluenzaVaccine-Example.xml @@ -1,19 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <Immunization xmlns="http://hl7.org/fhir"> - <id value="UKCore-Immunization-InfluenzaVaccine-Example"/> - <status value="completed"/> - <vaccineCode> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="11278411000001109"/> - <display value="Influenza vaccine (split virion, inactivated) suspension for injection 0.5ml pre-filled syringes (Pfizer Ltd)"/> - </coding> - </vaccineCode> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> - <occurrenceDateTime value="2013-01-10"/> - <location> - <reference value="UKCore-Location-GeneralPracticeNurseClinic-Example"/> - </location> + <id value="UKCore-Immunization-InfluenzaVaccine-Example" /> + <status value="completed" /> + <vaccineCode> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="11278411000001109" /> + <display value="Influenza vaccine (split virion, inactivated) suspension for injection 0.5ml pre-filled syringes (Pfizer Ltd)" /> + </coding> + </vaccineCode> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> + <occurrenceDateTime value="2013-01-10" /> + <location> + <reference value="UKCore-Location-GeneralPracticeNurseClinic-Example" /> + </location> </Immunization> \ No newline at end of file diff --git a/examples/UKCore-Immunization-Sn-AstraZenecaVaccine-Example.xml b/examples/UKCore-Immunization-Sn-AstraZenecaVaccine-Example.xml index 3e6d6255..95f90f52 100644 --- a/examples/UKCore-Immunization-Sn-AstraZenecaVaccine-Example.xml +++ b/examples/UKCore-Immunization-Sn-AstraZenecaVaccine-Example.xml @@ -1,17 +1,17 @@ <Immunization xmlns="http://hl7.org/fhir"> - <id value="UKCore-Immunization-Sn-AstraZenecaVaccine-Example"/> - <status value="completed"/> - <!-- **************snippet start************** --> - <vaccineCode> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39114911000001105"/> - <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)"/> - </coding> - </vaccineCode> - <!-- **************snippet end************** --> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> - <occurrenceDateTime value="2021-07-20"/> + <id value="UKCore-Immunization-Sn-AstraZenecaVaccine-Example" /> + <status value="completed" /> + <!-- **************snippet start************** --> + <vaccineCode> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39114911000001105" /> + <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)" /> + </coding> + </vaccineCode> + <!-- **************snippet end************** --> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> + <occurrenceDateTime value="2021-07-20" /> </Immunization> \ No newline at end of file diff --git a/examples/UKCore-Immunization-Sn-IntramuscularRoute-Example.xml b/examples/UKCore-Immunization-Sn-IntramuscularRoute-Example.xml index b1821027..2ff29f47 100644 --- a/examples/UKCore-Immunization-Sn-IntramuscularRoute-Example.xml +++ b/examples/UKCore-Immunization-Sn-IntramuscularRoute-Example.xml @@ -1,24 +1,24 @@ <Immunization xmlns="http://hl7.org/fhir"> - <id value="UKCore-Immunization-Sn-IntramuscularRoute-Example"/> - <status value="completed"/> - <vaccineCode> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39114911000001105"/> - <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)"/> - </coding> - </vaccineCode> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> - <occurrenceDateTime value="2021-07-20"/> - <!-- **************snippet start************** --> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="78421000"/> - <display value="Intramuscular route (qualifier value)"/> - </coding> - </route> - <!-- **************snippet end************** --> + <id value="UKCore-Immunization-Sn-IntramuscularRoute-Example" /> + <status value="completed" /> + <vaccineCode> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39114911000001105" /> + <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)" /> + </coding> + </vaccineCode> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> + <occurrenceDateTime value="2021-07-20" /> + <!-- **************snippet start************** --> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="78421000" /> + <display value="Intramuscular route (qualifier value)" /> + </coding> + </route> + <!-- **************snippet end************** --> </Immunization> \ No newline at end of file diff --git a/examples/UKCore-Immunization-Sn-LeftUpperArmStructure-Example.xml b/examples/UKCore-Immunization-Sn-LeftUpperArmStructure-Example.xml index 0536ac00..32eeee16 100644 --- a/examples/UKCore-Immunization-Sn-LeftUpperArmStructure-Example.xml +++ b/examples/UKCore-Immunization-Sn-LeftUpperArmStructure-Example.xml @@ -1,24 +1,24 @@ <Immunization xmlns="http://hl7.org/fhir"> - <id value="UKCore-Immunization-Sn-LeftUpperArmStructure-Example"/> - <status value="completed"/> - <vaccineCode> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39114911000001105"/> - <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)"/> - </coding> - </vaccineCode> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> - <occurrenceDateTime value="2021-07-20"/> - <!-- **************snippet start************** --> - <site> - <coding> - <system value="http://snomed.info/sct"/> - <code value="368208006"/> - <display value="Left upper arm structure (body structure)"/> - </coding> - </site> - <!-- **************snippet end************** --> + <id value="UKCore-Immunization-Sn-LeftUpperArmStructure-Example" /> + <status value="completed" /> + <vaccineCode> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39114911000001105" /> + <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)" /> + </coding> + </vaccineCode> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> + <occurrenceDateTime value="2021-07-20" /> + <!-- **************snippet start************** --> + <site> + <coding> + <system value="http://snomed.info/sct" /> + <code value="368208006" /> + <display value="Left upper arm structure (body structure)" /> + </coding> + </site> + <!-- **************snippet end************** --> </Immunization> \ No newline at end of file diff --git a/examples/UKCore-Immunization-Sn-LotNumber-Example.xml b/examples/UKCore-Immunization-Sn-LotNumber-Example.xml index eba7f1a2..03255352 100644 --- a/examples/UKCore-Immunization-Sn-LotNumber-Example.xml +++ b/examples/UKCore-Immunization-Sn-LotNumber-Example.xml @@ -1,18 +1,18 @@ <Immunization xmlns="http://hl7.org/fhir"> - <id value="UKCore-Immunization-Sn-LotNumber-Example"/> - <status value="completed"/> - <vaccineCode> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39114911000001105"/> - <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)"/> - </coding> - </vaccineCode> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> - <occurrenceDateTime value="2021-07-20"/> - <!-- **************snippet start************** --> - <lotNumber value="R04X"/> - <!-- **************snippet end************** --> + <id value="UKCore-Immunization-Sn-LotNumber-Example" /> + <status value="completed" /> + <vaccineCode> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39114911000001105" /> + <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)" /> + </coding> + </vaccineCode> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> + <occurrenceDateTime value="2021-07-20" /> + <!-- **************snippet start************** --> + <lotNumber value="R04X" /> + <!-- **************snippet end************** --> </Immunization> \ No newline at end of file diff --git a/examples/UKCore-Immunization-Sn-Manufacturer-Example.xml b/examples/UKCore-Immunization-Sn-Manufacturer-Example.xml index fef4802b..4df0198f 100644 --- a/examples/UKCore-Immunization-Sn-Manufacturer-Example.xml +++ b/examples/UKCore-Immunization-Sn-Manufacturer-Example.xml @@ -1,20 +1,20 @@ <Immunization xmlns="http://hl7.org/fhir"> - <id value="UKCore-Immunization-Sn-Manufacturer-Example"/> - <status value="completed"/> - <vaccineCode> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39114911000001105"/> - <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)"/> - </coding> - </vaccineCode> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> - <occurrenceDateTime value="2021-07-20"/> - <!-- **************snippet start************** --> - <manufacturer> - <display value="DREAMLAND Pharmaceuticals Ltd"/> - </manufacturer> - <!-- **************snippet end************** --> + <id value="UKCore-Immunization-Sn-Manufacturer-Example" /> + <status value="completed" /> + <vaccineCode> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39114911000001105" /> + <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)" /> + </coding> + </vaccineCode> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> + <occurrenceDateTime value="2021-07-20" /> + <!-- **************snippet start************** --> + <manufacturer> + <display value="DREAMLAND Pharmaceuticals Ltd" /> + </manufacturer> + <!-- **************snippet end************** --> </Immunization> \ No newline at end of file diff --git a/examples/UKCore-Immunization-Sn-PatientConformVaccination-Example.xml b/examples/UKCore-Immunization-Sn-PatientConformVaccination-Example.xml index 83db70fd..563cd615 100644 --- a/examples/UKCore-Immunization-Sn-PatientConformVaccination-Example.xml +++ b/examples/UKCore-Immunization-Sn-PatientConformVaccination-Example.xml @@ -1,22 +1,22 @@ <Immunization xmlns="http://hl7.org/fhir"> - <id value="UKCore-Immunization-Sn-PatientConformVaccination-Example"/> - <status value="completed"/> - <vaccineCode> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39114911000001105"/> - <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)"/> - </coding> - </vaccineCode> - <!-- **************snippet start************** --> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - <type value="Patient"/> - <identifier> - <system value="https://fhir.nhs.uk/Id/nhs-number"/> - <value value="9912003888"/> - </identifier> - </patient> - <!-- **************snippet end************** --> - <occurrenceDateTime value="2021-07-20"/> + <id value="UKCore-Immunization-Sn-PatientConformVaccination-Example" /> + <status value="completed" /> + <vaccineCode> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39114911000001105" /> + <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)" /> + </coding> + </vaccineCode> + <!-- **************snippet start************** --> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + <type value="Patient" /> + <identifier> + <system value="https://fhir.nhs.uk/Id/nhs-number" /> + <value value="9912003888" /> + </identifier> + </patient> + <!-- **************snippet end************** --> + <occurrenceDateTime value="2021-07-20" /> </Immunization> diff --git a/examples/UKCore-Immunization-Sn-Performer-Example.xml b/examples/UKCore-Immunization-Sn-Performer-Example.xml index 4b028435..fbc324b2 100644 --- a/examples/UKCore-Immunization-Sn-Performer-Example.xml +++ b/examples/UKCore-Immunization-Sn-Performer-Example.xml @@ -1,37 +1,37 @@ <Immunization xmlns="http://hl7.org/fhir"> - <id value="UKCore-Immunization-Sn-Performer-Example"/> - <status value="completed"/> - <vaccineCode> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39114911000001105"/> - <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)"/> - </coding> - </vaccineCode> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> - <occurrenceDateTime value="2021-07-20"/> - <!-- **************snippet start************** --> - <performer> - <actor> - <type value="Practitioner"/> - <identifier> - <system value="https://fhir.hl7.org.uk/Id/nmc-number"/> - <value value="5566789"/> - </identifier> - <display value="HOLDING, Rafferty"/> - </actor> - </performer> - <performer> - <actor> - <type value="Organization"/> - <identifier> - <system value="https://fhir.nhs.uk/Id/ods-organization-code"/> - <value value="C4B2A"/> - </identifier> - <display value="ELLAND ROAD STADIUM - COVID VACCINATION CENTRE"/> - </actor> - </performer> - <!-- **************snippet end************** --> + <id value="UKCore-Immunization-Sn-Performer-Example" /> + <status value="completed" /> + <vaccineCode> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39114911000001105" /> + <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)" /> + </coding> + </vaccineCode> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> + <occurrenceDateTime value="2021-07-20" /> + <!-- **************snippet start************** --> + <performer> + <actor> + <type value="Practitioner" /> + <identifier> + <system value="https://fhir.hl7.org.uk/Id/nmc-number" /> + <value value="5566789" /> + </identifier> + <display value="HOLDING, Rafferty" /> + </actor> + </performer> + <performer> + <actor> + <type value="Organization" /> + <identifier> + <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> + <value value="C4B2A" /> + </identifier> + <display value="ELLAND ROAD STADIUM - COVID VACCINATION CENTRE" /> + </actor> + </performer> + <!-- **************snippet end************** --> </Immunization> diff --git a/examples/UKCore-Immunization-Sn-ProtocolApplied-Example.xml b/examples/UKCore-Immunization-Sn-ProtocolApplied-Example.xml index de23faa2..b668578c 100644 --- a/examples/UKCore-Immunization-Sn-ProtocolApplied-Example.xml +++ b/examples/UKCore-Immunization-Sn-ProtocolApplied-Example.xml @@ -1,27 +1,27 @@ <Immunization xmlns="http://hl7.org/fhir"> - <id value="UKCore-Immunization-Sn-ProtocolApplied-Example"/> - <status value="completed"/> - <vaccineCode> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39114911000001105"/> - <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)"/> - </coding> - </vaccineCode> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> - <occurrenceDateTime value="2021-07-20"/> - <!-- **************snippet start************** --> - <protocolApplied> - <targetDisease> - <coding> - <system value="http://snomed.info/sct"/> - <code value="840539006"/> - <display value="COVID-19"/> - </coding> - </targetDisease> - <doseNumberPositiveInt value="1"/> - </protocolApplied> - <!-- **************snippet end************** --> + <id value="UKCore-Immunization-Sn-ProtocolApplied-Example" /> + <status value="completed" /> + <vaccineCode> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39114911000001105" /> + <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)" /> + </coding> + </vaccineCode> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> + <occurrenceDateTime value="2021-07-20" /> + <!-- **************snippet start************** --> + <protocolApplied> + <targetDisease> + <coding> + <system value="http://snomed.info/sct" /> + <code value="840539006" /> + <display value="COVID-19" /> + </coding> + </targetDisease> + <doseNumberPositiveInt value="1" /> + </protocolApplied> + <!-- **************snippet end************** --> </Immunization> diff --git a/examples/UKCore-Immunization-Sn-UnitsOfMeasure-Example.xml b/examples/UKCore-Immunization-Sn-UnitsOfMeasure-Example.xml index 8b354962..91f437b7 100644 --- a/examples/UKCore-Immunization-Sn-UnitsOfMeasure-Example.xml +++ b/examples/UKCore-Immunization-Sn-UnitsOfMeasure-Example.xml @@ -1,23 +1,23 @@ <Immunization xmlns="http://hl7.org/fhir"> - <id value="UKCore-Immunization-Sn-UnitsOfMeasure-Example"/> - <status value="completed"/> - <vaccineCode> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39114911000001105"/> - <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)"/> - </coding> - </vaccineCode> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> - <occurrenceDateTime value="2021-07-20"/> - <!-- **************snippet start************** --> - <doseQuantity> - <value value="0.5"/> - <unit value="milliliter"/> - <system value="http://unitsofmeasure.org"/> - <code value="ml"/> - </doseQuantity> - <!-- **************snippet end************** --> + <id value="UKCore-Immunization-Sn-UnitsOfMeasure-Example" /> + <status value="completed" /> + <vaccineCode> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39114911000001105" /> + <display value="COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)" /> + </coding> + </vaccineCode> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> + <occurrenceDateTime value="2021-07-20" /> + <!-- **************snippet start************** --> + <doseQuantity> + <value value="0.5" /> + <unit value="milliliter" /> + <system value="http://unitsofmeasure.org" /> + <code value="ml" /> + </doseQuantity> + <!-- **************snippet end************** --> </Immunization> \ No newline at end of file diff --git a/examples/UKCore-List-Sn-NoAllergyData-Example.xml b/examples/UKCore-List-Sn-NoAllergyData-Example.xml index 217032fd..63f1a2dc 100644 --- a/examples/UKCore-List-Sn-NoAllergyData-Example.xml +++ b/examples/UKCore-List-Sn-NoAllergyData-Example.xml @@ -1,27 +1,27 @@ <List xmlns="http://hl7.org/fhir"> - <id value="UKCore-List-Sn-NoAllergyData-Example"/> - <status value="current"/> - <mode value="snapshot"/> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="886921000000105"/> - <display value="Allergies and adverse reactions"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - <display value="Richard Smith"/> - </subject> - <date value="2021-07-21T12:00:00+00:00"/> - <note> - <text value="Information not available"/> - </note> - <emptyReason> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode"/> - <code value="no-content-recorded"/> - <display value="No Content Recorded"/> - </coding> - </emptyReason> + <id value="UKCore-List-Sn-NoAllergyData-Example" /> + <status value="current" /> + <mode value="snapshot" /> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="886921000000105" /> + <display value="Allergies and adverse reactions" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + <display value="Richard Smith" /> + </subject> + <date value="2021-07-21T12:00:00+00:00" /> + <note> + <text value="Information not available" /> + </note> + <emptyReason> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode" /> + <code value="no-content-recorded" /> + <display value="No Content Recorded" /> + </coding> + </emptyReason> </List> diff --git a/examples/UKCore-Location-GeneralPracticeNurseClinic-Example.xml b/examples/UKCore-Location-GeneralPracticeNurseClinic-Example.xml index 8e7da92f..640f27e9 100644 --- a/examples/UKCore-Location-GeneralPracticeNurseClinic-Example.xml +++ b/examples/UKCore-Location-GeneralPracticeNurseClinic-Example.xml @@ -1,22 +1,22 @@ <Location xmlns="http://hl7.org/fhir"> - <id value="UKCore-Location-GeneralPracticeNurseClinic-Example"/> - <identifier> - <system value="https://fhir.nhs.uk/Id/ods-site-code"/> - <value value="GP8D7"/> - </identifier> - <name value="WhiteRoseNurseClinic"/> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <code value="GIM"/> - <display value="General internal medicine clinic"/> - </coding> - </type> - <telecom> - <system value="phone"/> - <value value="0113 243 3166"/> - </telecom> - <managingOrganization> - <reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example"/> - </managingOrganization> + <id value="UKCore-Location-GeneralPracticeNurseClinic-Example" /> + <identifier> + <system value="https://fhir.nhs.uk/Id/ods-site-code" /> + <value value="GP8D7" /> + </identifier> + <name value="WhiteRoseNurseClinic" /> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <code value="GIM" /> + <display value="General internal medicine clinic" /> + </coding> + </type> + <telecom> + <system value="phone" /> + <value value="0113 243 3166" /> + </telecom> + <managingOrganization> + <reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" /> + </managingOrganization> </Location> diff --git a/examples/UKCore-Medication-COVID-Vaccine-Example.xml b/examples/UKCore-Medication-COVID-Vaccine-Example.xml index a1f17561..3a105d3b 100644 --- a/examples/UKCore-Medication-COVID-Vaccine-Example.xml +++ b/examples/UKCore-Medication-COVID-Vaccine-Example.xml @@ -1,14 +1,14 @@ <Medication xmlns="http://hl7.org/fhir"> - <id value="UKCore-Medication-COVID-Vaccine-Example"/> - <code> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39115611000001103"/> - <display value="Comirnaty COVID-19 mRNA Vaccine 30micrograms/0.3ml dose concentrate for dispersion for injection multidose vials (Pfizer Ltd)"/> - </coding> - </code> - <batch> - <lotNumber value="FK0112"/> - <expirationDate value="2021-10-26"/> - </batch> + <id value="UKCore-Medication-COVID-Vaccine-Example" /> + <code> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39115611000001103" /> + <display value="Comirnaty COVID-19 mRNA Vaccine 30micrograms/0.3ml dose concentrate for dispersion for injection multidose vials (Pfizer Ltd)" /> + </coding> + </code> + <batch> + <lotNumber value="FK0112" /> + <expirationDate value="2021-10-26" /> + </batch> </Medication> \ No newline at end of file diff --git a/examples/UKCore-Medication-Sn-Amoxicillin-Example.xml b/examples/UKCore-Medication-Sn-Amoxicillin-Example.xml index 42cbb629..87434db6 100644 --- a/examples/UKCore-Medication-Sn-Amoxicillin-Example.xml +++ b/examples/UKCore-Medication-Sn-Amoxicillin-Example.xml @@ -1,13 +1,13 @@ <Medication xmlns="http://hl7.org/fhir"> - <id value="UKCore-Medication-Sn-Amoxicillin-Example"/> - <!-- **************Snippet start************** --> - <code> - <coding> - <system value="https://dmd.nhs.uk/"/> - <code value="323509004"/> - <display value="Amoxicillin 250mg capsules"/> - <userSelected value="true"/> - </coding> - </code> - <!-- **************Snippet end************** --> + <id value="UKCore-Medication-Sn-Amoxicillin-Example" /> + <!-- **************Snippet start************** --> + <code> + <coding> + <system value="https://dmd.nhs.uk/" /> + <code value="323509004" /> + <display value="Amoxicillin 250mg capsules" /> + <userSelected value="true" /> + </coding> + </code> + <!-- **************Snippet end************** --> </Medication> diff --git a/examples/UKCore-Medication-Sn-TransferDegradedMedEntry-Example.xml b/examples/UKCore-Medication-Sn-TransferDegradedMedEntry-Example.xml index f4f21692..cafb013d 100644 --- a/examples/UKCore-Medication-Sn-TransferDegradedMedEntry-Example.xml +++ b/examples/UKCore-Medication-Sn-TransferDegradedMedEntry-Example.xml @@ -1,13 +1,13 @@ <Medication xmlns="http://hl7.org/fhir"> - <id value="UKCore-Medication-Sn-TransferDegradedMedEntry-Example"/> - <!-- **************Snippet start************** --> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="196421000000109"/> - <display value="Transfer-degraded medication entry"/> - </coding> - <text value="Aspirin 75mg dispersible tablet"/> - </code> - <!-- **************Snippet end************** --> + <id value="UKCore-Medication-Sn-TransferDegradedMedEntry-Example" /> + <!-- **************Snippet start************** --> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="196421000000109" /> + <display value="Transfer-degraded medication entry" /> + </coding> + <text value="Aspirin 75mg dispersible tablet" /> + </code> + <!-- **************Snippet end************** --> </Medication> diff --git a/examples/UKCore-Medication-TimoptolEyeDrops-Example.xml b/examples/UKCore-Medication-TimoptolEyeDrops-Example.xml index 1ece50fe..5358390e 100644 --- a/examples/UKCore-Medication-TimoptolEyeDrops-Example.xml +++ b/examples/UKCore-Medication-TimoptolEyeDrops-Example.xml @@ -1,10 +1,10 @@ <Medication xmlns="http://hl7.org/fhir"> - <id value="UKCore-Medication-TimoptolEyeDrops-Example"/> - <code> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="18616211000001106"/> - <display value="Timoptol 0.5% eye drops (DE Pharmaceuticals)"/> - </coding> - </code> + <id value="UKCore-Medication-TimoptolEyeDrops-Example" /> + <code> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="18616211000001106" /> + <display value="Timoptol 0.5% eye drops (DE Pharmaceuticals)" /> + </coding> + </code> </Medication> diff --git a/examples/UKCore-MedicationAdministration-CiprofloxacinIV-Example.xml b/examples/UKCore-MedicationAdministration-CiprofloxacinIV-Example.xml index f873febb..e1b38dac 100644 --- a/examples/UKCore-MedicationAdministration-CiprofloxacinIV-Example.xml +++ b/examples/UKCore-MedicationAdministration-CiprofloxacinIV-Example.xml @@ -1,59 +1,59 @@ <?xml version="1.0" encoding="UTF-8"?> <MedicationAdministration xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationAdministration-CiprofloxacinIV-Example"/> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="504cdccf-203d-4023-af47-5351e283aee7"/> - </identifier> - <status value="completed"/> - <medicationCodeableConcept> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="35831211000001109"/> - <display value="Ciprofloxacin 400mg/200ml infusion bags (Consilient Health Ltd)"/> - </coding> - </medicationCodeableConcept> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <supportingInformation> - <reference value="RequestGroup/UKCore-RequestGroup-Ciprofloxacin-Example"/> - </supportingInformation> - <supportingInformation> - <reference value="MedicationDispense/UKCore-MedicationDispense-CiprofloxacinIV-Example"/> - </supportingInformation> - <effectiveDateTime value="2023-06-30T13:00:00+00:00"/> - <request> - <reference value="MedicationRequest/UKCore-MedicationRequest-CiprofloxacinIV-Example"/> - </request> - <dosage> - <site> - <coding> - <system value="http://snomed.info/sct"/> - <code value="49852007"/> - <display value="Structure of median cubital vein"/> - </coding> - <text value="left arm"/> - </site> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="47625008"/> - <display value="Intravenous"/> - </coding> - </route> - <method> - <coding> - <system value="http://snomed.info/sct"/> - <code value="13283701000001109"/> - <display value="Infusion"/> - </coding> - </method> - <dose> - <value value="400"/> - <unit value="milligram"/> - <system value="http://unitsofmeasure.org"/> - <code value="mg"/> - </dose> - </dosage> + <id value="UKCore-MedicationAdministration-CiprofloxacinIV-Example" /> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="504cdccf-203d-4023-af47-5351e283aee7" /> + </identifier> + <status value="completed" /> + <medicationCodeableConcept> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="35831211000001109" /> + <display value="Ciprofloxacin 400mg/200ml infusion bags (Consilient Health Ltd)" /> + </coding> + </medicationCodeableConcept> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <supportingInformation> + <reference value="RequestGroup/UKCore-RequestGroup-Ciprofloxacin-Example" /> + </supportingInformation> + <supportingInformation> + <reference value="MedicationDispense/UKCore-MedicationDispense-CiprofloxacinIV-Example" /> + </supportingInformation> + <effectiveDateTime value="2023-06-30T13:00:00+00:00" /> + <request> + <reference value="MedicationRequest/UKCore-MedicationRequest-CiprofloxacinIV-Example" /> + </request> + <dosage> + <site> + <coding> + <system value="http://snomed.info/sct" /> + <code value="49852007" /> + <display value="Structure of median cubital vein" /> + </coding> + <text value="left arm" /> + </site> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="47625008" /> + <display value="Intravenous" /> + </coding> + </route> + <method> + <coding> + <system value="http://snomed.info/sct" /> + <code value="13283701000001109" /> + <display value="Infusion" /> + </coding> + </method> + <dose> + <value value="400" /> + <unit value="milligram" /> + <system value="http://unitsofmeasure.org" /> + <code value="mg" /> + </dose> + </dosage> </MedicationAdministration> \ No newline at end of file diff --git a/examples/UKCore-MedicationAdministration-Sn-ZeroDosage-Example.xml b/examples/UKCore-MedicationAdministration-Sn-ZeroDosage-Example.xml index 4cc30a61..35b1c094 100644 --- a/examples/UKCore-MedicationAdministration-Sn-ZeroDosage-Example.xml +++ b/examples/UKCore-MedicationAdministration-Sn-ZeroDosage-Example.xml @@ -1,20 +1,20 @@ <MedicationAdministration xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationAdministration-Sn-ZeroDosage-Example"/> - <status value="on-hold"/> - <medicationReference> - <reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example"/> - </medicationReference> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2021-03-25T13:00:00+00:00"/> - <dosage> - <text value="No administration required."/> - <rateQuantity> - <value value="0"/> - <unit value="milliliter per hour"/> - <system value="http://unitsofmeasure.org"/> - <code value="mL/h"/> - </rateQuantity> - </dosage> + <id value="UKCore-MedicationAdministration-Sn-ZeroDosage-Example" /> + <status value="on-hold" /> + <medicationReference> + <reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example" /> + </medicationReference> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2021-03-25T13:00:00+00:00" /> + <dosage> + <text value="No administration required." /> + <rateQuantity> + <value value="0" /> + <unit value="milliliter per hour" /> + <system value="http://unitsofmeasure.org" /> + <code value="mL/h" /> + </rateQuantity> + </dosage> </MedicationAdministration> \ No newline at end of file diff --git a/examples/UKCore-MedicationAdministration-TimoptolEyeDrops-Example.xml b/examples/UKCore-MedicationAdministration-TimoptolEyeDrops-Example.xml index f75d82e3..72356204 100644 --- a/examples/UKCore-MedicationAdministration-TimoptolEyeDrops-Example.xml +++ b/examples/UKCore-MedicationAdministration-TimoptolEyeDrops-Example.xml @@ -1,49 +1,49 @@ <?xml version="1.0" encoding="UTF-8"?> <MedicationAdministration xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationAdministration-TimoptolEyeDrops-Example"/> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="e8779393-9b7c-4654-a8df-0ba4cc9b28ce"/> - </identifier> - <status value="completed"/> - <medicationReference> - <reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example"/> - </medicationReference> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2021-03-25T13:00:00+00:00"/> - <request> - <reference value="MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example"/> - </request> - <dosage> - <text value="1 drop in each affected eye twice daily, approximately 12 hours apart."/> - <site> - <coding> - <system value="http://snomed.info/sct"/> - <code value="362508001"/> - <display value="Both eyes, entire"/> - </coding> - </site> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="58831000052108"/> - <display value="Subretinal route"/> - </coding> - </route> - <method> - <coding> - <system value="http://snomed.info/sct"/> - <code value="421984009"/> - <display value="Until finished"/> - </coding> - </method> - <dose> - <value value="30"/> - <unit value="milliliter"/> - <system value="http://unitsofmeasure.org"/> - <code value="mL"/> - </dose> - </dosage> + <id value="UKCore-MedicationAdministration-TimoptolEyeDrops-Example" /> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="e8779393-9b7c-4654-a8df-0ba4cc9b28ce" /> + </identifier> + <status value="completed" /> + <medicationReference> + <reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example" /> + </medicationReference> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2021-03-25T13:00:00+00:00" /> + <request> + <reference value="MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example" /> + </request> + <dosage> + <text value="1 drop in each affected eye twice daily, approximately 12 hours apart." /> + <site> + <coding> + <system value="http://snomed.info/sct" /> + <code value="362508001" /> + <display value="Both eyes, entire" /> + </coding> + </site> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="58831000052108" /> + <display value="Subretinal route" /> + </coding> + </route> + <method> + <coding> + <system value="http://snomed.info/sct" /> + <code value="421984009" /> + <display value="Until finished" /> + </coding> + </method> + <dose> + <value value="30" /> + <unit value="milliliter" /> + <system value="http://unitsofmeasure.org" /> + <code value="mL" /> + </dose> + </dosage> </MedicationAdministration> \ No newline at end of file diff --git a/examples/UKCore-MedicationDispense-Amoxicillin-Example.xml b/examples/UKCore-MedicationDispense-Amoxicillin-Example.xml index 6e2230e6..5eb73ec5 100644 --- a/examples/UKCore-MedicationDispense-Amoxicillin-Example.xml +++ b/examples/UKCore-MedicationDispense-Amoxicillin-Example.xml @@ -1,72 +1,72 @@ <MedicationDispense xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationDispense-Amoxicillin-Example"/> - <status value="completed"/> - <category> - <coding> - <system value="http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category"/> - <code value="inpatient"/> - <display value="Inpatient"/> - </coding> - </category> - <medicationCodeableConcept> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="22608811000001102"/> - <display value="Amoxicillin 500mg capsules (DE Pharmaceuticals)"/> - </coding> - </medicationCodeableConcept> - <supportingInformation> - <reference value="RequestGroup/UKCore-RequestGroup-MultipleAnitibiotics-Example"/> - </supportingInformation> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <performer> - <actor> - <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example"/> - </actor> - </performer> - <authorizingPrescription> - <reference value="UKCore-MedicationRequest-Amoxicillin-Example"/> - </authorizingPrescription> - <quantity> - <value value="21"/> - <unit value="capsule"/> - <system value="http://snomed.info/sct"/> - <code value="732937005"/> - </quantity> - <daysSupply> - <value value="7"/> - <unit value="Day"/> - <system value="http://unitsofmeasure.org"/> - <code value="d"/> - </daysSupply> - <whenPrepared value="2023-06-15T18:00:00+00:00"/> - <receiver> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </receiver> - <dosageInstruction> - <text value="Take 1 capsule, 3 times a day."/> - <additionalInstruction> + <id value="UKCore-MedicationDispense-Amoxicillin-Example" /> + <status value="completed" /> + <category> + <coding> + <system value="http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category" /> + <code value="inpatient" /> + <display value="Inpatient" /> + </coding> + </category> + <medicationCodeableConcept> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="22608811000001102" /> + <display value="Amoxicillin 500mg capsules (DE Pharmaceuticals)" /> + </coding> + </medicationCodeableConcept> + <supportingInformation> + <reference value="RequestGroup/UKCore-RequestGroup-MultipleAnitibiotics-Example" /> + </supportingInformation> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <performer> + <actor> + <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" /> + </actor> + </performer> + <authorizingPrescription> + <reference value="UKCore-MedicationRequest-Amoxicillin-Example" /> + </authorizingPrescription> + <quantity> + <value value="21" /> + <unit value="capsule" /> + <system value="http://snomed.info/sct" /> + <code value="732937005" /> + </quantity> + <daysSupply> + <value value="7" /> + <unit value="Day" /> + <system value="http://unitsofmeasure.org" /> + <code value="d" /> + </daysSupply> + <whenPrepared value="2023-06-15T18:00:00+00:00" /> + <receiver> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </receiver> + <dosageInstruction> + <text value="Take 1 capsule, 3 times a day." /> + <additionalInstruction> <coding> - <system value="http://snomed.info/sct"/> - <code value="890458001"/> - <display value="Penicillin-containing product"/> + <system value="http://snomed.info/sct" /> + <code value="890458001" /> + <display value="Penicillin-containing product" /> </coding> </additionalInstruction> - <timing> - <repeat> - <frequency value="3"/> - <period value="1"/> - <periodUnit value="d"/> - </repeat> - </timing> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="26643006"/> - <display value="Oral"/> - </coding> - </route> - </dosageInstruction> + <timing> + <repeat> + <frequency value="3" /> + <period value="1" /> + <periodUnit value="d" /> + </repeat> + </timing> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="26643006" /> + <display value="Oral" /> + </coding> + </route> + </dosageInstruction> </MedicationDispense> \ No newline at end of file diff --git a/examples/UKCore-MedicationDispense-CiprofloxacinIV-Example.xml b/examples/UKCore-MedicationDispense-CiprofloxacinIV-Example.xml index 3c6e3613..5e6fb418 100644 --- a/examples/UKCore-MedicationDispense-CiprofloxacinIV-Example.xml +++ b/examples/UKCore-MedicationDispense-CiprofloxacinIV-Example.xml @@ -1,72 +1,72 @@ <MedicationDispense xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationDispense-CiprofloxacinIV-Example"/> - <status value="completed"/> - <category> - <coding> - <system value="http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category"/> - <code value="inpatient"/> - <display value="Inpatient"/> - </coding> - </category> - <medicationCodeableConcept> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="35831211000001109"/> - <display value="Ciprofloxacin 400mg/200ml infusion bags (Consilient Health Ltd)"/> - </coding> - </medicationCodeableConcept> - <supportingInformation> - <reference value="RequestGroup/UKCore-RequestGroup-Ciprofloxacin-Example"/> - </supportingInformation> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <performer> - <actor> - <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example"/> - </actor> - </performer> - <authorizingPrescription> - <reference value="UKCore-MedicationRequest-CiprofloxacinIV-Example"/> - </authorizingPrescription> - <quantity> - <value value="10"/> - <unit value="Bag"/> - <system value="http://snomed.info/sct"/> - <code value="732982009"/> - </quantity> - <daysSupply> - <value value="5"/> - <unit value="Day"/> - <system value="http://unitsofmeasure.org"/> - <code value="d"/> - </daysSupply> - <whenPrepared value="2023-06-15T18:00:00+00:00"/> - <receiver> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </receiver> - <dosageInstruction> - <text value="1 bag, twice daily"/> - <timing> - <repeat> - <frequency value="2"/> - <period value="1"/> - <periodUnit value="d"/> - </repeat> - </timing> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="47625008"/> - <display value="Intravenous"/> - </coding> - </route> - <method> - <coding> - <system value="http://snomed.info/sct"/> - <code value="13283701000001109"/> - <display value="Infusion"/> - </coding> - </method> - </dosageInstruction> + <id value="UKCore-MedicationDispense-CiprofloxacinIV-Example" /> + <status value="completed" /> + <category> + <coding> + <system value="http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category" /> + <code value="inpatient" /> + <display value="Inpatient" /> + </coding> + </category> + <medicationCodeableConcept> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="35831211000001109" /> + <display value="Ciprofloxacin 400mg/200ml infusion bags (Consilient Health Ltd)" /> + </coding> + </medicationCodeableConcept> + <supportingInformation> + <reference value="RequestGroup/UKCore-RequestGroup-Ciprofloxacin-Example" /> + </supportingInformation> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <performer> + <actor> + <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" /> + </actor> + </performer> + <authorizingPrescription> + <reference value="UKCore-MedicationRequest-CiprofloxacinIV-Example" /> + </authorizingPrescription> + <quantity> + <value value="10" /> + <unit value="Bag" /> + <system value="http://snomed.info/sct" /> + <code value="732982009" /> + </quantity> + <daysSupply> + <value value="5" /> + <unit value="Day" /> + <system value="http://unitsofmeasure.org" /> + <code value="d" /> + </daysSupply> + <whenPrepared value="2023-06-15T18:00:00+00:00" /> + <receiver> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </receiver> + <dosageInstruction> + <text value="1 bag, twice daily" /> + <timing> + <repeat> + <frequency value="2" /> + <period value="1" /> + <periodUnit value="d" /> + </repeat> + </timing> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="47625008" /> + <display value="Intravenous" /> + </coding> + </route> + <method> + <coding> + <system value="http://snomed.info/sct" /> + <code value="13283701000001109" /> + <display value="Infusion" /> + </coding> + </method> + </dosageInstruction> </MedicationDispense> \ No newline at end of file diff --git a/examples/UKCore-MedicationDispense-CiprofloxacinOral-Example.xml b/examples/UKCore-MedicationDispense-CiprofloxacinOral-Example.xml index 2975050e..5cdfd80c 100644 --- a/examples/UKCore-MedicationDispense-CiprofloxacinOral-Example.xml +++ b/examples/UKCore-MedicationDispense-CiprofloxacinOral-Example.xml @@ -1,65 +1,65 @@ <MedicationDispense xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationDispense-CiprofloxacinOral-Example"/> - <status value="completed"/> - <category> - <coding> - <system value="http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category"/> - <code value="inpatient"/> - <display value="Inpatient"/> - </coding> - </category> - <medicationCodeableConcept> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="18460411000001105"/> - <display value="Ciprofloxacin 500mg tablets (Accord-UK Ltd)"/> - </coding> - </medicationCodeableConcept> - <supportingInformation> - <reference value="RequestGroup/UKCore-RequestGroup-Ciprofloxacin-Example"/> - </supportingInformation> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <performer> - <actor> - <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example"/> - </actor> - </performer> - <authorizingPrescription> - <reference value="UKCore-MedicationRequest-CiprofloxacinOral-Example"/> - </authorizingPrescription> - <quantity> - <value value="20"/> - <unit value="capsule"/> - <system value="http://snomed.info/sct"/> - <code value="732937005"/> - </quantity> - <daysSupply> - <value value="5"/> - <unit value="Day"/> - <system value="http://unitsofmeasure.org"/> - <code value="d"/> - </daysSupply> - <whenPrepared value="2023-06-15T18:00:00+00:00"/> - <receiver> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </receiver> - <dosageInstruction> - <text value="Take 1 capsule, twice daily."/> - <timing> - <repeat> - <frequency value="2"/> - <period value="1"/> - <periodUnit value="d"/> - </repeat> - </timing> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="26643006"/> - <display value="Oral"/> - </coding> - </route> - </dosageInstruction> + <id value="UKCore-MedicationDispense-CiprofloxacinOral-Example" /> + <status value="completed" /> + <category> + <coding> + <system value="http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category" /> + <code value="inpatient" /> + <display value="Inpatient" /> + </coding> + </category> + <medicationCodeableConcept> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="18460411000001105" /> + <display value="Ciprofloxacin 500mg tablets (Accord-UK Ltd)" /> + </coding> + </medicationCodeableConcept> + <supportingInformation> + <reference value="RequestGroup/UKCore-RequestGroup-Ciprofloxacin-Example" /> + </supportingInformation> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <performer> + <actor> + <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" /> + </actor> + </performer> + <authorizingPrescription> + <reference value="UKCore-MedicationRequest-CiprofloxacinOral-Example" /> + </authorizingPrescription> + <quantity> + <value value="20" /> + <unit value="capsule" /> + <system value="http://snomed.info/sct" /> + <code value="732937005" /> + </quantity> + <daysSupply> + <value value="5" /> + <unit value="Day" /> + <system value="http://unitsofmeasure.org" /> + <code value="d" /> + </daysSupply> + <whenPrepared value="2023-06-15T18:00:00+00:00" /> + <receiver> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </receiver> + <dosageInstruction> + <text value="Take 1 capsule, twice daily." /> + <timing> + <repeat> + <frequency value="2" /> + <period value="1" /> + <periodUnit value="d" /> + </repeat> + </timing> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="26643006" /> + <display value="Oral" /> + </coding> + </route> + </dosageInstruction> </MedicationDispense> \ No newline at end of file diff --git a/examples/UKCore-MedicationDispense-EyeDrops-Example.xml b/examples/UKCore-MedicationDispense-EyeDrops-Example.xml index 85bfb4b5..7be15ff6 100644 --- a/examples/UKCore-MedicationDispense-EyeDrops-Example.xml +++ b/examples/UKCore-MedicationDispense-EyeDrops-Example.xml @@ -1,69 +1,69 @@ <MedicationDispense xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationDispense-EyeDrops-Example"/> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="5c92c1dc-06a9-4729-b8c9-222cf769f8dc"/> - </identifier> - <status value="in-progress"/> - <medicationReference> - <reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example"/> - </medicationReference> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <performer> - <actor> - <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example"/> - </actor> - </performer> - <authorizingPrescription> - <reference value="MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example"/> - </authorizingPrescription> - <quantity> - <value value="30"/> - <unit value="milliliter"/> - <system value="http://unitsofmeasure.org"/> - <code value="mL"/> - </quantity> - <daysSupply> - <value value="30"/> - <unit value="Day"/> - <system value="http://unitsofmeasure.org"/> - <code value="d"/> - </daysSupply> - <whenPrepared value="2020-01-15T15:00:00+00:00"/> - <receiver> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </receiver> - <dosageInstruction> - <text value="1 drop in each affected eye twice daily, approximately 12 hours apart."/> - <timing> - <repeat> - <frequency value="1"/> - <period value="12"/> - <periodUnit value="h"/> - </repeat> - </timing> - <site> - <coding> - <system value="http://snomed.info/sct"/> - <code value="362508001"/> - <display value="Both eyes, entire"/> - </coding> - </site> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="58831000052108"/> - <display value="Subretinal route"/> - </coding> - </route> - <method> - <coding> - <system value="http://snomed.info/sct"/> - <code value="421984009"/> - <display value="Until finished"/> - </coding> - </method> - </dosageInstruction> + <id value="UKCore-MedicationDispense-EyeDrops-Example" /> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="5c92c1dc-06a9-4729-b8c9-222cf769f8dc" /> + </identifier> + <status value="in-progress" /> + <medicationReference> + <reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example" /> + </medicationReference> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <performer> + <actor> + <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" /> + </actor> + </performer> + <authorizingPrescription> + <reference value="MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example" /> + </authorizingPrescription> + <quantity> + <value value="30" /> + <unit value="milliliter" /> + <system value="http://unitsofmeasure.org" /> + <code value="mL" /> + </quantity> + <daysSupply> + <value value="30" /> + <unit value="Day" /> + <system value="http://unitsofmeasure.org" /> + <code value="d" /> + </daysSupply> + <whenPrepared value="2020-01-15T15:00:00+00:00" /> + <receiver> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </receiver> + <dosageInstruction> + <text value="1 drop in each affected eye twice daily, approximately 12 hours apart." /> + <timing> + <repeat> + <frequency value="1" /> + <period value="12" /> + <periodUnit value="h" /> + </repeat> + </timing> + <site> + <coding> + <system value="http://snomed.info/sct" /> + <code value="362508001" /> + <display value="Both eyes, entire" /> + </coding> + </site> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="58831000052108" /> + <display value="Subretinal route" /> + </coding> + </route> + <method> + <coding> + <system value="http://snomed.info/sct" /> + <code value="421984009" /> + <display value="Until finished" /> + </coding> + </method> + </dosageInstruction> </MedicationDispense> \ No newline at end of file diff --git a/examples/UKCore-MedicationDispense-ParacetamolOral-Example.xml b/examples/UKCore-MedicationDispense-ParacetamolOral-Example.xml index 623a06fb..6b937e97 100644 --- a/examples/UKCore-MedicationDispense-ParacetamolOral-Example.xml +++ b/examples/UKCore-MedicationDispense-ParacetamolOral-Example.xml @@ -1,65 +1,65 @@ <MedicationDispense xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationDispense-ParacetamolOral-Example"/> - <status value="completed"/> - <category> - <coding> - <system value="http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category"/> - <code value="inpatient"/> - <display value="Inpatient"/> - </coding> - </category> - <medicationCodeableConcept> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="558911000001105"/> - <display value="Paracetamol 500mg capsules (A A H Pharmaceuticals Ltd)"/> - </coding> - </medicationCodeableConcept> - <supportingInformation> - <reference value="RequestGroup/UKCore-RequestGroup-Paracetamol-Example"/> - </supportingInformation> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <performer> - <actor> - <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example"/> - </actor> - </performer> - <authorizingPrescription> - <reference value="MedicationRequest/UKCore-MedicationRequest-ParacetamolOral-Example"/> - </authorizingPrescription> - <quantity> - <value value="16"/> - <unit value="capsule"/> - <system value="http://snomed.info/sct"/> - <code value="732937005"/> - </quantity> - <daysSupply> - <value value="4"/> - <unit value="Day"/> - <system value="http://unitsofmeasure.org"/> - <code value="d"/> - </daysSupply> - <whenPrepared value="2023-06-15T18:00:00+00:00"/> - <receiver> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </receiver> - <dosageInstruction> - <text value="Take 1 capsule, 4 times a day."/> - <timing> - <repeat> - <frequency value="4"/> - <period value="1"/> - <periodUnit value="d"/> - </repeat> - </timing> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="26643006"/> - <display value="Oral"/> - </coding> - </route> - </dosageInstruction> + <id value="UKCore-MedicationDispense-ParacetamolOral-Example" /> + <status value="completed" /> + <category> + <coding> + <system value="http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category" /> + <code value="inpatient" /> + <display value="Inpatient" /> + </coding> + </category> + <medicationCodeableConcept> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="558911000001105" /> + <display value="Paracetamol 500mg capsules (A A H Pharmaceuticals Ltd)" /> + </coding> + </medicationCodeableConcept> + <supportingInformation> + <reference value="RequestGroup/UKCore-RequestGroup-Paracetamol-Example" /> + </supportingInformation> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <performer> + <actor> + <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" /> + </actor> + </performer> + <authorizingPrescription> + <reference value="MedicationRequest/UKCore-MedicationRequest-ParacetamolOral-Example" /> + </authorizingPrescription> + <quantity> + <value value="16" /> + <unit value="capsule" /> + <system value="http://snomed.info/sct" /> + <code value="732937005" /> + </quantity> + <daysSupply> + <value value="4" /> + <unit value="Day" /> + <system value="http://unitsofmeasure.org" /> + <code value="d" /> + </daysSupply> + <whenPrepared value="2023-06-15T18:00:00+00:00" /> + <receiver> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </receiver> + <dosageInstruction> + <text value="Take 1 capsule, 4 times a day." /> + <timing> + <repeat> + <frequency value="4" /> + <period value="1" /> + <periodUnit value="d" /> + </repeat> + </timing> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="26643006" /> + <display value="Oral" /> + </coding> + </route> + </dosageInstruction> </MedicationDispense> \ No newline at end of file diff --git a/examples/UKCore-MedicationRequest-Amoxicillin-Example.xml b/examples/UKCore-MedicationRequest-Amoxicillin-Example.xml index ab1fcb26..f9377740 100644 --- a/examples/UKCore-MedicationRequest-Amoxicillin-Example.xml +++ b/examples/UKCore-MedicationRequest-Amoxicillin-Example.xml @@ -1,82 +1,82 @@ <MedicationRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationRequest-Amoxicillin-Example"/> - <status value="completed"/> - <intent value="option"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/> - <code value="inpatient"/> - <display value="Inpatient"/> - </coding> - </category> - <medicationCodeableConcept> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39732411000001106"/> - <display value="Amoxicillin 500mg capsules"/> - </coding> - </medicationCodeableConcept> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <authoredOn value="2023-06-15T15:00:00.000Z"/> - <requester> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </requester> - <courseOfTherapyType> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"/> - <code value="acute"/> - <display value="Short course (acute) therapy"/> - </coding> - </courseOfTherapyType> - <dosageInstruction> - <text value="500mg - three times a day."/> - <additionalInstruction> + <id value="UKCore-MedicationRequest-Amoxicillin-Example" /> + <status value="completed" /> + <intent value="option" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" /> + <code value="inpatient" /> + <display value="Inpatient" /> + </coding> + </category> + <medicationCodeableConcept> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39732411000001106" /> + <display value="Amoxicillin 500mg capsules" /> + </coding> + </medicationCodeableConcept> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <authoredOn value="2023-06-15T15:00:00.000Z" /> + <requester> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </requester> + <courseOfTherapyType> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" /> + <code value="acute" /> + <display value="Short course (acute) therapy" /> + </coding> + </courseOfTherapyType> + <dosageInstruction> + <text value="500mg - three times a day." /> + <additionalInstruction> <coding> - <system value="http://snomed.info/sct"/> - <code value="890458001"/> - <display value="Penicillin-containing product"/> + <system value="http://snomed.info/sct" /> + <code value="890458001" /> + <display value="Penicillin-containing product" /> </coding> </additionalInstruction> - <timing> - <repeat> - <frequency value="3"/> - <period value="1"/> - <periodUnit value="d"/> - </repeat> - </timing> - <site> - <coding> - <system value="http://snomed.info/sct"/> - <code value="738956005"/> - <display value="Oral"/> - </coding> - </site> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="26643006"/> - <display value="Oral"/> - </coding> - </route> - <doseAndRate> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/> - <code value="ordered"/> - <display value="Ordered"/> - </coding> - </type> - <doseQuantity> - <value value="500"/> - <unit value="milligram"/> - <system value="http://unitsofmeasure.org"/> - <code value="mg"/> - </doseQuantity> - </doseAndRate> - </dosageInstruction> - <substitution> - <allowedBoolean value="false"/> - </substitution> + <timing> + <repeat> + <frequency value="3" /> + <period value="1" /> + <periodUnit value="d" /> + </repeat> + </timing> + <site> + <coding> + <system value="http://snomed.info/sct" /> + <code value="738956005" /> + <display value="Oral" /> + </coding> + </site> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="26643006" /> + <display value="Oral" /> + </coding> + </route> + <doseAndRate> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type" /> + <code value="ordered" /> + <display value="Ordered" /> + </coding> + </type> + <doseQuantity> + <value value="500" /> + <unit value="milligram" /> + <system value="http://unitsofmeasure.org" /> + <code value="mg" /> + </doseQuantity> + </doseAndRate> + </dosageInstruction> + <substitution> + <allowedBoolean value="false" /> + </substitution> </MedicationRequest> \ No newline at end of file diff --git a/examples/UKCore-MedicationRequest-CiprofloxacinIV-Example.xml b/examples/UKCore-MedicationRequest-CiprofloxacinIV-Example.xml index 67d7839b..fce8b36f 100644 --- a/examples/UKCore-MedicationRequest-CiprofloxacinIV-Example.xml +++ b/examples/UKCore-MedicationRequest-CiprofloxacinIV-Example.xml @@ -1,75 +1,75 @@ <MedicationRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationRequest-CiprofloxacinIV-Example"/> - <status value="completed"/> - <intent value="option"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/> - <code value="inpatient"/> - <display value="Inpatient"/> - </coding> - </category> - <medicationCodeableConcept> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="36141511000001100"/> - <display value="Ciprofloxacin 400mg/200ml infusion bags"/> - </coding> - </medicationCodeableConcept> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <authoredOn value="2023-06-15T15:00:00.000Z"/> - <requester> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </requester> - <courseOfTherapyType> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"/> - <code value="acute"/> - <display value="Short course (acute) therapy"/> - </coding> - </courseOfTherapyType> - <dosageInstruction> - <text value="Ciprofloxacin 400mg, twice daily."/> - <timing> - <repeat> - <frequency value="2"/> - <period value="1"/> - <periodUnit value="d"/> - </repeat> - </timing> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="47625008"/> - <display value="Intravenous"/> - </coding> - </route> - <method> - <coding> - <system value="http://snomed.info/sct"/> - <code value="13283701000001109"/> - <display value="Infusion"/> - </coding> - </method> - <doseAndRate> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/> - <code value="ordered"/> - <display value="Ordered"/> - </coding> - </type> - <doseQuantity> - <value value="400"/> - <unit value="milligram"/> - <system value="http://unitsofmeasure.org"/> - <code value="mg"/> - </doseQuantity> - </doseAndRate> - </dosageInstruction> - <substitution> - <allowedBoolean value="false"/> - </substitution> + <id value="UKCore-MedicationRequest-CiprofloxacinIV-Example" /> + <status value="completed" /> + <intent value="option" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" /> + <code value="inpatient" /> + <display value="Inpatient" /> + </coding> + </category> + <medicationCodeableConcept> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="36141511000001100" /> + <display value="Ciprofloxacin 400mg/200ml infusion bags" /> + </coding> + </medicationCodeableConcept> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <authoredOn value="2023-06-15T15:00:00.000Z" /> + <requester> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </requester> + <courseOfTherapyType> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" /> + <code value="acute" /> + <display value="Short course (acute) therapy" /> + </coding> + </courseOfTherapyType> + <dosageInstruction> + <text value="Ciprofloxacin 400mg, twice daily." /> + <timing> + <repeat> + <frequency value="2" /> + <period value="1" /> + <periodUnit value="d" /> + </repeat> + </timing> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="47625008" /> + <display value="Intravenous" /> + </coding> + </route> + <method> + <coding> + <system value="http://snomed.info/sct" /> + <code value="13283701000001109" /> + <display value="Infusion" /> + </coding> + </method> + <doseAndRate> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type" /> + <code value="ordered" /> + <display value="Ordered" /> + </coding> + </type> + <doseQuantity> + <value value="400" /> + <unit value="milligram" /> + <system value="http://unitsofmeasure.org" /> + <code value="mg" /> + </doseQuantity> + </doseAndRate> + </dosageInstruction> + <substitution> + <allowedBoolean value="false" /> + </substitution> </MedicationRequest> \ No newline at end of file diff --git a/examples/UKCore-MedicationRequest-CiprofloxacinOral-Example.xml b/examples/UKCore-MedicationRequest-CiprofloxacinOral-Example.xml index 53fd8e29..186b78a9 100644 --- a/examples/UKCore-MedicationRequest-CiprofloxacinOral-Example.xml +++ b/examples/UKCore-MedicationRequest-CiprofloxacinOral-Example.xml @@ -1,75 +1,75 @@ <MedicationRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationRequest-CiprofloxacinOral-Example"/> - <status value="completed"/> - <intent value="option"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/> - <code value="inpatient"/> - <display value="Inpatient"/> - </coding> - </category> - <medicationCodeableConcept> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39687811000001107"/> - <display value="Ciprofloxacin 500mg tablets"/> - </coding> - </medicationCodeableConcept> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <authoredOn value="2023-06-15T15:00:00.000Z"/> - <requester> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </requester> - <courseOfTherapyType> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"/> - <code value="acute"/> - <display value="Short course (acute) therapy"/> - </coding> - </courseOfTherapyType> - <dosageInstruction> - <text value="Ciprofloxacin 500mg, twice daily."/> - <timing> - <repeat> - <frequency value="2"/> - <period value="1"/> - <periodUnit value="d"/> - </repeat> - </timing> - <site> - <coding> - <system value="http://snomed.info/sct"/> - <code value="738956005"/> - <display value="Oral"/> - </coding> - </site> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="26643006"/> - <display value="Oral"/> - </coding> - </route> - <doseAndRate> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/> - <code value="ordered"/> - <display value="Ordered"/> - </coding> - </type> - <doseQuantity> - <value value="500"/> - <unit value="milligram"/> - <system value="http://unitsofmeasure.org"/> - <code value="mg"/> - </doseQuantity> - </doseAndRate> - </dosageInstruction> - <substitution> - <allowedBoolean value="false"/> - </substitution> + <id value="UKCore-MedicationRequest-CiprofloxacinOral-Example" /> + <status value="completed" /> + <intent value="option" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" /> + <code value="inpatient" /> + <display value="Inpatient" /> + </coding> + </category> + <medicationCodeableConcept> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39687811000001107" /> + <display value="Ciprofloxacin 500mg tablets" /> + </coding> + </medicationCodeableConcept> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <authoredOn value="2023-06-15T15:00:00.000Z" /> + <requester> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </requester> + <courseOfTherapyType> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" /> + <code value="acute" /> + <display value="Short course (acute) therapy" /> + </coding> + </courseOfTherapyType> + <dosageInstruction> + <text value="Ciprofloxacin 500mg, twice daily." /> + <timing> + <repeat> + <frequency value="2" /> + <period value="1" /> + <periodUnit value="d" /> + </repeat> + </timing> + <site> + <coding> + <system value="http://snomed.info/sct" /> + <code value="738956005" /> + <display value="Oral" /> + </coding> + </site> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="26643006" /> + <display value="Oral" /> + </coding> + </route> + <doseAndRate> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type" /> + <code value="ordered" /> + <display value="Ordered" /> + </coding> + </type> + <doseQuantity> + <value value="500" /> + <unit value="milligram" /> + <system value="http://unitsofmeasure.org" /> + <code value="mg" /> + </doseQuantity> + </doseAndRate> + </dosageInstruction> + <substitution> + <allowedBoolean value="false" /> + </substitution> </MedicationRequest> \ No newline at end of file diff --git a/examples/UKCore-MedicationRequest-Clarithromycin-Example.xml b/examples/UKCore-MedicationRequest-Clarithromycin-Example.xml index 3c08be10..2d07e7f8 100644 --- a/examples/UKCore-MedicationRequest-Clarithromycin-Example.xml +++ b/examples/UKCore-MedicationRequest-Clarithromycin-Example.xml @@ -1,75 +1,75 @@ <MedicationRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationRequest-Clarithromycin-Example"/> - <status value="completed"/> - <intent value="option"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/> - <code value="inpatient"/> - <display value="Inpatient"/> - </coding> - </category> - <medicationCodeableConcept> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="41946511000001109"/> - <display value="Clarithromycin 500mg tablets"/> - </coding> - </medicationCodeableConcept> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <authoredOn value="2023-06-15T15:00:00.000Z"/> - <requester> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </requester> - <courseOfTherapyType> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"/> - <code value="acute"/> - <display value="Short course (acute) therapy"/> - </coding> - </courseOfTherapyType> - <dosageInstruction> - <text value="500mg - three times a day."/> - <timing> - <repeat> - <frequency value="3"/> - <period value="1"/> - <periodUnit value="d"/> - </repeat> - </timing> - <site> - <coding> - <system value="http://snomed.info/sct"/> - <code value="738956005"/> - <display value="Oral"/> - </coding> - </site> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="26643006"/> - <display value="Oral"/> - </coding> - </route> - <doseAndRate> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/> - <code value="ordered"/> - <display value="Ordered"/> - </coding> - </type> - <doseQuantity> - <value value="500"/> - <unit value="milligram"/> - <system value="http://unitsofmeasure.org"/> - <code value="mg"/> - </doseQuantity> - </doseAndRate> - </dosageInstruction> - <substitution> - <allowedBoolean value="false"/> - </substitution> + <id value="UKCore-MedicationRequest-Clarithromycin-Example" /> + <status value="completed" /> + <intent value="option" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" /> + <code value="inpatient" /> + <display value="Inpatient" /> + </coding> + </category> + <medicationCodeableConcept> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="41946511000001109" /> + <display value="Clarithromycin 500mg tablets" /> + </coding> + </medicationCodeableConcept> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <authoredOn value="2023-06-15T15:00:00.000Z" /> + <requester> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </requester> + <courseOfTherapyType> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" /> + <code value="acute" /> + <display value="Short course (acute) therapy" /> + </coding> + </courseOfTherapyType> + <dosageInstruction> + <text value="500mg - three times a day." /> + <timing> + <repeat> + <frequency value="3" /> + <period value="1" /> + <periodUnit value="d" /> + </repeat> + </timing> + <site> + <coding> + <system value="http://snomed.info/sct" /> + <code value="738956005" /> + <display value="Oral" /> + </coding> + </site> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="26643006" /> + <display value="Oral" /> + </coding> + </route> + <doseAndRate> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type" /> + <code value="ordered" /> + <display value="Ordered" /> + </coding> + </type> + <doseQuantity> + <value value="500" /> + <unit value="milligram" /> + <system value="http://unitsofmeasure.org" /> + <code value="mg" /> + </doseQuantity> + </doseAndRate> + </dosageInstruction> + <substitution> + <allowedBoolean value="false" /> + </substitution> </MedicationRequest> \ No newline at end of file diff --git a/examples/UKCore-MedicationRequest-Doxycycline-Example.xml b/examples/UKCore-MedicationRequest-Doxycycline-Example.xml index 689f7f58..e5c7295d 100644 --- a/examples/UKCore-MedicationRequest-Doxycycline-Example.xml +++ b/examples/UKCore-MedicationRequest-Doxycycline-Example.xml @@ -1,39 +1,39 @@ <MedicationRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationRequest-Doxycycline-Example"/> - <status value="completed"/> - <intent value="option"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/> - <code value="inpatient"/> - <display value="Inpatient"/> - </coding> - </category> - <medicationCodeableConcept> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="41948311000001104"/> - <display value="Doxycycline 100mg capsules"/> - </coding> - </medicationCodeableConcept> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <authoredOn value="2023-06-15T15:00:00.000Z"/> - <requester> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </requester> - <courseOfTherapyType> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"/> - <code value="acute"/> - <display value="Short course (acute) therapy"/> - </coding> - </courseOfTherapyType> - <dosageInstruction> - <sequence value="1"/> - <text value="200mg - once a day - for 1 day"/> - <timing> + <id value="UKCore-MedicationRequest-Doxycycline-Example" /> + <status value="completed" /> + <intent value="option" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" /> + <code value="inpatient" /> + <display value="Inpatient" /> + </coding> + </category> + <medicationCodeableConcept> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="41948311000001104" /> + <display value="Doxycycline 100mg capsules" /> + </coding> + </medicationCodeableConcept> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <authoredOn value="2023-06-15T15:00:00.000Z" /> + <requester> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </requester> + <courseOfTherapyType> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" /> + <code value="acute" /> + <display value="Short course (acute) therapy" /> + </coding> + </courseOfTherapyType> + <dosageInstruction> + <sequence value="1" /> + <text value="200mg - once a day - for 1 day" /> + <timing> <repeat> <boundsDuration> <value value="1" /> @@ -46,77 +46,77 @@ <periodUnit value="d" /> </repeat> </timing> - <site> - <coding> - <system value="http://snomed.info/sct"/> - <code value="738956005"/> - <display value="Oral"/> - </coding> - </site> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="26643006"/> - <display value="Oral"/> - </coding> - </route> - <doseAndRate> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/> - <code value="ordered"/> - <display value="Ordered"/> - </coding> - </type> - <doseQuantity> - <value value="200"/> - <unit value="milligram"/> - <system value="http://unitsofmeasure.org"/> - <code value="mg"/> - </doseQuantity> - </doseAndRate> - </dosageInstruction> - <dosageInstruction> - <sequence value="2"/> - <text value="100mg - once a day."/> - <timing> - <repeat> - <frequency value="1"/> - <period value="1"/> - <periodUnit value="d"/> - </repeat> - </timing> - <site> - <coding> - <system value="http://snomed.info/sct"/> - <code value="738956005"/> - <display value="Oral"/> - </coding> - </site> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="26643006"/> - <display value="Oral"/> - </coding> - </route> - <doseAndRate> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/> - <code value="ordered"/> - <display value="Ordered"/> - </coding> - </type> - <doseQuantity> - <value value="100"/> - <unit value="milligram"/> - <system value="http://unitsofmeasure.org"/> - <code value="mg"/> - </doseQuantity> - </doseAndRate> - </dosageInstruction> - <substitution> - <allowedBoolean value="false"/> - </substitution> + <site> + <coding> + <system value="http://snomed.info/sct" /> + <code value="738956005" /> + <display value="Oral" /> + </coding> + </site> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="26643006" /> + <display value="Oral" /> + </coding> + </route> + <doseAndRate> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type" /> + <code value="ordered" /> + <display value="Ordered" /> + </coding> + </type> + <doseQuantity> + <value value="200" /> + <unit value="milligram" /> + <system value="http://unitsofmeasure.org" /> + <code value="mg" /> + </doseQuantity> + </doseAndRate> + </dosageInstruction> + <dosageInstruction> + <sequence value="2" /> + <text value="100mg - once a day." /> + <timing> + <repeat> + <frequency value="1" /> + <period value="1" /> + <periodUnit value="d" /> + </repeat> + </timing> + <site> + <coding> + <system value="http://snomed.info/sct" /> + <code value="738956005" /> + <display value="Oral" /> + </coding> + </site> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="26643006" /> + <display value="Oral" /> + </coding> + </route> + <doseAndRate> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type" /> + <code value="ordered" /> + <display value="Ordered" /> + </coding> + </type> + <doseQuantity> + <value value="100" /> + <unit value="milligram" /> + <system value="http://unitsofmeasure.org" /> + <code value="mg" /> + </doseQuantity> + </doseAndRate> + </dosageInstruction> + <substitution> + <allowedBoolean value="false" /> + </substitution> </MedicationRequest> \ No newline at end of file diff --git a/examples/UKCore-MedicationRequest-EyeDrops-Example.xml b/examples/UKCore-MedicationRequest-EyeDrops-Example.xml index 0dd2f4fa..2681f98e 100644 --- a/examples/UKCore-MedicationRequest-EyeDrops-Example.xml +++ b/examples/UKCore-MedicationRequest-EyeDrops-Example.xml @@ -1,78 +1,78 @@ <MedicationRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationRequest-EyeDrops-Example"/> - <status value="completed"/> - <intent value="order"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/> - <code value="outpatient"/> - <display value="Outpatient"/> - </coding> - </category> - <medicationReference> - <reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example"/> - </medicationReference> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <authoredOn value="2022-09-10T15:00:00.000Z"/> - <requester> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </requester> - <courseOfTherapyType> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"/> - <code value="acute"/> - <display value="Short course (acute) therapy"/> - </coding> - </courseOfTherapyType> - <dosageInstruction> - <text value="1 drop in left eye, every 12 hours, until finished."/> - <timing> - <repeat> - <frequency value="1"/> - <period value="12"/> - <periodUnit value="h"/> - </repeat> - </timing> - <site> - <coding> - <system value="http://snomed.info/sct"/> - <code value="8966001"/> - <display value="Left eye structure"/> - </coding> - </site> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="58831000052108"/> - <display value="Subretinal route"/> - </coding> - </route> - <method> - <coding> - <system value="http://snomed.info/sct"/> - <code value="421984009"/> - <display value="Until finished"/> - </coding> - </method> - <doseAndRate> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/> - <code value="ordered"/> - <display value="Ordered"/> - </coding> - </type> - <doseQuantity> - <value value="1"/> - <unit value="drop"/> - <system value="http://unitsofmeasure.org"/> - <code value="[drp]"/> - </doseQuantity> - </doseAndRate> - </dosageInstruction> - <substitution> - <allowedBoolean value="true"/> - </substitution> + <id value="UKCore-MedicationRequest-EyeDrops-Example" /> + <status value="completed" /> + <intent value="order" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" /> + <code value="outpatient" /> + <display value="Outpatient" /> + </coding> + </category> + <medicationReference> + <reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example" /> + </medicationReference> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <authoredOn value="2022-09-10T15:00:00.000Z" /> + <requester> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </requester> + <courseOfTherapyType> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" /> + <code value="acute" /> + <display value="Short course (acute) therapy" /> + </coding> + </courseOfTherapyType> + <dosageInstruction> + <text value="1 drop in left eye, every 12 hours, until finished." /> + <timing> + <repeat> + <frequency value="1" /> + <period value="12" /> + <periodUnit value="h" /> + </repeat> + </timing> + <site> + <coding> + <system value="http://snomed.info/sct" /> + <code value="8966001" /> + <display value="Left eye structure" /> + </coding> + </site> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="58831000052108" /> + <display value="Subretinal route" /> + </coding> + </route> + <method> + <coding> + <system value="http://snomed.info/sct" /> + <code value="421984009" /> + <display value="Until finished" /> + </coding> + </method> + <doseAndRate> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type" /> + <code value="ordered" /> + <display value="Ordered" /> + </coding> + </type> + <doseQuantity> + <value value="1" /> + <unit value="drop" /> + <system value="http://unitsofmeasure.org" /> + <code value="[drp]" /> + </doseQuantity> + </doseAndRate> + </dosageInstruction> + <substitution> + <allowedBoolean value="true" /> + </substitution> </MedicationRequest> \ No newline at end of file diff --git a/examples/UKCore-MedicationRequest-ParacetamolIV-Example.xml b/examples/UKCore-MedicationRequest-ParacetamolIV-Example.xml index 95453eec..d583d18c 100644 --- a/examples/UKCore-MedicationRequest-ParacetamolIV-Example.xml +++ b/examples/UKCore-MedicationRequest-ParacetamolIV-Example.xml @@ -1,75 +1,75 @@ <MedicationRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationRequest-ParacetamolIV-Example"/> - <status value="completed"/> - <intent value="option"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/> - <code value="inpatient"/> - <display value="Inpatient"/> - </coding> - </category> - <medicationCodeableConcept> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="777067000"/> - <display value="Paracetamol"/> - </coding> - </medicationCodeableConcept> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <authoredOn value="2023-06-15T15:00:00.000Z"/> - <requester> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </requester> - <courseOfTherapyType> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"/> - <code value="acute"/> - <display value="Short course (acute) therapy"/> - </coding> - </courseOfTherapyType> - <dosageInstruction> - <text value="Paracetamol 500mg, four times a day."/> - <timing> - <repeat> - <frequency value="4"/> - <period value="1"/> - <periodUnit value="d"/> - </repeat> - </timing> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="47625008"/> - <display value="Intravenous"/> - </coding> - </route> - <method> - <coding> - <system value="http://snomed.info/sct"/> - <code value="13283701000001109"/> - <display value="Infusion"/> - </coding> - </method> - <doseAndRate> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/> - <code value="ordered"/> - <display value="Ordered"/> - </coding> - </type> - <doseQuantity> - <value value="500"/> - <unit value="milligram"/> - <system value="http://unitsofmeasure.org"/> - <code value="mg"/> - </doseQuantity> - </doseAndRate> - </dosageInstruction> - <substitution> - <allowedBoolean value="false"/> - </substitution> + <id value="UKCore-MedicationRequest-ParacetamolIV-Example" /> + <status value="completed" /> + <intent value="option" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" /> + <code value="inpatient" /> + <display value="Inpatient" /> + </coding> + </category> + <medicationCodeableConcept> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="777067000" /> + <display value="Paracetamol" /> + </coding> + </medicationCodeableConcept> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <authoredOn value="2023-06-15T15:00:00.000Z" /> + <requester> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </requester> + <courseOfTherapyType> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" /> + <code value="acute" /> + <display value="Short course (acute) therapy" /> + </coding> + </courseOfTherapyType> + <dosageInstruction> + <text value="Paracetamol 500mg, four times a day." /> + <timing> + <repeat> + <frequency value="4" /> + <period value="1" /> + <periodUnit value="d" /> + </repeat> + </timing> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="47625008" /> + <display value="Intravenous" /> + </coding> + </route> + <method> + <coding> + <system value="http://snomed.info/sct" /> + <code value="13283701000001109" /> + <display value="Infusion" /> + </coding> + </method> + <doseAndRate> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type" /> + <code value="ordered" /> + <display value="Ordered" /> + </coding> + </type> + <doseQuantity> + <value value="500" /> + <unit value="milligram" /> + <system value="http://unitsofmeasure.org" /> + <code value="mg" /> + </doseQuantity> + </doseAndRate> + </dosageInstruction> + <substitution> + <allowedBoolean value="false" /> + </substitution> </MedicationRequest> \ No newline at end of file diff --git a/examples/UKCore-MedicationRequest-ParacetamolOral-Example.xml b/examples/UKCore-MedicationRequest-ParacetamolOral-Example.xml index 04ab6eaf..a63a5292 100644 --- a/examples/UKCore-MedicationRequest-ParacetamolOral-Example.xml +++ b/examples/UKCore-MedicationRequest-ParacetamolOral-Example.xml @@ -1,75 +1,75 @@ <MedicationRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationRequest-ParacetamolOral-Example"/> - <status value="completed"/> - <intent value="option"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/> - <code value="inpatient"/> - <display value="Inpatient"/> - </coding> - </category> - <medicationCodeableConcept> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="777067000"/> - <display value="Paracetamol"/> - </coding> - </medicationCodeableConcept> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <authoredOn value="2023-06-15T15:00:00.000Z"/> - <requester> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </requester> - <courseOfTherapyType> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"/> - <code value="acute"/> - <display value="Short course (acute) therapy"/> - </coding> - </courseOfTherapyType> - <dosageInstruction> - <text value="Paracetamol 500mg, four times a day."/> - <timing> - <repeat> - <frequency value="4"/> - <period value="1"/> - <periodUnit value="d"/> - </repeat> - </timing> - <site> - <coding> - <system value="http://snomed.info/sct"/> - <code value="738956005"/> - <display value="Oral"/> - </coding> - </site> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="26643006"/> - <display value="Oral"/> - </coding> - </route> - <doseAndRate> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/> - <code value="ordered"/> - <display value="Ordered"/> - </coding> - </type> - <doseQuantity> - <value value="500"/> - <unit value="milligram"/> - <system value="http://unitsofmeasure.org"/> - <code value="mg"/> - </doseQuantity> - </doseAndRate> - </dosageInstruction> - <substitution> - <allowedBoolean value="false"/> - </substitution> + <id value="UKCore-MedicationRequest-ParacetamolOral-Example" /> + <status value="completed" /> + <intent value="option" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" /> + <code value="inpatient" /> + <display value="Inpatient" /> + </coding> + </category> + <medicationCodeableConcept> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="777067000" /> + <display value="Paracetamol" /> + </coding> + </medicationCodeableConcept> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <authoredOn value="2023-06-15T15:00:00.000Z" /> + <requester> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </requester> + <courseOfTherapyType> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" /> + <code value="acute" /> + <display value="Short course (acute) therapy" /> + </coding> + </courseOfTherapyType> + <dosageInstruction> + <text value="Paracetamol 500mg, four times a day." /> + <timing> + <repeat> + <frequency value="4" /> + <period value="1" /> + <periodUnit value="d" /> + </repeat> + </timing> + <site> + <coding> + <system value="http://snomed.info/sct" /> + <code value="738956005" /> + <display value="Oral" /> + </coding> + </site> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="26643006" /> + <display value="Oral" /> + </coding> + </route> + <doseAndRate> + <type> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type" /> + <code value="ordered" /> + <display value="Ordered" /> + </coding> + </type> + <doseQuantity> + <value value="500" /> + <unit value="milligram" /> + <system value="http://unitsofmeasure.org" /> + <code value="mg" /> + </doseQuantity> + </doseAndRate> + </dosageInstruction> + <substitution> + <allowedBoolean value="false" /> + </substitution> </MedicationRequest> \ No newline at end of file diff --git a/examples/UKCore-MedicationStatement-Amoxicillin-Example.xml b/examples/UKCore-MedicationStatement-Amoxicillin-Example.xml index b9ff40a9..52881eb1 100644 --- a/examples/UKCore-MedicationStatement-Amoxicillin-Example.xml +++ b/examples/UKCore-MedicationStatement-Amoxicillin-Example.xml @@ -1,83 +1,83 @@ <MedicationStatement xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationStatement-Amoxicillin-Example"/> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="ac0ffbdf-3289-41d5-84d9-068a1f5937db"/> - </identifier> - <status value="active"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/medication-statement-category"/> - <code value="outpatient"/> - <display value="Outpatient"/> - </coding> - </category> - <medicationCodeableConcept> - <coding> - <system value="https://dmd.nhs.uk"/> - <code value="39732311000001104"/> - <display value="Amoxicillin 250mg capsules"/> - </coding> - </medicationCodeableConcept> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectivePeriod> - <start value="2021-02-15T13:50:00+00:00"/> - <end value="2021-05-15T13:50:00+00:00"/> - </effectivePeriod> - <dateAsserted value="2017-02-22"/> - <reasonCode> - <coding> - <system value="http://snomed.info/sct"/> - <code value="65363002"/> - <display value="Otitis media"/> - </coding> - </reasonCode> - <dosage> - <text value="2 capsules 4 times a day."/> - <timing> - <repeat> - <frequency value="4"/> - <period value="1"/> - <periodUnit value="d"/> - </repeat> - </timing> - <asNeededCodeableConcept> - <coding> - <system value="http://snomed.info/sct"/> - <code value="301354004"/> - <display value="Pain of ear"/> - </coding> - </asNeededCodeableConcept> - <site> - <coding> - <system value="http://snomed.info/sct"/> - <code value="123851003"/> - <display value="Mouth region structure"/> - </coding> - </site> - <route> - <coding> - <system value="http://snomed.info/sct"/> - <code value="26643006"/> - <display value="Oral"/> - </coding> - </route> - <method> - <coding> - <system value="http://snomed.info/sct"/> - <code value="421984009"/> - <display value="Until finished"/> - </coding> - </method> - <doseAndRate> - <doseQuantity> - <value value="500"/> - <unit value="milligram"/> - <system value="http://unitsofmeasure.org"/> - <code value="mg"/> - </doseQuantity> - </doseAndRate> - </dosage> + <id value="UKCore-MedicationStatement-Amoxicillin-Example" /> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="ac0ffbdf-3289-41d5-84d9-068a1f5937db" /> + </identifier> + <status value="active" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/medication-statement-category" /> + <code value="outpatient" /> + <display value="Outpatient" /> + </coding> + </category> + <medicationCodeableConcept> + <coding> + <system value="https://dmd.nhs.uk" /> + <code value="39732311000001104" /> + <display value="Amoxicillin 250mg capsules" /> + </coding> + </medicationCodeableConcept> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectivePeriod> + <start value="2021-02-15T13:50:00+00:00" /> + <end value="2021-05-15T13:50:00+00:00" /> + </effectivePeriod> + <dateAsserted value="2017-02-22" /> + <reasonCode> + <coding> + <system value="http://snomed.info/sct" /> + <code value="65363002" /> + <display value="Otitis media" /> + </coding> + </reasonCode> + <dosage> + <text value="2 capsules 4 times a day." /> + <timing> + <repeat> + <frequency value="4" /> + <period value="1" /> + <periodUnit value="d" /> + </repeat> + </timing> + <asNeededCodeableConcept> + <coding> + <system value="http://snomed.info/sct" /> + <code value="301354004" /> + <display value="Pain of ear" /> + </coding> + </asNeededCodeableConcept> + <site> + <coding> + <system value="http://snomed.info/sct" /> + <code value="123851003" /> + <display value="Mouth region structure" /> + </coding> + </site> + <route> + <coding> + <system value="http://snomed.info/sct" /> + <code value="26643006" /> + <display value="Oral" /> + </coding> + </route> + <method> + <coding> + <system value="http://snomed.info/sct" /> + <code value="421984009" /> + <display value="Until finished" /> + </coding> + </method> + <doseAndRate> + <doseQuantity> + <value value="500" /> + <unit value="milligram" /> + <system value="http://unitsofmeasure.org" /> + <code value="mg" /> + </doseQuantity> + </doseAndRate> + </dosage> </MedicationStatement> \ No newline at end of file diff --git a/examples/UKCore-MessageHeader-Discharge-Example.xml b/examples/UKCore-MessageHeader-Discharge-Example.xml index 126d5ec8..828cad58 100644 --- a/examples/UKCore-MessageHeader-Discharge-Example.xml +++ b/examples/UKCore-MessageHeader-Discharge-Example.xml @@ -1,27 +1,27 @@ <MessageHeader xmlns="http://hl7.org/fhir"> - <id value="UKCore-MessageHeader-Discharge-Example"/> - <eventCoding> - <system value="http://snomed.info/sct"/> - <code value="306689006"/> - <display value="Discharge to home"/> - </eventCoding> - <destination> - <endpoint value="urn:nhs:addressing:asid:477121007825"/> - <receiver> - <identifier> - <system value="https://fhir.nhs.uk/Id/ods-organization-code"/> - <value value="RY6"/> - </identifier> - <display value="LEEDS COMMUNITY HEALTHCARE NHS TRUST"/> - </receiver> - </destination> - <sender> - <reference value="https://directory.spineservices.nhs.uk/Organization/X26"/> - </sender> - <source> - <endpoint value="NOROT003"/> - </source> - <focus> - <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example"/> - </focus> + <id value="UKCore-MessageHeader-Discharge-Example" /> + <eventCoding> + <system value="http://snomed.info/sct" /> + <code value="306689006" /> + <display value="Discharge to home" /> + </eventCoding> + <destination> + <endpoint value="urn:nhs:addressing:asid:477121007825" /> + <receiver> + <identifier> + <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> + <value value="RY6" /> + </identifier> + <display value="LEEDS COMMUNITY HEALTHCARE NHS TRUST" /> + </receiver> + </destination> + <sender> + <reference value="https://directory.spineservices.nhs.uk/Organization/X26" /> + </sender> + <source> + <endpoint value="NOROT003" /> + </source> + <focus> + <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> + </focus> </MessageHeader> \ No newline at end of file diff --git a/examples/UKCore-Observation-24HourBloodPressure-Example.xml b/examples/UKCore-Observation-24HourBloodPressure-Example.xml index afa4456f..15239670 100644 --- a/examples/UKCore-Observation-24HourBloodPressure-Example.xml +++ b/examples/UKCore-Observation-24HourBloodPressure-Example.xml @@ -1,58 +1,58 @@ <?xml version="1.0" encoding="UTF-8"?> <Observation> - <id value="UKCore-Observation-24HourBloodPressure-Example" /> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category"/> - <code value="vital-signs"/> - <display value="Vital Signs"/> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="314463006"/> - <display value="24 hour blood pressure"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-03-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </performer> - <component> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="314464000"/> - <display value="24 hour systolic blood pressure"/> - </coding> - <text value="Systolic blood pressure"/> - </code> - <valueQuantity> - <value value="102"/> - <unit value="millimeter of mercury"/> - <system value="http://unitsofmeasure.org"/> - <code value="mm[Hg]"/> - </valueQuantity> - </component> - <component> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="314465004"/> - <display value="24 hour diastolic blood pressure"/> - </coding> - <text value="Diastolic blood pressure"/> - </code> - <valueQuantity> - <value value="84"/> - <unit value="millimeter of mercury"/> - <system value="http://unitsofmeasure.org"/> - <code value="mm[Hg]"/> - </valueQuantity> - </component> + <id value="UKCore-Observation-24HourBloodPressure-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="vital-signs" /> + <display value="Vital Signs" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="314463006" /> + <display value="24 hour blood pressure" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-03-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <component> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="314464000" /> + <display value="24 hour systolic blood pressure" /> + </coding> + <text value="Systolic blood pressure" /> + </code> + <valueQuantity> + <value value="102" /> + <unit value="millimeter of mercury" /> + <system value="http://unitsofmeasure.org" /> + <code value="mm[Hg]" /> + </valueQuantity> + </component> + <component> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="314465004" /> + <display value="24 hour diastolic blood pressure" /> + </coding> + <text value="Diastolic blood pressure" /> + </code> + <valueQuantity> + <value value="84" /> + <unit value="millimeter of mercury" /> + <system value="http://unitsofmeasure.org" /> + <code value="mm[Hg]" /> + </valueQuantity> + </component> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-BreathingNormally-Example.xml b/examples/UKCore-Observation-BreathingNormally-Example.xml index 59ef8d1b..e3e6926f 100644 --- a/examples/UKCore-Observation-BreathingNormally-Example.xml +++ b/examples/UKCore-Observation-BreathingNormally-Example.xml @@ -1,26 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <Observation> - <id value="UKCore-Observation-BreathingNormally-Example" /> - <status value="final" /> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> - <code value="exam" /> - <display value="Exam" /> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct" /> - <code value="722742002" /> - <display value="Breathing room air" /> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-08-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> - </performer> + <id value="UKCore-Observation-BreathingNormally-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="exam" /> + <display value="Exam" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="722742002" /> + <display value="Breathing room air" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-08-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-DrugUse-Example.xml b/examples/UKCore-Observation-DrugUse-Example.xml index 20a9ddfd..dbaf2bc6 100644 --- a/examples/UKCore-Observation-DrugUse-Example.xml +++ b/examples/UKCore-Observation-DrugUse-Example.xml @@ -1,29 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> <Observation> - <id value="UKCore-Observation-DrugUse-Example" /> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122" /> - <value value="2af46949-4938-4c57-bad4-c4363e1965d5" /> - </identifier> - <status value="final" /> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> - <code value="social-history" /> - <display value="Social History" /> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct" /> - <code value="307052004" /> - <display value="Illicit drug use" /> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> - </performer> + <id value="UKCore-Observation-DrugUse-Example" /> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="2af46949-4938-4c57-bad4-c4363e1965d5" /> + </identifier> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="social-history" /> + <display value="Social History" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="307052004" /> + <display value="Illicit drug use" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-FastingTest-Example.xml b/examples/UKCore-Observation-FastingTest-Example.xml index 17ce7065..6f44a356 100644 --- a/examples/UKCore-Observation-FastingTest-Example.xml +++ b/examples/UKCore-Observation-FastingTest-Example.xml @@ -1,32 +1,32 @@ <?xml version="1.0" encoding="UTF-8"?> <Observation> - <id value="UKCore-Observation-FastingTest-Example" /> - <status value="final" /> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> - <code value="exam" /> - <display value="Exam" /> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct" /> - <code value="997681000000108" /> - <display value="Fasting blood glucose level" /> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-08-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> - </performer> - <valueQuantity> - <value value="3.9"/> - <code value="mmol/L"/> - <system value="http://unitsofmeasure.org"/> - <unit value="millimoles per litre"/> - </valueQuantity> + <id value="UKCore-Observation-FastingTest-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="exam" /> + <display value="Exam" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="997681000000108" /> + <display value="Fasting blood glucose level" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-08-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <valueQuantity> + <value value="3.9" /> + <code value="mmol/L" /> + <system value="http://unitsofmeasure.org" /> + <unit value="millimoles per litre" /> + </valueQuantity> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-FingerJointInflamed-Example.xml b/examples/UKCore-Observation-FingerJointInflamed-Example.xml index f18b6ee0..4faf7cfe 100644 --- a/examples/UKCore-Observation-FingerJointInflamed-Example.xml +++ b/examples/UKCore-Observation-FingerJointInflamed-Example.xml @@ -1,26 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <Observation> - <id value="UKCore-Observation-FingerJointInflamed-Example" /> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122" /> - <value value="0733b27a-377b-4688-90be-eb7b9f462b91" /> - </identifier> - <status value="final" /> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> - <code value="exam" /> - <display value="Exam" /> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct" /> - <code value="298167002" /> - <display value="Finger joint inflamed" /> - </coding> - </code> - <performer> - <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" /> - </performer> + <id value="UKCore-Observation-FingerJointInflamed-Example" /> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="0733b27a-377b-4688-90be-eb7b9f462b91" /> + </identifier> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="exam" /> + <display value="Exam" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="298167002" /> + <display value="Finger joint inflamed" /> + </coding> + </code> + <performer> + <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" /> + </performer> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-Group-FullBloodCount-Example.xml b/examples/UKCore-Observation-Group-FullBloodCount-Example.xml index 28802d4e..185e8393 100644 --- a/examples/UKCore-Observation-Group-FullBloodCount-Example.xml +++ b/examples/UKCore-Observation-Group-FullBloodCount-Example.xml @@ -1,32 +1,32 @@ <?xml version="1.0" encoding="UTF-8"?> <Observation> - <id value="UKCore-Observation-Group-FullBloodCount-Example"/> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="53dd97da-082c-450d-a47d-3ffa44941a68"/> - </identifier> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category"/> - <code value="laboratory"/> - <display value="Laboratory"/> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="26604007"/> - <display value="Full blood count"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <hasMember> - <reference value="Observation/UKCore-Observation-Lab-WhiteCellCount-Example"/> - </hasMember> - <hasMember> - <reference value="Observation/UKCore-Observation-Lab-RedCellCount-Example"/> - </hasMember> + <id value="UKCore-Observation-Group-FullBloodCount-Example" /> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="53dd97da-082c-450d-a47d-3ffa44941a68" /> + </identifier> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="laboratory" /> + <display value="Laboratory" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="26604007" /> + <display value="Full blood count" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <hasMember> + <reference value="Observation/UKCore-Observation-Lab-WhiteCellCount-Example" /> + </hasMember> + <hasMember> + <reference value="Observation/UKCore-Observation-Lab-RedCellCount-Example" /> + </hasMember> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-HeavyDrinker-Example.xml b/examples/UKCore-Observation-HeavyDrinker-Example.xml index aa11ce7b..ec352109 100644 --- a/examples/UKCore-Observation-HeavyDrinker-Example.xml +++ b/examples/UKCore-Observation-HeavyDrinker-Example.xml @@ -1,32 +1,32 @@ <?xml version="1.0" encoding="UTF-8"?> <Observation> - <id value="UKCore-Observation-HeavyDrinker-Example" /> - <status value="final" /> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> - <code value="social-history" /> - <display value="Social History" /> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct" /> - <code value="1082631000000102" /> - <display value="Alcohol units consumed per day" /> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-08-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> - </performer> - <valueQuantity> - <value value="20"/> - <code value="/d"/> - <system value="http://unitsofmeasure.org"/> - <unit value="per day"/> - </valueQuantity> + <id value="UKCore-Observation-HeavyDrinker-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="social-history" /> + <display value="Social History" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="1082631000000102" /> + <display value="Alcohol units consumed per day" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-08-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <valueQuantity> + <value value="20" /> + <code value="/d" /> + <system value="http://unitsofmeasure.org" /> + <unit value="per day" /> + </valueQuantity> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-Lab-RedCellCount-Example.xml b/examples/UKCore-Observation-Lab-RedCellCount-Example.xml index d5a541e7..9e35da34 100644 --- a/examples/UKCore-Observation-Lab-RedCellCount-Example.xml +++ b/examples/UKCore-Observation-Lab-RedCellCount-Example.xml @@ -1,45 +1,45 @@ <?xml version="1.0" encoding="UTF-8"?> <Observation> - <id value="UKCore-Observation-Lab-RedCellCount-Example" /> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122" /> - <value value="fcd8af5a-18a0-4d0b-8c79-5b6bdf55fb32" /> - </identifier> - <status value="final" /> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> - <code value="laboratory" /> - <display value="Laboratory" /> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct" /> - <code value="58571000237106" /> - <display value="Nucleated red blood cell count in blood" /> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> - </subject> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> - </performer> - <valueQuantity> - <value value="3.9" /> - <unit value="10*12/L" /> - <system value="http://unitsofmeasure.org"/> - </valueQuantity> - <specimen> - <reference value="Specimen/UKCore-Specimen-BloodSpecimen-Example" /> - </specimen> - <referenceRange> - <low> - <value value="4.0" /> - </low> - <high> - <value value="5.9" /> - </high> - </referenceRange> + <id value="UKCore-Observation-Lab-RedCellCount-Example" /> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="fcd8af5a-18a0-4d0b-8c79-5b6bdf55fb32" /> + </identifier> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="laboratory" /> + <display value="Laboratory" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="58571000237106" /> + <display value="Nucleated red blood cell count in blood" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <valueQuantity> + <value value="3.9" /> + <unit value="10*12/L" /> + <system value="http://unitsofmeasure.org" /> + </valueQuantity> + <specimen> + <reference value="Specimen/UKCore-Specimen-BloodSpecimen-Example" /> + </specimen> + <referenceRange> + <low> + <value value="4.0" /> + </low> + <high> + <value value="5.9" /> + </high> + </referenceRange> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-Lab-WhiteCellCount-Example.xml b/examples/UKCore-Observation-Lab-WhiteCellCount-Example.xml index 7b406bbf..fd0f3fc4 100644 --- a/examples/UKCore-Observation-Lab-WhiteCellCount-Example.xml +++ b/examples/UKCore-Observation-Lab-WhiteCellCount-Example.xml @@ -1,45 +1,45 @@ <?xml version="1.0" encoding="UTF-8"?> <Observation> - <id value="UKCore-Observation-Lab-WhiteCellCount-Example" /> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122" /> - <value value="3b809516-a294-4de9-a4ce-0c24c7b5f796" /> - </identifier> - <status value="final" /> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> - <code value="laboratory" /> - <display value="Laboratory" /> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct" /> - <code value="16181000237107" /> - <display value="White blood cell count in fluid" /> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> - </subject> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> - </performer> - <valueQuantity> - <value value="11.2" /> - <unit value="10*9/L" /> - <system value="http://unitsofmeasure.org"/> - </valueQuantity> - <specimen> - <reference value="Specimen/UKCore-Specimen-BloodSpecimen-Example" /> - </specimen> - <referenceRange> - <low> - <value value="4.0" /> - </low> - <high> - <value value="17.0" /> - </high> - </referenceRange> + <id value="UKCore-Observation-Lab-WhiteCellCount-Example" /> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="3b809516-a294-4de9-a4ce-0c24c7b5f796" /> + </identifier> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="laboratory" /> + <display value="Laboratory" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="16181000237107" /> + <display value="White blood cell count in fluid" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <valueQuantity> + <value value="11.2" /> + <unit value="10*9/L" /> + <system value="http://unitsofmeasure.org" /> + </valueQuantity> + <specimen> + <reference value="Specimen/UKCore-Specimen-BloodSpecimen-Example" /> + </specimen> + <referenceRange> + <low> + <value value="4.0" /> + </low> + <high> + <value value="17.0" /> + </high> + </referenceRange> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-NPEWSTotal-Example.xml b/examples/UKCore-Observation-NPEWSTotal-Example.xml index ed4d1363..c23672da 100644 --- a/examples/UKCore-Observation-NPEWSTotal-Example.xml +++ b/examples/UKCore-Observation-NPEWSTotal-Example.xml @@ -1,31 +1,31 @@ <Observation xmlns="http://hl7.org/fhir"> - <id value="UKCore-Observation-NPEWSTotal-Example"/> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> - <code value="survey" /> - <display value="Survey" /> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="1363261000000104"/> - <display value="NPEWS (National Paediatric Early Warning Score) - total score"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-08-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </performer> - <valueQuantity> - <value value="6"/> - <unit value="ScoreOf"/> - <system value="http://unitsofmeasure.org"/> - <code value="{ScoreOf}"/> - </valueQuantity> + <id value="UKCore-Observation-NPEWSTotal-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="survey" /> + <display value="Survey" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="1363261000000104" /> + <display value="NPEWS (National Paediatric Early Warning Score) - total score" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-08-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <valueQuantity> + <value value="6" /> + <unit value="ScoreOf" /> + <system value="http://unitsofmeasure.org" /> + <code value="{ScoreOf}" /> + </valueQuantity> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-OxygenTherapy-Example.xml b/examples/UKCore-Observation-OxygenTherapy-Example.xml index cc3ddb3f..5e97c0d6 100644 --- a/examples/UKCore-Observation-OxygenTherapy-Example.xml +++ b/examples/UKCore-Observation-OxygenTherapy-Example.xml @@ -1,28 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <Observation> - <id value="UKCore-Observation-OxygenTherapy-Example" /> - <status value="final" /> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> - <code value="therapy" /> - <display value="Therapy" /> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct" /> - <code value="371825009" /> - <display value="Patient on oxygen" /> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> - </performer> - <effectiveDateTime value="2023-08-10"/> + <id value="UKCore-Observation-OxygenTherapy-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="therapy" /> + <display value="Therapy" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="371825009" /> + <display value="Patient on oxygen" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <effectiveDateTime value="2023-08-10" /> <valueQuantity> <value value="2" /> <unit value="litre per minute" /> diff --git a/examples/UKCore-Observation-PatientConsciousness-Example.xml b/examples/UKCore-Observation-PatientConsciousness-Example.xml index 4280f531..7f6d6fd5 100644 --- a/examples/UKCore-Observation-PatientConsciousness-Example.xml +++ b/examples/UKCore-Observation-PatientConsciousness-Example.xml @@ -1,32 +1,32 @@ <Observation xmlns="http://hl7.org/fhir"> - <id value="UKCore-Observation-PatientConsciousness-Example"/> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category"/> - <code value="survey"/> - <display value="Survey"/> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="1104441000000107"/> - <display value="Alert Confusion Voice Pain Unresponsive scale score"/> - </coding> - </code> - <valueCodeableConcept> - <coding> - <system value="http://snomed.info/sct"/> - <code value="300202002"/> - <display value="Responds to voice"/> - </coding> - </valueCodeableConcept> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-08-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </performer> + <id value="UKCore-Observation-PatientConsciousness-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="survey" /> + <display value="Survey" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="1104441000000107" /> + <display value="Alert Confusion Voice Pain Unresponsive scale score" /> + </coding> + </code> + <valueCodeableConcept> + <coding> + <system value="http://snomed.info/sct" /> + <code value="300202002" /> + <display value="Responds to voice" /> + </coding> + </valueCodeableConcept> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-08-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-PipeSmoker-Example.xml b/examples/UKCore-Observation-PipeSmoker-Example.xml index ce31d64e..270cff4f 100644 --- a/examples/UKCore-Observation-PipeSmoker-Example.xml +++ b/examples/UKCore-Observation-PipeSmoker-Example.xml @@ -1,32 +1,32 @@ <?xml version="1.0" encoding="UTF-8"?> <Observation> - <id value="UKCore-Observation-PipeSmoker-Example" /> - <status value="final" /> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> - <code value="social-history" /> - <display value="Social History" /> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct" /> - <code value="230058003" /> - <display value="Pipe tobacco consumption" /> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-08-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> - </performer> - <valueQuantity> - <value value="5"/> - <code value="/d"/> - <system value="http://unitsofmeasure.org"/> - <unit value="per day"/> - </valueQuantity> + <id value="UKCore-Observation-PipeSmoker-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="social-history" /> + <display value="Social History" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="230058003" /> + <display value="Pipe tobacco consumption" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-08-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <valueQuantity> + <value value="5" /> + <code value="/d" /> + <system value="http://unitsofmeasure.org" /> + <unit value="per day" /> + </valueQuantity> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-VitalSigns-BMI-Example.xml b/examples/UKCore-Observation-VitalSigns-BMI-Example.xml index 33e41692..b217e30d 100644 --- a/examples/UKCore-Observation-VitalSigns-BMI-Example.xml +++ b/examples/UKCore-Observation-VitalSigns-BMI-Example.xml @@ -1,37 +1,37 @@ <Observation xmlns="http://hl7.org/fhir"> - <id value="UKCore-Observation-VitalSigns-BMI-Example"/> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category"/> - <code value="vital-signs"/> - <display value="Vital Signs"/> - </coding> - <text value="Vital Signs"/> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="60621009"/> - <display value="Body mass index"/> - </coding> + <id value="UKCore-Observation-VitalSigns-BMI-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="vital-signs" /> + <display value="Vital Signs" /> + </coding> + <text value="Vital Signs" /> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="60621009" /> + <display value="Body mass index" /> + </coding> <coding> <system value="http://loinc.org" /> <code value="39156-5" /> <display value="Body mass index (BMI) [Ratio]" /> </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-08-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </performer> - <valueQuantity> - <value value="46"/> - <unit value="kilogram / (meter ^ 2)"/> - <system value="http://unitsofmeasure.org"/> - <code value="kg/m2"/> - </valueQuantity> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-08-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <valueQuantity> + <value value="46" /> + <unit value="kilogram / (meter ^ 2)" /> + <system value="http://unitsofmeasure.org" /> + <code value="kg/m2" /> + </valueQuantity> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-VitalSigns-BloodPressure-Example.xml b/examples/UKCore-Observation-VitalSigns-BloodPressure-Example.xml index 7cbcd7b1..0e28a234 100644 --- a/examples/UKCore-Observation-VitalSigns-BloodPressure-Example.xml +++ b/examples/UKCore-Observation-VitalSigns-BloodPressure-Example.xml @@ -1,81 +1,81 @@ <Observation xmlns="http://hl7.org/fhir"> - <id value="UKCore-Observation-VitalSigns-BloodPressure-Example"/> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category"/> - <code value="vital-signs"/> - <display value="Vital Signs"/> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="75367002"/> - <display value="Blood pressure"/> - </coding> + <id value="UKCore-Observation-VitalSigns-BloodPressure-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="vital-signs" /> + <display value="Vital Signs" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="75367002" /> + <display value="Blood pressure" /> + </coding> <coding> <system value="http://loinc.org" /> <code value="85354-9" /> <display value="Blood pressure panel with all children optional" /> </coding> - <text value="Blood pressure"/> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-08-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </performer> - <bodySite> - <coding> - <system value="http://snomed.info/sct"/> - <code value="40983000"/> - <display value="Structure of upper extremity between shoulder and elbow"/> - </coding> - <text value="Structure of upper extremity between shoulder and elbow"/> - </bodySite> - <component> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="72313002"/> - <display value="Systolic arterial pressure"/> - </coding> + <text value="Blood pressure" /> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-08-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <bodySite> + <coding> + <system value="http://snomed.info/sct" /> + <code value="40983000" /> + <display value="Structure of upper extremity between shoulder and elbow" /> + </coding> + <text value="Structure of upper extremity between shoulder and elbow" /> + </bodySite> + <component> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="72313002" /> + <display value="Systolic arterial pressure" /> + </coding> <coding> <system value="http://loinc.org" /> <code value="8480-6" /> <display value="Systolic blood pressure" /> </coding> - <text value="Systolic blood pressure"/> - </code> - <valueQuantity> - <value value="142"/> - <unit value="millimeter of mercury"/> - <system value="http://unitsofmeasure.org"/> - <code value="mm[Hg]"/> - </valueQuantity> - </component> - <component> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="1091811000000102"/> - <display value="Diastolic arterial pressure"/> - </coding> + <text value="Systolic blood pressure" /> + </code> + <valueQuantity> + <value value="142" /> + <unit value="millimeter of mercury" /> + <system value="http://unitsofmeasure.org" /> + <code value="mm[Hg]" /> + </valueQuantity> + </component> + <component> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="1091811000000102" /> + <display value="Diastolic arterial pressure" /> + </coding> <coding> <system value="http://loinc.org" /> <code value="8462-4" /> <display value="Diastolic blood pressure" /> </coding> - <text value="Diastolic blood pressure"/> - </code> - <valueQuantity> - <value value="94"/> - <unit value="millimeter of mercury"/> - <system value="http://unitsofmeasure.org"/> - <code value="mm[Hg]"/> - </valueQuantity> - </component> + <text value="Diastolic blood pressure" /> + </code> + <valueQuantity> + <value value="94" /> + <unit value="millimeter of mercury" /> + <system value="http://unitsofmeasure.org" /> + <code value="mm[Hg]" /> + </valueQuantity> + </component> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-VitalSigns-BodyHeight-Example.xml b/examples/UKCore-Observation-VitalSigns-BodyHeight-Example.xml index d97f7765..a12cd0e8 100644 --- a/examples/UKCore-Observation-VitalSigns-BodyHeight-Example.xml +++ b/examples/UKCore-Observation-VitalSigns-BodyHeight-Example.xml @@ -1,37 +1,37 @@ <Observation xmlns="http://hl7.org/fhir"> - <id value="UKCore-Observation-VitalSigns-BodyHeight-Example"/> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category"/> - <code value="vital-signs"/> - <display value="Vital Signs"/> - </coding> - <text value="Vital Signs"/> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="50373000"/> - <display value="Body height measure"/> - </coding> + <id value="UKCore-Observation-VitalSigns-BodyHeight-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="vital-signs" /> + <display value="Vital Signs" /> + </coding> + <text value="Vital Signs" /> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="50373000" /> + <display value="Body height measure" /> + </coding> <coding> <system value="http://loinc.org" /> <code value="8302-2" /> <display value="Body height" /> </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-08-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </performer> - <valueQuantity> - <value value="1.64"/> - <unit value="meter"/> - <system value="http://unitsofmeasure.org"/> - <code value="m"/> - </valueQuantity> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-08-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <valueQuantity> + <value value="1.64" /> + <unit value="meter" /> + <system value="http://unitsofmeasure.org" /> + <code value="m" /> + </valueQuantity> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-VitalSigns-BodyTemperature-Example.xml b/examples/UKCore-Observation-VitalSigns-BodyTemperature-Example.xml index 2ff6bf4c..66fb866f 100644 --- a/examples/UKCore-Observation-VitalSigns-BodyTemperature-Example.xml +++ b/examples/UKCore-Observation-VitalSigns-BodyTemperature-Example.xml @@ -1,15 +1,15 @@ <Observation xmlns="http://hl7.org/fhir"> - <id value="UKCore-Observation-VitalSigns-BodyTemperature-Example"/> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category"/> - <code value="vital-signs"/> - <display value="Vital Signs"/> - </coding> - <text value="Vital Signs"/> - </category> - <code> + <id value="UKCore-Observation-VitalSigns-BodyTemperature-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="vital-signs" /> + <display value="Vital Signs" /> + </coding> + <text value="Vital Signs" /> + </category> + <code> <coding> <system value="http://snomed.info/sct" /> <code value="276885007" /> @@ -20,14 +20,14 @@ <code value="8310-5" /> <display value="Body temperature" /> </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-08-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </performer> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-08-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> <valueQuantity> <value value="36.5" /> <unit value="degree Celsius" /> diff --git a/examples/UKCore-Observation-VitalSigns-BodyWeight-Example.xml b/examples/UKCore-Observation-VitalSigns-BodyWeight-Example.xml index 1590cb49..0dc8e912 100644 --- a/examples/UKCore-Observation-VitalSigns-BodyWeight-Example.xml +++ b/examples/UKCore-Observation-VitalSigns-BodyWeight-Example.xml @@ -1,37 +1,37 @@ <Observation xmlns="http://hl7.org/fhir"> - <id value="UKCore-Observation-VitalSigns-BodyWeight-Example"/> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category"/> - <code value="vital-signs"/> - <display value="Vital Signs"/> - </coding> - <text value="Vital Signs"/> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="27113001"/> - <display value="Body weight"/> - </coding> + <id value="UKCore-Observation-VitalSigns-BodyWeight-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="vital-signs" /> + <display value="Vital Signs" /> + </coding> + <text value="Vital Signs" /> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="27113001" /> + <display value="Body weight" /> + </coding> <coding> <system value="http://loinc.org" /> <code value="29463-7" /> <display value="Body weight" /> </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-08-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </performer> - <valueQuantity> - <value value="90"/> - <unit value="kilogram"/> - <system value="http://unitsofmeasure.org"/> - <code value="kg"/> - </valueQuantity> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-08-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <valueQuantity> + <value value="90" /> + <unit value="kilogram" /> + <system value="http://unitsofmeasure.org" /> + <code value="kg" /> + </valueQuantity> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-VitalSigns-HeadCircumference-Example.xml b/examples/UKCore-Observation-VitalSigns-HeadCircumference-Example.xml index 85700dfc..45a79c84 100644 --- a/examples/UKCore-Observation-VitalSigns-HeadCircumference-Example.xml +++ b/examples/UKCore-Observation-VitalSigns-HeadCircumference-Example.xml @@ -1,37 +1,37 @@ <Observation xmlns="http://hl7.org/fhir"> - <id value="UKCore-Observation-VitalSigns-HeadCircumference-Example"/> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category"/> - <code value="vital-signs"/> - <display value="Vital Signs"/> - </coding> - <text value="Vital Signs"/> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="363812007"/> - <display value="Head circumference"/> - </coding> + <id value="UKCore-Observation-VitalSigns-HeadCircumference-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="vital-signs" /> + <display value="Vital Signs" /> + </coding> + <text value="Vital Signs" /> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="363812007" /> + <display value="Head circumference" /> + </coding> <coding> <system value="http://loinc.org" /> <code value="9843-4" /> <display value="Head Occipital-frontal circumference" /> </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-08-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </performer> - <valueQuantity> - <value value="59"/> - <unit value="centimeter"/> - <system value="http://unitsofmeasure.org"/> - <code value="cm"/> - </valueQuantity> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-08-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <valueQuantity> + <value value="59" /> + <unit value="centimeter" /> + <system value="http://unitsofmeasure.org" /> + <code value="cm" /> + </valueQuantity> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-VitalSigns-HeartRate-Example.xml b/examples/UKCore-Observation-VitalSigns-HeartRate-Example.xml index e44fe108..a9e4c774 100644 --- a/examples/UKCore-Observation-VitalSigns-HeartRate-Example.xml +++ b/examples/UKCore-Observation-VitalSigns-HeartRate-Example.xml @@ -1,37 +1,37 @@ <Observation xmlns="http://hl7.org/fhir"> - <id value="UKCore-Observation-VitalSigns-HeartRate-Example"/> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category"/> - <code value="vital-signs"/> - <display value="Vital Signs"/> - </coding> - <text value="Vital Signs"/> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="444981005"/> - <display value="Resting heart rate"/> - </coding> + <id value="UKCore-Observation-VitalSigns-HeartRate-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="vital-signs" /> + <display value="Vital Signs" /> + </coding> + <text value="Vital Signs" /> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="444981005" /> + <display value="Resting heart rate" /> + </coding> <coding> <system value="http://loinc.org" /> <code value="8867-4" /> <display value="Heart rate" /> </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-08-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </performer> - <valueQuantity> - <value value="104"/> - <code value="/min"/> - <system value="http://unitsofmeasure.org"/> - <unit value="per minute"/> - </valueQuantity> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-08-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <valueQuantity> + <value value="104" /> + <code value="/min" /> + <system value="http://unitsofmeasure.org" /> + <unit value="per minute" /> + </valueQuantity> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-VitalSigns-OxygenSaturation-Example.xml b/examples/UKCore-Observation-VitalSigns-OxygenSaturation-Example.xml index 49bce75c..827e3144 100644 --- a/examples/UKCore-Observation-VitalSigns-OxygenSaturation-Example.xml +++ b/examples/UKCore-Observation-VitalSigns-OxygenSaturation-Example.xml @@ -1,37 +1,37 @@ <Observation xmlns="http://hl7.org/fhir"> - <id value="UKCore-Observation-VitalSigns-OxygenSaturation-Example"/> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category"/> - <code value="vital-signs"/> - <display value="Vital Signs"/> - </coding> - <text value="Vital Signs"/> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="431314004"/> - <display value="Peripheral oxygen saturation"/> - </coding> + <id value="UKCore-Observation-VitalSigns-OxygenSaturation-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="vital-signs" /> + <display value="Vital Signs" /> + </coding> + <text value="Vital Signs" /> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="431314004" /> + <display value="Peripheral oxygen saturation" /> + </coding> <coding> <system value="http://loinc.org" /> <code value="2708-6" /> <display value="Oxygen saturation in Arterial blood" /> </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-08-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </performer> - <valueQuantity> - <value value="96"/> - <unit value="percent"/> - <system value="http://unitsofmeasure.org"/> - <code value="%"/> - </valueQuantity> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-08-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <valueQuantity> + <value value="96" /> + <unit value="percent" /> + <system value="http://unitsofmeasure.org" /> + <code value="%" /> + </valueQuantity> </Observation> \ No newline at end of file diff --git a/examples/UKCore-Observation-VitalSigns-RespiratoryRate-Example.xml b/examples/UKCore-Observation-VitalSigns-RespiratoryRate-Example.xml index 59e50cbe..ff4f6a9a 100644 --- a/examples/UKCore-Observation-VitalSigns-RespiratoryRate-Example.xml +++ b/examples/UKCore-Observation-VitalSigns-RespiratoryRate-Example.xml @@ -1,37 +1,37 @@ <Observation xmlns="http://hl7.org/fhir"> - <id value="UKCore-Observation-VitalSigns-RespiratoryRate-Example"/> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category"/> - <code value="vital-signs"/> - <display value="Vital Signs"/> - </coding> - <text value="Vital Signs"/> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> + <id value="UKCore-Observation-VitalSigns-RespiratoryRate-Example" /> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="vital-signs" /> + <display value="Vital Signs" /> + </coding> + <text value="Vital Signs" /> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> <code value="86290005" /> <display value="Respiratory rate" /> - </coding> + </coding> <coding> <system value="http://loinc.org" /> <code value="9279-1" /> <display value="Respiratory Rate" /> </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2023-08-10"/> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </performer> - <valueQuantity> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2023-08-10" /> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <valueQuantity> <value value="21" /> <unit value="per minute" /> <system value="http://unitsofmeasure.org" /> <code value="/min" /> - </valueQuantity> + </valueQuantity> </Observation> \ No newline at end of file diff --git a/examples/UKCore-OperationOutcome-DateError-Example.xml b/examples/UKCore-OperationOutcome-DateError-Example.xml index 2993b832..72c91793 100644 --- a/examples/UKCore-OperationOutcome-DateError-Example.xml +++ b/examples/UKCore-OperationOutcome-DateError-Example.xml @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <OperationOutcome xmlns="http://hl7.org/fhir"> - <id value="UKCore-OperationOutcome-DateError-Example"/> - <issue> - <severity value="fatal"/> - <code value="structure"/> - <details> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/operation-outcome"/> - <code value="MSG_DATE_FORMAT"/> - <display value="The Date value %s is not in the correct format (Xml Date Format required)"/> - </coding> - </details> - <diagnostics value="Interop.FHIRProcessors.Patient.processbirthDate line 2450"/> - <expression value="Patient.birthDate"/> - </issue> + <id value="UKCore-OperationOutcome-DateError-Example" /> + <issue> + <severity value="fatal" /> + <code value="structure" /> + <details> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/operation-outcome" /> + <code value="MSG_DATE_FORMAT" /> + <display value="The Date value %s is not in the correct format (Xml Date Format required)" /> + </coding> + </details> + <diagnostics value="Interop.FHIRProcessors.Patient.processbirthDate line 2450" /> + <expression value="Patient.birthDate" /> + </issue> </OperationOutcome> \ No newline at end of file diff --git a/examples/UKCore-Organization-LeedsTeachingHospital-Example.xml b/examples/UKCore-Organization-LeedsTeachingHospital-Example.xml index 3c0d4be7..1a6c0cc6 100644 --- a/examples/UKCore-Organization-LeedsTeachingHospital-Example.xml +++ b/examples/UKCore-Organization-LeedsTeachingHospital-Example.xml @@ -1,20 +1,20 @@ <Organization xmlns="http://hl7.org/fhir"> - <id value="UKCore-Organization-LeedsTeachingHospital-Example"/> - <identifier> - <use value="official"/> - <system value="https://fhir.nhs.uk/Id/ods-organization-code"/> - <value value="RR8"/> - </identifier> - <name value="LEEDS TEACHING HOSPITALS NHS TRUST"/> - <telecom> - <system value="phone"/> - <value value="0113 243 3144"/> - </telecom> - <address> - <line value="ST. JAMES'S UNIVERSITY HOSPITAL"/> - <line value="BECKETT STREET"/> - <city value="LEEDS"/> - <postalCode value="LS9 7TF"/> - <country value="ENGLAND"/> - </address> + <id value="UKCore-Organization-LeedsTeachingHospital-Example" /> + <identifier> + <use value="official" /> + <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> + <value value="RR8" /> + </identifier> + <name value="LEEDS TEACHING HOSPITALS NHS TRUST" /> + <telecom> + <system value="phone" /> + <value value="0113 243 3144" /> + </telecom> + <address> + <line value="ST. JAMES'S UNIVERSITY HOSPITAL" /> + <line value="BECKETT STREET" /> + <city value="LEEDS" /> + <postalCode value="LS9 7TF" /> + <country value="ENGLAND" /> + </address> </Organization> diff --git a/examples/UKCore-Patient-BabyPatient-Example.xml b/examples/UKCore-Patient-BabyPatient-Example.xml index e834955c..a797eea7 100644 --- a/examples/UKCore-Patient-BabyPatient-Example.xml +++ b/examples/UKCore-Patient-BabyPatient-Example.xml @@ -1,45 +1,45 @@ <Patient xmlns="http://hl7.org/fhir"> - <id value="UKCore-Patient-BabyPatient-Example"/> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <code value="A"/> - <display value="White - British"/> - </coding> - </valueCodeableConcept> - </extension> - <identifier> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland"/> - <code value="01"/> - <display value="Number present and verified"/> - </coding> - </valueCodeableConcept> - </extension> - <system value="https://fhir.nhs.uk/Id/nhs-number"/> - <value value="9912003890"/> - </identifier> - <name> - <use value="official"/> - <family value="JONES"/> - <given value="Melanie"/> - </name> - <telecom> - <system value="phone"/> - <value value="01131231266"/> - </telecom> - <gender value="female"/> - <birthDate value="2021-02-11"> - <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthTime"> - <valueDateTime value="2021-02-11T15:39:00+00:00"/> - </extension> - </birthDate> - <address> - <line value="10 Fearnville Grove"/> - <city value="LEEDS"/> - <postalCode value="LS8 3DR"/> - </address> + <id value="UKCore-Patient-BabyPatient-Example" /> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <code value="A" /> + <display value="White - British" /> + </coding> + </valueCodeableConcept> + </extension> + <identifier> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> + <code value="01" /> + <display value="Number present and verified" /> + </coding> + </valueCodeableConcept> + </extension> + <system value="https://fhir.nhs.uk/Id/nhs-number" /> + <value value="9912003890" /> + </identifier> + <name> + <use value="official" /> + <family value="JONES" /> + <given value="Melanie" /> + </name> + <telecom> + <system value="phone" /> + <value value="01131231266" /> + </telecom> + <gender value="female" /> + <birthDate value="2021-02-11"> + <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthTime"> + <valueDateTime value="2021-02-11T15:39:00+00:00" /> + </extension> + </birthDate> + <address> + <line value="10 Fearnville Grove" /> + <city value="LEEDS" /> + <postalCode value="LS8 3DR" /> + </address> </Patient> diff --git a/examples/UKCore-Patient-RichardSmith-Example.xml b/examples/UKCore-Patient-RichardSmith-Example.xml index 7ffb8ec5..b5769278 100644 --- a/examples/UKCore-Patient-RichardSmith-Example.xml +++ b/examples/UKCore-Patient-RichardSmith-Example.xml @@ -1,141 +1,141 @@ <Patient xmlns="http://hl7.org/fhir"> - <id value="UKCore-Patient-RichardSmith-Example"/> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <code value="G"/> - <display value="Mixed - Any other mixed background"/> - </coding> - </valueCodeableConcept> - </extension> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference"> - <extension url="PreferredContactMethod"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod"/> - <code value="3"/> - <display value="Telephone"/> - </coding> - </valueCodeableConcept> - </extension> - <extension url="PreferredContactTimes"> - <valueTiming> - <repeat> - <frequency value="1"/> - <period value="1"/> - <periodUnit value="d"/> - <dayOfWeek value="mon"/> - <dayOfWeek value="wed"/> - <dayOfWeek value="fri"/> - <when value="MORN"/> - </repeat> - </valueTiming> - </extension> - <extension url="PreferredWrittenCommunicationFormat"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat"/> - <code value="11"/> - <display value="Large print"/> - </coding> - </valueCodeableConcept> - </extension> - </extension> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus"> - <extension url="deathNotificationStatus"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus"/> - <code value="U"/> - <display value="Removed"/> - </coding> - </valueCodeableConcept> - </extension> - <extension url="systemEffectiveDate"> - <valueDateTime value="2019-08-01T00:00:00.000Z"/> - </extension> - </extension> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus"/> - <code value="H"/> - <display value="UK Resident"/> - </coding> - </valueCodeableConcept> - </extension> - <identifier> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland"/> - <code value="01"/> - <display value="Number present and verified"/> - </coding> - </valueCodeableConcept> - </extension> - <system value="https://fhir.nhs.uk/Id/nhs-number"/> - <value value="9912003888"/> - </identifier> - <name> - <use value="official"/> - <family value="SMITH"/> - <given value="Richard"/> - </name> - <telecom> - <system value="phone"/> - <value value="01131231234"/> - </telecom> - <gender value="male"/> - <birthDate value="1970-09-11"/> - <address> - <line value="4 Sandmoor Drive"/> - <city value="LEEDS"/> - <postalCode value="LS17 7DF"/> - </address> - <contact> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank"> - <valuePositiveInt value="1"/> - </extension> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator"> - <valueBoolean value="true"/> - </extension> - <relationship> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole"/> - <code value="Personal"/> - <display value="Personal relationship with the patient"/> - </coding> - </relationship> - <name> - <use value="official"/> - <text value="JACKSON Jane (Miss)"/> - <family value="Jackson"/> - <given value="Jane"/> - <prefix value="Miss"/> - </name> - <telecom> - <system value="phone"/> - <value value="07777123123"/> - <use value="mobile"/> - </telecom> - <address> - <use value="home"/> - <type value="physical"/> - <line value="5 Alwoodley Road"/> - <city value="LEEDS"/> - <postalCode value="LS17 6EH"/> - </address> - <gender value="female"/> - </contact> - <communication> - <language> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="en"/> - <display value="English"/> - </coding> - </language> - </communication> + <id value="UKCore-Patient-RichardSmith-Example" /> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <code value="G" /> + <display value="Mixed - Any other mixed background" /> + </coding> + </valueCodeableConcept> + </extension> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference"> + <extension url="PreferredContactMethod"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" /> + <code value="3" /> + <display value="Telephone" /> + </coding> + </valueCodeableConcept> + </extension> + <extension url="PreferredContactTimes"> + <valueTiming> + <repeat> + <frequency value="1" /> + <period value="1" /> + <periodUnit value="d" /> + <dayOfWeek value="mon" /> + <dayOfWeek value="wed" /> + <dayOfWeek value="fri" /> + <when value="MORN" /> + </repeat> + </valueTiming> + </extension> + <extension url="PreferredWrittenCommunicationFormat"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat" /> + <code value="11" /> + <display value="Large print" /> + </coding> + </valueCodeableConcept> + </extension> + </extension> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus"> + <extension url="deathNotificationStatus"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus" /> + <code value="U" /> + <display value="Removed" /> + </coding> + </valueCodeableConcept> + </extension> + <extension url="systemEffectiveDate"> + <valueDateTime value="2019-08-01T00:00:00.000Z" /> + </extension> + </extension> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus" /> + <code value="H" /> + <display value="UK Resident" /> + </coding> + </valueCodeableConcept> + </extension> + <identifier> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> + <code value="01" /> + <display value="Number present and verified" /> + </coding> + </valueCodeableConcept> + </extension> + <system value="https://fhir.nhs.uk/Id/nhs-number" /> + <value value="9912003888" /> + </identifier> + <name> + <use value="official" /> + <family value="SMITH" /> + <given value="Richard" /> + </name> + <telecom> + <system value="phone" /> + <value value="01131231234" /> + </telecom> + <gender value="male" /> + <birthDate value="1970-09-11" /> + <address> + <line value="4 Sandmoor Drive" /> + <city value="LEEDS" /> + <postalCode value="LS17 7DF" /> + </address> + <contact> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank"> + <valuePositiveInt value="1" /> + </extension> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator"> + <valueBoolean value="true" /> + </extension> + <relationship> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> + <code value="Personal" /> + <display value="Personal relationship with the patient" /> + </coding> + </relationship> + <name> + <use value="official" /> + <text value="JACKSON Jane (Miss)" /> + <family value="Jackson" /> + <given value="Jane" /> + <prefix value="Miss" /> + </name> + <telecom> + <system value="phone" /> + <value value="07777123123" /> + <use value="mobile" /> + </telecom> + <address> + <use value="home" /> + <type value="physical" /> + <line value="5 Alwoodley Road" /> + <city value="LEEDS" /> + <postalCode value="LS17 6EH" /> + </address> + <gender value="female" /> + </contact> + <communication> + <language> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="en" /> + <display value="English" /> + </coding> + </language> + </communication> </Patient> \ No newline at end of file diff --git a/examples/UKCore-Patient-Sn-Photo-Example.xml b/examples/UKCore-Patient-Sn-Photo-Example.xml index db25ac66..af4901b6 100644 --- a/examples/UKCore-Patient-Sn-Photo-Example.xml +++ b/examples/UKCore-Patient-Sn-Photo-Example.xml @@ -1,9 +1,9 @@ <Patient xmlns="http://hl7.org/fhir"> - <id value="UKCore-Patient-Sn-Photo-Example"/> - <!-- **************snippet start************** --> - <photo> - <contentType value="image/png"/> - <data value="base64Binary"/> - </photo> - <!-- **************snippet end************** --> + <id value="UKCore-Patient-Sn-Photo-Example" /> + <!-- **************snippet start************** --> + <photo> + <contentType value="image/png" /> + <data value="base64Binary" /> + </photo> + <!-- **************snippet end************** --> </Patient> \ No newline at end of file diff --git a/examples/UKCore-Practitioner-Sn-Photo-Example.xml b/examples/UKCore-Practitioner-Sn-Photo-Example.xml index 71d9276b..9885c0e8 100644 --- a/examples/UKCore-Practitioner-Sn-Photo-Example.xml +++ b/examples/UKCore-Practitioner-Sn-Photo-Example.xml @@ -1,9 +1,9 @@ <Practitioner xmlns="http://hl7.org/fhir"> - <id value="UKCore-Practitioner-Sn-Photo-Example"/> - <!-- **************snippet start************** --> - <photo> - <contentType value="image/png"/> - <data value="base64Binary"/> - </photo> - <!-- **************snippet end************** --> + <id value="UKCore-Practitioner-Sn-Photo-Example" /> + <!-- **************snippet start************** --> + <photo> + <contentType value="image/png" /> + <data value="base64Binary" /> + </photo> + <!-- **************snippet end************** --> </Practitioner> \ No newline at end of file diff --git a/examples/UKCore-Practitioner-Sn-Qualification-Example.xml b/examples/UKCore-Practitioner-Sn-Qualification-Example.xml index cfeb5af8..74d46ef6 100644 --- a/examples/UKCore-Practitioner-Sn-Qualification-Example.xml +++ b/examples/UKCore-Practitioner-Sn-Qualification-Example.xml @@ -1,25 +1,25 @@ <Practitioner xmlns="http://hl7.org/fhir"> - <id value="UKCore-Practitioner-Sn-Qualification-Example"/> - <!-- **************snippet start************** --> - <qualification> - <identifier> - <system value="http://example.org/UniversityIdentifier"/> - <value value="12345"/> - </identifier> - <code> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v2-0360/2.7"/> - <code value="BS"/> - <display value="Bachelor of Science"/> - </coding> - <text value="Bachelor of Science"/> - </code> - <period> - <start value="1995"/> - </period> - <issuer> - <display value="Example University"/> - </issuer> - </qualification> - <!-- **************snippet end************** --> + <id value="UKCore-Practitioner-Sn-Qualification-Example" /> + <!-- **************snippet start************** --> + <qualification> + <identifier> + <system value="http://example.org/UniversityIdentifier" /> + <value value="12345" /> + </identifier> + <code> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v2-0360/2.7" /> + <code value="BS" /> + <display value="Bachelor of Science" /> + </coding> + <text value="Bachelor of Science" /> + </code> + <period> + <start value="1995" /> + </period> + <issuer> + <display value="Example University" /> + </issuer> + </qualification> + <!-- **************snippet end************** --> </Practitioner> diff --git a/examples/UKCore-PractitionerRole-Sn-Organization-Code-Example.xml b/examples/UKCore-PractitionerRole-Sn-Organization-Code-Example.xml index 95469ec5..418a9541 100644 --- a/examples/UKCore-PractitionerRole-Sn-Organization-Code-Example.xml +++ b/examples/UKCore-PractitionerRole-Sn-Organization-Code-Example.xml @@ -1,16 +1,16 @@ <PractitionerRole xmlns="http://hl7.org/fhir"> - <id value="UKCore-PractitionerRole-Sn-Organization-Code-Example"/> - <!-- **************snippet start************** --> - <identifier> - <system value="https://fhir.nhs.uk/Id/sds-role-profile-id"/> - <value value="100334993514"/> - </identifier> - <organization> - <identifier> - <system value="https://fhir.nhs.uk/Id/ods-organization-code"/> - <value value="RD8"/> - </identifier> - <display value="MILTON KEYNES UNIVERSITY HOSPITAL NHS FOUNDATION TRUST"/> - </organization> + <id value="UKCore-PractitionerRole-Sn-Organization-Code-Example" /> + <!-- **************snippet start************** --> + <identifier> + <system value="https://fhir.nhs.uk/Id/sds-role-profile-id" /> + <value value="100334993514" /> + </identifier> + <organization> + <identifier> + <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> + <value value="RD8" /> + </identifier> + <display value="MILTON KEYNES UNIVERSITY HOSPITAL NHS FOUNDATION TRUST" /> + </organization> <!-- **************snippet end************** --> </PractitionerRole> diff --git a/examples/UKCore-Provenance-RARecordConsent-Example.xml b/examples/UKCore-Provenance-RARecordConsent-Example.xml index a7e8ec06..f2cf3729 100644 --- a/examples/UKCore-Provenance-RARecordConsent-Example.xml +++ b/examples/UKCore-Provenance-RARecordConsent-Example.xml @@ -1,25 +1,25 @@ <Provenance xmlns="http://hl7.org/fhir"> - <id value="UKCore-Provenance-RARecordConsent-Example"/> - <target> - <reference value="Consent/UKCore-Consent-ForInformationAccess-Example"/> - </target> - <recorded value="2022-03-01T10:05:33+00:00"/> - <agent> - <!--The actor who has some responsibility for the activity taking place--> - <role> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SDSJobRoleName"/> - <code value="R0260" /> + <id value="UKCore-Provenance-RARecordConsent-Example" /> + <target> + <reference value="Consent/UKCore-Consent-ForInformationAccess-Example" /> + </target> + <recorded value="2022-03-01T10:05:33+00:00" /> + <agent> + <!--The actor who has some responsibility for the activity taking place--> + <role> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SDSJobRoleName" /> + <code value="R0260" /> <display value="General Medical Practitioner" /> - </coding> - </role> - <who> - <reference value="Practitioner/UKCore-Practitioner-PaulRastall-Example"/> - <display value="Dr Paul Rastall"/> - </who> - <onBehalfOf> - <reference value="Organization/https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - <display value="White Rose Medical Centre"/> - </onBehalfOf> - </agent> + </coding> + </role> + <who> + <reference value="Practitioner/UKCore-Practitioner-PaulRastall-Example" /> + <display value="Dr Paul Rastall" /> + </who> + <onBehalfOf> + <reference value="Organization/https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + <display value="White Rose Medical Centre" /> + </onBehalfOf> + </agent> </Provenance> diff --git a/examples/UKCore-Questionnaire-InpatientSurvey-Example.xml b/examples/UKCore-Questionnaire-InpatientSurvey-Example.xml index 8b81bcc7..867916b8 100644 --- a/examples/UKCore-Questionnaire-InpatientSurvey-Example.xml +++ b/examples/UKCore-Questionnaire-InpatientSurvey-Example.xml @@ -1,74 +1,74 @@ <Questionnaire xmlns="http://hl7.org/fhir"> - <id value="UKCore-Questionnaire-InpatientSurvey-Example"/> - <url value="https://example.com/base/Questionnaire/UKCore-Questionnaire-InpatientSurvey-Example"/> - <identifier> - <value value="dbba41f5-2905-4a5f-baba-e5987cbd9cca"/> - <assigner> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </assigner> - </identifier> - <status value="active"/> - <experimental value="false"/> - <subjectType value="Patient"/> - <date value="2021-02-15T13:50:00+00:00"/> - <publisher value="Leeds Teaching Hospitals NHS Trust"/> - <contact> - <name value="Leeds Teaching Hospitals NHS Trust"/> - <telecom> - <system value="phone"/> - <value value="01132433144"/> - <use value="work"/> - <rank value="1"/> - </telecom> - </contact> - <purpose value="A questionnaire used as part of a survey of new patient admissions to Acute Medicine."/> - <effectivePeriod> - <start value="2021-02-15T13:50:00+00:00"/> - <end value="2021-05-15T13:50:00+00:00"/> - </effectivePeriod> - <item> - <linkId value="1"/> - <text value="Do you have allergies?"/> - <type value="string"/> - </item> - <item> - <linkId value="2"/> - <text value="General questions"/> - <type value="group"/> - <item> - <linkId value="2.1"/> - <text value="What is your gender?"/> - <type value="string"/> - </item> - <item> - <linkId value="2.2"/> - <text value="What is your date of birth?"/> - <type value="date"/> - </item> - <item> - <linkId value="2.3"/> - <text value="What is your country of birth?"/> - <type value="string"/> - </item> - <item> - <linkId value="2.4"/> - <text value="What is your marital status?"/> - <type value="string"/> - </item> - </item> - <item> - <linkId value="3"/> - <text value="Intoxications"/> - <type value="group"/> - <item> - <linkId value="3.1"/> - <text value="Do you smoke?"/> - <type value="boolean"/> - </item> - <item> - <linkId value="3.2"/> - <text value="Do you drink alcohol?"/> - <type value="boolean"/> - </item> - </item> + <id value="UKCore-Questionnaire-InpatientSurvey-Example" /> + <url value="https://example.com/base/Questionnaire/UKCore-Questionnaire-InpatientSurvey-Example" /> + <identifier> + <value value="dbba41f5-2905-4a5f-baba-e5987cbd9cca" /> + <assigner> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </assigner> + </identifier> + <status value="active" /> + <experimental value="false" /> + <subjectType value="Patient" /> + <date value="2021-02-15T13:50:00+00:00" /> + <publisher value="Leeds Teaching Hospitals NHS Trust" /> + <contact> + <name value="Leeds Teaching Hospitals NHS Trust" /> + <telecom> + <system value="phone" /> + <value value="01132433144" /> + <use value="work" /> + <rank value="1" /> + </telecom> + </contact> + <purpose value="A questionnaire used as part of a survey of new patient admissions to Acute Medicine." /> + <effectivePeriod> + <start value="2021-02-15T13:50:00+00:00" /> + <end value="2021-05-15T13:50:00+00:00" /> + </effectivePeriod> + <item> + <linkId value="1" /> + <text value="Do you have allergies?" /> + <type value="string" /> + </item> + <item> + <linkId value="2" /> + <text value="General questions" /> + <type value="group" /> + <item> + <linkId value="2.1" /> + <text value="What is your gender?" /> + <type value="string" /> + </item> + <item> + <linkId value="2.2" /> + <text value="What is your date of birth?" /> + <type value="date" /> + </item> + <item> + <linkId value="2.3" /> + <text value="What is your country of birth?" /> + <type value="string" /> + </item> + <item> + <linkId value="2.4" /> + <text value="What is your marital status?" /> + <type value="string" /> + </item> + </item> + <item> + <linkId value="3" /> + <text value="Intoxications" /> + <type value="group" /> + <item> + <linkId value="3.1" /> + <text value="Do you smoke?" /> + <type value="boolean" /> + </item> + <item> + <linkId value="3.2" /> + <text value="Do you drink alcohol?" /> + <type value="boolean" /> + </item> + </item> </Questionnaire> \ No newline at end of file diff --git a/examples/UKCore-QuestionnaireResponse-BabyPatientSurvey-Example.xml b/examples/UKCore-QuestionnaireResponse-BabyPatientSurvey-Example.xml index 97a200b9..ec02e1bf 100644 --- a/examples/UKCore-QuestionnaireResponse-BabyPatientSurvey-Example.xml +++ b/examples/UKCore-QuestionnaireResponse-BabyPatientSurvey-Example.xml @@ -1,105 +1,105 @@ <QuestionnaireResponse xmlns="http://hl7.org/fhir"> - <id value="UKCore-QuestionnaireResponse-BabyPatientSurvey-Example"/> - <identifier> - <value value="51f09892-d552-4265-8734-db6c7adbf4a4"/> - <assigner> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </assigner> - </identifier> - <status value="completed"/> - <subject> - <reference value="Patient/UKCore-Patient-BabyPatient-Example"/> - <type value="Patient"/> - </subject> - <authored value="2021-04-16T12:15:00+00:00"/> - <author> - <reference value="UKCore-Practitioner-DoctorPaulRastall-Example"/> - <type value="Practitioner"/> - </author> - <item> - <linkId value="birthDetails"/> - <text value="Birth details - To be completed by health professional"/> - <item> - <linkId value="name"/> - <item> - <linkId value="nameOfChild"/> - <text value="Name of child"/> - <answer> - <valueString value="Melanie Jones"/> - </answer> - </item> - <item> - <linkId value="gender"/> - <text value="Gender"/> - <answer> - <valueCoding> - <code value="female"/> - </valueCoding> - </answer> - </item> - </item> - <item> - <linkId value="neonatalInformation"/> - <text value="Neonatal Information"/> - <item> - <linkId value="birthWeight"/> - <text value="Birth weight (kg)"/> - <answer> - <valueDecimal value="3.15"/> - </answer> - </item> - <item> - <linkId value="birthLength"/> - <text value="Birth length (cm)"/> - <answer> - <valueDecimal value="42.4"/> - </answer> - </item> - <item> - <linkId value="vitaminKgiven"/> - <text value="Vitamin K given"/> - <answer> - <valueBoolean value="true"/> - <item> - <linkId value="vitaminKgivenDoses"/> - <item> - <linkId value="vitaminKDose1"/> - <text value="1st dose"/> - <answer> - <valueDate value="2021-02-11"/> - </answer> - </item> - <item> - <linkId value="vitaminKDose2"/> - <text value="2nd dose"/> - <answer> - <valueDate value="2021-03-12"/> - </answer> - </item> - </item> - </answer> - </item> - <item> - <linkId value="6in1Given"/> - <text value="6-in-1 vaccine given"/> - <answer> - <valueBoolean value="true"/> - <item> - <linkId value="6in1givenDate"/> - <text value="Date given"/> - <answer> - <valueDate value="2021-04-12"/> - </answer> - </item> - </answer> - </item> - <item> - <linkId value="abnormalitiesAtBirth"/> - <text value="Abnormalities noted at birth"/> - <answer> - <valueString value="None"/> - </answer> - </item> - </item> - </item> + <id value="UKCore-QuestionnaireResponse-BabyPatientSurvey-Example" /> + <identifier> + <value value="51f09892-d552-4265-8734-db6c7adbf4a4" /> + <assigner> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </assigner> + </identifier> + <status value="completed" /> + <subject> + <reference value="Patient/UKCore-Patient-BabyPatient-Example" /> + <type value="Patient" /> + </subject> + <authored value="2021-04-16T12:15:00+00:00" /> + <author> + <reference value="UKCore-Practitioner-DoctorPaulRastall-Example" /> + <type value="Practitioner" /> + </author> + <item> + <linkId value="birthDetails" /> + <text value="Birth details - To be completed by health professional" /> + <item> + <linkId value="name" /> + <item> + <linkId value="nameOfChild" /> + <text value="Name of child" /> + <answer> + <valueString value="Melanie Jones" /> + </answer> + </item> + <item> + <linkId value="gender" /> + <text value="Gender" /> + <answer> + <valueCoding> + <code value="female" /> + </valueCoding> + </answer> + </item> + </item> + <item> + <linkId value="neonatalInformation" /> + <text value="Neonatal Information" /> + <item> + <linkId value="birthWeight" /> + <text value="Birth weight (kg)" /> + <answer> + <valueDecimal value="3.15" /> + </answer> + </item> + <item> + <linkId value="birthLength" /> + <text value="Birth length (cm)" /> + <answer> + <valueDecimal value="42.4" /> + </answer> + </item> + <item> + <linkId value="vitaminKgiven" /> + <text value="Vitamin K given" /> + <answer> + <valueBoolean value="true" /> + <item> + <linkId value="vitaminKgivenDoses" /> + <item> + <linkId value="vitaminKDose1" /> + <text value="1st dose" /> + <answer> + <valueDate value="2021-02-11" /> + </answer> + </item> + <item> + <linkId value="vitaminKDose2" /> + <text value="2nd dose" /> + <answer> + <valueDate value="2021-03-12" /> + </answer> + </item> + </item> + </answer> + </item> + <item> + <linkId value="6in1Given" /> + <text value="6-in-1 vaccine given" /> + <answer> + <valueBoolean value="true" /> + <item> + <linkId value="6in1givenDate" /> + <text value="Date given" /> + <answer> + <valueDate value="2021-04-12" /> + </answer> + </item> + </answer> + </item> + <item> + <linkId value="abnormalitiesAtBirth" /> + <text value="Abnormalities noted at birth" /> + <answer> + <valueString value="None" /> + </answer> + </item> + </item> + </item> </QuestionnaireResponse> \ No newline at end of file diff --git a/examples/UKCore-QuestionnaireResponse-InpatientSurvey-Example.xml b/examples/UKCore-QuestionnaireResponse-InpatientSurvey-Example.xml index 98771597..96113679 100644 --- a/examples/UKCore-QuestionnaireResponse-InpatientSurvey-Example.xml +++ b/examples/UKCore-QuestionnaireResponse-InpatientSurvey-Example.xml @@ -1,81 +1,81 @@ <QuestionnaireResponse xmlns="http://hl7.org/fhir"> - <id value="UKCore-QuestionnaireResponse-InpatientSurvey-Example"/> - <identifier> - <value value="6d47d8c4-2f05-4dbb-93f8-6863e6d2975b"/> - <assigner> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </assigner> - </identifier> - <questionnaire value="https://example.com/base/Questionnaire/UKCore-Questionnaire-InpatientSurvey-Example"/> - <status value="completed"/> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <encounter> - <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example"/> - </encounter> - <authored value="2021-03-18T00:00:00+00:00"/> - <author> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </author> - <source> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </source> - <item> - <linkId value="1"/> - <text value="Do you have allergies?"/> - <answer> - <valueString value="I am allergic to amoxicillin."/> - </answer> - </item> - <item> - <linkId value="2"/> - <text value="General questions"/> - <item> - <linkId value="2.1"/> - <text value="What is your gender?"/> - <answer> - <valueString value="male"/> - </answer> - </item> - <item> - <linkId value="2.2"/> - <text value="What is your date of birth?"/> - <answer> - <valueDate value="1970-09-11"/> - </answer> - </item> - <item> - <linkId value="2.3"/> - <text value="What is your country of birth?"/> - <answer> - <valueString value="The United Kingdom"/> - </answer> - </item> - <item> - <linkId value="2.4"/> - <text value="What is your marital status?"/> - <answer> - <valueString value="married"/> - </answer> - </item> - </item> - <item> - <linkId value="3"/> - <text value="Intoxications"/> - <item> - <linkId value="3.1"/> - <text value="Do you smoke?"/> - <answer> - <valueBoolean value="true"/> - </answer> - </item> - <item> - <linkId value="3.2"/> - <text value="Do you drink alcohol?"/> - <answer> - <valueBoolean value="false"/> - </answer> - </item> - </item> + <id value="UKCore-QuestionnaireResponse-InpatientSurvey-Example" /> + <identifier> + <value value="6d47d8c4-2f05-4dbb-93f8-6863e6d2975b" /> + <assigner> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </assigner> + </identifier> + <questionnaire value="https://example.com/base/Questionnaire/UKCore-Questionnaire-InpatientSurvey-Example" /> + <status value="completed" /> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <encounter> + <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> + </encounter> + <authored value="2021-03-18T00:00:00+00:00" /> + <author> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </author> + <source> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </source> + <item> + <linkId value="1" /> + <text value="Do you have allergies?" /> + <answer> + <valueString value="I am allergic to amoxicillin." /> + </answer> + </item> + <item> + <linkId value="2" /> + <text value="General questions" /> + <item> + <linkId value="2.1" /> + <text value="What is your gender?" /> + <answer> + <valueString value="male" /> + </answer> + </item> + <item> + <linkId value="2.2" /> + <text value="What is your date of birth?" /> + <answer> + <valueDate value="1970-09-11" /> + </answer> + </item> + <item> + <linkId value="2.3" /> + <text value="What is your country of birth?" /> + <answer> + <valueString value="The United Kingdom" /> + </answer> + </item> + <item> + <linkId value="2.4" /> + <text value="What is your marital status?" /> + <answer> + <valueString value="married" /> + </answer> + </item> + </item> + <item> + <linkId value="3" /> + <text value="Intoxications" /> + <item> + <linkId value="3.1" /> + <text value="Do you smoke?" /> + <answer> + <valueBoolean value="true" /> + </answer> + </item> + <item> + <linkId value="3.2" /> + <text value="Do you drink alcohol?" /> + <answer> + <valueBoolean value="false" /> + </answer> + </item> + </item> </QuestionnaireResponse> \ No newline at end of file diff --git a/examples/UKCore-RelatedPerson-JoySmith-Example.xml b/examples/UKCore-RelatedPerson-JoySmith-Example.xml index 0b5d0da3..f590a746 100644 --- a/examples/UKCore-RelatedPerson-JoySmith-Example.xml +++ b/examples/UKCore-RelatedPerson-JoySmith-Example.xml @@ -1,54 +1,54 @@ <RelatedPerson xmlns="http://hl7.org/fhir"> - <id value="UKCore-RelatedPerson-JoySmith-Example"/> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference"> - <extension url="PreferredContactMethod"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod"/> - <code value="3"/> - <display value="Telephone"/> - </coding> - </valueCodeableConcept> - </extension> - <extension url="PreferredContactTimes"> - <valueTiming> - <repeat> - <frequency value="1"/> - <period value="1"/> - <periodUnit value="d"/> - <dayOfWeek value="mon"/> - <dayOfWeek value="wed"/> - <dayOfWeek value="fri"/> - <when value="AFT"/> - </repeat> - </valueTiming> - </extension> - <extension url="PreferredWrittenCommunicationFormat"> - <valueCodeableConcept> - <coding> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat"/> - <code value="11"/> - <display value="Large print"/> - </coding> - </valueCodeableConcept> - </extension> - </extension> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator"> - <valueBoolean value="true"/> - </extension> - <patient> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </patient> - <relationship> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <code value="WIFE"/> - <display value="wife"/> - </coding> - </relationship> - <name> - <use value="official"/> - <family value="SMITH"/> - <given value="Joy"/> - </name> + <id value="UKCore-RelatedPerson-JoySmith-Example" /> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference"> + <extension url="PreferredContactMethod"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" /> + <code value="3" /> + <display value="Telephone" /> + </coding> + </valueCodeableConcept> + </extension> + <extension url="PreferredContactTimes"> + <valueTiming> + <repeat> + <frequency value="1" /> + <period value="1" /> + <periodUnit value="d" /> + <dayOfWeek value="mon" /> + <dayOfWeek value="wed" /> + <dayOfWeek value="fri" /> + <when value="AFT" /> + </repeat> + </valueTiming> + </extension> + <extension url="PreferredWrittenCommunicationFormat"> + <valueCodeableConcept> + <coding> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat" /> + <code value="11" /> + <display value="Large print" /> + </coding> + </valueCodeableConcept> + </extension> + </extension> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator"> + <valueBoolean value="true" /> + </extension> + <patient> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </patient> + <relationship> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <code value="WIFE" /> + <display value="wife" /> + </coding> + </relationship> + <name> + <use value="official" /> + <family value="SMITH" /> + <given value="Joy" /> + </name> </RelatedPerson> \ No newline at end of file diff --git a/examples/UKCore-RequestGroup-Ciprofloxacin-Example.xml b/examples/UKCore-RequestGroup-Ciprofloxacin-Example.xml index c6200d93..5d1298be 100644 --- a/examples/UKCore-RequestGroup-Ciprofloxacin-Example.xml +++ b/examples/UKCore-RequestGroup-Ciprofloxacin-Example.xml @@ -1,40 +1,40 @@ <RequestGroup xmlns="http://hl7.org/fhir"> - <id value="UKCore-RequestGroup-Ciprofloxacin-Example"/> - <status value="completed"/> - <intent value="order"/> - <priority value="routine"/> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="33633005"/> - <display value="Prescription of drug"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <authoredOn value="2023-06-15T15:00:00.000Z"/> - <author> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </author> - <action> - <type> - <coding> - <code value="create"/> - </coding> - </type> - <selectionBehavior value="any"/> - <action id="UKCore-MedicationRequest-CiprofloxacinOral-Example"> - <description value="Ciprofloxacin 500mg, twice daily orally."/> - <resource> - <reference value="MedicationRequest/UKCore-MedicationRequest-CiprofloxacinOral-Example"/> - </resource> - </action> - <action id="UKCore-MedicationRequest-CiprofloxacinIV-Example"> - <description value="Ciprofloxacin 400mg, twice daily as IV."/> - <resource> - <reference value="MedicationRequest/UKCore-MedicationRequest-CiprofloxacinIV-Example"/> - </resource> - </action> - </action> + <id value="UKCore-RequestGroup-Ciprofloxacin-Example" /> + <status value="completed" /> + <intent value="order" /> + <priority value="routine" /> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="33633005" /> + <display value="Prescription of drug" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <authoredOn value="2023-06-15T15:00:00.000Z" /> + <author> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </author> + <action> + <type> + <coding> + <code value="create" /> + </coding> + </type> + <selectionBehavior value="any" /> + <action id="UKCore-MedicationRequest-CiprofloxacinOral-Example"> + <description value="Ciprofloxacin 500mg, twice daily orally." /> + <resource> + <reference value="MedicationRequest/UKCore-MedicationRequest-CiprofloxacinOral-Example" /> + </resource> + </action> + <action id="UKCore-MedicationRequest-CiprofloxacinIV-Example"> + <description value="Ciprofloxacin 400mg, twice daily as IV." /> + <resource> + <reference value="MedicationRequest/UKCore-MedicationRequest-CiprofloxacinIV-Example" /> + </resource> + </action> + </action> </RequestGroup> \ No newline at end of file diff --git a/examples/UKCore-RequestGroup-MultipleAnitibiotics-Example.xml b/examples/UKCore-RequestGroup-MultipleAnitibiotics-Example.xml index b433ac39..5170615d 100644 --- a/examples/UKCore-RequestGroup-MultipleAnitibiotics-Example.xml +++ b/examples/UKCore-RequestGroup-MultipleAnitibiotics-Example.xml @@ -1,49 +1,49 @@ <RequestGroup xmlns="http://hl7.org/fhir"> - <id value="UKCore-RequestGroup-MultipleAnitibiotics-Example"/> - <status value="completed"/> - <intent value="order"/> - <priority value="routine"/> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="33633005"/> - <display value="Prescription of drug"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <authoredOn value="2023-06-15T15:00:00.000Z"/> - <author> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </author> - <note> - <text value="The preferred option is Amoxicillin 500mg capsules, three times a day."/> - </note> - <action> - <type> - <coding> - <code value="create"/> - </coding> - </type> - <selectionBehavior value="at-most-one"/> - <action id="UKCore-MedicationRequest-Amoxicillin-Example"> - <description value="Amoxicillin 500mg capsules, three times a day. This is the preferred option."/> - <resource> - <reference value="MedicationRequest/UKCore-MedicationRequest-Amoxicillin-Example"/> - </resource> - </action> - <action id="UKCore-MedicationRequest-Clarithromycin-Example"> - <description value="Clarithromycin 500mg tablet, three times a day."/> - <resource> - <reference value="UKCore-MedicationRequest-Clarithromycin-Example"/> - </resource> - </action> - <action id="UKCore-MedicationRequest-Doxycycline-Example"> - <description value="Doxycycline 200mg stat (now), followed by 100mg daily."/> - <resource> - <reference value="UKCore-MedicationRequest-Doxycycline-Example"/> - </resource> - </action> - </action> + <id value="UKCore-RequestGroup-MultipleAnitibiotics-Example" /> + <status value="completed" /> + <intent value="order" /> + <priority value="routine" /> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="33633005" /> + <display value="Prescription of drug" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <authoredOn value="2023-06-15T15:00:00.000Z" /> + <author> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </author> + <note> + <text value="The preferred option is Amoxicillin 500mg capsules, three times a day." /> + </note> + <action> + <type> + <coding> + <code value="create" /> + </coding> + </type> + <selectionBehavior value="at-most-one" /> + <action id="UKCore-MedicationRequest-Amoxicillin-Example"> + <description value="Amoxicillin 500mg capsules, three times a day. This is the preferred option." /> + <resource> + <reference value="MedicationRequest/UKCore-MedicationRequest-Amoxicillin-Example" /> + </resource> + </action> + <action id="UKCore-MedicationRequest-Clarithromycin-Example"> + <description value="Clarithromycin 500mg tablet, three times a day." /> + <resource> + <reference value="UKCore-MedicationRequest-Clarithromycin-Example" /> + </resource> + </action> + <action id="UKCore-MedicationRequest-Doxycycline-Example"> + <description value="Doxycycline 200mg stat (now), followed by 100mg daily." /> + <resource> + <reference value="UKCore-MedicationRequest-Doxycycline-Example" /> + </resource> + </action> + </action> </RequestGroup> \ No newline at end of file diff --git a/examples/UKCore-RequestGroup-Paracetamol-Example.xml b/examples/UKCore-RequestGroup-Paracetamol-Example.xml index e7d0b408..925dd642 100644 --- a/examples/UKCore-RequestGroup-Paracetamol-Example.xml +++ b/examples/UKCore-RequestGroup-Paracetamol-Example.xml @@ -1,40 +1,40 @@ <RequestGroup xmlns="http://hl7.org/fhir"> - <id value="UKCore-RequestGroup-Paracetamol-Example"/> - <status value="completed"/> - <intent value="order"/> - <priority value="routine"/> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="33633005"/> - <display value="Prescription of drug"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <authoredOn value="2023-06-15T15:00:00.000Z"/> - <author> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </author> - <action> - <type> - <coding> - <code value="create"/> - </coding> - </type> - <selectionBehavior value="at-most-one"/> - <action id="UKCore-MedicationRequest-ParacetamolOral-Example"> - <description value="Paracetamol 500mg, four times a day orally."/> - <resource> - <reference value="MedicationRequest/UKCore-MedicationRequest-ParacetamolOral-Example"/> - </resource> - </action> - <action id="UKCore-MedicationRequest-ParacetamolIV-Example"> - <description value="Paracetamol 500mg, four times a day via IV."/> - <resource> - <reference value="MedicationRequest/UKCore-MedicationRequest-ParacetamolIV-Example"/> - </resource> - </action> - </action> + <id value="UKCore-RequestGroup-Paracetamol-Example" /> + <status value="completed" /> + <intent value="order" /> + <priority value="routine" /> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="33633005" /> + <display value="Prescription of drug" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <authoredOn value="2023-06-15T15:00:00.000Z" /> + <author> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </author> + <action> + <type> + <coding> + <code value="create" /> + </coding> + </type> + <selectionBehavior value="at-most-one" /> + <action id="UKCore-MedicationRequest-ParacetamolOral-Example"> + <description value="Paracetamol 500mg, four times a day orally." /> + <resource> + <reference value="MedicationRequest/UKCore-MedicationRequest-ParacetamolOral-Example" /> + </resource> + </action> + <action id="UKCore-MedicationRequest-ParacetamolIV-Example"> + <description value="Paracetamol 500mg, four times a day via IV." /> + <resource> + <reference value="MedicationRequest/UKCore-MedicationRequest-ParacetamolIV-Example" /> + </resource> + </action> + </action> </RequestGroup> \ No newline at end of file diff --git a/examples/UKCore-Schedule-Immunization-Example.xml b/examples/UKCore-Schedule-Immunization-Example.xml index d79c4b57..77b156eb 100644 --- a/examples/UKCore-Schedule-Immunization-Example.xml +++ b/examples/UKCore-Schedule-Immunization-Example.xml @@ -1,39 +1,39 @@ <Schedule xmlns="http://hl7.org/fhir"> - <id value="UKCore-Schedule-Immunization-Example"/> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="4c8b068a-d610-427f-a508-6b7f90d47bf2"/> - </identifier> - <active value="true"/> - <serviceCategory> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/service-category"/> - <code value="17"/> - <display value="General Practice"/> - </coding> - </serviceCategory> - <serviceType> - <coding> - <system value="http://snomed.info/sct"/> - <code value="708190004"/> - <display value="Immunology service"/> - </coding> - </serviceType> - <specialty> - <coding> - <system value="http://snomed.info/sct"/> - <code value="408480009"/> - <display value="Clinical immunology"/> - </coding> - </specialty> - <actor> - <reference value="Location/UKCore-Location-GeneralPracticeNurseClinic-Example"/> - <display value="White Rose GP Practice Nurse Clinic"/> - </actor> - <planningHorizon> - <start value="2021-10-13T11:20:00+07:00"/> - <end value="2021-10-13T11:50:00+07:00"/> - </planningHorizon> - <comment value="The slots attached to this schedule should be specialized to cover immunizations within - the clinic"/> + <id value="UKCore-Schedule-Immunization-Example" /> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="4c8b068a-d610-427f-a508-6b7f90d47bf2" /> + </identifier> + <active value="true" /> + <serviceCategory> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/service-category" /> + <code value="17" /> + <display value="General Practice" /> + </coding> + </serviceCategory> + <serviceType> + <coding> + <system value="http://snomed.info/sct" /> + <code value="708190004" /> + <display value="Immunology service" /> + </coding> + </serviceType> + <specialty> + <coding> + <system value="http://snomed.info/sct" /> + <code value="408480009" /> + <display value="Clinical immunology" /> + </coding> + </specialty> + <actor> + <reference value="Location/UKCore-Location-GeneralPracticeNurseClinic-Example" /> + <display value="White Rose GP Practice Nurse Clinic" /> + </actor> + <planningHorizon> + <start value="2021-10-13T11:20:00+07:00" /> + <end value="2021-10-13T11:50:00+07:00" /> + </planningHorizon> + <comment value="The slots attached to this schedule should be specialized to cover immunizations within + the clinic" /> </Schedule> \ No newline at end of file diff --git a/examples/UKCore-ServiceRequest-ColonoscopyRequest-Example.xml b/examples/UKCore-ServiceRequest-ColonoscopyRequest-Example.xml index e779dbaf..dddd6561 100644 --- a/examples/UKCore-ServiceRequest-ColonoscopyRequest-Example.xml +++ b/examples/UKCore-ServiceRequest-ColonoscopyRequest-Example.xml @@ -1,61 +1,61 @@ <ServiceRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-ServiceRequest-ColonoscopyRequest-Example"/> - <!--The source of the service request.--> - <!-- ***************extension start*************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest"> - <valueCodeableConcept> - <coding> - <system value="http://snomed.info/sct"/> - <code value="108161000000109"/> - <display value="Referred by general practitioner"/> - </coding> - </valueCodeableConcept> - </extension> - <!-- **************extension end ****************** --> - <status value="active"/> - <intent value="order"/> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="73761001"/> - <display value="Colonoscopy"/> - </coding> - <text value="Colonoscopy requested"/> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <encounter> - <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example"/> - </encounter> - <occurrencePeriod> - <start value="2021-10-13T16:20:27+07:00"/> - </occurrencePeriod> - <authoredOn value="2021-10-13T16:28:00+07:00"/> - <requester> - <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"/> - </requester> - <performer> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </performer> - <locationReference> - <reference value="Location/UKCore-Location-HospitalSJUH-Example"/> - </locationReference> - <reasonCode> - <coding> - <system value="http://snomed.info/sct"/> - <code value="271835004"/> - <display value="Abdominal distension, gaseous"/> - </coding> - <text value="Swollen abdomen"/> - </reasonCode> - <reasonReference> - <reference value="DiagnosticReport/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example"/> - <display value="Diagnostic report on the Blood specimen warrants a colonoscopy to investigate this further"/> - </reasonReference> - <supportingInfo> - <reference value="Observation/UKCore-Observation-WhiteCellCount-Example"/> - <display value="White cell count"/> - </supportingInfo> - <patientInstruction value="ADVICE GIVEN: If there are any new symptoms, or if the condition gets worse, changes or you have any other concerns, contact your GP."/> + <id value="UKCore-ServiceRequest-ColonoscopyRequest-Example" /> + <!--The source of the service request.--> + <!-- ***************extension start*************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest"> + <valueCodeableConcept> + <coding> + <system value="http://snomed.info/sct" /> + <code value="108161000000109" /> + <display value="Referred by general practitioner" /> + </coding> + </valueCodeableConcept> + </extension> + <!-- **************extension end ****************** --> + <status value="active" /> + <intent value="order" /> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="73761001" /> + <display value="Colonoscopy" /> + </coding> + <text value="Colonoscopy requested" /> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <encounter> + <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> + </encounter> + <occurrencePeriod> + <start value="2021-10-13T16:20:27+07:00" /> + </occurrencePeriod> + <authoredOn value="2021-10-13T16:28:00+07:00" /> + <requester> + <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> + </requester> + <performer> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </performer> + <locationReference> + <reference value="Location/UKCore-Location-HospitalSJUH-Example" /> + </locationReference> + <reasonCode> + <coding> + <system value="http://snomed.info/sct" /> + <code value="271835004" /> + <display value="Abdominal distension, gaseous" /> + </coding> + <text value="Swollen abdomen" /> + </reasonCode> + <reasonReference> + <reference value="DiagnosticReport/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example" /> + <display value="Diagnostic report on the Blood specimen warrants a colonoscopy to investigate this further" /> + </reasonReference> + <supportingInfo> + <reference value="Observation/UKCore-Observation-WhiteCellCount-Example" /> + <display value="White cell count" /> + </supportingInfo> + <patientInstruction value="ADVICE GIVEN: If there are any new symptoms, or if the condition gets worse, changes or you have any other concerns, contact your GP." /> </ServiceRequest> \ No newline at end of file diff --git a/examples/UKCore-ServiceRequest-HipReplacement-Example.xml b/examples/UKCore-ServiceRequest-HipReplacement-Example.xml index ce8237a3..31bacc45 100644 --- a/examples/UKCore-ServiceRequest-HipReplacement-Example.xml +++ b/examples/UKCore-ServiceRequest-HipReplacement-Example.xml @@ -1,37 +1,37 @@ <ServiceRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-ServiceRequest-HipReplacement-Example"/> - <!--The source of the service request.--> - <!-- ***************extension start*************** --> - <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest"> - <valueCodeableConcept> - <coding> - <system value="http://snomed.info/sct"/> - <code value="109721000000108"/> - <display value="Referred by trigger criteria"/> - </coding> - </valueCodeableConcept> - </extension> - <!-- **************extension end ****************** --> - <status value="active"/> - <intent value="order"/> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="858611000000102"/> - <display value="Metal-on-metal hip replacement annual review"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <authoredOn value="2023-05-18T17:50:00+07:00"/> - <requester> - <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"/> - </requester> - <performer> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </performer> - <locationReference> - <reference value="Location/UKCore-Location-HospitalSJUH-Example"/> - </locationReference> + <id value="UKCore-ServiceRequest-HipReplacement-Example" /> + <!--The source of the service request.--> + <!-- ***************extension start*************** --> + <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest"> + <valueCodeableConcept> + <coding> + <system value="http://snomed.info/sct" /> + <code value="109721000000108" /> + <display value="Referred by trigger criteria" /> + </coding> + </valueCodeableConcept> + </extension> + <!-- **************extension end ****************** --> + <status value="active" /> + <intent value="order" /> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="858611000000102" /> + <display value="Metal-on-metal hip replacement annual review" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <authoredOn value="2023-05-18T17:50:00+07:00" /> + <requester> + <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> + </requester> + <performer> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </performer> + <locationReference> + <reference value="Location/UKCore-Location-HospitalSJUH-Example" /> + </locationReference> </ServiceRequest> \ No newline at end of file diff --git a/examples/UKCore-ServiceRequest-Lab-CReactiveProtein-Example.xml b/examples/UKCore-ServiceRequest-Lab-CReactiveProtein-Example.xml index cba1ed64..e63073fc 100644 --- a/examples/UKCore-ServiceRequest-Lab-CReactiveProtein-Example.xml +++ b/examples/UKCore-ServiceRequest-Lab-CReactiveProtein-Example.xml @@ -1,48 +1,48 @@ <ServiceRequest xmlns="http://hl7.org/fhir"> - <id value="UKCore-ServiceRequest-Lab-CReactiveProtein-Example"/> - <status value="active"/> - <intent value="order"/> - <category> - <coding> - <system value="http://snomed.info/sct"/> - <code value="108252007"/> - <display value="Laboratory procedure"/> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="135842001"/> - <display value="Serum C reactive protein level"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <authoredOn value="2022-05-23T12:14:00+00:00"/> - <requester> - <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example"/> - </requester> - <performer> - <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example"/> - </performer> - <locationCode> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <code value="OUTLAB"/> - <display value="outpatient laboratory"/> - </coding> - </locationCode> - <reasonCode> - <coding> - <system value="http://snomed.info/sct"/> - <code value="298167002"/> - <display value="Finger joint inflamed"/> - </coding> - </reasonCode> - <reasonReference> - <reference value="Observation/UKCore-Observation-FingerJointInflamed-Example"/> - <display value="Observation of finger joint inflammation."/> - </reasonReference> - <patientInstruction value="ADVICE GIVEN: If there are any new symptoms, or if the condition gets worse, changes or you have any other concerns, contact your GP."/> + <id value="UKCore-ServiceRequest-Lab-CReactiveProtein-Example" /> + <status value="active" /> + <intent value="order" /> + <category> + <coding> + <system value="http://snomed.info/sct" /> + <code value="108252007" /> + <display value="Laboratory procedure" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="135842001" /> + <display value="Serum C reactive protein level" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <authoredOn value="2022-05-23T12:14:00+00:00" /> + <requester> + <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" /> + </requester> + <performer> + <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> + </performer> + <locationCode> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <code value="OUTLAB" /> + <display value="outpatient laboratory" /> + </coding> + </locationCode> + <reasonCode> + <coding> + <system value="http://snomed.info/sct" /> + <code value="298167002" /> + <display value="Finger joint inflamed" /> + </coding> + </reasonCode> + <reasonReference> + <reference value="Observation/UKCore-Observation-FingerJointInflamed-Example" /> + <display value="Observation of finger joint inflammation." /> + </reasonReference> + <patientInstruction value="ADVICE GIVEN: If there are any new symptoms, or if the condition gets worse, changes or you have any other concerns, contact your GP." /> </ServiceRequest> \ No newline at end of file diff --git a/examples/UKCore-Slot-AvailableWalkInVisit-Example.xml b/examples/UKCore-Slot-AvailableWalkInVisit-Example.xml index 485db3c0..71fe624c 100644 --- a/examples/UKCore-Slot-AvailableWalkInVisit-Example.xml +++ b/examples/UKCore-Slot-AvailableWalkInVisit-Example.xml @@ -1,48 +1,48 @@ <Slot xmlns="http://hl7.org/fhir"> - <id value="UKCore-Slot-AvailableWalkInVisit-Example"/> - <text> - <status value="generated"/> - <div xmlns="http://www.w3.org/1999/xhtml"> + <id value="UKCore-Slot-AvailableWalkInVisit-Example" /> + <text> + <status value="generated" /> + <div xmlns="http://www.w3.org/1999/xhtml"> 20 Dec 2022 9:15am - 9:30am: <b> Free</b> Immunization </div> - </text> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="4cc18add-5160-49bb-9995-0d0759751f8d"/> - </identifier> - <serviceCategory> - <coding> - <system value="http://snomed.info/sct"/> - <code value="788007007"/> - <display value="General practice service"/> - </coding> - </serviceCategory> - <serviceType> - <coding> - <system value="http://snomed.info/sct"/> - <code value="708190004"/> - <display value="Immunology service"/> - </coding> - </serviceType> - <specialty> - <coding> - <system value="http://snomed.info/sct"/> - <code value="408480009"/> - <display value="Clinical immunology"/> - </coding> - </specialty> - <appointmentType> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/> - <code value="WALKIN"/> - <display value="A previously unscheduled walk-in visit"/> - </coding> - </appointmentType> - <schedule> - <reference value="Schedule/UKCore-Schedule-Immunization-Example"/> - </schedule> - <status value="free"/> - <start value="2022-12-20T11:20:00+07:00"/> - <end value="2022-12-20T11:40:00+07:00"/> - <comment value="Assessments should be performed before requesting appointments in this slot."/> + </text> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="4cc18add-5160-49bb-9995-0d0759751f8d" /> + </identifier> + <serviceCategory> + <coding> + <system value="http://snomed.info/sct" /> + <code value="788007007" /> + <display value="General practice service" /> + </coding> + </serviceCategory> + <serviceType> + <coding> + <system value="http://snomed.info/sct" /> + <code value="708190004" /> + <display value="Immunology service" /> + </coding> + </serviceType> + <specialty> + <coding> + <system value="http://snomed.info/sct" /> + <code value="408480009" /> + <display value="Clinical immunology" /> + </coding> + </specialty> + <appointmentType> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/v2-0276" /> + <code value="WALKIN" /> + <display value="A previously unscheduled walk-in visit" /> + </coding> + </appointmentType> + <schedule> + <reference value="Schedule/UKCore-Schedule-Immunization-Example" /> + </schedule> + <status value="free" /> + <start value="2022-12-20T11:20:00+07:00" /> + <end value="2022-12-20T11:40:00+07:00" /> + <comment value="Assessments should be performed before requesting appointments in this slot." /> </Slot> \ No newline at end of file diff --git a/examples/UKCore-Specimen-BloodSpecimen-Example.xml b/examples/UKCore-Specimen-BloodSpecimen-Example.xml index 93148743..31ee7753 100644 --- a/examples/UKCore-Specimen-BloodSpecimen-Example.xml +++ b/examples/UKCore-Specimen-BloodSpecimen-Example.xml @@ -1,36 +1,36 @@ <?xml version="1.0" encoding="UTF-8"?> <Specimen xmlns="http://hl7.org/fhir"> - <id value="UKCore-Specimen-BloodSpecimen-Example"/> - <status value="available"/> - <type> - <coding> - <system value="http://snomed.info/sct"/> - <code value="119297000"/> - <display value="Blood specimen"/> - </coding> - </type> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <receivedTime value="2016-02-05T11:10:00Z"/> - <collection> - <collector> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </collector> - <collectedDateTime value="2016-02-09T16:00:00Z"/> - <method> - <coding> - <system value="http://snomed.info/sct"/> - <code value="278450005"/> - <display value="Finger-prick sampling (procedure)"/> - </coding> - </method> - <bodySite> - <coding> - <system value="http://snomed.info/sct"/> - <code value="182266005"/> - <display value="Tip of index finger"/> - </coding> - </bodySite> - </collection> + <id value="UKCore-Specimen-BloodSpecimen-Example" /> + <status value="available" /> + <type> + <coding> + <system value="http://snomed.info/sct" /> + <code value="119297000" /> + <display value="Blood specimen" /> + </coding> + </type> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <receivedTime value="2016-02-05T11:10:00Z" /> + <collection> + <collector> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </collector> + <collectedDateTime value="2016-02-09T16:00:00Z" /> + <method> + <coding> + <system value="http://snomed.info/sct" /> + <code value="278450005" /> + <display value="Finger-prick sampling (procedure)" /> + </coding> + </method> + <bodySite> + <coding> + <system value="http://snomed.info/sct" /> + <code value="182266005" /> + <display value="Tip of index finger" /> + </coding> + </bodySite> + </collection> </Specimen> diff --git a/examples/UKCore-Specimen-UrineSpecimen-Example.xml b/examples/UKCore-Specimen-UrineSpecimen-Example.xml index 4762432a..ad467b42 100644 --- a/examples/UKCore-Specimen-UrineSpecimen-Example.xml +++ b/examples/UKCore-Specimen-UrineSpecimen-Example.xml @@ -1,28 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <Specimen xmlns="http://hl7.org/fhir"> - <id value="UKCore-Specimen-UrineSpecimen-Example"/> - <status value="available"/> - <type> - <coding> - <system value="http://snomed.info/sct"/> - <code value="122575003"/> - <display value="Urine specimen"/> - </coding> - </type> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <receivedTime value="2023-05-10T11:56:00Z"/> - <collection> - <collector> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - </collector> - <method> - <coding> - <system value="http://snomed.info/sct"/> - <code value="73416001"/> - <display value="Urine specimen collection, clean catch"/> - </coding> - </method> - </collection> + <id value="UKCore-Specimen-UrineSpecimen-Example" /> + <status value="available" /> + <type> + <coding> + <system value="http://snomed.info/sct" /> + <code value="122575003" /> + <display value="Urine specimen" /> + </coding> + </type> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <receivedTime value="2023-05-10T11:56:00Z" /> + <collection> + <collector> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + </collector> + <method> + <coding> + <system value="http://snomed.info/sct" /> + <code value="73416001" /> + <display value="Urine specimen collection, clean catch" /> + </coding> + </method> + </collection> </Specimen> diff --git a/examples/UKCore-Task-Colonoscopy-Example.xml b/examples/UKCore-Task-Colonoscopy-Example.xml index c0be4cbe..a90aa1e3 100644 --- a/examples/UKCore-Task-Colonoscopy-Example.xml +++ b/examples/UKCore-Task-Colonoscopy-Example.xml @@ -1,65 +1,65 @@ <Task xmlns="http://hl7.org/fhir"> - <id value="UKCore-Task-Colonoscopy-Example"/> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="b269d1d7-1acf-47bb-8b3c-e38b583d9a07"/> - </identifier> - <status value="in-progress"/> - <intent value="order"/> - <priority value="routine"/> - <code> + <id value="UKCore-Task-Colonoscopy-Example" /> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="b269d1d7-1acf-47bb-8b3c-e38b583d9a07" /> + </identifier> + <status value="in-progress" /> + <intent value="order" /> + <priority value="routine" /> + <code> <coding> - <system value="http://hl7.org/fhir/CodeSystem/task-code"/> - <code value="fulfill"/> - <display value="Fulfill the focal request"/> + <system value="http://hl7.org/fhir/CodeSystem/task-code" /> + <code value="fulfill" /> + <display value="Fulfill the focal request" /> </coding> </code> - <focus> - <reference value="ServiceRequest/UKCore-ServiceRequest-ColonoscopyRequest-Example"/> - <display value="Colonoscopy Request"/> - </focus> - <for> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - <display value="Richard Smith"/> - </for> - <encounter> - <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example"/> - <display value="In-Patient Encounter"/> - </encounter> - <executionPeriod> - <start value="2021-10-13T16:20:27+07:00"/> - <end value="2021-10-13T18:20:27+07:00"/> - </executionPeriod> - <authoredOn value="2021-10-13T16:20:27+07:00"/> - <lastModified value="2021-10-13T16:20:27+07:00"/> - <requester> - <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"/> - <display value="Dr Paul Rastall"/> - </requester> - <performerType> - <coding> - <system value="http://snomed.info/sct"/> - <code value="71838004"/> - <display value="Gastroenterologist"/> - </coding> - <text value="Performer"/> - </performerType> - <owner> - <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"/> - <display value="Dr Sandra Gose"/> - </owner> - <restriction> - <repetitions value="1"/> - <period> - <end value="2021-10-13T18:30:00+07:00"/> - </period> - </restriction> - <output> - <type> - <text value="Colonoscopy Appointment"/> - </type> - <valueReference> - <reference value="ServiceRequest/UKCore-ServiceRequest-ColonoscopyRequest-Example"/> - </valueReference> - </output> + <focus> + <reference value="ServiceRequest/UKCore-ServiceRequest-ColonoscopyRequest-Example" /> + <display value="Colonoscopy Request" /> + </focus> + <for> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + <display value="Richard Smith" /> + </for> + <encounter> + <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> + <display value="In-Patient Encounter" /> + </encounter> + <executionPeriod> + <start value="2021-10-13T16:20:27+07:00" /> + <end value="2021-10-13T18:20:27+07:00" /> + </executionPeriod> + <authoredOn value="2021-10-13T16:20:27+07:00" /> + <lastModified value="2021-10-13T16:20:27+07:00" /> + <requester> + <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> + <display value="Dr Paul Rastall" /> + </requester> + <performerType> + <coding> + <system value="http://snomed.info/sct" /> + <code value="71838004" /> + <display value="Gastroenterologist" /> + </coding> + <text value="Performer" /> + </performerType> + <owner> + <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> + <display value="Dr Sandra Gose" /> + </owner> + <restriction> + <repetitions value="1" /> + <period> + <end value="2021-10-13T18:30:00+07:00" /> + </period> + </restriction> + <output> + <type> + <text value="Colonoscopy Appointment" /> + </type> + <valueReference> + <reference value="ServiceRequest/UKCore-ServiceRequest-ColonoscopyRequest-Example" /> + </valueReference> + </output> </Task> \ No newline at end of file diff --git a/examples/UKCore-VitalSigns-Observation-OxygenSaturation-Example.xml b/examples/UKCore-VitalSigns-Observation-OxygenSaturation-Example.xml index 97182391..bc960614 100644 --- a/examples/UKCore-VitalSigns-Observation-OxygenSaturation-Example.xml +++ b/examples/UKCore-VitalSigns-Observation-OxygenSaturation-Example.xml @@ -1,40 +1,40 @@ <Observation xmlns="http://hl7.org/fhir"> - <id value="UKCore-VitalSigns-Observation-OxygenSaturation-Example"/> - <identifier> - <system value="https://tools.ietf.org/html/rfc4122"/> - <value value="f0297f56-48a4-43da-8e54-58146ef36b51"/> - </identifier> - <status value="final"/> - <category> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/observation-category"/> - <code value="vital-signs"/> - <display value="Vital Signs"/> - </coding> - </category> - <code> - <coding> - <system value="http://snomed.info/sct"/> - <code value="103228002"/> - <display value="Hemoglobin saturation with oxygen"/> - </coding> - <coding> - <system value="http://loinc.org"/> - <code value="2708-6"/> - <display value="Oxygen saturation in Arterial blood"/> - </coding> - </code> - <subject> - <reference value="Patient/UKCore-Patient-RichardSmith-Example"/> - </subject> - <effectiveDateTime value="2018-10-04T14:17:59+01:00"/> - <performer> - <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"/> - </performer> - <valueQuantity> - <value value="95"/> - <unit value="percent"/> - <system value="http://unitsofmeasure.org"/> - <code value="%"/> - </valueQuantity> + <id value="UKCore-VitalSigns-Observation-OxygenSaturation-Example" /> + <identifier> + <system value="https://tools.ietf.org/html/rfc4122" /> + <value value="f0297f56-48a4-43da-8e54-58146ef36b51" /> + </identifier> + <status value="final" /> + <category> + <coding> + <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> + <code value="vital-signs" /> + <display value="Vital Signs" /> + </coding> + </category> + <code> + <coding> + <system value="http://snomed.info/sct" /> + <code value="103228002" /> + <display value="Hemoglobin saturation with oxygen" /> + </coding> + <coding> + <system value="http://loinc.org" /> + <code value="2708-6" /> + <display value="Oxygen saturation in Arterial blood" /> + </coding> + </code> + <subject> + <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> + </subject> + <effectiveDateTime value="2018-10-04T14:17:59+01:00" /> + <performer> + <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> + </performer> + <valueQuantity> + <value value="95" /> + <unit value="percent" /> + <system value="http://unitsofmeasure.org" /> + <code value="%" /> + </valueQuantity> </Observation> \ No newline at end of file diff --git a/structuredefinitions/Extension-UKCore-AdditionalContact.xml b/structuredefinitions/Extension-UKCore-AdditionalContact.xml index 981b58ca..322901f9 100644 --- a/structuredefinitions/Extension-UKCore-AdditionalContact.xml +++ b/structuredefinitions/Extension-UKCore-AdditionalContact.xml @@ -1,61 +1,61 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-AdditionalContact"/> - <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact"/> - <version value="1.0.0"/> - <name value="ExtensionUKCoreAdditionalContact"/> - <title value="Extension UK Core Additional Contact"/> - <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 support recording of additional contacts, who should be contacted regarding questions arising from the service request. This differs from the requester and responsibleClinician."/> - <purpose value="This is a Genomics use case to record who should be contacted regarding questions arising from a Genomics Test Order, along with their contact details, which differs from requester and responsibleClinician."/> - <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="ServiceRequest"/> - </context> - <type value="Extension"/> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension"/> - <derivation value="constraint"/> - <differential> - <element id="Extension"> - <path value="Extension"/> - <short value="Details of an additional contact"/> - <definition value="Details of an additional contact, who should be contacted regarding questions arising from the service request."/> - </element> - <element id="Extension.url"> - <path value="Extension.url"/> - <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact"/> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]"/> - <short value="A link to a the resource to be contacted."/> - <definition value="A link to the Organization, Practitioner, or PractitionerRole resource to be contacted."/> - <min value="1"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole"/> - </type> - </element> - </differential> + <id value="Extension-UKCore-AdditionalContact" /> + <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact" /> + <version value="1.0.0" /> + <name value="ExtensionUKCoreAdditionalContact" /> + <title value="Extension UK Core Additional Contact" /> + <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 support recording of additional contacts, who should be contacted regarding questions arising from the service request. This differs from the requester and responsibleClinician." /> + <purpose value="This is a Genomics use case to record who should be contacted regarding questions arising from a Genomics Test Order, along with their contact details, which differs from requester and responsibleClinician." /> + <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="ServiceRequest" /> + </context> + <type value="Extension" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> + <derivation value="constraint" /> + <differential> + <element id="Extension"> + <path value="Extension" /> + <short value="Details of an additional contact" /> + <definition value="Details of an additional contact, who should be contacted regarding questions arising from the service request." /> + </element> + <element id="Extension.url"> + <path value="Extension.url" /> + <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact" /> + </element> + <element id="Extension.value[x]"> + <path value="Extension.value[x]" /> + <short value="A link to a the resource to be contacted." /> + <definition value="A link to the Organization, Practitioner, or PractitionerRole resource to be contacted." /> + <min value="1" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" /> + </type> + </element> + </differential> </StructureDefinition> diff --git a/structuredefinitions/Extension-UKCore-AssociatedEncounter.xml b/structuredefinitions/Extension-UKCore-AssociatedEncounter.xml index ca152709..fa54c42a 100644 --- a/structuredefinitions/Extension-UKCore-AssociatedEncounter.xml +++ b/structuredefinitions/Extension-UKCore-AssociatedEncounter.xml @@ -1,65 +1,65 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-AssociatedEncounter"/> - <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AssociatedEncounter"/> - <version value="1.0.0"/> - <name value="ExtensionUKCoreAssociatedEncounter"/> - <title value="Extension UKCore AssociatedEncounter"/> - <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="This extension is used to reference an associated encounter."/> - <purpose value="This is a Genomics use case to record the the associated encounter for which Family Member History was recorded."/> - <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="An associated encounter reference."/> - <definition value="An associated encounter reference."/> - <max value="1"/> - </element> - <element id="Extension.url"> - <path value="Extension.url"/> - <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AssociatedEncounter"/> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]"/> - <min value="1"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter"/> - </type> - </element> - <element id="Extension.value[x].identifier.assigner"> - <path value="Extension.value[x].identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - </differential> + <id value="Extension-UKCore-AssociatedEncounter" /> + <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AssociatedEncounter" /> + <version value="1.0.0" /> + <name value="ExtensionUKCoreAssociatedEncounter" /> + <title value="Extension UKCore AssociatedEncounter" /> + <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="This extension is used to reference an associated encounter." /> + <purpose value="This is a Genomics use case to record the the associated encounter for which Family Member History was recorded." /> + <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="An associated encounter reference." /> + <definition value="An associated encounter reference." /> + <max value="1" /> + </element> + <element id="Extension.url"> + <path value="Extension.url" /> + <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AssociatedEncounter" /> + </element> + <element id="Extension.value[x]"> + <path value="Extension.value[x]" /> + <min value="1" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter" /> + </type> + </element> + <element id="Extension.value[x].identifier.assigner"> + <path value="Extension.value[x].identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + </differential> </StructureDefinition> \ No newline at end of file diff --git a/structuredefinitions/Extension-UKCore-CodingSCTDescDisplay.xml b/structuredefinitions/Extension-UKCore-CodingSCTDescDisplay.xml index dd3c8445..51cff2c9 100644 --- a/structuredefinitions/Extension-UKCore-CodingSCTDescDisplay.xml +++ b/structuredefinitions/Extension-UKCore-CodingSCTDescDisplay.xml @@ -1,70 +1,70 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-CodingSCTDescDisplay"/> - <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"/> - <version value="1.1.0"/> - <name value="ExtensionUKCoreCodingSCTDescDisplay"/> - <title value="Extension UK Core Coding SCT Desc Display"/> - <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="The description display term for a SNOMED CT concept."/> - <purpose value="This extension SHALL be used with the HL7 core-defined extension [coding-sctdescid](https://hl7.org/fhir/R4/extension-coding-sctdescid.html) to support the exchange of the selected description display term for a SNOMED CT concept, where the selected display term is different to the preferred term. The description display term associated with the ID within the coding-sctdescid extension is important to enable the representation of the exact term that was entered by the clinician that recorded the data, or the exact term that a legacy code e.g. a Read v2 code has been translated to using an assured mapping table."/> - <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="Coding"/> - </context> - <type value="Extension"/> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension"/> - <derivation value="constraint"/> - <differential> - <element id="Extension"> - <path value="Extension"/> - <short value="SNOMED CT Description ID"/> - <definition value="To record the SNOMED CT Description Display term actually selected"/> - <min value="0"/> - <max value="1"/> - <mapping> - <identity value="v2"/> - <map value="N/A"/> - </mapping> - <mapping> - <identity value="rim"/> - <map value="n/a"/> - </mapping> - </element> - <element id="Extension.extension"> - <path value="Extension.extension"/> - <max value="0"/> - </element> - <element id="Extension.url"> - <path value="Extension.url"/> - <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"/> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]"/> - <min value="1"/> - <type> - <code value="string"/> - </type> - </element> - </differential> + <id value="Extension-UKCore-CodingSCTDescDisplay" /> + <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay" /> + <version value="1.1.0" /> + <name value="ExtensionUKCoreCodingSCTDescDisplay" /> + <title value="Extension UK Core Coding SCT Desc Display" /> + <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="The description display term for a SNOMED CT concept." /> + <purpose value="This extension SHALL be used with the HL7 core-defined extension [coding-sctdescid](https://hl7.org/fhir/R4/extension-coding-sctdescid.html) to support the exchange of the selected description display term for a SNOMED CT concept, where the selected display term is different to the preferred term. The description display term associated with the ID within the coding-sctdescid extension is important to enable the representation of the exact term that was entered by the clinician that recorded the data, or the exact term that a legacy code e.g. a Read v2 code has been translated to using an assured mapping table." /> + <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="Coding" /> + </context> + <type value="Extension" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> + <derivation value="constraint" /> + <differential> + <element id="Extension"> + <path value="Extension" /> + <short value="SNOMED CT Description ID" /> + <definition value="To record the SNOMED CT Description Display term actually selected" /> + <min value="0" /> + <max value="1" /> + <mapping> + <identity value="v2" /> + <map value="N/A" /> + </mapping> + <mapping> + <identity value="rim" /> + <map value="n/a" /> + </mapping> + </element> + <element id="Extension.extension"> + <path value="Extension.extension" /> + <max value="0" /> + </element> + <element id="Extension.url"> + <path value="Extension.url" /> + <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay" /> + </element> + <element id="Extension.value[x]"> + <path value="Extension.value[x]" /> + <min value="1" /> + <type> + <code value="string" /> + </type> + </element> + </differential> </StructureDefinition> diff --git a/structuredefinitions/Extension-UKCore-Coverage.xml b/structuredefinitions/Extension-UKCore-Coverage.xml index f3c7eb3e..204ec457 100644 --- a/structuredefinitions/Extension-UKCore-Coverage.xml +++ b/structuredefinitions/Extension-UKCore-Coverage.xml @@ -1,62 +1,62 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-Coverage"/> - <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage"/> - <version value="1.0.0"/> - <name value="ExtensionUKCoreCoverage"/> - <title value="Extension UK Core Coverage"/> - <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="This extends the Service Request Resource to support the exchange of information describing the method of funding for the Service Request."/> - <purpose value="This extension is a Genomics use case to record the funding category for a ServiceRequest. It is expected this will be populated with a code indicating whether the service request is part of NHS coverage or private, and will be used for reimbursement purposes by receiving labs."/> - <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="ServiceRequest"/> - </context> - <type value="Extension"/> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension"/> - <derivation value="constraint"/> - <differential> - <element id="Extension"> - <path value="Extension"/> - <short value="The funding category for the Service Request"/> - <definition value="The funding category for the Service Request."/> - </element> - <element id="Extension.url"> - <path value="Extension.url"/> - <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage"/> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]"/> - <short value="This describes the funding category for a service request."/> - <min value="1"/> - <type> - <code value="CodeableConcept"/> - </type> - <binding> - <strength value="extensible"/> - <description value="A set of codes that define the funding category for a service request."/> - <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-FundingCategory"/> - </binding> - </element> - </differential> + <id value="Extension-UKCore-Coverage" /> + <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage" /> + <version value="1.0.0" /> + <name value="ExtensionUKCoreCoverage" /> + <title value="Extension UK Core Coverage" /> + <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="This extends the Service Request Resource to support the exchange of information describing the method of funding for the Service Request." /> + <purpose value="This extension is a Genomics use case to record the funding category for a ServiceRequest. It is expected this will be populated with a code indicating whether the service request is part of NHS coverage or private, and will be used for reimbursement purposes by receiving labs." /> + <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="ServiceRequest" /> + </context> + <type value="Extension" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> + <derivation value="constraint" /> + <differential> + <element id="Extension"> + <path value="Extension" /> + <short value="The funding category for the Service Request" /> + <definition value="The funding category for the Service Request." /> + </element> + <element id="Extension.url"> + <path value="Extension.url" /> + <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage" /> + </element> + <element id="Extension.value[x]"> + <path value="Extension.value[x]" /> + <short value="This describes the funding category for a service request." /> + <min value="1" /> + <type> + <code value="CodeableConcept" /> + </type> + <binding> + <strength value="extensible" /> + <description value="A set of codes that define the funding category for a service request." /> + <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-FundingCategory" /> + </binding> + </element> + </differential> </StructureDefinition> diff --git a/structuredefinitions/Extension-UKCore-DeliveryChannel.xml b/structuredefinitions/Extension-UKCore-DeliveryChannel.xml index aebec9b3..76ccde99 100644 --- a/structuredefinitions/Extension-UKCore-DeliveryChannel.xml +++ b/structuredefinitions/Extension-UKCore-DeliveryChannel.xml @@ -1,66 +1,66 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-DeliveryChannel"/> - <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel"/> - <version value="1.2.0"/> - <name value="ExtensionUKCoreDeliveryChannel"/> - <title value="Extension UK Core Delivery Channel"/> - <status value="active"/> - <date value="2022-12-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="This describes the delivery channel of a scheduled appointment."/> - <purpose value="This extension extends the Appointment and Slot resources to support the exchange of information describing the delivery channel of a scheduled appointment."/> - <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="Appointment"/> - </context> - <context> - <type value="element"/> - <expression value="Slot"/> - </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 record the delivery channel of a scheduled Appointment"/> - <definition value="An extension to record the delivery channel of a scheduled Appointment."/> - </element> - <element id="Extension.url"> - <path value="Extension.url"/> - <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel"/> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]"/> - <short value="A code that identifies the delivery channel of an appointment"/> - <definition value="A code that identifies the delivery channel of an appointment."/> - <min value="1" /> - <type> - <code value="code"/> - </type> - <binding> - <strength value="extensible"/> - <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-DeliveryChannel"/> - </binding> - </element> - </differential> + <id value="Extension-UKCore-DeliveryChannel" /> + <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel" /> + <version value="1.2.0" /> + <name value="ExtensionUKCoreDeliveryChannel" /> + <title value="Extension UK Core Delivery Channel" /> + <status value="active" /> + <date value="2022-12-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="This describes the delivery channel of a scheduled appointment." /> + <purpose value="This extension extends the Appointment and Slot resources to support the exchange of information describing the delivery channel of a scheduled appointment." /> + <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="Appointment" /> + </context> + <context> + <type value="element" /> + <expression value="Slot" /> + </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 record the delivery channel of a scheduled Appointment" /> + <definition value="An extension to record the delivery channel of a scheduled Appointment." /> + </element> + <element id="Extension.url"> + <path value="Extension.url" /> + <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel" /> + </element> + <element id="Extension.value[x]"> + <path value="Extension.value[x]" /> + <short value="A code that identifies the delivery channel of an appointment" /> + <definition value="A code that identifies the delivery channel of an appointment." /> + <min value="1" /> + <type> + <code value="code" /> + </type> + <binding> + <strength value="extensible" /> + <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-DeliveryChannel" /> + </binding> + </element> + </differential> </StructureDefinition> diff --git a/structuredefinitions/Extension-UKCore-DeviceReference.xml b/structuredefinitions/Extension-UKCore-DeviceReference.xml index 133a6ac1..ad6c7862 100644 --- a/structuredefinitions/Extension-UKCore-DeviceReference.xml +++ b/structuredefinitions/Extension-UKCore-DeviceReference.xml @@ -1,62 +1,62 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-DeviceReference"/> - <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference"/> - <version value="1.0.0"/> - <name value="ExtensionUKCoreDeviceReference"/> - <title value="Extension UK Core DeviceReference"/> - <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="This extension extends the DiagnosticReport reference elements, in order to allows a Device to be referenced where it would otherwise be unavailable."/> - <purpose value="This is a use case from Wellbeing Software to allow for imaging studies to be (selectively) sent to a 3rd party AI service for evaluation, with the outcome then being part of the input to the (human) reporter."/> - <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.performer"/> - </context> - <context> - <type value="element"/> - <expression value="DiagnosticReport.resultsInterpreter"/> - </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 additional Device reference for a DiagnosticReport."/> - <definition value="An additional Device reference for a DiagnosticReport, to allow Software as a Medical Device to perform / interpret a DiagnosticReport"/> - </element> - <element id="Extension.url"> - <path value="Extension.url"/> - <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference"/> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]"/> - <short value="An additional Device reference for a DiagnosticReport."/> - <min value="1"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Device"/> - </type> - </element> - </differential> + <id value="Extension-UKCore-DeviceReference" /> + <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference" /> + <version value="1.0.0" /> + <name value="ExtensionUKCoreDeviceReference" /> + <title value="Extension UK Core DeviceReference" /> + <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="This extension extends the DiagnosticReport reference elements, in order to allows a Device to be referenced where it would otherwise be unavailable." /> + <purpose value="This is a use case from Wellbeing Software to allow for imaging studies to be (selectively) sent to a 3rd party AI service for evaluation, with the outcome then being part of the input to the (human) reporter." /> + <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.performer" /> + </context> + <context> + <type value="element" /> + <expression value="DiagnosticReport.resultsInterpreter" /> + </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 additional Device reference for a DiagnosticReport." /> + <definition value="An additional Device reference for a DiagnosticReport, to allow Software as a Medical Device to perform / interpret a DiagnosticReport" /> + </element> + <element id="Extension.url"> + <path value="Extension.url" /> + <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference" /> + </element> + <element id="Extension.value[x]"> + <path value="Extension.value[x]" /> + <short value="An additional Device reference for a DiagnosticReport." /> + <min value="1" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Device" /> + </type> + </element> + </differential> </StructureDefinition> diff --git a/structuredefinitions/Extension-UKCore-NHSNumberUnavailableReason.xml b/structuredefinitions/Extension-UKCore-NHSNumberUnavailableReason.xml index 5ffe1607..d6c58cc7 100644 --- a/structuredefinitions/Extension-UKCore-NHSNumberUnavailableReason.xml +++ b/structuredefinitions/Extension-UKCore-NHSNumberUnavailableReason.xml @@ -1,63 +1,63 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-NHSNumberUnavailableReason"/> - <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberUnavailableReason"/> - <version value="1.0.0"/> - <name value="ExtensionUKCoreNHSNumberUnavailableReason"/> - <title value="Extension UK Core NHS Number Unavailable Reason"/> - <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="This extends the Patient resource to support the exchange of information about the reason why a patient does not have an NHS Number."/> - <purpose value="This extension is a Genomics use case to record why an NHS Number for the patient has not been provided within a test request. This differs from NHS Number trace status as this indicates reason."/> - <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="Patient"/> - </context> - <type value="Extension"/> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension"/> - <derivation value="constraint"/> - <differential> - <element id="Extension"> - <path value="Extension"/> - <short value="The reason why a patient does not have an NHS Number"/> - <definition value="The reason why a patient does not have an NHS Number. For example if this patient is an overseas patient."/> - <max value="1"/> - </element> - <element id="Extension.url"> - <path value="Extension.url"/> - <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberUnavailableReason"/> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]"/> - <short value="The reason why a patient does not have an NHS Number"/> - <definition value="The reason why a patient does not have an NHS Number. For example if this patient is an overseas patient."/> - <min value="1"/> - <type> - <code value="CodeableConcept"/> - </type> - <binding> - <strength value="extensible"/> - <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-NHSNumberUnavailableReason"/> - </binding> - </element> - </differential> + <id value="Extension-UKCore-NHSNumberUnavailableReason" /> + <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberUnavailableReason" /> + <version value="1.0.0" /> + <name value="ExtensionUKCoreNHSNumberUnavailableReason" /> + <title value="Extension UK Core NHS Number Unavailable Reason" /> + <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="This extends the Patient resource to support the exchange of information about the reason why a patient does not have an NHS Number." /> + <purpose value="This extension is a Genomics use case to record why an NHS Number for the patient has not been provided within a test request. This differs from NHS Number trace status as this indicates reason." /> + <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="Patient" /> + </context> + <type value="Extension" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> + <derivation value="constraint" /> + <differential> + <element id="Extension"> + <path value="Extension" /> + <short value="The reason why a patient does not have an NHS Number" /> + <definition value="The reason why a patient does not have an NHS Number. For example if this patient is an overseas patient." /> + <max value="1" /> + </element> + <element id="Extension.url"> + <path value="Extension.url" /> + <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberUnavailableReason" /> + </element> + <element id="Extension.value[x]"> + <path value="Extension.value[x]" /> + <short value="The reason why a patient does not have an NHS Number" /> + <definition value="The reason why a patient does not have an NHS Number. For example if this patient is an overseas patient." /> + <min value="1" /> + <type> + <code value="CodeableConcept" /> + </type> + <binding> + <strength value="extensible" /> + <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-NHSNumberUnavailableReason" /> + </binding> + </element> + </differential> </StructureDefinition> diff --git a/structuredefinitions/Extension-UKCore-PriorityReason.xml b/structuredefinitions/Extension-UKCore-PriorityReason.xml index cc914867..06501597 100644 --- a/structuredefinitions/Extension-UKCore-PriorityReason.xml +++ b/structuredefinitions/Extension-UKCore-PriorityReason.xml @@ -1,62 +1,62 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-PriorityReason"/> - <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason"/> - <version value="1.0.0"/> - <name value="ExtensionUKCorePriorityReason"/> - <title value="Extension UK Core Priority Reason"/> - <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="This extends the Service Request Resource to support the underlying reason why a Service Request is urgent."/> - <purpose value="This is a Genomics use case to record the reason why an urgent test has been requested. This differs from supportingInfo in that it does not necessarily indicate why the test is being requested."/> - <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="ServiceRequest.priority"/> - </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 SNOMED CT concept representing the reason a Service Request is urgent."/> - <definition value="A SNOMED CT concept representing the reason a Service Request is urgent"/> - </element> - <element id="Extension.url"> - <path value="Extension.url"/> - <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason"/> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]"/> - <short value="This describes the reason a service request is urgent"/> - <min value="1"/> - <type> - <code value="CodeableConcept"/> - </type> - <binding> - <strength value="preferred"/> - <description value="A set of codes that define the reason why a service request is urgent."/> - <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-ServiceRequestReasonCode"/> - </binding> - </element> - </differential> + <id value="Extension-UKCore-PriorityReason" /> + <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason" /> + <version value="1.0.0" /> + <name value="ExtensionUKCorePriorityReason" /> + <title value="Extension UK Core Priority Reason" /> + <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="This extends the Service Request Resource to support the underlying reason why a Service Request is urgent." /> + <purpose value="This is a Genomics use case to record the reason why an urgent test has been requested. This differs from supportingInfo in that it does not necessarily indicate why the test is being requested." /> + <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="ServiceRequest.priority" /> + </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 SNOMED CT concept representing the reason a Service Request is urgent." /> + <definition value="A SNOMED CT concept representing the reason a Service Request is urgent" /> + </element> + <element id="Extension.url"> + <path value="Extension.url" /> + <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason" /> + </element> + <element id="Extension.value[x]"> + <path value="Extension.value[x]" /> + <short value="This describes the reason a service request is urgent" /> + <min value="1" /> + <type> + <code value="CodeableConcept" /> + </type> + <binding> + <strength value="preferred" /> + <description value="A set of codes that define the reason why a service request is urgent." /> + <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-ServiceRequestReasonCode" /> + </binding> + </element> + </differential> </StructureDefinition> diff --git a/structuredefinitions/Extension-UKCore-RecordingSetting.xml b/structuredefinitions/Extension-UKCore-RecordingSetting.xml index 85b767fc..46630c23 100644 --- a/structuredefinitions/Extension-UKCore-RecordingSetting.xml +++ b/structuredefinitions/Extension-UKCore-RecordingSetting.xml @@ -1,57 +1,57 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-RecordingSetting"/> - <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-RecordingSetting"/> - <version value="1.0.0"/> - <name value="ExtensionUKCoreRecordingSetting"/> - <title value="Extension UK Core Recording Setting"/> - <status value="draft"/> - <date value="2023-09-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 record the care setting in which an observation was taken."/> - <purpose value="This extension is a clinical observation use case to record the care setting in which an observation was recorded in."/> - <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="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="An extension to record the care setting in which an observation was taken."/> - <definition value="This extension allows the recording of the care setting in which an observation was taken."/> - </element> - <element id="Extension.url"> - <path value="Extension.url"/> - <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-RecordingSetting"/> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]"/> - <short value="A set of codes to record the care setting"/> - <min value="1"/> - <type> - <code value="code"/> - </type> - <binding> - <strength value="preferred"/> - <description value="A set of codes to record the care setting"/> - <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-RecordingSetting"/> - </binding> - </element> - </differential> + <id value="Extension-UKCore-RecordingSetting" /> + <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-RecordingSetting" /> + <version value="1.0.0" /> + <name value="ExtensionUKCoreRecordingSetting" /> + <title value="Extension UK Core Recording Setting" /> + <status value="draft" /> + <date value="2023-09-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 record the care setting in which an observation was taken." /> + <purpose value="This extension is a clinical observation use case to record the care setting in which an observation was recorded in." /> + <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="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="An extension to record the care setting in which an observation was taken." /> + <definition value="This extension allows the recording of the care setting in which an observation was taken." /> + </element> + <element id="Extension.url"> + <path value="Extension.url" /> + <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-RecordingSetting" /> + </element> + <element id="Extension.value[x]"> + <path value="Extension.value[x]" /> + <short value="A set of codes to record the care setting" /> + <min value="1" /> + <type> + <code value="code" /> + </type> + <binding> + <strength value="preferred" /> + <description value="A set of codes to record the care setting" /> + <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-RecordingSetting" /> + </binding> + </element> + </differential> </StructureDefinition> diff --git a/structuredefinitions/Extension-UKCore-SourceOfServiceRequest.xml b/structuredefinitions/Extension-UKCore-SourceOfServiceRequest.xml index bf4ab711..6fe7c13d 100644 --- a/structuredefinitions/Extension-UKCore-SourceOfServiceRequest.xml +++ b/structuredefinitions/Extension-UKCore-SourceOfServiceRequest.xml @@ -1,63 +1,63 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="Extension-UKCore-SourceOfServiceRequest"/> - <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest"/> - <version value="1.2.0"/> - <name value="ExtensionUKCoreSourceOfServiceRequest"/> - <title value="Extension UK Core Source Of Service Request"/> - <status value="active"/> - <date value="2022-12-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="This extension describes the source of the Service Request."/> - <purpose value="This extension extends the Service Request Resource to support the exchange of information describing the source of the Service Request."/> - <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="ServiceRequest"/> - </context> - <type value="Extension"/> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension"/> - <derivation value="constraint"/> - <differential> - <element id="Extension"> - <path value="Extension"/> - <short value="This represents the source of referral"/> - <definition value="This represents the source of referral."/> - </element> - <element id="Extension.url"> - <path value="Extension.url"/> - <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest"/> - </element> - <element id="Extension.value[x]"> - <path value="Extension.value[x]"/> - <short value="A set of codes that describe the source of the service request."/> - <definition value="A set of codes that describe the source of the service request. Selected from the Referred by person and Self-referral hierarchies of the SNOMED CT UK coding system."/> - <min value="1"/> - <type> - <code value="CodeableConcept"/> - </type> - <binding> - <strength value="preferred"/> - <description value="A set of codes that describe the source of the service request."/> - <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-SourceOfServiceRequest"/> - </binding> - </element> - </differential> + <id value="Extension-UKCore-SourceOfServiceRequest" /> + <url value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest" /> + <version value="1.2.0" /> + <name value="ExtensionUKCoreSourceOfServiceRequest" /> + <title value="Extension UK Core Source Of Service Request" /> + <status value="active" /> + <date value="2022-12-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="This extension describes the source of the Service Request." /> + <purpose value="This extension extends the Service Request Resource to support the exchange of information describing the source of the Service Request." /> + <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="ServiceRequest" /> + </context> + <type value="Extension" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" /> + <derivation value="constraint" /> + <differential> + <element id="Extension"> + <path value="Extension" /> + <short value="This represents the source of referral" /> + <definition value="This represents the source of referral." /> + </element> + <element id="Extension.url"> + <path value="Extension.url" /> + <fixedUri value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest" /> + </element> + <element id="Extension.value[x]"> + <path value="Extension.value[x]" /> + <short value="A set of codes that describe the source of the service request." /> + <definition value="A set of codes that describe the source of the service request. Selected from the Referred by person and Self-referral hierarchies of the SNOMED CT UK coding system." /> + <min value="1" /> + <type> + <code value="CodeableConcept" /> + </type> + <binding> + <strength value="preferred" /> + <description value="A set of codes that describe the source of the service request." /> + <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-SourceOfServiceRequest" /> + </binding> + </element> + </differential> </StructureDefinition> diff --git a/structuredefinitions/UKCore-Appointment.xml b/structuredefinitions/UKCore-Appointment.xml index f854ec47..0557b4aa 100644 --- a/structuredefinitions/UKCore-Appointment.xml +++ b/structuredefinitions/UKCore-Appointment.xml @@ -1,182 +1,182 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="UKCore-Appointment"/> - <url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Appointment"/> - <version value="1.2.0"/> - <name value="UKCoreAppointment"/> - <title value="UK Core Appointment"/> - <status value="active"/> - <date value="2022-12-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="This profile defines the UK constraints and extensions on the International FHIR resource [Appointment](https://hl7.org/fhir/R4/Appointment.html)."/> - <purpose value="This profile allows recording of detailed information about a planned meeting that may be in the future or past. The resource only describes a single meeting, a series of repeating visits would require multiple appointment resources to be created for each instance. Examples include a scheduled surgery, a follow-up for a clinical visit, a scheduled conference call between clinicians to discuss a case, the reservation of a piece of diagnostic equipment for a particular use, etc. The visit scheduled by an appointment may be in person or remote (by phone, video conference, etc.) All that matters is that the time and usage of one or more individuals, locations and/or pieces of equipment is being fully or partially reserved for a designated period of time."/> - <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="workflow"/> - <uri value="http://hl7.org/fhir/workflow"/> - <name value="Workflow Pattern"/> - </mapping> - <mapping> - <identity value="rim"/> - <uri value="http://hl7.org/v3"/> - <name value="RIM Mapping"/> - </mapping> - <mapping> - <identity value="w5"/> - <uri value="http://hl7.org/fhir/fivews"/> - <name value="FiveWs Pattern Mapping"/> - </mapping> - <mapping> - <identity value="v2"/> - <uri value="http://hl7.org/v2"/> - <name value="HL7 v2 Mapping"/> - </mapping> - <mapping> - <identity value="ical"/> - <uri value="http://ietf.org/rfc/2445"/> - <name value="iCalendar"/> - </mapping> - <kind value="resource"/> - <abstract value="false"/> - <type value="Appointment"/> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Appointment"/> - <derivation value="constraint"/> - <differential> - <element id="Appointment.extension"> - <path value="Appointment.extension"/> - <slicing> - <discriminator> - <type value="value"/> - <path value="url"/> - </discriminator> - <rules value="open"/> - </slicing> - <min value="0"/> - </element> - <element id="Appointment.extension:bookingOrganization"> - <path value="Appointment.extension"/> - <sliceName value="bookingOrganization"/> - <min value="0"/> - <type> - <code value="Extension"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization"/> - </type> - <isModifier value="false"/> - </element> - <element id="Appointment.extension:deliveryChannel"> - <path value="Appointment.extension"/> - <sliceName value="deliveryChannel"/> - <min value="0"/> - <max value="1"/> - <type> - <code value="Extension"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel"/> - </type> - <isModifier value="false"/> - </element> - <element id="Appointment.identifier.assigner"> - <path value="Appointment.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="Appointment.specialty"> - <path value="Appointment.specialty"/> - <binding> - <strength value="extensible"/> - <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-PracticeSettingCode"/> - </binding> - </element> - <element id="Appointment.appointmentType"> - <path value="Appointment.appointmentType"/> - <binding> - <strength value="extensible"/> - <description value="A set of codes that define an appointment reason."/> - <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-AppointmentReasonCode"/> - </binding> - </element> - <element id="Appointment.reasonReference"> - <path value="Appointment.reasonReference"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Condition"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Procedure"/> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation"/> - </type> - </element> - <element id="Appointment.reasonReference.identifier.assigner"> - <path value="Appointment.reasonReference.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="Appointment.supportingInformation.identifier.assigner"> - <path value="Appointment.supportingInformation.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="Appointment.slot"> - <path value="Appointment.slot"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Slot"/> - </type> - </element> - <element id="Appointment.slot.identifier.assigner"> - <path value="Appointment.slot.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="Appointment.basedOn"> - <path value="Appointment.basedOn"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest"/> - </type> - </element> - <element id="Appointment.basedOn.identifier.assigner"> - <path value="Appointment.basedOn.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="Appointment.participant.actor"> - <path value="Appointment.participant.actor"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Device"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-HealthcareService"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location"/> - </type> - </element> - <element id="Appointment.participant.actor.identifier.assigner"> - <path value="Appointment.participant.actor.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - </differential> + <id value="UKCore-Appointment" /> + <url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Appointment" /> + <version value="1.2.0" /> + <name value="UKCoreAppointment" /> + <title value="UK Core Appointment" /> + <status value="active" /> + <date value="2022-12-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="This profile defines the UK constraints and extensions on the International FHIR resource [Appointment](https://hl7.org/fhir/R4/Appointment.html)." /> + <purpose value="This profile allows recording of detailed information about a planned meeting that may be in the future or past. The resource only describes a single meeting, a series of repeating visits would require multiple appointment resources to be created for each instance. Examples include a scheduled surgery, a follow-up for a clinical visit, a scheduled conference call between clinicians to discuss a case, the reservation of a piece of diagnostic equipment for a particular use, etc. The visit scheduled by an appointment may be in person or remote (by phone, video conference, etc.) All that matters is that the time and usage of one or more individuals, locations and/or pieces of equipment is being fully or partially reserved for a designated period of time." /> + <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="workflow" /> + <uri value="http://hl7.org/fhir/workflow" /> + <name value="Workflow Pattern" /> + </mapping> + <mapping> + <identity value="rim" /> + <uri value="http://hl7.org/v3" /> + <name value="RIM Mapping" /> + </mapping> + <mapping> + <identity value="w5" /> + <uri value="http://hl7.org/fhir/fivews" /> + <name value="FiveWs Pattern Mapping" /> + </mapping> + <mapping> + <identity value="v2" /> + <uri value="http://hl7.org/v2" /> + <name value="HL7 v2 Mapping" /> + </mapping> + <mapping> + <identity value="ical" /> + <uri value="http://ietf.org/rfc/2445" /> + <name value="iCalendar" /> + </mapping> + <kind value="resource" /> + <abstract value="false" /> + <type value="Appointment" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Appointment" /> + <derivation value="constraint" /> + <differential> + <element id="Appointment.extension"> + <path value="Appointment.extension" /> + <slicing> + <discriminator> + <type value="value" /> + <path value="url" /> + </discriminator> + <rules value="open" /> + </slicing> + <min value="0" /> + </element> + <element id="Appointment.extension:bookingOrganization"> + <path value="Appointment.extension" /> + <sliceName value="bookingOrganization" /> + <min value="0" /> + <type> + <code value="Extension" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization" /> + </type> + <isModifier value="false" /> + </element> + <element id="Appointment.extension:deliveryChannel"> + <path value="Appointment.extension" /> + <sliceName value="deliveryChannel" /> + <min value="0" /> + <max value="1" /> + <type> + <code value="Extension" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel" /> + </type> + <isModifier value="false" /> + </element> + <element id="Appointment.identifier.assigner"> + <path value="Appointment.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Appointment.specialty"> + <path value="Appointment.specialty" /> + <binding> + <strength value="extensible" /> + <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-PracticeSettingCode" /> + </binding> + </element> + <element id="Appointment.appointmentType"> + <path value="Appointment.appointmentType" /> + <binding> + <strength value="extensible" /> + <description value="A set of codes that define an appointment reason." /> + <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-AppointmentReasonCode" /> + </binding> + </element> + <element id="Appointment.reasonReference"> + <path value="Appointment.reasonReference" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Condition" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Procedure" /> + <targetProfile value="http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" /> + </type> + </element> + <element id="Appointment.reasonReference.identifier.assigner"> + <path value="Appointment.reasonReference.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Appointment.supportingInformation.identifier.assigner"> + <path value="Appointment.supportingInformation.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Appointment.slot"> + <path value="Appointment.slot" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Slot" /> + </type> + </element> + <element id="Appointment.slot.identifier.assigner"> + <path value="Appointment.slot.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Appointment.basedOn"> + <path value="Appointment.basedOn" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest" /> + </type> + </element> + <element id="Appointment.basedOn.identifier.assigner"> + <path value="Appointment.basedOn.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Appointment.participant.actor"> + <path value="Appointment.participant.actor" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Device" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-HealthcareService" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location" /> + </type> + </element> + <element id="Appointment.participant.actor.identifier.assigner"> + <path value="Appointment.participant.actor.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + </differential> </StructureDefinition> diff --git a/structuredefinitions/UKCore-Encounter.xml b/structuredefinitions/UKCore-Encounter.xml index 130a004f..548aba4c 100644 --- a/structuredefinitions/UKCore-Encounter.xml +++ b/structuredefinitions/UKCore-Encounter.xml @@ -242,7 +242,7 @@ <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> </type> </element> - <element id="Encounter.hospitalization.extension"> + <element id="Encounter.hospitalization.extension"> <path value="Encounter.hospitalization.extension" /> <slicing> <discriminator> diff --git a/structuredefinitions/UKCore-EpisodeOfCare.xml b/structuredefinitions/UKCore-EpisodeOfCare.xml index 831e94a8..56839017 100644 --- a/structuredefinitions/UKCore-EpisodeOfCare.xml +++ b/structuredefinitions/UKCore-EpisodeOfCare.xml @@ -1,151 +1,151 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="UKCore-EpisodeOfCare"/> - <url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-EpisodeOfCare"/> - <version value="2.2.0"/> - <name value="UKCoreEpisodeOfCare"/> - <title value="UK Core EpisodeOfCare"/> - <status value="active"/> - <date value="2022-12-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="This profile defines the UK constraints and extensions on the International FHIR resource [EpisodeOfCare](https://hl7.org/fhir/R4/EpisodeOfCare.html)."/> - <purpose value="This profile allows exchange of information about an association between a patient and an organisation / healthcare providers during which time encounters may occur. The managing organisation assumes a level of responsibility for the individual during this time. + <id value="UKCore-EpisodeOfCare" /> + <url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-EpisodeOfCare" /> + <version value="2.2.0" /> + <name value="UKCoreEpisodeOfCare" /> + <title value="UK Core EpisodeOfCare" /> + <status value="active" /> + <date value="2022-12-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="This profile defines the UK constraints and extensions on the International FHIR resource [EpisodeOfCare](https://hl7.org/fhir/R4/EpisodeOfCare.html)." /> + <purpose value="This profile allows exchange of information about an association between a patient and an organisation / healthcare providers during which time encounters may occur. The managing organisation assumes a level of responsibility for the individual during this time. #### Relationship to Encounter The EpisodeOfCare Resource contains information about an association of a Patient with a Healthcare Provider for a period of time under which related healthcare activities may occur. In many cases, this represents a period of time where the Healthcare Provider has some level of responsibility for the care of the patient regarding a specific condition or problem, even if not currently participating in an encounter. These resources are typically known in existing systems as: - **EpisodeOfCare:** Case, Program, Problem, Episode - - **Encounter:** Visit, Contact."/> - <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="workflow"/> - <uri value="http://hl7.org/fhir/workflow"/> - <name value="Workflow Pattern"/> - </mapping> - <mapping> - <identity value="rim"/> - <uri value="http://hl7.org/v3"/> - <name value="RIM Mapping"/> - </mapping> - <mapping> - <identity value="w5"/> - <uri value="http://hl7.org/fhir/fivews"/> - <name value="FiveWs Pattern Mapping"/> - </mapping> - <kind value="resource"/> - <abstract value="false"/> - <type value="EpisodeOfCare"/> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"/> - <derivation value="constraint"/> - <differential> - <element id="EpisodeOfCare.identifier.assigner"> - <path value="EpisodeOfCare.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="EpisodeOfCare.diagnosis.condition"> - <path value="EpisodeOfCare.diagnosis.condition"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Condition"/> - </type> - </element> - <element id="EpisodeOfCare.diagnosis.condition.identifier.assigner"> - <path value="EpisodeOfCare.diagnosis.condition.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="EpisodeOfCare.patient"> - <path value="EpisodeOfCare.patient"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"/> - </type> - </element> - <element id="EpisodeOfCare.patient.identifier.assigner"> - <path value="EpisodeOfCare.patient.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="EpisodeOfCare.managingOrganization"> - <path value="EpisodeOfCare.managingOrganization"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="EpisodeOfCare.managingOrganization.identifier.assigner"> - <path value="EpisodeOfCare.managingOrganization.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="EpisodeOfCare.referralRequest"> - <path value="EpisodeOfCare.referralRequest"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest"/> - </type> - </element> - <element id="EpisodeOfCare.referralRequest.identifier.assigner"> - <path value="EpisodeOfCare.referralRequest.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="EpisodeOfCare.careManager"> - <path value="EpisodeOfCare.careManager"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole"/> - </type> - </element> - <element id="EpisodeOfCare.careManager.identifier.assigner"> - <path value="EpisodeOfCare.careManager.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="EpisodeOfCare.team"> - <path value="EpisodeOfCare.team"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-CareTeam"/> - </type> - </element> - <element id="EpisodeOfCare.team.identifier.assigner"> - <path value="EpisodeOfCare.team.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="EpisodeOfCare.account.identifier.assigner"> - <path value="EpisodeOfCare.account.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - </differential> + - **Encounter:** Visit, Contact." /> + <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="workflow" /> + <uri value="http://hl7.org/fhir/workflow" /> + <name value="Workflow Pattern" /> + </mapping> + <mapping> + <identity value="rim" /> + <uri value="http://hl7.org/v3" /> + <name value="RIM Mapping" /> + </mapping> + <mapping> + <identity value="w5" /> + <uri value="http://hl7.org/fhir/fivews" /> + <name value="FiveWs Pattern Mapping" /> + </mapping> + <kind value="resource" /> + <abstract value="false" /> + <type value="EpisodeOfCare" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" /> + <derivation value="constraint" /> + <differential> + <element id="EpisodeOfCare.identifier.assigner"> + <path value="EpisodeOfCare.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="EpisodeOfCare.diagnosis.condition"> + <path value="EpisodeOfCare.diagnosis.condition" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Condition" /> + </type> + </element> + <element id="EpisodeOfCare.diagnosis.condition.identifier.assigner"> + <path value="EpisodeOfCare.diagnosis.condition.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="EpisodeOfCare.patient"> + <path value="EpisodeOfCare.patient" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" /> + </type> + </element> + <element id="EpisodeOfCare.patient.identifier.assigner"> + <path value="EpisodeOfCare.patient.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="EpisodeOfCare.managingOrganization"> + <path value="EpisodeOfCare.managingOrganization" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="EpisodeOfCare.managingOrganization.identifier.assigner"> + <path value="EpisodeOfCare.managingOrganization.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="EpisodeOfCare.referralRequest"> + <path value="EpisodeOfCare.referralRequest" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest" /> + </type> + </element> + <element id="EpisodeOfCare.referralRequest.identifier.assigner"> + <path value="EpisodeOfCare.referralRequest.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="EpisodeOfCare.careManager"> + <path value="EpisodeOfCare.careManager" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" /> + </type> + </element> + <element id="EpisodeOfCare.careManager.identifier.assigner"> + <path value="EpisodeOfCare.careManager.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="EpisodeOfCare.team"> + <path value="EpisodeOfCare.team" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-CareTeam" /> + </type> + </element> + <element id="EpisodeOfCare.team.identifier.assigner"> + <path value="EpisodeOfCare.team.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="EpisodeOfCare.account.identifier.assigner"> + <path value="EpisodeOfCare.account.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + </differential> </StructureDefinition> diff --git a/structuredefinitions/UKCore-HealthcareService.xml b/structuredefinitions/UKCore-HealthcareService.xml index f0b6421e..7f88562e 100644 --- a/structuredefinitions/UKCore-HealthcareService.xml +++ b/structuredefinitions/UKCore-HealthcareService.xml @@ -1,102 +1,102 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="UKCore-HealthcareService"/> - <url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-HealthcareService"/> - <version value="1.2.0"/> - <name value="UKCoreHealthcareService"/> - <title value="UK Core HealthcareService"/> - <status value="active"/> - <date value="2022-12-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="This profile defines the UK constraints and extensions on the International FHIR resource [HealthcareService](https://hl7.org/fhir/R4/HealthcareService.html)."/> - <purpose value="This profile is used to describe a single healthcare service or category of services that are provided by an organisation at a location, including a virtual location."/> - <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="resource"/> - <abstract value="false"/> - <type value="HealthcareService"/> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/HealthcareService"/> - <derivation value="constraint"/> - <differential> - <element id="HealthcareService.identifier.assigner"> - <path value="HealthcareService.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="HealthcareService.providedBy"> - <path value="HealthcareService.providedBy"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="HealthcareService.providedBy.identifier.assigner"> - <path value="HealthcareService.providedBy.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="HealthcareService.specialty"> - <path value="HealthcareService.specialty"/> - <binding> - <strength value="extensible"/> - <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-PracticeSettingCode"/> - </binding> - </element> - <element id="HealthcareService.location"> - <path value="HealthcareService.location"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location"/> - </type> - </element> - <element id="HealthcareService.location.identifier.assigner"> - <path value="HealthcareService.location.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="HealthcareService.coverageArea"> - <path value="HealthcareService.coverageArea"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location"/> - </type> - </element> - <element id="HealthcareService.coverageArea.identifier.assigner"> - <path value="HealthcareService.coverageArea.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="HealthcareService.communication"> - <path value="HealthcareService.communication"/> - <binding> - <strength value="extensible"/> - <description value="A ValueSet that identifies the language used by a person."/> - <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-HumanLanguage"/> - </binding> - </element> - <element id="HealthcareService.endpoint.identifier.assigner"> - <path value="HealthcareService.endpoint.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - </differential> + <id value="UKCore-HealthcareService" /> + <url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-HealthcareService" /> + <version value="1.2.0" /> + <name value="UKCoreHealthcareService" /> + <title value="UK Core HealthcareService" /> + <status value="active" /> + <date value="2022-12-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="This profile defines the UK constraints and extensions on the International FHIR resource [HealthcareService](https://hl7.org/fhir/R4/HealthcareService.html)." /> + <purpose value="This profile is used to describe a single healthcare service or category of services that are provided by an organisation at a location, including a virtual location." /> + <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="resource" /> + <abstract value="false" /> + <type value="HealthcareService" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/HealthcareService" /> + <derivation value="constraint" /> + <differential> + <element id="HealthcareService.identifier.assigner"> + <path value="HealthcareService.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="HealthcareService.providedBy"> + <path value="HealthcareService.providedBy" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="HealthcareService.providedBy.identifier.assigner"> + <path value="HealthcareService.providedBy.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="HealthcareService.specialty"> + <path value="HealthcareService.specialty" /> + <binding> + <strength value="extensible" /> + <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-PracticeSettingCode" /> + </binding> + </element> + <element id="HealthcareService.location"> + <path value="HealthcareService.location" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location" /> + </type> + </element> + <element id="HealthcareService.location.identifier.assigner"> + <path value="HealthcareService.location.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="HealthcareService.coverageArea"> + <path value="HealthcareService.coverageArea" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location" /> + </type> + </element> + <element id="HealthcareService.coverageArea.identifier.assigner"> + <path value="HealthcareService.coverageArea.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="HealthcareService.communication"> + <path value="HealthcareService.communication" /> + <binding> + <strength value="extensible" /> + <description value="A ValueSet that identifies the language used by a person." /> + <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-HumanLanguage" /> + </binding> + </element> + <element id="HealthcareService.endpoint.identifier.assigner"> + <path value="HealthcareService.endpoint.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + </differential> </StructureDefinition> diff --git a/structuredefinitions/UKCore-Observation-AlcoholConsumption.xml b/structuredefinitions/UKCore-Observation-AlcoholConsumption.xml index c4f79ae3..21fc1ed9 100644 --- a/structuredefinitions/UKCore-Observation-AlcoholConsumption.xml +++ b/structuredefinitions/UKCore-Observation-AlcoholConsumption.xml @@ -2,7 +2,7 @@ <StructureDefinition xmlns="http://hl7.org/fhir"> <id value="UKCore-Observation-AlcoholConsumption" /> <url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-AlcoholConsumption" /> - <version value="0.0.1"/> + <version value="0.0.1" /> <name value="UKCoreObservationAlcoholConsumption" /> <title value="UKCore Observation Alcohol Consumption" /> <status value="draft" /> diff --git a/structuredefinitions/UKCore-PractitionerRole.xml b/structuredefinitions/UKCore-PractitionerRole.xml index 7b310382..3274fc1c 100644 --- a/structuredefinitions/UKCore-PractitionerRole.xml +++ b/structuredefinitions/UKCore-PractitionerRole.xml @@ -95,7 +95,7 @@ <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> </type> </element> - <element id="PractitionerRole.specialty"> + <element id="PractitionerRole.specialty"> <path value="PractitionerRole.specialty" /> <binding> <strength value="extensible" /> diff --git a/structuredefinitions/UKCore-RequestGroup.xml b/structuredefinitions/UKCore-RequestGroup.xml index 68f3c67b..08e1da36 100644 --- a/structuredefinitions/UKCore-RequestGroup.xml +++ b/structuredefinitions/UKCore-RequestGroup.xml @@ -59,8 +59,8 @@ <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> </type> </element> - <element id="RequestGroup.basedOn.identifier.assigner"> - <path value="RequestGroup.basedOn.identifier.assigner" /> + <element id="RequestGroup.basedOn.identifier.assigner"> + <path value="RequestGroup.basedOn.identifier.assigner" /> <type> <code value="Reference" /> <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> diff --git a/structuredefinitions/UKCore-Schedule.xml b/structuredefinitions/UKCore-Schedule.xml index 524f4c03..cc8407b9 100644 --- a/structuredefinitions/UKCore-Schedule.xml +++ b/structuredefinitions/UKCore-Schedule.xml @@ -1,80 +1,80 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="UKCore-Schedule"/> - <url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Schedule"/> - <version value="1.2.0"/> - <name value="UKCoreSchedule"/> - <title value="UK Core Schedule"/> - <status value="active"/> - <date value="2022-12-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="This profile defines the UK constraints and extensions on the International FHIR resource [Schedule](https://hl7.org/fhir/R4/Schedule.html)."/> - <purpose value="Schedule resources provide a container for time-slots that can be booked using an appointment. It provides the window of time (period) that slots are defined for and what type of appointments can be booked. The schedule does not provide any information about actual appointments. This separation greatly assists where access to the appointments would not be permitted for security or privacy reasons, while still being able to determine if an appointment might be available."/> - <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="w5"/> - <uri value="http://hl7.org/fhir/fivews"/> - <name value="FiveWs Pattern Mapping"/> - </mapping> - <mapping> - <identity value="rim"/> - <uri value="http://hl7.org/v3"/> - <name value="RIM Mapping"/> - </mapping> - <mapping> - <identity value="ical"/> - <uri value="http://ietf.org/rfc/2445"/> - <name value="iCalendar"/> - </mapping> - <kind value="resource"/> - <abstract value="false"/> - <type value="Schedule"/> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Schedule"/> - <derivation value="constraint"/> - <differential> - <element id="Schedule.identifier.assigner"> - <path value="Schedule.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="Schedule.specialty"> - <path value="Schedule.specialty"/> - <binding> - <strength value="extensible"/> - <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-PracticeSettingCode"/> - </binding> - </element> - <element id="Schedule.actor"> - <path value="Schedule.actor"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Device"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-HealthcareService"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson"/> - </type> - </element> - <element id="Schedule.actor.identifier.assigner"> - <path value="Schedule.actor.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - </differential> + <id value="UKCore-Schedule" /> + <url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Schedule" /> + <version value="1.2.0" /> + <name value="UKCoreSchedule" /> + <title value="UK Core Schedule" /> + <status value="active" /> + <date value="2022-12-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="This profile defines the UK constraints and extensions on the International FHIR resource [Schedule](https://hl7.org/fhir/R4/Schedule.html)." /> + <purpose value="Schedule resources provide a container for time-slots that can be booked using an appointment. It provides the window of time (period) that slots are defined for and what type of appointments can be booked. The schedule does not provide any information about actual appointments. This separation greatly assists where access to the appointments would not be permitted for security or privacy reasons, while still being able to determine if an appointment might be available." /> + <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="w5" /> + <uri value="http://hl7.org/fhir/fivews" /> + <name value="FiveWs Pattern Mapping" /> + </mapping> + <mapping> + <identity value="rim" /> + <uri value="http://hl7.org/v3" /> + <name value="RIM Mapping" /> + </mapping> + <mapping> + <identity value="ical" /> + <uri value="http://ietf.org/rfc/2445" /> + <name value="iCalendar" /> + </mapping> + <kind value="resource" /> + <abstract value="false" /> + <type value="Schedule" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Schedule" /> + <derivation value="constraint" /> + <differential> + <element id="Schedule.identifier.assigner"> + <path value="Schedule.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Schedule.specialty"> + <path value="Schedule.specialty" /> + <binding> + <strength value="extensible" /> + <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-PracticeSettingCode" /> + </binding> + </element> + <element id="Schedule.actor"> + <path value="Schedule.actor" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Device" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-HealthcareService" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson" /> + </type> + </element> + <element id="Schedule.actor.identifier.assigner"> + <path value="Schedule.actor.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + </differential> </StructureDefinition> diff --git a/structuredefinitions/UKCore-Slot.xml b/structuredefinitions/UKCore-Slot.xml index 9058c65a..4461ba40 100644 --- a/structuredefinitions/UKCore-Slot.xml +++ b/structuredefinitions/UKCore-Slot.xml @@ -1,96 +1,96 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="UKCore-Slot"/> - <url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Slot"/> - <version value="1.2.0"/> - <name value="UKCoreSlot"/> - <title value="UK Core Slot"/> - <status value="active"/> - <date value="2022-12-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="This profile defines the UK constraints and extensions on the International FHIR resource [Slot](https://hl7.org/fhir/R4/Slot.html)."/> - <purpose value="Slot resources are used to provide time-slots that can be booked using an appointment. They do not provide any information about appointments that are available, just the time, and optionally what the time can be used for. These are effectively spaces of free/busy time. Slots can also be marked as busy without having appointments associated."/> - <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> - <mapping> - <identity value="ical"/> - <uri value="http://ietf.org/rfc/2445"/> - <name value="iCalendar"/> - </mapping> - <mapping> - <identity value="w5"/> - <uri value="http://hl7.org/fhir/fivews"/> - <name value="FiveWs Pattern Mapping"/> - </mapping> - <kind value="resource"/> - <abstract value="false"/> - <type value="Slot"/> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Slot"/> - <derivation value="constraint"/> - <differential> - <element id="Slot.extension"> - <path value="Slot.extension"/> - <slicing> - <discriminator> - <type value="value"/> - <path value="url"/> - </discriminator> - <rules value="open"/> - </slicing> - <min value="0"/> - </element> - <element id="Slot.extension:deliveryChannel"> - <path value="Slot.extension"/> - <sliceName value="deliveryChannel"/> - <min value="0"/> - <max value="1"/> - <type> - <code value="Extension"/> - <profile value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel"/> - </type> - <isModifier value="false"/> - </element> - <element id="Slot.identifier.assigner"> - <path value="Slot.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - <element id="Slot.specialty"> - <path value="Slot.specialty"/> - <binding> - <strength value="extensible"/> - <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-PracticeSettingCode"/> - </binding> - </element> - <element id="Slot.schedule"> - <path value="Slot.schedule"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Schedule"/> - </type> - </element> - <element id="Slot.schedule.identifier.assigner"> - <path value="Slot.schedule.identifier.assigner"/> - <type> - <code value="Reference"/> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"/> - </type> - </element> - </differential> + <id value="UKCore-Slot" /> + <url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Slot" /> + <version value="1.2.0" /> + <name value="UKCoreSlot" /> + <title value="UK Core Slot" /> + <status value="active" /> + <date value="2022-12-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="This profile defines the UK constraints and extensions on the International FHIR resource [Slot](https://hl7.org/fhir/R4/Slot.html)." /> + <purpose value="Slot resources are used to provide time-slots that can be booked using an appointment. They do not provide any information about appointments that are available, just the time, and optionally what the time can be used for. These are effectively spaces of free/busy time. Slots can also be marked as busy without having appointments associated." /> + <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> + <mapping> + <identity value="ical" /> + <uri value="http://ietf.org/rfc/2445" /> + <name value="iCalendar" /> + </mapping> + <mapping> + <identity value="w5" /> + <uri value="http://hl7.org/fhir/fivews" /> + <name value="FiveWs Pattern Mapping" /> + </mapping> + <kind value="resource" /> + <abstract value="false" /> + <type value="Slot" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Slot" /> + <derivation value="constraint" /> + <differential> + <element id="Slot.extension"> + <path value="Slot.extension" /> + <slicing> + <discriminator> + <type value="value" /> + <path value="url" /> + </discriminator> + <rules value="open" /> + </slicing> + <min value="0" /> + </element> + <element id="Slot.extension:deliveryChannel"> + <path value="Slot.extension" /> + <sliceName value="deliveryChannel" /> + <min value="0" /> + <max value="1" /> + <type> + <code value="Extension" /> + <profile value="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel" /> + </type> + <isModifier value="false" /> + </element> + <element id="Slot.identifier.assigner"> + <path value="Slot.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + <element id="Slot.specialty"> + <path value="Slot.specialty" /> + <binding> + <strength value="extensible" /> + <valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-PracticeSettingCode" /> + </binding> + </element> + <element id="Slot.schedule"> + <path value="Slot.schedule" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Schedule" /> + </type> + </element> + <element id="Slot.schedule.identifier.assigner"> + <path value="Slot.schedule.identifier.assigner" /> + <type> + <code value="Reference" /> + <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> + </type> + </element> + </differential> </StructureDefinition> diff --git a/structuredefinitions/UKCore-Task - Copy.xml b/structuredefinitions/UKCore-Task - Copy.xml index 351fb7c4..0374f4b3 100644 --- a/structuredefinitions/UKCore-Task - Copy.xml +++ b/structuredefinitions/UKCore-Task - Copy.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="utf-8"?> <StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="UKCore-Task" /> - <url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Task"/> - <version value="1.2.0"/> - <name value="UKCoreTask"/> - <title value="UK Core Task"/> - <status value="active"/> - <date value="2022-12-16"/> - <publisher value="HL7 UK"/> + <id value="UKCore-Task" /> + <url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Task" /> + <version value="1.2.0" /> + <name value="UKCoreTask" /> + <title value="UK Core Task" /> + <status value="active" /> + <date value="2022-12-16" /> + <publisher value="HL7 UK" /> <contact> <name value="HL7 UK" /> <telecom> diff --git a/valuesets/ValueSet-UKCore-ACVPU.xml b/valuesets/ValueSet-UKCore-ACVPU.xml index ebd50462..a0869bf2 100644 --- a/valuesets/ValueSet-UKCore-ACVPU.xml +++ b/valuesets/ValueSet-UKCore-ACVPU.xml @@ -1,67 +1,67 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ACVPU"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ACVPU"/> - <version value="2.1.0"/> - <name value="UKCoreACVPU"/> - <title value="UK Core ACVPU"/> - <status value="draft"/> - <date value="2023-09-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="A set of codes that define a patients level of consciousness. Selected from the SNOMED CT UK coding system: + <id value="UKCore-ACVPU" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ACVPU" /> + <version value="2.1.0" /> + <name value="UKCoreACVPU" /> + <title value="UK Core ACVPU" /> + <status value="draft" /> + <date value="2023-09-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="A set of codes that define a patients level of consciousness. Selected from the SNOMED CT UK coding system: - 248234008 | Mentally alert - 300202002 | Responds to voice - 450847001 | Responds to pain - 422768004 | Unresponsive - - 130987000 | Acute confusion"/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="(248234008 OR 300202002 OR 450847001 OR 422768004 OR 130987000)"/> - </filter> - </include> - </compose> - <expansion> - <identifier value="6c36caea-57d1-42a7-8621-ae1addc67581"/> - <timestamp value="2023-01-20T10:50:41+00:00"/> - <total value="5"/> - <offset value="0"/> - <contains> - <system value="http://snomed.info/sct"/> - <code value="130987000"/> - <display value="Acute confusion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="248234008"/> - <display value="Mentally alert"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="450847001"/> - <display value="Responds to pain"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="300202002"/> - <display value="Responds to voice"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="422768004"/> - <display value="Unresponsive"/> - </contains> - </expansion> + - 130987000 | Acute confusion" /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="(248234008 OR 300202002 OR 450847001 OR 422768004 OR 130987000)" /> + </filter> + </include> + </compose> + <expansion> + <identifier value="6c36caea-57d1-42a7-8621-ae1addc67581" /> + <timestamp value="2023-01-20T10:50:41+00:00" /> + <total value="5" /> + <offset value="0" /> + <contains> + <system value="http://snomed.info/sct" /> + <code value="130987000" /> + <display value="Acute confusion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="248234008" /> + <display value="Mentally alert" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="450847001" /> + <display value="Responds to pain" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="300202002" /> + <display value="Responds to voice" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="422768004" /> + <display value="Unresponsive" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-AddressKeyType.xml b/valuesets/ValueSet-UKCore-AddressKeyType.xml index 8d18dee5..1393ef55 100644 --- a/valuesets/ValueSet-UKCore-AddressKeyType.xml +++ b/valuesets/ValueSet-UKCore-AddressKeyType.xml @@ -1,55 +1,55 @@ <?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-AddressKeyType"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AddressKeyType"/> - <version value="2.1.0" /> - <name value="UKCoreAddressKeyType"/> - <title value="UK Core Address Key Type"/> - <status value="active" /> - <date value="2021-09-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="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="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType"/> - </include> - </compose> - <expansion> - <identifier value="ecf148bc-2e81-4fd0-b411-d54020d64198"/> - <timestamp value="2021-09-10T07:49:44+00:00"/> - <total value="2"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType|2.1.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType"/> - <code value="PAF"/> - <display value="Postcode Address File"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType"/> - <code value="UPRN"/> - <display value="Unique Property Reference Number"/> - </contains> - </expansion> + <id value="UKCore-AddressKeyType" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AddressKeyType" /> + <version value="2.1.0" /> + <name value="UKCoreAddressKeyType" /> + <title value="UK Core Address Key Type" /> + <status value="active" /> + <date value="2021-09-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="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="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType" /> + </include> + </compose> + <expansion> + <identifier value="ecf148bc-2e81-4fd0-b411-d54020d64198" /> + <timestamp value="2021-09-10T07:49:44+00:00" /> + <total value="2" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType|2.1.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType" /> + <code value="PAF" /> + <display value="Postcode Address File" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType" /> + <code value="UPRN" /> + <display value="Unique Property Reference Number" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-AdmissionMethod.xml b/valuesets/ValueSet-UKCore-AdmissionMethod.xml index f117d499..226f6bb0 100644 --- a/valuesets/ValueSet-UKCore-AdmissionMethod.xml +++ b/valuesets/ValueSet-UKCore-AdmissionMethod.xml @@ -1,261 +1,261 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-AdmissionMethod" /> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AdmissionMethod" /> - <version value="2.1.0" /> - <name value="UKCoreAdmissionMethod" /> - <title value="UK Core Admission Method" /> - <status value="active" /> - <date value="2022-01-07" /> - <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 method of admission to a hospital provider spell." /> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> - </include> - </compose> - <expansion> - <identifier value="00d23c0f-fd6c-4c40-9db8-961d5792f61d"/> - <timestamp value="2022-01-10T14:51:00+00:00"/> - <total value="35"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland|1.0.0"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="99"/> - <display value="Admission Method not known"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="12"/> - <display value="Elective Admission: Booked"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales"/> - <version value="1.0.0"/> - <code value="12"/> - <display value="Elective Admission: Booked"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="13"/> - <display value="Elective Admission: Planned"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales"/> - <version value="1.0.0"/> - <code value="13"/> - <display value="Elective Admission: Planned"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="11"/> - <display value="Elective Admission: Waiting list"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales"/> - <version value="1.0.0"/> - <code value="11"/> - <display value="Elective Admission: Waiting list"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales"/> - <version value="1.0.0"/> - <code value="21"/> - <display value="Emergency Admission: A & E or dental casualty department of the health care provider"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="25"/> - <display value="Emergency Admission: Admission via Mental Health Crisis Resolution Team"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="2C"/> - <display value="Emergency Admission: Baby born at home as intended"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="23"/> - <display value="Emergency Admission: Bed bureau"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales"/> - <version value="1.0.0"/> - <code value="23"/> - <display value="Emergency Admission: Bed bureau"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales"/> - <version value="1.0.0"/> - <code value="24"/> - <display value="Emergency Admission: Consultant clinic of this or another health care provider"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="24"/> - <display value="Emergency Admission: Consultant Clinic, of this or another Health Care Provider"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales"/> - <version value="1.0.0"/> - <code value="25"/> - <display value="Emergency Admission: Domiciliary visit by Consultant"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="2A"/> - <display value="Emergency Admission: Emergency Care Department of another provider where the Patient had not been admitted"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="21"/> - <display value="Emergency Admission: Emergency Care Department or dental casualty department of the Health Care Provider"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="22"/> - <display value="Emergency Admission: General Practitioner: after a request for immediate admission has been made direct to a Hospital Provider, i.e. not through a Bed bureau, by a General Practitioner or deputy"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales"/> - <version value="1.0.0"/> - <code value="22"/> - <display value="Emergency Admission: GP: after a request for immediate admission has been made direct to a hospital provider (i.e. not through a Bed Bureau) by a General Practitioner or deputy"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="2D"/> - <display value="Emergency Admission: Other emergency admission"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="28"/> - <display value="Emergency Admission: Other means, examples are: - admitted from the Emergency Care Department of another provider where they had not been admitted - transfer of an admitted Patient from another Hospital Provider in an emergency - baby born at home as intended"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales"/> - <version value="1.0.0"/> - <code value="28"/> - <display value="Emergency Admission: Other means, including admitted from the A & E department of another provider where they had not been admitted"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="2B"/> - <display value="Emergency Admission: Transfer of an admitted Patient from another Hospital Provider in an emergency"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales"/> - <version value="1.0.0"/> - <code value="27"/> - <display value="Emergency Admission: Via NHS Direct Services"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="31"/> - <display value="Maternity Admission: Admitted ante partum"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales"/> - <version value="1.0.0"/> - <code value="31"/> - <display value="Maternity Admission: Admitted ante-partum"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="32"/> - <display value="Maternity Admission: Admitted post partum"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales"/> - <version value="1.0.0"/> - <code value="32"/> - <display value="Maternity Admission: Admitted post-partum"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="98"/> - <display value="Not applicable"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales"/> - <version value="1.0.0"/> - <code value="83"/> - <display value="Other Admission: Baby born outside the health care provider (except when born at home as intended. In this case the baby is an emergency admission. e.g. if midwife's decision to admit the baby use Admission Method 28)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="83"/> - <display value="Other Admission: Baby born outside the Health Care Provider except when born at home as intended"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="82"/> - <display value="Other Admission: The birth of a baby in this Health Care Provider"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales"/> - <version value="1.0.0"/> - <code value="82"/> - <display value="Other Admission: The birth of a baby in this health care provider"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland"/> - <version value="1.0.0"/> - <code value="81"/> - <display value="Other Admission: Transfer of any admitted Patient from other Hospital Provider other than in an emergency"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales"/> - <version value="1.0.0"/> - <code value="81"/> - <display value="Other Admission: Transfer of any admitted patient from other hospital provider. May be used for an elective or emergency transfer from other hospital provider."/> - </contains> - </expansion> + <id value="UKCore-AdmissionMethod" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AdmissionMethod" /> + <version value="2.1.0" /> + <name value="UKCoreAdmissionMethod" /> + <title value="UK Core Admission Method" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 method of admission to a hospital provider spell." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + </include> + </compose> + <expansion> + <identifier value="00d23c0f-fd6c-4c40-9db8-961d5792f61d" /> + <timestamp value="2022-01-10T14:51:00+00:00" /> + <total value="35" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland|1.0.0" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="99" /> + <display value="Admission Method not known" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="12" /> + <display value="Elective Admission: Booked" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + <version value="1.0.0" /> + <code value="12" /> + <display value="Elective Admission: Booked" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="13" /> + <display value="Elective Admission: Planned" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + <version value="1.0.0" /> + <code value="13" /> + <display value="Elective Admission: Planned" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="11" /> + <display value="Elective Admission: Waiting list" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + <version value="1.0.0" /> + <code value="11" /> + <display value="Elective Admission: Waiting list" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + <version value="1.0.0" /> + <code value="21" /> + <display value="Emergency Admission: A & E or dental casualty department of the health care provider" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="25" /> + <display value="Emergency Admission: Admission via Mental Health Crisis Resolution Team" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="2C" /> + <display value="Emergency Admission: Baby born at home as intended" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="23" /> + <display value="Emergency Admission: Bed bureau" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + <version value="1.0.0" /> + <code value="23" /> + <display value="Emergency Admission: Bed bureau" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + <version value="1.0.0" /> + <code value="24" /> + <display value="Emergency Admission: Consultant clinic of this or another health care provider" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="24" /> + <display value="Emergency Admission: Consultant Clinic, of this or another Health Care Provider" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + <version value="1.0.0" /> + <code value="25" /> + <display value="Emergency Admission: Domiciliary visit by Consultant" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="2A" /> + <display value="Emergency Admission: Emergency Care Department of another provider where the Patient had not been admitted" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="21" /> + <display value="Emergency Admission: Emergency Care Department or dental casualty department of the Health Care Provider" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="22" /> + <display value="Emergency Admission: General Practitioner: after a request for immediate admission has been made direct to a Hospital Provider, i.e. not through a Bed bureau, by a General Practitioner or deputy" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + <version value="1.0.0" /> + <code value="22" /> + <display value="Emergency Admission: GP: after a request for immediate admission has been made direct to a hospital provider (i.e. not through a Bed Bureau) by a General Practitioner or deputy" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="2D" /> + <display value="Emergency Admission: Other emergency admission" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="28" /> + <display value="Emergency Admission: Other means, examples are: - admitted from the Emergency Care Department of another provider where they had not been admitted - transfer of an admitted Patient from another Hospital Provider in an emergency - baby born at home as intended" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + <version value="1.0.0" /> + <code value="28" /> + <display value="Emergency Admission: Other means, including admitted from the A & E department of another provider where they had not been admitted" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="2B" /> + <display value="Emergency Admission: Transfer of an admitted Patient from another Hospital Provider in an emergency" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + <version value="1.0.0" /> + <code value="27" /> + <display value="Emergency Admission: Via NHS Direct Services" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="31" /> + <display value="Maternity Admission: Admitted ante partum" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + <version value="1.0.0" /> + <code value="31" /> + <display value="Maternity Admission: Admitted ante-partum" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="32" /> + <display value="Maternity Admission: Admitted post partum" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + <version value="1.0.0" /> + <code value="32" /> + <display value="Maternity Admission: Admitted post-partum" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="98" /> + <display value="Not applicable" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + <version value="1.0.0" /> + <code value="83" /> + <display value="Other Admission: Baby born outside the health care provider (except when born at home as intended. In this case the baby is an emergency admission. e.g. if midwife's decision to admit the baby use Admission Method 28)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="83" /> + <display value="Other Admission: Baby born outside the Health Care Provider except when born at home as intended" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="82" /> + <display value="Other Admission: The birth of a baby in this Health Care Provider" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + <version value="1.0.0" /> + <code value="82" /> + <display value="Other Admission: The birth of a baby in this health care provider" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> + <version value="1.0.0" /> + <code value="81" /> + <display value="Other Admission: Transfer of any admitted Patient from other Hospital Provider other than in an emergency" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodWales" /> + <version value="1.0.0" /> + <code value="81" /> + <display value="Other Admission: Transfer of any admitted patient from other hospital provider. May be used for an elective or emergency transfer from other hospital provider." /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-AlcoholConsumption.xml b/valuesets/ValueSet-UKCore-AlcoholConsumption.xml index ce84e111..bb818fbe 100644 --- a/valuesets/ValueSet-UKCore-AlcoholConsumption.xml +++ b/valuesets/ValueSet-UKCore-AlcoholConsumption.xml @@ -1,33 +1,33 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-AlcoholConsumption"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AlcoholConsumption"/> - <version value="0.0.1"/> - <name value="UKCoreAlcoholConsumption"/> - <title value="UK Core Alcohol Consumption"/> - <status value="draft"/> - <date value="2023-09-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="A set of codes that define a patients level of consciousness. Selected from the SNOMED CT UK coding system: + <id value="UKCore-AlcoholConsumption" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AlcoholConsumption" /> + <version value="0.0.1" /> + <name value="UKCoreAlcoholConsumption" /> + <title value="UK Core Alcohol Consumption" /> + <status value="draft" /> + <date value="2023-09-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="A set of codes that define a patients level of consciousness. Selected from the SNOMED CT UK coding system: - 1082641000000106 | Alcohol units consumed per week (observable entity) - - 1082631000000102 | Alcohol units consumed per day (observable entity)"/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="1082641000000106 OR 1082631000000102"/> - </filter> - </include> - </compose> + - 1082631000000102 | Alcohol units consumed per day (observable entity)" /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="1082641000000106 OR 1082631000000102" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-AllergyCode.xml b/valuesets/ValueSet-UKCore-AllergyCode.xml index 5d58bd4c..ed99e080 100644 --- a/valuesets/ValueSet-UKCore-AllergyCode.xml +++ b/valuesets/ValueSet-UKCore-AllergyCode.xml @@ -1,22 +1,22 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-AllergyCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AllergyCode"/> - <version value="2.2.0"/> - <name value="UKCoreAllergyCode"/> - <title value="UK Core Allergy Code"/> - <status value="active"/> - <date value="2022-08-26"/> - <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 from the following dm+d (dictionary of medicines and devices) concept classes that define a medication or medication ingredient that the patient has an allergy or intolerance to: + <id value="UKCore-AllergyCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AllergyCode" /> + <version value="2.2.0" /> + <name value="UKCoreAllergyCode" /> + <title value="UK Core Allergy Code" /> + <status value="active" /> + <date value="2022-08-26" /> + <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 from the following dm+d (dictionary of medicines and devices) concept classes that define a medication or medication ingredient that the patient has an allergy or intolerance to: - VTM – Virtual Therapeutic Moiety - VMP – Virtual Medicinal Product - AMP – Actual Medicinal Product @@ -25,55 +25,55 @@ A set of codes from the SNOMED CT UK coding system that: - identify a substance or pharmaceutical or biologic product that the patient has an allergy or intolerance to - state that the patient has no known allergy or does not have a specific allergy - provide a degrade of information about a drug or non-drug allergy -Where no dm+d or SNOMED CT coded information is available, a specific code from the nullFlavor Code System can be used instead to indicate this."/> - <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement."/> - <compose> - <include> - <system value="https://dmd.nhs.uk"/> - <filter> - <property value = "parent"/> - <op value = "="/> - <value value = "VTM"/> - </filter> - </include> - <include> - <system value="https://dmd.nhs.uk"/> - <filter> - <property value = "parent"/> - <op value = "="/> - <value value = "VMP"/> - </filter> - </include> - <include> - <system value="https://dmd.nhs.uk"/> - <filter> - <property value = "parent"/> - <op value = "="/> - <value value = "AMP"/> - </filter> - </include> - <include> - <system value="https://dmd.nhs.uk"/> - <filter> - <property value = "parent"/> - <op value = "="/> - <value value = "INGREDIENT"/> - </filter> - </include> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="descendantOf 105590001 OR descendantOf 373873005 OR descendantOrSelfOf 716186003 OR 196461000000101 OR 196471000000108"/> - </filter> - </include> - <include> - <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> - <concept> - <code value="NI"/> - <display value="NoInformation"/> - </concept> - </include> - </compose> +Where no dm+d or SNOMED CT coded information is available, a specific code from the nullFlavor Code System can be used instead to indicate this." /> + <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="https://dmd.nhs.uk" /> + <filter> + <property value = "parent" /> + <op value = "=" /> + <value value = "VTM" /> + </filter> + </include> + <include> + <system value="https://dmd.nhs.uk" /> + <filter> + <property value = "parent" /> + <op value = "=" /> + <value value = "VMP" /> + </filter> + </include> + <include> + <system value="https://dmd.nhs.uk" /> + <filter> + <property value = "parent" /> + <op value = "=" /> + <value value = "AMP" /> + </filter> + </include> + <include> + <system value="https://dmd.nhs.uk" /> + <filter> + <property value = "parent" /> + <op value = "=" /> + <value value = "INGREDIENT" /> + </filter> + </include> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="descendantOf 105590001 OR descendantOf 373873005 OR descendantOrSelfOf 716186003 OR 196461000000101 OR 196471000000108" /> + </filter> + </include> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor" /> + <concept> + <code value="NI" /> + <display value="NoInformation" /> + </concept> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-AllergyExposureRoute.xml b/valuesets/ValueSet-UKCore-AllergyExposureRoute.xml index 65cdc290..6f278928 100644 --- a/valuesets/ValueSet-UKCore-AllergyExposureRoute.xml +++ b/valuesets/ValueSet-UKCore-AllergyExposureRoute.xml @@ -1,31 +1,31 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-AllergyExposureRoute"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AllergyExposureRoute"/> - <version value="2.0.0"/> - <name value="UKCoreAllergyExposureRoute"/> - <title value="UK Core Allergy Exposure Route"/> - <status value="retired" /> - <date value="2021-09-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="A code from the SNOMED Clinical Terminology UK coding system that describes the e-Prescribing route of administration. Any code from the SNOMED CT UK 'NHS e-Prescribing route of administration subset' with subset original id 30201000001137; the corresponding SNOMED CT UK Refset FSN is 'ePrescribing route of administration simple reference set (foundation metadata concept)' with Refset Id 999000051000001100."/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="^999000051000001100 |ePrescribing route of administration simple reference set|"/> - </filter> - </include> - </compose> + <id value="UKCore-AllergyExposureRoute" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AllergyExposureRoute" /> + <version value="2.0.0" /> + <name value="UKCoreAllergyExposureRoute" /> + <title value="UK Core Allergy Exposure Route" /> + <status value="retired" /> + <date value="2021-09-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="A code from the SNOMED Clinical Terminology UK coding system that describes the e-Prescribing route of administration. Any code from the SNOMED CT UK 'NHS e-Prescribing route of administration subset' with subset original id 30201000001137; the corresponding SNOMED CT UK Refset FSN is 'ePrescribing route of administration simple reference set (foundation metadata concept)' with Refset Id 999000051000001100." /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="^999000051000001100 |ePrescribing route of administration simple reference set|" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-AllergyManifestation.xml b/valuesets/ValueSet-UKCore-AllergyManifestation.xml index 08baea12..bca44577 100644 --- a/valuesets/ValueSet-UKCore-AllergyManifestation.xml +++ b/valuesets/ValueSet-UKCore-AllergyManifestation.xml @@ -1,40 +1,40 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-AllergyManifestation"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AllergyManifestation"/> - <version value="2.2.0"/> - <name value="UKCoreAllergyManifestation"/> - <title value="UK Core Allergy Manifestation"/> - <status value="active"/> - <date value="2022-08-26"/> - <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 describe how a patient's allergy was manifested. Selected from the 'Health issues' simple reference set of the SNOMED CT UK coding system. + <id value="UKCore-AllergyManifestation" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AllergyManifestation" /> + <version value="2.2.0" /> + <name value="UKCoreAllergyManifestation" /> + <title value="UK Core Allergy Manifestation" /> + <status value="active" /> + <date value="2022-08-26" /> + <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 describe how a patient's allergy was manifested. Selected from the 'Health issues' simple reference set of the SNOMED CT UK coding system. Alternatively provides a code indicating a degrade of information about a clinical record entry. -Where no SNOMED CT coded information is available, a specific code from the nullFlavor Code System can be used instead to indicate this."/> - <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement."/> - <compose> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="memberOf 1127581000000103 or 196411000000103"/> - </filter> - </include> - <include> - <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> - <concept> - <code value="NI"/> - <display value="NoInformation"/> - </concept> - </include> - </compose> +Where no SNOMED CT coded information is available, a specific code from the nullFlavor Code System can be used instead to indicate this." /> + <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="memberOf 1127581000000103 or 196411000000103" /> + </filter> + </include> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor" /> + <concept> + <code value="NI" /> + <display value="NoInformation" /> + </concept> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-AllergySubstance.xml b/valuesets/ValueSet-UKCore-AllergySubstance.xml index 0485c9d9..9f8ea1fe 100644 --- a/valuesets/ValueSet-UKCore-AllergySubstance.xml +++ b/valuesets/ValueSet-UKCore-AllergySubstance.xml @@ -1,23 +1,23 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-AllergySubstance"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AllergySubstance"/> - <version value="2.2.0"/> - <name value="UKCoreAllergySubstance"/> - <title value="UK Core Allergy Substance"/> - <status value="active"/> - <date value="2022-08-26"/> - <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 from the following dm+d (dictionary of medicines and devices) concept classes that define a medication or medication ingredient that the patient has an allergy or intolerance to: - + <id value="UKCore-AllergySubstance" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AllergySubstance" /> + <version value="2.2.0" /> + <name value="UKCoreAllergySubstance" /> + <title value="UK Core Allergy Substance" /> + <status value="active" /> + <date value="2022-08-26" /> + <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 from the following dm+d (dictionary of medicines and devices) concept classes that define a medication or medication ingredient that the patient has an allergy or intolerance to: + - VTM – Virtual Therapeutic Moiety - VMP – Virtual Medicinal Product - AMP – Actual Medicinal Product @@ -27,55 +27,55 @@ A set of codes from the SNOMED CT UK coding system that: - identify a substance or pharmaceutical or biologic product that the patient has an allergy or intolerance to - provide a degrade of information about a drug or non-drug allergy -Where no dm+d or SNOMED CT coded information is available, a specific code from the nullFlavor Code System can be used instead to indicate this."/> - <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement."/> - <compose> - <include> - <system value="https://dmd.nhs.uk"/> - <filter> - <property value="parent"/> - <op value="="/> - <value value="VTM"/> - </filter> - </include> - <include> - <system value="https://dmd.nhs.uk"/> - <filter> - <property value="parent"/> - <op value="="/> - <value value="VMP"/> - </filter> - </include> - <include> - <system value="https://dmd.nhs.uk"/> - <filter> - <property value="parent"/> - <op value="="/> - <value value="AMP"/> - </filter> - </include> - <include> - <system value="https://dmd.nhs.uk"/> - <filter> - <property value="parent"/> - <op value="="/> - <value value="INGREDIENT"/> - </filter> - </include> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="descendantOf 105590001 OR descendantOf 373873005 OR 196461000000101 OR 196471000000108"/> - </filter> - </include> - <include> - <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> - <concept> - <code value="NI"/> - <display value="NoInformation"/> - </concept> - </include> - </compose> +Where no dm+d or SNOMED CT coded information is available, a specific code from the nullFlavor Code System can be used instead to indicate this." /> + <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="https://dmd.nhs.uk" /> + <filter> + <property value="parent" /> + <op value="=" /> + <value value="VTM" /> + </filter> + </include> + <include> + <system value="https://dmd.nhs.uk" /> + <filter> + <property value="parent" /> + <op value="=" /> + <value value="VMP" /> + </filter> + </include> + <include> + <system value="https://dmd.nhs.uk" /> + <filter> + <property value="parent" /> + <op value="=" /> + <value value="AMP" /> + </filter> + </include> + <include> + <system value="https://dmd.nhs.uk" /> + <filter> + <property value="parent" /> + <op value="=" /> + <value value="INGREDIENT" /> + </filter> + </include> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="descendantOf 105590001 OR descendantOf 373873005 OR 196461000000101 OR 196471000000108" /> + </filter> + </include> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor" /> + <concept> + <code value="NI" /> + <display value="NoInformation" /> + </concept> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-AppointmentReasonCode.xml b/valuesets/ValueSet-UKCore-AppointmentReasonCode.xml index d15445ad..03cf19c3 100644 --- a/valuesets/ValueSet-UKCore-AppointmentReasonCode.xml +++ b/valuesets/ValueSet-UKCore-AppointmentReasonCode.xml @@ -1,87 +1,87 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-AppointmentReasonCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AppointmentReasonCode"/> - <version value="1.0.0"/> - <name value="UKCoreAppointmentReasonCode"/> - <title value="UK Core Appointment Reason Code"/> - <status value="active" /> - <date value="2022-05-20" /> - <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 an appointment reason."/> - <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/v2-0276"/> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AppointmentReasonCode"/> - </include> - </compose> - <expansion> - <identifier value="7ecbba5a-30ae-4cf6-a822-0ad3ca676b62"/> - <timestamp value="2022-05-03T14:16:28+00:00"/> - <total value="6"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AppointmentReasonCode|1.0.0"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="http://terminology.hl7.org/CodeSystem/v2-0276|2.9"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/> - <version value="2.9"/> - <code value="FOLLOWUP"/> - <display value="A follow up visit from a previous appointment"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/> - <version value="2.9"/> - <code value="WALKIN"/> - <display value="A previously unscheduled walk-in visit"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/> - <version value="2.9"/> - <code value="CHECKUP"/> - <display value="A routine check-up, such as an annual physical"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/> - <version value="2.9"/> - <code value="EMERGENCY"/> - <display value="Emergency appointment"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/> - <version value="2.9"/> - <code value="ROUTINE"/> - <display value="Routine appointment - default if not valued"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AppointmentReasonCode"/> - <version value="1.0.0"/> - <code value="urgent-follow-up"/> - <display value="Urgent follow-up"/> - </contains> - </expansion> + <id value="UKCore-AppointmentReasonCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-AppointmentReasonCode" /> + <version value="1.0.0" /> + <name value="UKCoreAppointmentReasonCode" /> + <title value="UK Core Appointment Reason Code" /> + <status value="active" /> + <date value="2022-05-20" /> + <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 an appointment reason." /> + <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/v2-0276" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AppointmentReasonCode" /> + </include> + </compose> + <expansion> + <identifier value="7ecbba5a-30ae-4cf6-a822-0ad3ca676b62" /> + <timestamp value="2022-05-03T14:16:28+00:00" /> + <total value="6" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AppointmentReasonCode|1.0.0" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="http://terminology.hl7.org/CodeSystem/v2-0276|2.9" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v2-0276" /> + <version value="2.9" /> + <code value="FOLLOWUP" /> + <display value="A follow up visit from a previous appointment" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v2-0276" /> + <version value="2.9" /> + <code value="WALKIN" /> + <display value="A previously unscheduled walk-in visit" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v2-0276" /> + <version value="2.9" /> + <code value="CHECKUP" /> + <display value="A routine check-up, such as an annual physical" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v2-0276" /> + <version value="2.9" /> + <code value="EMERGENCY" /> + <display value="Emergency appointment" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v2-0276" /> + <version value="2.9" /> + <code value="ROUTINE" /> + <display value="Routine appointment - default if not valued" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AppointmentReasonCode" /> + <version value="1.0.0" /> + <code value="urgent-follow-up" /> + <display value="Urgent follow-up" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-BMI.xml b/valuesets/ValueSet-UKCore-BMI.xml index 320f2068..d3ece497 100644 --- a/valuesets/ValueSet-UKCore-BMI.xml +++ b/valuesets/ValueSet-UKCore-BMI.xml @@ -1,38 +1,38 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-BMI"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-BMI"/> - <version value="1.0.0"/> - <name value="UKCoreBMI"/> - <title value="UK Core BMI"/> - <status value="draft"/> - <date value="2023-09-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="A set of codes that define a patients level of consciousness. Selected from the SNOMED CT UK coding system: + <id value="UKCore-BMI" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-BMI" /> + <version value="1.0.0" /> + <name value="UKCoreBMI" /> + <title value="UK Core BMI" /> + <status value="draft" /> + <date value="2023-09-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="A set of codes that define a patients level of consciousness. Selected from the SNOMED CT UK coding system: - DescendantOrSelfOf 60621009 | Body mass index (observable entity) - MINUS &nbsp; - DescendantOrSelfOf 846931000000101 | Baseline body mass index &nbsp; - DescendantOrSelfOf 852451000000103 | Maximum body mass index &nbsp; - DescendantOrSelfOf 852461000000100 | Minimum body mass index &nbsp; - DescendantOrSelfOf 838441000000103 | Target body mass index -&nbsp; - DescendantOrSelfOf 715456008 | Percentage median body mass index for age and sex"/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="DescendantOrSelfOf 60621009 MINUS (DescendantOrSelfOf 846931000000101 OR DescendantOrSelfOf 852451000000103 OR DescendantOrSelfOf 852461000000100 OR DescendantOrSelfOf 838441000000103 OR DescendantOrSelfOf 715456008)"/> - </filter> - </include> - </compose> +&nbsp; - DescendantOrSelfOf 715456008 | Percentage median body mass index for age and sex" /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="DescendantOrSelfOf 60621009 MINUS (DescendantOrSelfOf 846931000000101 OR DescendantOrSelfOf 852451000000103 OR DescendantOrSelfOf 852461000000100 OR DescendantOrSelfOf 838441000000103 OR DescendantOrSelfOf 715456008)" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-BiopsyState.xml b/valuesets/ValueSet-UKCore-BiopsyState.xml index f92f6f8b..61844b98 100644 --- a/valuesets/ValueSet-UKCore-BiopsyState.xml +++ b/valuesets/ValueSet-UKCore-BiopsyState.xml @@ -1,29 +1,29 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-BiopsyState"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-BiopsyState"/> - <version value="2.1.0"/> - <name value="UKCoreBiopsyState"/> - <title value="UK Core Biopsy State"/> - <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="A set of codes to record how the sample been preserved/fixed."/> - <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> + <id value="UKCore-BiopsyState" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-BiopsyState" /> + <version value="2.1.0" /> + <name value="UKCoreBiopsyState" /> + <title value="UK Core Biopsy State" /> + <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="A set of codes to record how the sample been preserved/fixed." /> + <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/v2-0493" /> </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-BiopsyState"/> - </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-BiopsyState" /> + </include> </compose> </ValueSet> \ No newline at end of file diff --git a/valuesets/ValueSet-UKCore-BirthSex.xml b/valuesets/ValueSet-UKCore-BirthSex.xml index b7a24ec1..5323084c 100644 --- a/valuesets/ValueSet-UKCore-BirthSex.xml +++ b/valuesets/ValueSet-UKCore-BirthSex.xml @@ -1,80 +1,80 @@ <?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-BirthSex"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-BirthSex"/> - <version value="2.1.0" /> - <name value="UKCoreBirthSex"/> - <title value="UK Core Birth Sex"/> - <status value="active" /> - <date value="2021-09-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="A set of codes that define a patient's phenotypic sex at birth."/> - <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-AdministrativeGender"/> - </include> - <include> - <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> - <concept> - <code value="UNK"/> - <display value="unknown"/> - </concept> - </include> - </compose> - <expansion> - <identifier value="04934610-6905-4799-a11a-9ec063477c32"/> - <timestamp value="2021-09-09T13:58:59+00:00"/> - <total value="4"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender|2018-08-12"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor|2018-08-12"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> - <version value="2018-08-12"/> - <code value="UNK"/> - <display value="unknown"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender"/> - <version value="2018-08-12"/> - <code value="F"/> - <display value="Female"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender"/> - <version value="2018-08-12"/> - <code value="M"/> - <display value="Male"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender"/> - <version value="2018-08-12"/> - <code value="UN"/> - <display value="Undifferentiated"/> - </contains> - </expansion> + <id value="UKCore-BirthSex" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-BirthSex" /> + <version value="2.1.0" /> + <name value="UKCoreBirthSex" /> + <title value="UK Core Birth Sex" /> + <status value="active" /> + <date value="2021-09-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="A set of codes that define a patient's phenotypic sex at birth." /> + <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-AdministrativeGender" /> + </include> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor" /> + <concept> + <code value="UNK" /> + <display value="unknown" /> + </concept> + </include> + </compose> + <expansion> + <identifier value="04934610-6905-4799-a11a-9ec063477c32" /> + <timestamp value="2021-09-09T13:58:59+00:00" /> + <total value="4" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender|2018-08-12" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor|2018-08-12" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor" /> + <version value="2018-08-12" /> + <code value="UNK" /> + <display value="unknown" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" /> + <version value="2018-08-12" /> + <code value="F" /> + <display value="Female" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" /> + <version value="2018-08-12" /> + <code value="M" /> + <display value="Male" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" /> + <version value="2018-08-12" /> + <code value="UN" /> + <display value="Undifferentiated" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-BloodGlucose.xml b/valuesets/ValueSet-UKCore-BloodGlucose.xml index d3d42fa6..20d1b0c8 100644 --- a/valuesets/ValueSet-UKCore-BloodGlucose.xml +++ b/valuesets/ValueSet-UKCore-BloodGlucose.xml @@ -1,32 +1,32 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-BloodGlucose"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-BloodGlucose"/> - <version value="1.0.0"/> - <name value="UKCoreBloodGlucose"/> - <title value="UK Core Blood Glucose"/> - <status value="draft"/> - <date value="2023-09-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="A set of codes to record the level of result from a blood glucose test. Selected from the SNOMED CT UK coding system: - - DescendantOrSelfOf 997671000000106 | Blood glucose level (observable entity)"/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="DescendantOrSelfOf 997671000000106"/> - </filter> - </include> + <id value="UKCore-BloodGlucose" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-BloodGlucose" /> + <version value="1.0.0" /> + <name value="UKCoreBloodGlucose" /> + <title value="UK Core Blood Glucose" /> + <status value="draft" /> + <date value="2023-09-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="A set of codes to record the level of result from a blood glucose test. Selected from the SNOMED CT UK coding system: + - DescendantOrSelfOf 997671000000106 | Blood glucose level (observable entity)" /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="DescendantOrSelfOf 997671000000106" /> + </filter> + </include> </compose> </ValueSet> \ No newline at end of file diff --git a/valuesets/ValueSet-UKCore-BloodPressure-CuffSize.xml b/valuesets/ValueSet-UKCore-BloodPressure-CuffSize.xml index ad9afa85..1d22eba0 100644 --- a/valuesets/ValueSet-UKCore-BloodPressure-CuffSize.xml +++ b/valuesets/ValueSet-UKCore-BloodPressure-CuffSize.xml @@ -1,32 +1,32 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-BloodPressure-CuffSize"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-BloodPressure-CuffSize"/> - <version value="1.0.0"/> - <name value="UKCoreBloodPressureCuffSize"/> - <title value="UK Core Blood Pressure Cuff Size"/> - <status value="draft"/> - <date value="2023-09-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="A set of codes that define a sphygmomanometer cuff size. Selected from the SNOMED CT UK coding system: - - DescendantOf 70665002 | Blood pressure cuff, device (physical object)"/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="DescendantOf 70665002"/> - </filter> - </include> - </compose> + <id value="UKCore-BloodPressure-CuffSize" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-BloodPressure-CuffSize" /> + <version value="1.0.0" /> + <name value="UKCoreBloodPressureCuffSize" /> + <title value="UK Core Blood Pressure Cuff Size" /> + <status value="draft" /> + <date value="2023-09-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="A set of codes that define a sphygmomanometer cuff size. Selected from the SNOMED CT UK coding system: + - DescendantOf 70665002 | Blood pressure cuff, device (physical object)" /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="DescendantOf 70665002" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-BodyPosition.xml b/valuesets/ValueSet-UKCore-BodyPosition.xml index 90326303..d8f42ddf 100644 --- a/valuesets/ValueSet-UKCore-BodyPosition.xml +++ b/valuesets/ValueSet-UKCore-BodyPosition.xml @@ -1,37 +1,37 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-BodyPosition"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-BodyPosition"/> - <version value="1.0.0"/> - <name value="UKCoreBodyPosition"/> - <title value="UK Core Body Position"/> - <status value="draft"/> - <date value="2023-09-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="A set of codes that define a patients body position when a clinical observation was taken. Selected from the SNOMED CT UK coding system: + <id value="UKCore-BodyPosition" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-BodyPosition" /> + <version value="1.0.0" /> + <name value="UKCoreBodyPosition" /> + <title value="UK Core Body Position" /> + <status value="draft" /> + <date value="2023-09-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="A set of codes that define a patients body position when a clinical observation was taken. Selected from the SNOMED CT UK coding system: - 414585002 | Left lateral tilt (finding) - 10904000 | Orthostatic body position (finding) - 1240000 | Prone body position (finding) - 102538003 | Recumbent body position (finding) - 33586001 | Sitting position (finding) - - 40199007 | Supine body position (finding)"/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="414585002 OR 10904000 OR 1240000 OR 102538003 OR 102535000 OR 33586001 OR 40199007"/> - </filter> - </include> - </compose> + - 40199007 | Supine body position (finding)" /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="414585002 OR 10904000 OR 1240000 OR 102538003 OR 102535000 OR 33586001 OR 40199007" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-BodySite.xml b/valuesets/ValueSet-UKCore-BodySite.xml index 55689aff..120130ef 100644 --- a/valuesets/ValueSet-UKCore-BodySite.xml +++ b/valuesets/ValueSet-UKCore-BodySite.xml @@ -25,7 +25,7 @@ <filter> <property value="constraint" /> <op value="=" /> - <value value="descendantOf 442083009"/> + <value value="descendantOf 442083009" /> </filter> </include> </compose> diff --git a/valuesets/ValueSet-UKCore-CareSettingType.xml b/valuesets/ValueSet-UKCore-CareSettingType.xml index 6f4e13a3..b86d8dd9 100644 --- a/valuesets/ValueSet-UKCore-CareSettingType.xml +++ b/valuesets/ValueSet-UKCore-CareSettingType.xml @@ -1,2147 +1,2147 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-CareSettingType"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-CareSettingType"/> - <version value="3.1.0"/> - <name value="UKCoreCareSettingType"/> - <title value="UK Core Care Setting Type"/> - <status value="active" /> - <date value="2022-01-07" /> - <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 describe a type of care setting. Selected from the 'Services' simple reference set of the SNOMED CT UK coding system."/> - <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> - <compose> - <include> - <system value="http://snomed.info/sct" /> - <filter> - <property value="constraint" /> - <op value="=" /> - <value value="memberOf 1127531000000102" /> - </filter> - </include> - </compose> - <expansion> - <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> - <valueBoolean value="true"/> - </extension> - <identifier value="801dea55-eb6e-4401-9ffa-2a3070b335ea"/> - <timestamp value="2022-01-07T10:19:54+00:00"/> - <total value="419"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20211222"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="http://snomed.info/sct"/> - <code value="736622005"/> - <display value="Aboriginal health service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310000008"/> - <display value="Accident and Emergency service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="445449000"/> - <display value="Acute care hospice service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="2421000175108"/> - <display value="Acute care inpatient service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="931781000000102"/> - <display value="Acute medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310072004"/> - <display value="Acute pain service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788125002"/> - <display value="Addiction service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="828821000000105"/> - <display value="Adolescent psychiatry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="24271000087103"/> - <display value="Adult chronic pain management service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310013002"/> - <display value="Adult cochlear implant service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893391000000101"/> - <display value="Adult cystic fibrosis service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="23871000087101"/> - <display value="Adult dermatology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310006002"/> - <display value="Adult diagnostic audiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="23891000087102"/> - <display value="Adult haematology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310016005"/> - <display value="Adult hearing aid service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310033003"/> - <display value="Adult intensive care service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788002001"/> - <display value="Adult mental health service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1362761000000103"/> - <display value="Adult safeguarding team"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="840587001"/> - <display value="Aerospace medical service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="711332004"/> - <display value="Allergy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310001007"/> - <display value="Anaesthetic service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708183009"/> - <display value="Anatomic pathology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="827641000000101"/> - <display value="Anticoagulant service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310083008"/> - <display value="Art therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310082003"/> - <display value="Arts therapy services"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="91901000000109"/> - <display value="Assertive outreach team"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310002000"/> - <display value="Assessment service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310021008"/> - <display value="Assistive listening device service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310008001"/> - <display value="Audiological screening service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310004004"/> - <display value="Audiological service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323641000000106"/> - <display value="Audiovestibular medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310011000"/> - <display value="Aural rehabilitation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323631000000102"/> - <display value="Aviation and space medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="706901001"/> - <display value="Bacteriology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="2391000175104"/> - <display value="Bariatric surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="408452007"/> - <display value="Behavioural intervention team"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="892791000000108"/> - <display value="Blood and marrow transplantation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708194008"/> - <display value="Blood bank service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="932241000000105"/> - <display value="Blood banking and transfusion service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310126000"/> - <display value="Breast screening service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310139001"/> - <display value="Breast surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="24051000087102"/> - <display value="Breast surgical oncology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="892781000000106"/> - <display value="Burns care service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="395104009"/> - <display value="Cancer primary healthcare multidisciplinary team"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323651000000109"/> - <display value="Cardiac physiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="733459009"/> - <display value="Cardiac rehabilitation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310142007"/> - <display value="Cardiac surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708172000"/> - <display value="Cardiac ultrasound service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="789718008"/> - <display value="Cardiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310140004"/> - <display value="Cardiothoracic surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="892771000000109"/> - <display value="Cardiothoracic transplantation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310117003"/> - <display value="Child and adolescent psychiatry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310003005"/> - <display value="Child assessment service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788127005"/> - <display value="Child health service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310099002"/> - <display value="Child physiotherapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="828811000000104"/> - <display value="Child psychiatry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310104001"/> - <display value="Child speech and language therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="722170006"/> - <display value="Chiropractic service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="830038007"/> - <display value="Clinical allergy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310076001"/> - <display value="Clinical biochemistry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788004000"/> - <display value="Clinical genetics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="892761000000102"/> - <display value="Clinical haematology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788121006"/> - <display value="Clinical immunology and allergy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="830037002"/> - <display value="Clinical immunology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="892741000000103"/> - <display value="Clinical microbiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="830149003"/> - <display value="Clinical neurophysiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310022001"/> - <display value="Clinical oncology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708184003"/> - <display value="Clinical pathology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="700436003"/> - <display value="Clinical pharmacology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="700435004"/> - <display value="Clinical physiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893381000000103"/> - <display value="Clinical psychology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708193002"/> - <display value="Coagulation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310012007"/> - <display value="Cochlear implant service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310155008"/> - <display value="Colorectal surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310024000"/> - <display value="Colposcopy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="699650006"/> - <display value="Community based physiotherapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="829981000000108"/> - <display value="Community child health service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="413294000"/> - <display value="Community health services"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="408451000"/> - <display value="Community learning disabilities team"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="89301000000108"/> - <display value="Community mental health team"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="714089006"/> - <display value="Community midwifery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="931801000000101"/> - <display value="Community nursing service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310108003"/> - <display value="Community orthoptics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310111002"/> - <display value="Community orthotics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310067008"/> - <display value="Community paediatric service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310131003"/> - <display value="Community rehabilitation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1240241000000109"/> - <display value="Community sexual and reproductive health service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="395086005"/> - <display value="Community specialist palliative care"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310114005"/> - <display value="Community surgical fitting service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310091004"/> - <display value="Community-based dietetics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310094007"/> - <display value="Community-based occupational therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310088004"/> - <display value="Community-based podiatry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310102002"/> - <display value="Community-based speech and language therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310025004"/> - <display value="Complementary therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893351000000109"/> - <display value="Complex specialised rehabilitation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310128004"/> - <display value="Computerised tomography service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893341000000106"/> - <display value="Congenital heart disease service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310026003"/> - <display value="Counselling service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="89311000000105"/> - <display value="Crisis prevention assessment and treatment team"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788128000"/> - <display value="Critical care medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="700231006"/> - <display value="Critical care physician service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708178001"/> - <display value="Cytogenetics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310200001"/> - <display value="Cytology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310084002"/> - <display value="Dance therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893331000000102"/> - <display value="Dementia assessment service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="828191000000104"/> - <display value="Dental hygiene service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="892731000000107"/> - <display value="Dental medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="828201000000102"/> - <display value="Dental surgery assistance service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310143002"/> - <display value="Dental surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="722176000"/> - <display value="Dentistry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="700241009"/> - <display value="Dermatology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708180007"/> - <display value="Dermatopathology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="444913002"/> - <display value="Diabetes mellitus service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="734920002"/> - <display value="Diabetic education service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="963151000000104"/> - <display value="Diabetic medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310005003"/> - <display value="Diagnostic audiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708175003"/> - <display value="Diagnostic imaging service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310028002"/> - <display value="Diagnostic investigation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="431051000124102"/> - <display value="Dialysis service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310090003"/> - <display value="Dietetics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="828291000000109"/> - <display value="Dispensing optometry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310010004"/> - <display value="Distraction test audiological screening service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="705150003"/> - <display value="Domiciliary physiotherapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310029005"/> - <display value="Domiciliary visit service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310085001"/> - <display value="Drama therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310149003"/> - <display value="Ear, nose and throat service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="92191000000105"/> - <display value="Early intervention in psychosis team"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="413299005"/> - <display value="Early years services"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="828281000000107"/> - <display value="Eating disorders service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="700221004"/> - <display value="Elderly medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="828301000000108"/> - <display value="Electrocardiography service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="792847005"/> - <display value="Emergency ambulance service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="409971007"/> - <display value="Emergency medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="2471000175109"/> - <display value="Employee health service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310150003"/> - <display value="Endocrine surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="700434000"/> - <display value="Endocrinology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="734862008"/> - <display value="Endodontic service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310030000"/> - <display value="Endoscopy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310031001"/> - <display value="Family planning service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323431000000104"/> - <display value="Fetal medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1326391000000100"/> - <display value="FNP (Family Nurse Partnership) service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310118008"/> - <display value="Forensic psychiatry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="983641000000106"/> - <display value="Fracture liaison service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="700433006"/> - <display value="Gastroenterology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323561000000108"/> - <display value="Gastrointestinal physiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310151004"/> - <display value="Gastrointestinal surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310144008"/> - <display value="General dental surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310152006"/> - <display value="General gastrointestinal surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323691000000101"/> - <display value="General internal medical service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="700232004"/> - <display value="General medical service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788007007"/> - <display value="General practice service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310156009"/> - <display value="General surgical service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788006003"/> - <display value="Genetic laboratory service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="830039004"/> - <display value="Genitourinary medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="24291000087104"/> - <display value="Geriatric chronic pain management service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="3531000175102"/> - <display value="Geriatric service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="892711000000104"/> - <display value="Gynaecological oncology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310061009"/> - <display value="Gynaecology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708196005"/> - <display value="Haematology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893311000000105"/> - <display value="Haemophilia service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310157000"/> - <display value="Hand surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310130002"/> - <display value="Head injury rehabilitation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1078501000000104"/> - <display value="Health visiting service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="224891009"/> - <display value="Healthcare services"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310015009"/> - <display value="Hearing aid service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310020009"/> - <display value="Hearing therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="892621000000104"/> - <display value="Hepatobiliary and pancreatic surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310158005"/> - <display value="Hepatobiliary surgical service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="23901000087101"/> - <display value="Hepatology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708182004"/> - <display value="Histology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788124003"/> - <display value="Histopathology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="24081000087105"/> - <display value="HIV (human immunodeficiency virus) nurse practitioner service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="24101000087102"/> - <display value="HIV (human immunodeficiency virus) social work service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="444933003"/> - <display value="Home hospice service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="828331000000102"/> - <display value="Homeopathy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310107008"/> - <display value="Hospital orthoptics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310110001"/> - <display value="Hospital orthotics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310113004"/> - <display value="Hospital surgical fitting service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310092006"/> - <display value="Hospital-based dietetics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310096009"/> - <display value="Hospital-based occupational therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310098005"/> - <display value="Hospital-based physiotherapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310089007"/> - <display value="Hospital-based podiatry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310103007"/> - <display value="Hospital-based speech and language therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708190004"/> - <display value="Immunology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="829951000000102"/> - <display value="Industrial therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788001008"/> - <display value="Infectious disease service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323551000000105"/> - <display value="Inherited metabolic medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1324191000000107"/> - <display value="Intensive care medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310032008"/> - <display value="Intensive care service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="892601000000108"/> - <display value="Intermediate care service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="792848000"/> - <display value="Internal medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708174004"/> - <display value="Interventional radiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="892581000000104"/> - <display value="Learning disability service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="722393008"/> - <display value="Legal medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310119000"/> - <display value="Liaison psychiatry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893301000000108"/> - <display value="Local specialist rehabilitation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310127009"/> - <display value="Magnetic resonance imaging service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="710028007"/> - <display value="Maxillofacial surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310078000"/> - <display value="Medical microbiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="892571000000101"/> - <display value="Medical oncology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="892561000000108"/> - <display value="Medical ophthalmology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323621000000104"/> - <display value="Medical psychotherapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="373654008"/> - <display value="Medical referral service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893271000000105"/> - <display value="Medical virology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="23911000087104"/> - <display value="Medication review service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310120006"/> - <display value="Mental handicap psychiatry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310027007"/> - <display value="Mental health counselling service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="92151000000102"/> - <display value="Mental health crisis resolution team"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893261000000103"/> - <display value="Mental health dual diagnosis service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="92221000000103"/> - <display value="Mental health home treatment team"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893251000000101"/> - <display value="Mental health recovery and rehabilitation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708168004"/> - <display value="Mental health service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="714088003"/> - <display value="Midwifery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708179009"/> - <display value="Molecular pathology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310086000"/> - <display value="Music therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="706903003"/> - <display value="Mycobacteriology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="706902008"/> - <display value="Mycology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="23941000087103"/> - <display value="Narcotic addiction service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="24331000087108"/> - <display value="Narcotic addiction service with chronic pain management"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310009009"/> - <display value="Neonatal audiological screening service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893711000000109"/> - <display value="Neonatal critical care service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="741073001"/> - <display value="Neonatal intensive care service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="840586005"/> - <display value="Neonatal service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788003006"/> - <display value="Nephrology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788005004"/> - <display value="Neurology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310079008"/> - <display value="Neuropathology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323921000000108"/> - <display value="Neuropsychiatry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310159002"/> - <display value="Neurosurgical service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="907301000000109"/> - <display value="NHS 111 service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="828511000000102"/> - <display value="NHS 24"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="828521000000108"/> - <display value="NHS Direct"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788009005"/> - <display value="Nuclear medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708170008"/> - <display value="Nursing service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708173005"/> - <display value="Obstetric ultrasound service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310060005"/> - <display value="Obstetrics and gynaecology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310063007"/> - <display value="Obstetrics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310064001"/> - <display value="Occupational health service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310093001"/> - <display value="Occupational therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310065000"/> - <display value="Open access service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323601000000108"/> - <display value="Ophthalmic and vision science service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310160007"/> - <display value="Ophthalmology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="23951000087100"/> - <display value="Opioid dependence service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310105000"/> - <display value="Optometry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788008002"/> - <display value="Oral and maxillofacial surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="931831000000107"/> - <display value="Oral medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="931841000000103"/> - <display value="Oral microbiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="931851000000100"/> - <display value="Oral pathology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310145009"/> - <display value="Oral surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310146005"/> - <display value="Orthodontics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323571000000101"/> - <display value="Orthogeriatric medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310161006"/> - <display value="Orthopaedic service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310106004"/> - <display value="Orthoptics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310109006"/> - <display value="Orthotics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="829961000000104"/> - <display value="Out of hours service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="894001000000107"/> - <display value="Paediatric audiological medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323661000000107"/> - <display value="Paediatric audiovestibular medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893971000000101"/> - <display value="Paediatric burns care service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893961000000108"/> - <display value="Paediatric cardiac surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="789717003"/> - <display value="Paediatric cardiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="24351000087104"/> - <display value="Paediatric chronic pain management service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="792849008"/> - <display value="Paediatric clinical genetics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893661000000101"/> - <display value="Paediatric clinical haematology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893651000000104"/> - <display value="Paediatric clinical immunology and allergy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323821000000103"/> - <display value="Paediatric clinical pharmacology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310014008"/> - <display value="Paediatric cochlear implant service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="827981000000103"/> - <display value="Paediatric cystic fibrosis service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310147001"/> - <display value="Paediatric dentistry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893941000000107"/> - <display value="Paediatric dermatology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1079491000000102"/> - <display value="Paediatric diabetes service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893631000000106"/> - <display value="Paediatric diabetic medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310007006"/> - <display value="Paediatric diagnostic audiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="3751000175100"/> - <display value="Paediatric emergency medical service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="3761000175103"/> - <display value="Paediatric endocrinology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893611000000103"/> - <display value="Paediatric epilepsy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="3771000175106"/> - <display value="Paediatric gastroenterology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893911000000106"/> - <display value="Paediatric gastrointestinal surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="897188002"/> - <display value="Paediatric haematology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310017001"/> - <display value="Paediatric hearing aid service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323851000000108"/> - <display value="Paediatric hepatology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="3781000175109"/> - <display value="Paediatric infectious disease service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323611000000105"/> - <display value="Paediatric inherited metabolic medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310034009"/> - <display value="Paediatric intensive care service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893891000000108"/> - <display value="Paediatric interventional radiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893881000000106"/> - <display value="Paediatric maxillofacial surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893601000000100"/> - <display value="Paediatric medical oncology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893591000000106"/> - <display value="Paediatric metabolic disease service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="3791000175107"/> - <display value="Paediatric nephrology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893861000000102"/> - <display value="Paediatric neurodisability service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310068003"/> - <display value="Paediatric neurology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893851000000100"/> - <display value="Paediatric neurosurgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310069006"/> - <display value="Paediatric oncology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893801000000101"/> - <display value="Paediatric ophthalmology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323801000000107"/> - <display value="Paediatric oral and maxillofacial surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="789716007"/> - <display value="Paediatric otolaryngology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893791000000100"/> - <display value="Paediatric pain management service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323841000000105"/> - <display value="Paediatric palliative medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="24001000087103"/> - <display value="Paediatric plastic surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="3801000175108"/> - <display value="Paediatric pulmonology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893771000000104"/> - <display value="Paediatric respiratory medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="789715006"/> - <display value="Paediatric respiratory therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="789714005"/> - <display value="Paediatric rheumatology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310066004"/> - <display value="Paediatric service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310163009"/> - <display value="Paediatric surgical service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893701000000107"/> - <display value="Paediatric thoracic surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893691000000107"/> - <display value="Paediatric transplantation surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893681000000105"/> - <display value="Paediatric trauma and orthopaedics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893671000000108"/> - <display value="Paediatric urology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310071006"/> - <display value="Pain management service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310073009"/> - <display value="Palliative care service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893641000000102"/> - <display value="Palliative medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310162004"/> - <display value="Pancreatic surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="706900000"/> - <display value="Parasitology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310074003"/> - <display value="Pathology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="901221000000102"/> - <display value="Perinatal mental health service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1079481000000104"/> - <display value="Perinatal psychiatry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="2451000175103"/> - <display value="Perinatology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61831000000105"/> - <display value="Periodontics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="148581000000100"/> - <display value="Personal health record provider service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="983341000000102"/> - <display value="Pharmacy First service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310080006"/> - <display value="Pharmacy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="722424008"/> - <display value="Physical medicine and rehabilitation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="773558007"/> - <display value="Physical medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="722140001"/> - <display value="Physiotherapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310164003"/> - <display value="Plastic surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310100005"/> - <display value="Play therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893231000000108"/> - <display value="Podiatric surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310087009"/> - <display value="Podiatry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1325831000000100"/> - <display value="Post-COVID-19 syndrome service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="840585009"/> - <display value="Postnatal service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310062002"/> - <display value="Pregnancy termination service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="278032008"/> - <display value="Preventive service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310081005"/> - <display value="Professional allied to medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="828861000000102"/> - <display value="Programmed pulmonary rehabilitation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="816075004"/> - <display value="Prosthetic and orthotic service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788126001"/> - <display value="Prosthetic service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="734863003"/> - <display value="Prosthodontic service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893531000000105"/> - <display value="Psychiatric intensive care service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310116007"/> - <display value="Psychiatry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310121005"/> - <display value="Psychogeriatric service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310123008"/> - <display value="Psychology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="722175001"/> - <display value="Psychosomatic medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310124002"/> - <display value="Psychotherapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="932841000000106"/> - <display value="Public health dentistry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310115006"/> - <display value="Public health service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="722174002"/> - <display value="Pulmonary medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="2461000175101"/> - <display value="Pulmonary rehabilitation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788123009"/> - <display value="Radiation oncology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310125001"/> - <display value="Radiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310023006"/> - <display value="Radiotherapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323901000000104"/> - <display value="Rare disease service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323871000000104"/> - <display value="Rehabilitation medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310122003"/> - <display value="Rehabilitation psychiatry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310129007"/> - <display value="Rehabilitation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="908981000000101"/> - <display value="Remote triage and advice service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="816074000"/> - <display value="Respiratory medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893521000000108"/> - <display value="Respiratory physiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708169007"/> - <display value="Respiratory therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893451000000102"/> - <display value="Respite care service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310148006"/> - <display value="Restorative dentistry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="3621000175101"/> - <display value="Rheumatology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1326421000000106"/> - <display value="Safeguarding children team"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="148621000000100"/> - <display value="School aged immunisation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="931821000000105"/> - <display value="School nursing service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708188000"/> - <display value="Serology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="224930009"/> - <display value="Services"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788122004"/> - <display value="Sexual health service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323541000000107"/> - <display value="Sleep medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310134006"/> - <display value="Social services"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310135007"/> - <display value="Social services department customer services"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310136008"/> - <display value="Social services department duty team"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310095008"/> - <display value="Social services occupational therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310070007"/> - <display value="Special care baby service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323501000000109"/> - <display value="Special care dentistry service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="408458006"/> - <display value="Specialist multidisciplinary team"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="395092004"/> - <display value="Specialist palliative care"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893221000000106"/> - <display value="Specialist rehabilitation service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310101009"/> - <display value="Speech and language therapy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310018006"/> - <display value="Speech-reading training service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893211000000100"/> - <display value="Spinal injuries service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893121000000102"/> - <display value="Spinal surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="24141000087104"/> - <display value="Spine orthopaedic surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893201000000102"/> - <display value="Sport and exercise medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="2351000175106"/> - <display value="Sports medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323881000000102"/> - <display value="Stroke medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310137004"/> - <display value="Stroke service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="109201000000109"/> - <display value="Substance misuse team"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310112009"/> - <display value="Surgical fitting service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="699478002"/> - <display value="Surgical oncology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708187005"/> - <display value="Surgical pathology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310138009"/> - <display value="Surgical service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310133000"/> - <display value="Swallow clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="911221000000100"/> - <display value="Telecare monitoring service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="911231000000103"/> - <display value="Telehealth monitoring service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="911381000000108"/> - <display value="Telehealthcare service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310141000"/> - <display value="Thoracic surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310019003"/> - <display value="Tinnitus management service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708191000"/> - <display value="Toxicology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="896974005"/> - <display value="Transgender health service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893041000000108"/> - <display value="Transient ischaemic attack service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="733921009"/> - <display value="Transplant medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310165002"/> - <display value="Transplant surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893431000000109"/> - <display value="Trauma and orthopaedics service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310166001"/> - <display value="Trauma surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893421000000107"/> - <display value="Tropical medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310169008"/> - <display value="Ultrasonography service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310153001"/> - <display value="Upper gastrointestinal surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323531000000103"/> - <display value="Urological physiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310167005"/> - <display value="Urology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="24011000087101"/> - <display value="Vascular imaging service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="722352000"/> - <display value="Vascular medicine service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1323701000000101"/> - <display value="Vascular physiology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310168000"/> - <display value="Vascular surgery service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708171007"/> - <display value="Vascular ultrasound service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="708185002"/> - <display value="Virology service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="413331009"/> - <display value="Voluntary services"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="893581000000109"/> - <display value="Well baby service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="828371000000100"/> - <display value="Well man service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="828381000000103"/> - <display value="Well woman service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310132005"/> - <display value="Young disabled service"/> - </contains> - </expansion> + <id value="UKCore-CareSettingType" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-CareSettingType" /> + <version value="3.1.0" /> + <name value="UKCoreCareSettingType" /> + <title value="UK Core Care Setting Type" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 describe a type of care setting. Selected from the 'Services' simple reference set of the SNOMED CT UK coding system." /> + <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="memberOf 1127531000000102" /> + </filter> + </include> + </compose> + <expansion> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> + <valueBoolean value="true" /> + </extension> + <identifier value="801dea55-eb6e-4401-9ffa-2a3070b335ea" /> + <timestamp value="2022-01-07T10:19:54+00:00" /> + <total value="419" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20211222" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="http://snomed.info/sct" /> + <code value="736622005" /> + <display value="Aboriginal health service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310000008" /> + <display value="Accident and Emergency service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="445449000" /> + <display value="Acute care hospice service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="2421000175108" /> + <display value="Acute care inpatient service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="931781000000102" /> + <display value="Acute medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310072004" /> + <display value="Acute pain service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788125002" /> + <display value="Addiction service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="828821000000105" /> + <display value="Adolescent psychiatry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="24271000087103" /> + <display value="Adult chronic pain management service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310013002" /> + <display value="Adult cochlear implant service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893391000000101" /> + <display value="Adult cystic fibrosis service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="23871000087101" /> + <display value="Adult dermatology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310006002" /> + <display value="Adult diagnostic audiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="23891000087102" /> + <display value="Adult haematology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310016005" /> + <display value="Adult hearing aid service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310033003" /> + <display value="Adult intensive care service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788002001" /> + <display value="Adult mental health service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1362761000000103" /> + <display value="Adult safeguarding team" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="840587001" /> + <display value="Aerospace medical service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="711332004" /> + <display value="Allergy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310001007" /> + <display value="Anaesthetic service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708183009" /> + <display value="Anatomic pathology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="827641000000101" /> + <display value="Anticoagulant service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310083008" /> + <display value="Art therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310082003" /> + <display value="Arts therapy services" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="91901000000109" /> + <display value="Assertive outreach team" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310002000" /> + <display value="Assessment service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310021008" /> + <display value="Assistive listening device service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310008001" /> + <display value="Audiological screening service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310004004" /> + <display value="Audiological service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323641000000106" /> + <display value="Audiovestibular medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310011000" /> + <display value="Aural rehabilitation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323631000000102" /> + <display value="Aviation and space medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="706901001" /> + <display value="Bacteriology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="2391000175104" /> + <display value="Bariatric surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="408452007" /> + <display value="Behavioural intervention team" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="892791000000108" /> + <display value="Blood and marrow transplantation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708194008" /> + <display value="Blood bank service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="932241000000105" /> + <display value="Blood banking and transfusion service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310126000" /> + <display value="Breast screening service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310139001" /> + <display value="Breast surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="24051000087102" /> + <display value="Breast surgical oncology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="892781000000106" /> + <display value="Burns care service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="395104009" /> + <display value="Cancer primary healthcare multidisciplinary team" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323651000000109" /> + <display value="Cardiac physiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="733459009" /> + <display value="Cardiac rehabilitation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310142007" /> + <display value="Cardiac surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708172000" /> + <display value="Cardiac ultrasound service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="789718008" /> + <display value="Cardiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310140004" /> + <display value="Cardiothoracic surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="892771000000109" /> + <display value="Cardiothoracic transplantation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310117003" /> + <display value="Child and adolescent psychiatry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310003005" /> + <display value="Child assessment service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788127005" /> + <display value="Child health service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310099002" /> + <display value="Child physiotherapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="828811000000104" /> + <display value="Child psychiatry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310104001" /> + <display value="Child speech and language therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="722170006" /> + <display value="Chiropractic service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="830038007" /> + <display value="Clinical allergy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310076001" /> + <display value="Clinical biochemistry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788004000" /> + <display value="Clinical genetics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="892761000000102" /> + <display value="Clinical haematology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788121006" /> + <display value="Clinical immunology and allergy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="830037002" /> + <display value="Clinical immunology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="892741000000103" /> + <display value="Clinical microbiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="830149003" /> + <display value="Clinical neurophysiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310022001" /> + <display value="Clinical oncology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708184003" /> + <display value="Clinical pathology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="700436003" /> + <display value="Clinical pharmacology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="700435004" /> + <display value="Clinical physiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893381000000103" /> + <display value="Clinical psychology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708193002" /> + <display value="Coagulation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310012007" /> + <display value="Cochlear implant service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310155008" /> + <display value="Colorectal surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310024000" /> + <display value="Colposcopy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="699650006" /> + <display value="Community based physiotherapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="829981000000108" /> + <display value="Community child health service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="413294000" /> + <display value="Community health services" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="408451000" /> + <display value="Community learning disabilities team" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="89301000000108" /> + <display value="Community mental health team" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="714089006" /> + <display value="Community midwifery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="931801000000101" /> + <display value="Community nursing service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310108003" /> + <display value="Community orthoptics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310111002" /> + <display value="Community orthotics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310067008" /> + <display value="Community paediatric service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310131003" /> + <display value="Community rehabilitation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1240241000000109" /> + <display value="Community sexual and reproductive health service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="395086005" /> + <display value="Community specialist palliative care" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310114005" /> + <display value="Community surgical fitting service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310091004" /> + <display value="Community-based dietetics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310094007" /> + <display value="Community-based occupational therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310088004" /> + <display value="Community-based podiatry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310102002" /> + <display value="Community-based speech and language therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310025004" /> + <display value="Complementary therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893351000000109" /> + <display value="Complex specialised rehabilitation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310128004" /> + <display value="Computerised tomography service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893341000000106" /> + <display value="Congenital heart disease service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310026003" /> + <display value="Counselling service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="89311000000105" /> + <display value="Crisis prevention assessment and treatment team" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788128000" /> + <display value="Critical care medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="700231006" /> + <display value="Critical care physician service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708178001" /> + <display value="Cytogenetics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310200001" /> + <display value="Cytology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310084002" /> + <display value="Dance therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893331000000102" /> + <display value="Dementia assessment service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="828191000000104" /> + <display value="Dental hygiene service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="892731000000107" /> + <display value="Dental medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="828201000000102" /> + <display value="Dental surgery assistance service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310143002" /> + <display value="Dental surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="722176000" /> + <display value="Dentistry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="700241009" /> + <display value="Dermatology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708180007" /> + <display value="Dermatopathology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="444913002" /> + <display value="Diabetes mellitus service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="734920002" /> + <display value="Diabetic education service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="963151000000104" /> + <display value="Diabetic medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310005003" /> + <display value="Diagnostic audiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708175003" /> + <display value="Diagnostic imaging service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310028002" /> + <display value="Diagnostic investigation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="431051000124102" /> + <display value="Dialysis service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310090003" /> + <display value="Dietetics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="828291000000109" /> + <display value="Dispensing optometry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310010004" /> + <display value="Distraction test audiological screening service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="705150003" /> + <display value="Domiciliary physiotherapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310029005" /> + <display value="Domiciliary visit service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310085001" /> + <display value="Drama therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310149003" /> + <display value="Ear, nose and throat service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="92191000000105" /> + <display value="Early intervention in psychosis team" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="413299005" /> + <display value="Early years services" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="828281000000107" /> + <display value="Eating disorders service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="700221004" /> + <display value="Elderly medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="828301000000108" /> + <display value="Electrocardiography service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="792847005" /> + <display value="Emergency ambulance service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="409971007" /> + <display value="Emergency medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="2471000175109" /> + <display value="Employee health service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310150003" /> + <display value="Endocrine surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="700434000" /> + <display value="Endocrinology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="734862008" /> + <display value="Endodontic service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310030000" /> + <display value="Endoscopy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310031001" /> + <display value="Family planning service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323431000000104" /> + <display value="Fetal medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1326391000000100" /> + <display value="FNP (Family Nurse Partnership) service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310118008" /> + <display value="Forensic psychiatry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="983641000000106" /> + <display value="Fracture liaison service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="700433006" /> + <display value="Gastroenterology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323561000000108" /> + <display value="Gastrointestinal physiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310151004" /> + <display value="Gastrointestinal surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310144008" /> + <display value="General dental surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310152006" /> + <display value="General gastrointestinal surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323691000000101" /> + <display value="General internal medical service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="700232004" /> + <display value="General medical service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788007007" /> + <display value="General practice service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310156009" /> + <display value="General surgical service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788006003" /> + <display value="Genetic laboratory service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="830039004" /> + <display value="Genitourinary medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="24291000087104" /> + <display value="Geriatric chronic pain management service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="3531000175102" /> + <display value="Geriatric service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="892711000000104" /> + <display value="Gynaecological oncology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310061009" /> + <display value="Gynaecology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708196005" /> + <display value="Haematology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893311000000105" /> + <display value="Haemophilia service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310157000" /> + <display value="Hand surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310130002" /> + <display value="Head injury rehabilitation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1078501000000104" /> + <display value="Health visiting service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="224891009" /> + <display value="Healthcare services" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310015009" /> + <display value="Hearing aid service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310020009" /> + <display value="Hearing therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="892621000000104" /> + <display value="Hepatobiliary and pancreatic surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310158005" /> + <display value="Hepatobiliary surgical service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="23901000087101" /> + <display value="Hepatology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708182004" /> + <display value="Histology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788124003" /> + <display value="Histopathology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="24081000087105" /> + <display value="HIV (human immunodeficiency virus) nurse practitioner service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="24101000087102" /> + <display value="HIV (human immunodeficiency virus) social work service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="444933003" /> + <display value="Home hospice service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="828331000000102" /> + <display value="Homeopathy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310107008" /> + <display value="Hospital orthoptics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310110001" /> + <display value="Hospital orthotics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310113004" /> + <display value="Hospital surgical fitting service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310092006" /> + <display value="Hospital-based dietetics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310096009" /> + <display value="Hospital-based occupational therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310098005" /> + <display value="Hospital-based physiotherapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310089007" /> + <display value="Hospital-based podiatry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310103007" /> + <display value="Hospital-based speech and language therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708190004" /> + <display value="Immunology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="829951000000102" /> + <display value="Industrial therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788001008" /> + <display value="Infectious disease service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323551000000105" /> + <display value="Inherited metabolic medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1324191000000107" /> + <display value="Intensive care medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310032008" /> + <display value="Intensive care service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="892601000000108" /> + <display value="Intermediate care service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="792848000" /> + <display value="Internal medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708174004" /> + <display value="Interventional radiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="892581000000104" /> + <display value="Learning disability service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="722393008" /> + <display value="Legal medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310119000" /> + <display value="Liaison psychiatry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893301000000108" /> + <display value="Local specialist rehabilitation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310127009" /> + <display value="Magnetic resonance imaging service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="710028007" /> + <display value="Maxillofacial surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310078000" /> + <display value="Medical microbiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="892571000000101" /> + <display value="Medical oncology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="892561000000108" /> + <display value="Medical ophthalmology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323621000000104" /> + <display value="Medical psychotherapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="373654008" /> + <display value="Medical referral service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893271000000105" /> + <display value="Medical virology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="23911000087104" /> + <display value="Medication review service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310120006" /> + <display value="Mental handicap psychiatry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310027007" /> + <display value="Mental health counselling service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="92151000000102" /> + <display value="Mental health crisis resolution team" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893261000000103" /> + <display value="Mental health dual diagnosis service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="92221000000103" /> + <display value="Mental health home treatment team" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893251000000101" /> + <display value="Mental health recovery and rehabilitation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708168004" /> + <display value="Mental health service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="714088003" /> + <display value="Midwifery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708179009" /> + <display value="Molecular pathology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310086000" /> + <display value="Music therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="706903003" /> + <display value="Mycobacteriology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="706902008" /> + <display value="Mycology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="23941000087103" /> + <display value="Narcotic addiction service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="24331000087108" /> + <display value="Narcotic addiction service with chronic pain management" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310009009" /> + <display value="Neonatal audiological screening service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893711000000109" /> + <display value="Neonatal critical care service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="741073001" /> + <display value="Neonatal intensive care service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="840586005" /> + <display value="Neonatal service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788003006" /> + <display value="Nephrology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788005004" /> + <display value="Neurology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310079008" /> + <display value="Neuropathology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323921000000108" /> + <display value="Neuropsychiatry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310159002" /> + <display value="Neurosurgical service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="907301000000109" /> + <display value="NHS 111 service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="828511000000102" /> + <display value="NHS 24" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="828521000000108" /> + <display value="NHS Direct" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788009005" /> + <display value="Nuclear medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708170008" /> + <display value="Nursing service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708173005" /> + <display value="Obstetric ultrasound service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310060005" /> + <display value="Obstetrics and gynaecology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310063007" /> + <display value="Obstetrics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310064001" /> + <display value="Occupational health service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310093001" /> + <display value="Occupational therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310065000" /> + <display value="Open access service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323601000000108" /> + <display value="Ophthalmic and vision science service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310160007" /> + <display value="Ophthalmology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="23951000087100" /> + <display value="Opioid dependence service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310105000" /> + <display value="Optometry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788008002" /> + <display value="Oral and maxillofacial surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="931831000000107" /> + <display value="Oral medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="931841000000103" /> + <display value="Oral microbiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="931851000000100" /> + <display value="Oral pathology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310145009" /> + <display value="Oral surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310146005" /> + <display value="Orthodontics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323571000000101" /> + <display value="Orthogeriatric medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310161006" /> + <display value="Orthopaedic service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310106004" /> + <display value="Orthoptics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310109006" /> + <display value="Orthotics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="829961000000104" /> + <display value="Out of hours service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="894001000000107" /> + <display value="Paediatric audiological medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323661000000107" /> + <display value="Paediatric audiovestibular medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893971000000101" /> + <display value="Paediatric burns care service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893961000000108" /> + <display value="Paediatric cardiac surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="789717003" /> + <display value="Paediatric cardiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="24351000087104" /> + <display value="Paediatric chronic pain management service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="792849008" /> + <display value="Paediatric clinical genetics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893661000000101" /> + <display value="Paediatric clinical haematology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893651000000104" /> + <display value="Paediatric clinical immunology and allergy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323821000000103" /> + <display value="Paediatric clinical pharmacology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310014008" /> + <display value="Paediatric cochlear implant service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="827981000000103" /> + <display value="Paediatric cystic fibrosis service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310147001" /> + <display value="Paediatric dentistry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893941000000107" /> + <display value="Paediatric dermatology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1079491000000102" /> + <display value="Paediatric diabetes service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893631000000106" /> + <display value="Paediatric diabetic medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310007006" /> + <display value="Paediatric diagnostic audiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="3751000175100" /> + <display value="Paediatric emergency medical service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="3761000175103" /> + <display value="Paediatric endocrinology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893611000000103" /> + <display value="Paediatric epilepsy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="3771000175106" /> + <display value="Paediatric gastroenterology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893911000000106" /> + <display value="Paediatric gastrointestinal surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="897188002" /> + <display value="Paediatric haematology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310017001" /> + <display value="Paediatric hearing aid service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323851000000108" /> + <display value="Paediatric hepatology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="3781000175109" /> + <display value="Paediatric infectious disease service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323611000000105" /> + <display value="Paediatric inherited metabolic medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310034009" /> + <display value="Paediatric intensive care service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893891000000108" /> + <display value="Paediatric interventional radiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893881000000106" /> + <display value="Paediatric maxillofacial surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893601000000100" /> + <display value="Paediatric medical oncology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893591000000106" /> + <display value="Paediatric metabolic disease service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="3791000175107" /> + <display value="Paediatric nephrology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893861000000102" /> + <display value="Paediatric neurodisability service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310068003" /> + <display value="Paediatric neurology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893851000000100" /> + <display value="Paediatric neurosurgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310069006" /> + <display value="Paediatric oncology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893801000000101" /> + <display value="Paediatric ophthalmology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323801000000107" /> + <display value="Paediatric oral and maxillofacial surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="789716007" /> + <display value="Paediatric otolaryngology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893791000000100" /> + <display value="Paediatric pain management service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323841000000105" /> + <display value="Paediatric palliative medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="24001000087103" /> + <display value="Paediatric plastic surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="3801000175108" /> + <display value="Paediatric pulmonology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893771000000104" /> + <display value="Paediatric respiratory medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="789715006" /> + <display value="Paediatric respiratory therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="789714005" /> + <display value="Paediatric rheumatology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310066004" /> + <display value="Paediatric service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310163009" /> + <display value="Paediatric surgical service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893701000000107" /> + <display value="Paediatric thoracic surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893691000000107" /> + <display value="Paediatric transplantation surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893681000000105" /> + <display value="Paediatric trauma and orthopaedics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893671000000108" /> + <display value="Paediatric urology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310071006" /> + <display value="Pain management service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310073009" /> + <display value="Palliative care service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893641000000102" /> + <display value="Palliative medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310162004" /> + <display value="Pancreatic surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="706900000" /> + <display value="Parasitology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310074003" /> + <display value="Pathology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="901221000000102" /> + <display value="Perinatal mental health service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1079481000000104" /> + <display value="Perinatal psychiatry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="2451000175103" /> + <display value="Perinatology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61831000000105" /> + <display value="Periodontics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="148581000000100" /> + <display value="Personal health record provider service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="983341000000102" /> + <display value="Pharmacy First service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310080006" /> + <display value="Pharmacy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="722424008" /> + <display value="Physical medicine and rehabilitation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="773558007" /> + <display value="Physical medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="722140001" /> + <display value="Physiotherapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310164003" /> + <display value="Plastic surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310100005" /> + <display value="Play therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893231000000108" /> + <display value="Podiatric surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310087009" /> + <display value="Podiatry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1325831000000100" /> + <display value="Post-COVID-19 syndrome service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="840585009" /> + <display value="Postnatal service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310062002" /> + <display value="Pregnancy termination service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="278032008" /> + <display value="Preventive service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310081005" /> + <display value="Professional allied to medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="828861000000102" /> + <display value="Programmed pulmonary rehabilitation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="816075004" /> + <display value="Prosthetic and orthotic service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788126001" /> + <display value="Prosthetic service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="734863003" /> + <display value="Prosthodontic service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893531000000105" /> + <display value="Psychiatric intensive care service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310116007" /> + <display value="Psychiatry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310121005" /> + <display value="Psychogeriatric service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310123008" /> + <display value="Psychology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="722175001" /> + <display value="Psychosomatic medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310124002" /> + <display value="Psychotherapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="932841000000106" /> + <display value="Public health dentistry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310115006" /> + <display value="Public health service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="722174002" /> + <display value="Pulmonary medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="2461000175101" /> + <display value="Pulmonary rehabilitation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788123009" /> + <display value="Radiation oncology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310125001" /> + <display value="Radiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310023006" /> + <display value="Radiotherapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323901000000104" /> + <display value="Rare disease service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323871000000104" /> + <display value="Rehabilitation medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310122003" /> + <display value="Rehabilitation psychiatry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310129007" /> + <display value="Rehabilitation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="908981000000101" /> + <display value="Remote triage and advice service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="816074000" /> + <display value="Respiratory medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893521000000108" /> + <display value="Respiratory physiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708169007" /> + <display value="Respiratory therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893451000000102" /> + <display value="Respite care service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310148006" /> + <display value="Restorative dentistry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="3621000175101" /> + <display value="Rheumatology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1326421000000106" /> + <display value="Safeguarding children team" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="148621000000100" /> + <display value="School aged immunisation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="931821000000105" /> + <display value="School nursing service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708188000" /> + <display value="Serology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="224930009" /> + <display value="Services" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788122004" /> + <display value="Sexual health service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323541000000107" /> + <display value="Sleep medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310134006" /> + <display value="Social services" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310135007" /> + <display value="Social services department customer services" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310136008" /> + <display value="Social services department duty team" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310095008" /> + <display value="Social services occupational therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310070007" /> + <display value="Special care baby service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323501000000109" /> + <display value="Special care dentistry service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="408458006" /> + <display value="Specialist multidisciplinary team" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="395092004" /> + <display value="Specialist palliative care" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893221000000106" /> + <display value="Specialist rehabilitation service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310101009" /> + <display value="Speech and language therapy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310018006" /> + <display value="Speech-reading training service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893211000000100" /> + <display value="Spinal injuries service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893121000000102" /> + <display value="Spinal surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="24141000087104" /> + <display value="Spine orthopaedic surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893201000000102" /> + <display value="Sport and exercise medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="2351000175106" /> + <display value="Sports medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323881000000102" /> + <display value="Stroke medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310137004" /> + <display value="Stroke service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="109201000000109" /> + <display value="Substance misuse team" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310112009" /> + <display value="Surgical fitting service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="699478002" /> + <display value="Surgical oncology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708187005" /> + <display value="Surgical pathology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310138009" /> + <display value="Surgical service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310133000" /> + <display value="Swallow clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="911221000000100" /> + <display value="Telecare monitoring service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="911231000000103" /> + <display value="Telehealth monitoring service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="911381000000108" /> + <display value="Telehealthcare service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310141000" /> + <display value="Thoracic surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310019003" /> + <display value="Tinnitus management service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708191000" /> + <display value="Toxicology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="896974005" /> + <display value="Transgender health service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893041000000108" /> + <display value="Transient ischaemic attack service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="733921009" /> + <display value="Transplant medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310165002" /> + <display value="Transplant surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893431000000109" /> + <display value="Trauma and orthopaedics service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310166001" /> + <display value="Trauma surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893421000000107" /> + <display value="Tropical medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310169008" /> + <display value="Ultrasonography service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310153001" /> + <display value="Upper gastrointestinal surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323531000000103" /> + <display value="Urological physiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310167005" /> + <display value="Urology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="24011000087101" /> + <display value="Vascular imaging service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="722352000" /> + <display value="Vascular medicine service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1323701000000101" /> + <display value="Vascular physiology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310168000" /> + <display value="Vascular surgery service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708171007" /> + <display value="Vascular ultrasound service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="708185002" /> + <display value="Virology service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="413331009" /> + <display value="Voluntary services" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="893581000000109" /> + <display value="Well baby service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="828371000000100" /> + <display value="Well man service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="828381000000103" /> + <display value="Well woman service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310132005" /> + <display value="Young disabled service" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-CompositionCategory.xml b/valuesets/ValueSet-UKCore-CompositionCategory.xml index e7a0306e..db2ea9fb 100644 --- a/valuesets/ValueSet-UKCore-CompositionCategory.xml +++ b/valuesets/ValueSet-UKCore-CompositionCategory.xml @@ -1,122 +1,122 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-CompositionCategory" /> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-CompositionCategory" /> - <version value="1.0.0" /> - <name value="UKCoreCompositionCategory" /> - <title value="UK Core Composition Category" /> - <status value="active" /> - <date value="2022-01-07" /> - <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 categorise the type of composition. Selected from the SNOMED CT UK coding system." /> - <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> - <compose> - <include> - <system value="http://snomed.info/sct" /> - <filter> - <property value="constraint" /> - <op value="=" /> - <value value="717341000000101 OR 325931000000109 OR 734163000 OR 706825008 OR 373942005 OR 717131000000107 OR 25831000000103 OR 823751000000102 OR 933361000000108 OR 38651000000103 OR 715311000000107 OR 419891008 OR 25611000000107 OR 371525003" /> - </filter> - </include> - </compose> - <expansion> - <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> - <valueBoolean value="true"/> - </extension> - <identifier value="47b6bc4c-4e11-45b8-b6ea-16886bad0fe8"/> - <timestamp value="2022-01-07T10:21:26+00:00"/> - <total value="14"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20211222"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="http://snomed.info/sct"/> - <code value="717341000000101"/> - <display value="Alerts"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="325931000000109"/> - <display value="Assessment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="734163000"/> - <display value="Care plan"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="706825008"/> - <display value="Chart"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="371525003"/> - <display value="Clinical procedure report"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="373942005"/> - <display value="Discharge summary"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="717131000000107"/> - <display value="Health characteristics"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="25831000000103"/> - <display value="Image (document)"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="823751000000102"/> - <display value="Letter"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="933361000000108"/> - <display value="Medications and medical devices"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="715311000000107"/> - <display value="Notification administration"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="38651000000103"/> - <display value="Other note"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="419891008"/> - <display value="Record artefact"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="25611000000107"/> - <display value="Referral letter"/> - </contains> - </expansion> + <id value="UKCore-CompositionCategory" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-CompositionCategory" /> + <version value="1.0.0" /> + <name value="UKCoreCompositionCategory" /> + <title value="UK Core Composition Category" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 categorise the type of composition. Selected from the SNOMED CT UK coding system." /> + <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="717341000000101 OR 325931000000109 OR 734163000 OR 706825008 OR 373942005 OR 717131000000107 OR 25831000000103 OR 823751000000102 OR 933361000000108 OR 38651000000103 OR 715311000000107 OR 419891008 OR 25611000000107 OR 371525003" /> + </filter> + </include> + </compose> + <expansion> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> + <valueBoolean value="true" /> + </extension> + <identifier value="47b6bc4c-4e11-45b8-b6ea-16886bad0fe8" /> + <timestamp value="2022-01-07T10:21:26+00:00" /> + <total value="14" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20211222" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="http://snomed.info/sct" /> + <code value="717341000000101" /> + <display value="Alerts" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="325931000000109" /> + <display value="Assessment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="734163000" /> + <display value="Care plan" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="706825008" /> + <display value="Chart" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="371525003" /> + <display value="Clinical procedure report" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="373942005" /> + <display value="Discharge summary" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="717131000000107" /> + <display value="Health characteristics" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="25831000000103" /> + <display value="Image (document)" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="823751000000102" /> + <display value="Letter" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="933361000000108" /> + <display value="Medications and medical devices" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="715311000000107" /> + <display value="Notification administration" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="38651000000103" /> + <display value="Other note" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="419891008" /> + <display value="Record artefact" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="25611000000107" /> + <display value="Referral letter" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-CompositionSectionCode.xml b/valuesets/ValueSet-UKCore-CompositionSectionCode.xml index 173773a2..559d2cd7 100644 --- a/valuesets/ValueSet-UKCore-CompositionSectionCode.xml +++ b/valuesets/ValueSet-UKCore-CompositionSectionCode.xml @@ -1,974 +1,974 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-CompositionSectionCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-CompositionSectionCode"/> - <version value="2.2.0"/> - <name value="UKCoreCompositionSectionCode"/> - <title value="UK Core Composition Section Code"/> - <status value="active"/> - <date value="2023-08-03"/> - <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 standard record headings for the exchange of data."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - </include> - </compose> - <expansion> - <identifier value="74af73b0-8078-4323-be5e-43ced75666fb"/> - <timestamp value="2022-01-07T11:27:44+00:00"/> - <total value="186"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings|2.1.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="abstract-problem-node"/> - <display value="Abstract problem node"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="actions"/> - <display value="Actions"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="active-medications"/> - <display value="Active medications"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="acute-medication"/> - <display value="Acute medication"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="admission-details"/> - <display value="Admission details"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="advance-decision-to-refuse-treatment"/> - <display value="Advance decision to refuse treatment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="advance-decisions-about-treatment"/> - <display value="Advance decisions about treatment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="advance-statement"/> - <display value="Advance statement"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="aim-goal"/> - <display value="Aim/goal"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="alerts"/> - <display value="Alerts"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="allergies-and-adverse-reaction"/> - <display value="Allergies and adverse reaction"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="appointment"/> - <display value="Appointment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="assessment-scales"/> - <display value="Assessment scales"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="at-risk-of"/> - <display value="At risk of"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="attendance-details"/> - <display value="Attendance details"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="carer-perception-of-problem"/> - <display value="Carer perception of problem"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="clinical-administration"/> - <display value="Clinical administration"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="clinical-narrative"/> - <display value="Clinical narrative"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="clinical-risk-assessment"/> - <display value="Clinical risk assessment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="clinical-summary"/> - <display value="Clinical summary"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="community-disease-modifying-antirheumatic-drug-monitoring-appointment"/> - <display value="Community disease modifying antirheumatic drug monitoring appointment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="confidential-patient-data"/> - <display value="Confidential patient data"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="consent-for-information-sharing"/> - <display value="Consent for information sharing"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="consent-for-treatment-record"/> - <display value="Consent for treatment record"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="consent-for-treatment-intervention-record"/> - <display value="Consent for treatment/intervention record"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="consent-relating-to-child"/> - <display value="Consent relating to child"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="contact-for-further-information"/> - <display value="Contact for further information"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="current-palliative-oncology-treatment"/> - <display value="Current palliative oncology treatment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="current-supportive-care-for-terminal-illness"/> - <display value="Current supportive care for terminal illness"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="deprivation-of-liberty-safeguards-or-equivalent"/> - <display value="Deprivation of Liberty Safeguards or equivalent"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="diagnoses"/> - <display value="Diagnoses"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="diagnosis"/> - <display value="Diagnosis"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="diagnostic-history"/> - <display value="Diagnostic history"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="diagnostic-history-oncology"/> - <display value="Diagnostic history - oncology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="diagnostic-imaging-request"/> - <display value="Diagnostic imaging request"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="diagnostic-imaging-request-summary"/> - <display value="Diagnostic imaging request summary"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="discharge-details"/> - <display value="Discharge details"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="discontinued-medications"/> - <display value="Discontinued medications"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="discontinued-repeat-medication"/> - <display value="Discontinued repeat medication"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="disposition-details"/> - <display value="Disposition details"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="distribution-list"/> - <display value="Distribution list"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="drug/substance-use"/> - <display value="Drug/substance use"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="educational-history"/> - <display value="Educational history"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="emergency-appointment"/> - <display value="Emergency appointment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="ended-allergies"/> - <display value="Ended allergies"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="examination-findings"/> - <display value="Examination findings"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="expectation-of-referral"/> - <display value="Expectation of referral"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="family-history"/> - <display value="Family history"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="fulfiller-request"/> - <display value="Fulfiller request"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="fulfiller-request-details"/> - <display value="Fulfiller request details"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="future"/> - <display value="Future"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="general-practitioner-practice"/> - <display value="General practitioner practice"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="handover-details"/> - <display value="Handover details"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="health-characteristics"/> - <display value="Health characteristics"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="histocompatibility-and-immunogenetics"/> - <display value="Histocompatibility and immunogenetics"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="history"/> - <display value="History"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="hobbies-and-interests"/> - <display value="Hobbies and interests"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="immunisations"/> - <display value="Immunisations"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="inbound-referral"/> - <display value="Inbound referral"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="incident-details"/> - <display value="Incident details"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="individual-requirement"/> - <display value="Individual requirement"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="individual-requirements"/> - <display value="Individual requirements"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="individualised-treatment-guideline"/> - <display value="Individualised Treatment Guideline"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="information-and-advice-given"/> - <display value="Information and advice given"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="information-given"/> - <display value="Information given"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="intervention"/> - <display value="Intervention"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="intervention-on-development-of-symptoms"/> - <display value="Intervention on development of symptoms"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="investigation-results"/> - <display value="Investigation results"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="investigations-and-procedures-requested"/> - <display value="Investigations and procedures requested"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="investigations-and-results"/> - <display value="Investigations and results"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="investigations-requested"/> - <display value="Investigations requested"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="lasting-or-enduring-power-of-attorney-or-similar"/> - <display value="Lasting or enduring power of attorney or similar"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="lasting-power-of-attorney-for-health-and-welfare-or-court-appointed-deputy-or-equivalent"/> - <display value="Lasting power of attorney for health and welfare or court-appointed deputy or equivalent"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="legal-information"/> - <display value="Legal information"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="letter-with-patient"/> - <display value="Letter with patient"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="life-extinct-details"/> - <display value="Life extinct details"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="lifestyle"/> - <display value="Lifestyle"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="medical-devices"/> - <display value="Medical devices"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="medical-follow-up"/> - <display value="Medical follow-up"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="medical-follow-up-normal"/> - <display value="Medical follow-up - normal"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="medications-and-medical-devices"/> - <display value="Medications and medical devices"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="mental-capacity-assessment"/> - <display value="Mental capacity assessment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="mental-health-act-or-equivalent-status"/> - <display value="Mental Health Act or equivalent status"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="mental-health-therapy-follow-up"/> - <display value="Mental health therapy follow-up"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="most-senior-healthcare-professional-present"/> - <display value="Most senior healthcare professional present"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="new-appointment"/> - <display value="New appointment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="nuclear-medicine-images"/> - <display value="Nuclear medicine images"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="observations"/> - <display value="Observations"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="occupational-history"/> - <display value="Occupational history"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="oncology-treatment"/> - <display value="Oncology treatment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="organ-and-tissue-donation"/> - <display value="Organ and tissue donation"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="outbound-referral"/> - <display value="Outbound referral"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="outcome"/> - <display value="Outcome"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="outlook"/> - <display value="Outlook"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="outpatient-details"/> - <display value="Outpatient details"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="outstanding-issues"/> - <display value="Outstanding issues"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="participation"/> - <display value="Participation"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="participation-in-research"/> - <display value="Participation in research"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="past"/> - <display value="Past"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="past-actions"/> - <display value="Past actions"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="past-health-characteristics"/> - <display value="Past health characteristics"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="patient-and-carer-concerns"/> - <display value="Patient and carer concerns"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="patient-and-carer-concerns-expectations-and-wishes"/> - <display value="Patient and carer concerns, expectations and wishes"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="patient-demographics"/> - <display value="Patient demographics"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="patient-encounter-administration-data"/> - <display value="Patient encounter administration data"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="patient-narrative"/> - <display value="Patient narrative"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="patient-perception-of-problem"/> - <display value="Patient perception of problem"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="patients-expectation-of-referral"/> - <display value="Patient's expectation of referral"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="patients-reason-for-referral"/> - <display value="Patient's reason for referral"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="person-completing-record"/> - <display value="Person completing record"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="person-handing-over"/> - <display value="Person handing over"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="person-receiving-handover"/> - <display value="Person receiving handover"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="plan"/> - <display value="Plan"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="plan-and-requested-actions"/> - <display value="Plan and requested actions"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="planned-palliative-oncology-treatment"/> - <display value="Planned palliative oncology treatment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="planned-supportive-care-for-terminal-illness"/> - <display value="Planned supportive care for terminal illness"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="planned-treatment"/> - <display value="Planned treatment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="present-time"/> - <display value="Present - time"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="presenting-complaints-or-issues"/> - <display value="Presenting complaints or issues"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="problems"/> - <display value="Problems"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="problems-and-issues"/> - <display value="Problems and issues"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="procedure-codes-community"/> - <display value="Procedure codes (community)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="procedures"/> - <display value="Procedures"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="procedures-requested"/> - <display value="Procedures requested"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="professional-contacts"/> - <display value="Professional contacts"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="professional-narrative"/> - <display value="Professional narrative"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="reason-for-admission"/> - <display value="Reason for admission"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="reason-for-contact"/> - <display value="Reason for contact"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="reason-for-encounter"/> - <display value="Reason for encounter"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="reason-for-handover"/> - <display value="Reason for handover"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="reason-for-referral"/> - <display value="Reason for referral"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="reason-for-repeat-laboratory-test"/> - <display value="Reason for repeat laboratory test"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="reasonable-adjustments-for-health-and-care-access"/> - <display value="Reasonable adjustments for health and care access"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="referral-details"/> - <display value="Referral details"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="referral-modes"/> - <display value="Referral modes"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="referrer-details"/> - <display value="Referrer details"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="relevant-clinical-information-for-diagnostic-imaging-request"/> - <display value="Relevant clinical information for diagnostic imaging request"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="relevant-clinical-risk-factors"/> - <display value="Relevant clinical risk factors"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="relevant-medical-information"/> - <display value="Relevant medical information"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="relevant-past-medical-surgical-and-mental-health-history"/> - <display value="Relevant past medical, surgical and mental health history"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="relevant-supporting-information-for-diagnostic-imaging-request"/> - <display value="Relevant supporting information for diagnostic imaging request"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="repeat-medication"/> - <display value="Repeat medication"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="request"/> - <display value="Request"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="request-form-or-letter-sent-by-mail-email"/> - <display value="Request form or letter sent by mail/email"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="request-types"/> - <display value="Request types"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="review-appointment"/> - <display value="Review appointment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="review-of-systems"/> - <display value="Review of systems"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="risk-from-others"/> - <display value="Risk from others"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="risk-information"/> - <display value="Risk information"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="risk-mitigation"/> - <display value="Risk mitigation"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="risk-to-patient"/> - <display value="Risk to patient"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="risks-to-others"/> - <display value="Risks to others"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="risks-to-self"/> - <display value="Risks to self"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="role-views"/> - <display value="Role views"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="safeguarding"/> - <display value="Safeguarding"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="safeguarding-issues"/> - <display value="Safeguarding issues"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="safety-alerts"/> - <display value="Safety alerts"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="screening-invitation-medium"/> - <display value="Screening invitation medium"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="screening-method"/> - <display value="Screening method"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="senior-reviewing-clinician"/> - <display value="Senior reviewing clinician"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="services-and-care"/> - <display value="Services and care"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="social-circumstances"/> - <display value="Social circumstances"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="social-context"/> - <display value="Social context"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="special-requirements"/> - <display value="Special requirements"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="telephone-contact-only"/> - <display value="Telephone contact only"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="test-result"/> - <display value="Test result"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="time-modifiers"/> - <display value="Time modifiers"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="treatment"/> - <display value="Treatment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="treatments-and-interventions"/> - <display value="Treatments and interventions"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="treatments-and-interventions-and-changes-made-to-treatments"/> - <display value="Treatments and interventions and changes made to treatments"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="ultraviolet-light-therapy-treatment-record"/> - <display value="Ultraviolet light therapy treatment record"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="visual-field-report"/> - <display value="Visual field report"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="workplace-ergonomics"/> - <display value="Workplace ergonomics"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="person-demographics"/> - <display value="Person demographics"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="contact-with-professionals"/> - <display value="Contact with professionals"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="future-appointments"/> - <display value="Future appointments"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="gp-practice"/> - <display value="GP practice"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="consent"/> - <display value="Consent"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="appliances"/> - <display value="Appliances"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="vaccinations"/> - <display value="Vaccinations"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="signpost-details"/> - <display value="Signpost details"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="procedures-and-therapies"/> - <display value="Procedures and therapies"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="pregnancy-status"/> - <display value="Pregnancy status"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="red-flags"/> - <display value="Red flags"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="documents-including-correspondence-audio-and-images"/> - <display value="Documents (including correspondence, audio and images)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings"/> - <code value="assessments"/> - <display value="Assessments"/> - </contains> - </expansion> + <id value="UKCore-CompositionSectionCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-CompositionSectionCode" /> + <version value="2.2.0" /> + <name value="UKCoreCompositionSectionCode" /> + <title value="UK Core Composition Section Code" /> + <status value="active" /> + <date value="2023-08-03" /> + <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 standard record headings for the exchange of data." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + </include> + </compose> + <expansion> + <identifier value="74af73b0-8078-4323-be5e-43ced75666fb" /> + <timestamp value="2022-01-07T11:27:44+00:00" /> + <total value="186" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings|2.1.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="abstract-problem-node" /> + <display value="Abstract problem node" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="actions" /> + <display value="Actions" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="active-medications" /> + <display value="Active medications" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="acute-medication" /> + <display value="Acute medication" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="admission-details" /> + <display value="Admission details" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="advance-decision-to-refuse-treatment" /> + <display value="Advance decision to refuse treatment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="advance-decisions-about-treatment" /> + <display value="Advance decisions about treatment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="advance-statement" /> + <display value="Advance statement" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="aim-goal" /> + <display value="Aim/goal" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="alerts" /> + <display value="Alerts" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="allergies-and-adverse-reaction" /> + <display value="Allergies and adverse reaction" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="appointment" /> + <display value="Appointment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="assessment-scales" /> + <display value="Assessment scales" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="at-risk-of" /> + <display value="At risk of" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="attendance-details" /> + <display value="Attendance details" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="carer-perception-of-problem" /> + <display value="Carer perception of problem" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="clinical-administration" /> + <display value="Clinical administration" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="clinical-narrative" /> + <display value="Clinical narrative" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="clinical-risk-assessment" /> + <display value="Clinical risk assessment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="clinical-summary" /> + <display value="Clinical summary" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="community-disease-modifying-antirheumatic-drug-monitoring-appointment" /> + <display value="Community disease modifying antirheumatic drug monitoring appointment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="confidential-patient-data" /> + <display value="Confidential patient data" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="consent-for-information-sharing" /> + <display value="Consent for information sharing" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="consent-for-treatment-record" /> + <display value="Consent for treatment record" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="consent-for-treatment-intervention-record" /> + <display value="Consent for treatment/intervention record" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="consent-relating-to-child" /> + <display value="Consent relating to child" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="contact-for-further-information" /> + <display value="Contact for further information" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="current-palliative-oncology-treatment" /> + <display value="Current palliative oncology treatment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="current-supportive-care-for-terminal-illness" /> + <display value="Current supportive care for terminal illness" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="deprivation-of-liberty-safeguards-or-equivalent" /> + <display value="Deprivation of Liberty Safeguards or equivalent" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="diagnoses" /> + <display value="Diagnoses" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="diagnosis" /> + <display value="Diagnosis" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="diagnostic-history" /> + <display value="Diagnostic history" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="diagnostic-history-oncology" /> + <display value="Diagnostic history - oncology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="diagnostic-imaging-request" /> + <display value="Diagnostic imaging request" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="diagnostic-imaging-request-summary" /> + <display value="Diagnostic imaging request summary" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="discharge-details" /> + <display value="Discharge details" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="discontinued-medications" /> + <display value="Discontinued medications" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="discontinued-repeat-medication" /> + <display value="Discontinued repeat medication" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="disposition-details" /> + <display value="Disposition details" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="distribution-list" /> + <display value="Distribution list" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="drug/substance-use" /> + <display value="Drug/substance use" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="educational-history" /> + <display value="Educational history" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="emergency-appointment" /> + <display value="Emergency appointment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="ended-allergies" /> + <display value="Ended allergies" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="examination-findings" /> + <display value="Examination findings" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="expectation-of-referral" /> + <display value="Expectation of referral" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="family-history" /> + <display value="Family history" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="fulfiller-request" /> + <display value="Fulfiller request" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="fulfiller-request-details" /> + <display value="Fulfiller request details" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="future" /> + <display value="Future" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="general-practitioner-practice" /> + <display value="General practitioner practice" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="handover-details" /> + <display value="Handover details" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="health-characteristics" /> + <display value="Health characteristics" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="histocompatibility-and-immunogenetics" /> + <display value="Histocompatibility and immunogenetics" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="history" /> + <display value="History" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="hobbies-and-interests" /> + <display value="Hobbies and interests" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="immunisations" /> + <display value="Immunisations" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="inbound-referral" /> + <display value="Inbound referral" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="incident-details" /> + <display value="Incident details" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="individual-requirement" /> + <display value="Individual requirement" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="individual-requirements" /> + <display value="Individual requirements" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="individualised-treatment-guideline" /> + <display value="Individualised Treatment Guideline" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="information-and-advice-given" /> + <display value="Information and advice given" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="information-given" /> + <display value="Information given" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="intervention" /> + <display value="Intervention" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="intervention-on-development-of-symptoms" /> + <display value="Intervention on development of symptoms" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="investigation-results" /> + <display value="Investigation results" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="investigations-and-procedures-requested" /> + <display value="Investigations and procedures requested" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="investigations-and-results" /> + <display value="Investigations and results" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="investigations-requested" /> + <display value="Investigations requested" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="lasting-or-enduring-power-of-attorney-or-similar" /> + <display value="Lasting or enduring power of attorney or similar" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="lasting-power-of-attorney-for-health-and-welfare-or-court-appointed-deputy-or-equivalent" /> + <display value="Lasting power of attorney for health and welfare or court-appointed deputy or equivalent" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="legal-information" /> + <display value="Legal information" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="letter-with-patient" /> + <display value="Letter with patient" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="life-extinct-details" /> + <display value="Life extinct details" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="lifestyle" /> + <display value="Lifestyle" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="medical-devices" /> + <display value="Medical devices" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="medical-follow-up" /> + <display value="Medical follow-up" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="medical-follow-up-normal" /> + <display value="Medical follow-up - normal" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="medications-and-medical-devices" /> + <display value="Medications and medical devices" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="mental-capacity-assessment" /> + <display value="Mental capacity assessment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="mental-health-act-or-equivalent-status" /> + <display value="Mental Health Act or equivalent status" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="mental-health-therapy-follow-up" /> + <display value="Mental health therapy follow-up" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="most-senior-healthcare-professional-present" /> + <display value="Most senior healthcare professional present" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="new-appointment" /> + <display value="New appointment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="nuclear-medicine-images" /> + <display value="Nuclear medicine images" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="observations" /> + <display value="Observations" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="occupational-history" /> + <display value="Occupational history" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="oncology-treatment" /> + <display value="Oncology treatment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="organ-and-tissue-donation" /> + <display value="Organ and tissue donation" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="outbound-referral" /> + <display value="Outbound referral" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="outcome" /> + <display value="Outcome" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="outlook" /> + <display value="Outlook" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="outpatient-details" /> + <display value="Outpatient details" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="outstanding-issues" /> + <display value="Outstanding issues" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="participation" /> + <display value="Participation" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="participation-in-research" /> + <display value="Participation in research" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="past" /> + <display value="Past" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="past-actions" /> + <display value="Past actions" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="past-health-characteristics" /> + <display value="Past health characteristics" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="patient-and-carer-concerns" /> + <display value="Patient and carer concerns" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="patient-and-carer-concerns-expectations-and-wishes" /> + <display value="Patient and carer concerns, expectations and wishes" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="patient-demographics" /> + <display value="Patient demographics" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="patient-encounter-administration-data" /> + <display value="Patient encounter administration data" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="patient-narrative" /> + <display value="Patient narrative" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="patient-perception-of-problem" /> + <display value="Patient perception of problem" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="patients-expectation-of-referral" /> + <display value="Patient's expectation of referral" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="patients-reason-for-referral" /> + <display value="Patient's reason for referral" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="person-completing-record" /> + <display value="Person completing record" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="person-handing-over" /> + <display value="Person handing over" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="person-receiving-handover" /> + <display value="Person receiving handover" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="plan" /> + <display value="Plan" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="plan-and-requested-actions" /> + <display value="Plan and requested actions" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="planned-palliative-oncology-treatment" /> + <display value="Planned palliative oncology treatment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="planned-supportive-care-for-terminal-illness" /> + <display value="Planned supportive care for terminal illness" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="planned-treatment" /> + <display value="Planned treatment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="present-time" /> + <display value="Present - time" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="presenting-complaints-or-issues" /> + <display value="Presenting complaints or issues" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="problems" /> + <display value="Problems" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="problems-and-issues" /> + <display value="Problems and issues" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="procedure-codes-community" /> + <display value="Procedure codes (community)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="procedures" /> + <display value="Procedures" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="procedures-requested" /> + <display value="Procedures requested" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="professional-contacts" /> + <display value="Professional contacts" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="professional-narrative" /> + <display value="Professional narrative" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="reason-for-admission" /> + <display value="Reason for admission" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="reason-for-contact" /> + <display value="Reason for contact" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="reason-for-encounter" /> + <display value="Reason for encounter" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="reason-for-handover" /> + <display value="Reason for handover" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="reason-for-referral" /> + <display value="Reason for referral" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="reason-for-repeat-laboratory-test" /> + <display value="Reason for repeat laboratory test" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="reasonable-adjustments-for-health-and-care-access" /> + <display value="Reasonable adjustments for health and care access" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="referral-details" /> + <display value="Referral details" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="referral-modes" /> + <display value="Referral modes" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="referrer-details" /> + <display value="Referrer details" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="relevant-clinical-information-for-diagnostic-imaging-request" /> + <display value="Relevant clinical information for diagnostic imaging request" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="relevant-clinical-risk-factors" /> + <display value="Relevant clinical risk factors" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="relevant-medical-information" /> + <display value="Relevant medical information" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="relevant-past-medical-surgical-and-mental-health-history" /> + <display value="Relevant past medical, surgical and mental health history" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="relevant-supporting-information-for-diagnostic-imaging-request" /> + <display value="Relevant supporting information for diagnostic imaging request" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="repeat-medication" /> + <display value="Repeat medication" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="request" /> + <display value="Request" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="request-form-or-letter-sent-by-mail-email" /> + <display value="Request form or letter sent by mail/email" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="request-types" /> + <display value="Request types" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="review-appointment" /> + <display value="Review appointment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="review-of-systems" /> + <display value="Review of systems" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="risk-from-others" /> + <display value="Risk from others" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="risk-information" /> + <display value="Risk information" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="risk-mitigation" /> + <display value="Risk mitigation" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="risk-to-patient" /> + <display value="Risk to patient" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="risks-to-others" /> + <display value="Risks to others" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="risks-to-self" /> + <display value="Risks to self" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="role-views" /> + <display value="Role views" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="safeguarding" /> + <display value="Safeguarding" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="safeguarding-issues" /> + <display value="Safeguarding issues" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="safety-alerts" /> + <display value="Safety alerts" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="screening-invitation-medium" /> + <display value="Screening invitation medium" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="screening-method" /> + <display value="Screening method" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="senior-reviewing-clinician" /> + <display value="Senior reviewing clinician" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="services-and-care" /> + <display value="Services and care" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="social-circumstances" /> + <display value="Social circumstances" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="social-context" /> + <display value="Social context" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="special-requirements" /> + <display value="Special requirements" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="telephone-contact-only" /> + <display value="Telephone contact only" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="test-result" /> + <display value="Test result" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="time-modifiers" /> + <display value="Time modifiers" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="treatment" /> + <display value="Treatment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="treatments-and-interventions" /> + <display value="Treatments and interventions" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="treatments-and-interventions-and-changes-made-to-treatments" /> + <display value="Treatments and interventions and changes made to treatments" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="ultraviolet-light-therapy-treatment-record" /> + <display value="Ultraviolet light therapy treatment record" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="visual-field-report" /> + <display value="Visual field report" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="workplace-ergonomics" /> + <display value="Workplace ergonomics" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="person-demographics" /> + <display value="Person demographics" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="contact-with-professionals" /> + <display value="Contact with professionals" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="future-appointments" /> + <display value="Future appointments" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="gp-practice" /> + <display value="GP practice" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="consent" /> + <display value="Consent" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="appliances" /> + <display value="Appliances" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="vaccinations" /> + <display value="Vaccinations" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="signpost-details" /> + <display value="Signpost details" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="procedures-and-therapies" /> + <display value="Procedures and therapies" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="pregnancy-status" /> + <display value="Pregnancy status" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="red-flags" /> + <display value="Red flags" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="documents-including-correspondence-audio-and-images" /> + <display value="Documents (including correspondence, audio and images)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> + <code value="assessments" /> + <display value="Assessments" /> + </contains> + </expansion> </ValueSet> \ No newline at end of file diff --git a/valuesets/ValueSet-UKCore-ConditionCategory.xml b/valuesets/ValueSet-UKCore-ConditionCategory.xml index 6a73f9bf..f62907ac 100644 --- a/valuesets/ValueSet-UKCore-ConditionCategory.xml +++ b/valuesets/ValueSet-UKCore-ConditionCategory.xml @@ -1,81 +1,81 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ConditionCategory"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionCategory"/> - <version value="2.1.0"/> - <name value="UKCoreConditionCategory"/> - <title value="UK Core Condition Category"/> - <status value="active" /> - <date value="2022-01-07" /> - <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 category of a condition."/> - <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/condition-category"/> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionCategory"/> - </include> - </compose> - <expansion> - <identifier value="f58136c1-c9c1-4291-9e65-97063f443668"/> - <timestamp value="2022-01-07T11:31:39+00:00"/> - <total value="5"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionCategory|1.0.0"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="http://terminology.hl7.org/CodeSystem/condition-category|4.0.1"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionCategory"/> - <version value="1.0.0"/> - <code value="co-morbidity"/> - <display value="Co-morbidity"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/condition-category"/> - <version value="4.0.1"/> - <code value="encounter-diagnosis"/> - <display value="Encounter Diagnosis"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionCategory"/> - <version value="1.0.0"/> - <code value="issue"/> - <display value="Issue"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionCategory"/> - <version value="1.0.0"/> - <code value="presenting-complaint"/> - <display value="Presenting Complaint"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/condition-category"/> - <version value="4.0.1"/> - <code value="problem-list-item"/> - <display value="Problem List Item"/> - </contains> - </expansion> + <id value="UKCore-ConditionCategory" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionCategory" /> + <version value="2.1.0" /> + <name value="UKCoreConditionCategory" /> + <title value="UK Core Condition Category" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 category of a condition." /> + <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/condition-category" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionCategory" /> + </include> + </compose> + <expansion> + <identifier value="f58136c1-c9c1-4291-9e65-97063f443668" /> + <timestamp value="2022-01-07T11:31:39+00:00" /> + <total value="5" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionCategory|1.0.0" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="http://terminology.hl7.org/CodeSystem/condition-category|4.0.1" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionCategory" /> + <version value="1.0.0" /> + <code value="co-morbidity" /> + <display value="Co-morbidity" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/condition-category" /> + <version value="4.0.1" /> + <code value="encounter-diagnosis" /> + <display value="Encounter Diagnosis" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionCategory" /> + <version value="1.0.0" /> + <code value="issue" /> + <display value="Issue" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionCategory" /> + <version value="1.0.0" /> + <code value="presenting-complaint" /> + <display value="Presenting Complaint" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/condition-category" /> + <version value="4.0.1" /> + <code value="problem-list-item" /> + <display value="Problem List Item" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ConditionCode.xml b/valuesets/ValueSet-UKCore-ConditionCode.xml index 33977612..9d079afc 100644 --- a/valuesets/ValueSet-UKCore-ConditionCode.xml +++ b/valuesets/ValueSet-UKCore-ConditionCode.xml @@ -1,31 +1,31 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ConditionCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionCode"/> - <version value="2.2.0"/> - <name value="UKCoreConditionCode"/> - <title value="UK Core Condition Code"/> - <status value="active"/> - <date value="2022-12-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 a clinical finding or a finding with explicit context or an event. Selected from the SNOMED CT UK coding system."/> - <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement."/> - <compose> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="descendantOf 404684003 OR descendantOf 413350009 OR descendantOf 272379006"/> - </filter> - </include> - </compose> + <id value="UKCore-ConditionCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionCode" /> + <version value="2.2.0" /> + <name value="UKCoreConditionCode" /> + <title value="UK Core Condition Code" /> + <status value="active" /> + <date value="2022-12-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 a clinical finding or a finding with explicit context or an event. Selected from the SNOMED CT UK coding system." /> + <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="descendantOf 404684003 OR descendantOf 413350009 OR descendantOf 272379006" /> + </filter> + </include> + </compose> </ValueSet> \ No newline at end of file diff --git a/valuesets/ValueSet-UKCore-ConditionEpisode.xml b/valuesets/ValueSet-UKCore-ConditionEpisode.xml index 23d5006d..f76301cc 100644 --- a/valuesets/ValueSet-UKCore-ConditionEpisode.xml +++ b/valuesets/ValueSet-UKCore-ConditionEpisode.xml @@ -1,77 +1,77 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ConditionEpisode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionEpisode"/> - <version value="2.1.0"/> - <name value="UKCoreConditionEpisode"/> - <title value="UK Core Condition Episode"/> - <status value="retired" /> - <date value="2022-12-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 episodicity of a condition. Selected from the SNOMED CT UK coding system."/> - <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> - <compose> - <include> - <system value="http://snomed.info/sct" /> - <filter> - <property value="constraint" /> - <op value="=" /> - <value value="255217005 OR 288527008 OR 303350001 OR 272131007 OR 394846009" /> - </filter> - </include> - </compose> - <expansion> - <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> - <valueBoolean value="true"/> - </extension> - <identifier value="74bfb763-edcc-44c8-842d-99ec474eac02"/> - <timestamp value="2022-01-07T11:06:23+00:00"/> - <total value="5"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20211222"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="http://snomed.info/sct"/> - <code value="255217005"/> - <display value="First episode"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="288527008"/> - <display value="New episode"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="272131007"/> - <display value="Old episode"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="303350001"/> - <display value="Ongoing episode"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="394846009"/> - <display value="Undefined episodicity"/> - </contains> - </expansion> + <id value="UKCore-ConditionEpisode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionEpisode" /> + <version value="2.1.0" /> + <name value="UKCoreConditionEpisode" /> + <title value="UK Core Condition Episode" /> + <status value="retired" /> + <date value="2022-12-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 episodicity of a condition. Selected from the SNOMED CT UK coding system." /> + <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="255217005 OR 288527008 OR 303350001 OR 272131007 OR 394846009" /> + </filter> + </include> + </compose> + <expansion> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> + <valueBoolean value="true" /> + </extension> + <identifier value="74bfb763-edcc-44c8-842d-99ec474eac02" /> + <timestamp value="2022-01-07T11:06:23+00:00" /> + <total value="5" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20211222" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="http://snomed.info/sct" /> + <code value="255217005" /> + <display value="First episode" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="288527008" /> + <display value="New episode" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="272131007" /> + <display value="Old episode" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="303350001" /> + <display value="Ongoing episode" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="394846009" /> + <display value="Undefined episodicity" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ConditionEpisodicity.xml b/valuesets/ValueSet-UKCore-ConditionEpisodicity.xml index b32587a7..fec881b3 100644 --- a/valuesets/ValueSet-UKCore-ConditionEpisodicity.xml +++ b/valuesets/ValueSet-UKCore-ConditionEpisodicity.xml @@ -1,52 +1,52 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ConditionEpisodicity"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionEpisodicity"/> - <version value="2.2.0"/> - <name value="UKCoreConditionEpisodicity"/> - <title value="UK Core Condition Episodicity"/> - <status value="active"/> - <date value="2022-12-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 episodicity of a condition."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity"/> - </include> - </compose> - <expansion> - <identifier value="7a8d1bd2-f0f6-4fb6-879b-a1195833a329"/> - <timestamp value="2022-12-22T15:29:10+00:00"/> - <total value="4"/> - <offset value="0"/> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity"/> - <code value="end"/> - <display value="End"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity"/> - <code value="first"/> - <display value="First"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity"/> - <code value="new"/> - <display value="New"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity"/> - <code value="review"/> - <display value="Review"/> - </contains> - </expansion> + <id value="UKCore-ConditionEpisodicity" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionEpisodicity" /> + <version value="2.2.0" /> + <name value="UKCoreConditionEpisodicity" /> + <title value="UK Core Condition Episodicity" /> + <status value="active" /> + <date value="2022-12-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 episodicity of a condition." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity" /> + </include> + </compose> + <expansion> + <identifier value="7a8d1bd2-f0f6-4fb6-879b-a1195833a329" /> + <timestamp value="2022-12-22T15:29:10+00:00" /> + <total value="4" /> + <offset value="0" /> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity" /> + <code value="end" /> + <display value="End" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity" /> + <code value="first" /> + <display value="First" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity" /> + <code value="new" /> + <display value="New" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity" /> + <code value="review" /> + <display value="Review" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ConditionRelationship.xml b/valuesets/ValueSet-UKCore-ConditionRelationship.xml index 4d4fbe61..e18be1b6 100644 --- a/valuesets/ValueSet-UKCore-ConditionRelationship.xml +++ b/valuesets/ValueSet-UKCore-ConditionRelationship.xml @@ -1,74 +1,74 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ConditionRelationship" /> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionRelationship" /> - <version value="1.0.0" /> - <name value="UKCoreConditionRelationship" /> - <title value="UK Core Condition Relationship" /> - <status value="retired" /> - <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="A set of codes that define the kind of relationship that exists with a target condition or problem." /> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship" /> - </include> - </compose> - <expansion> - <identifier value="b838d621-4cd6-4396-a3d0-604fa6529ab3"/> - <timestamp value="2022-01-07T11:36:04+00:00"/> - <total value="6"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship"/> - <code value="child"/> - <display value="Child"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship"/> - <code value="evolve"/> - <display value="Evolve"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship"/> - <code value="merge-combine"/> - <display value="Merge/Combine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship"/> - <code value="nesting"/> - <display value="Nesting"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship"/> - <code value="parent"/> - <display value="Parent"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship"/> - <code value="sibling"/> - <display value="Sibling"/> - </contains> - </expansion> + <id value="UKCore-ConditionRelationship" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionRelationship" /> + <version value="1.0.0" /> + <name value="UKCoreConditionRelationship" /> + <title value="UK Core Condition Relationship" /> + <status value="retired" /> + <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="A set of codes that define the kind of relationship that exists with a target condition or problem." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship" /> + </include> + </compose> + <expansion> + <identifier value="b838d621-4cd6-4396-a3d0-604fa6529ab3" /> + <timestamp value="2022-01-07T11:36:04+00:00" /> + <total value="6" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship" /> + <code value="child" /> + <display value="Child" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship" /> + <code value="evolve" /> + <display value="Evolve" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship" /> + <code value="merge-combine" /> + <display value="Merge/Combine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship" /> + <code value="nesting" /> + <display value="Nesting" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship" /> + <code value="parent" /> + <display value="Parent" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionRelationship" /> + <code value="sibling" /> + <display value="Sibling" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-DateTimeType.xml b/valuesets/ValueSet-UKCore-DateTimeType.xml index bdca4392..d904ee77 100644 --- a/valuesets/ValueSet-UKCore-DateTimeType.xml +++ b/valuesets/ValueSet-UKCore-DateTimeType.xml @@ -1,98 +1,98 @@ <?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-DateTimeType"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DateTimeType"/> - <version value="2.1.0"/> - <name value="UKCoreDateTimeType"/> - <title value="UK Core Date Time Type"/> - <status value="draft"/> - <date value="2023-10-13"/> - <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 ValueSet to identify the type of date and time being recorded."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType"/> - </include> - </compose> - <expansion> - <identifier value="84af73b0-8078-4323-be5e-43ced75666fb"/> - <timestamp value="2023-10-13T13:27:44+00:00"/> - <total value="13"/> - <offset value="0"/> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType"/> - <code value="time-resource-arrived-on-scene"/> - <display value="Time Resource Arrived On Scene"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType"/> - <code value="time-call-ended"/> - <display value="Time Call Ended"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType"/> - <code value="time-clear"/> - <display value="Time Clear"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType"/> - <code value="time-arrived-receiving-location"/> - <display value="Time Arrived at Receiving Location"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType"/> - <code value="time-resource-left-scene"/> - <display value="Time Resource Left Scene"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType"/> - <code value="time-dispatch-code-established"/> - <display value="Time Dispatch Code Established"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType"/> - <code value="time-stood-down"/> - <display value="Time Stood Down"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType"/> - <code value="clock-start-date-time"/> - <display value="Clock Start Date Time"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType"/> - <code value="time-resource-mobilised"/> - <display value="Time Resource Mobilised"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType"/> - <code value="clock-stop-date-time"/> - <display value="Clock Stop Date Time"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType"/> - <code value="time-clinical-handover"/> - <display value="Time of Clinical Handover"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType"/> - <code value="time-call-answered"/> - <display value="Time Call Answered"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType"/> - <code value="time-patient-handover"/> - <display value="Time Patient Handover"/> - </contains> - </expansion> + <id value="UKCore-DateTimeType" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DateTimeType" /> + <version value="2.1.0" /> + <name value="UKCoreDateTimeType" /> + <title value="UK Core Date Time Type" /> + <status value="draft" /> + <date value="2023-10-13" /> + <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 ValueSet to identify the type of date and time being recorded." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> + </include> + </compose> + <expansion> + <identifier value="84af73b0-8078-4323-be5e-43ced75666fb" /> + <timestamp value="2023-10-13T13:27:44+00:00" /> + <total value="13" /> + <offset value="0" /> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> + <code value="time-resource-arrived-on-scene" /> + <display value="Time Resource Arrived On Scene" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> + <code value="time-call-ended" /> + <display value="Time Call Ended" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> + <code value="time-clear" /> + <display value="Time Clear" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> + <code value="time-arrived-receiving-location" /> + <display value="Time Arrived at Receiving Location" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> + <code value="time-resource-left-scene" /> + <display value="Time Resource Left Scene" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> + <code value="time-dispatch-code-established" /> + <display value="Time Dispatch Code Established" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> + <code value="time-stood-down" /> + <display value="Time Stood Down" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> + <code value="clock-start-date-time" /> + <display value="Clock Start Date Time" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> + <code value="time-resource-mobilised" /> + <display value="Time Resource Mobilised" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> + <code value="clock-stop-date-time" /> + <display value="Clock Stop Date Time" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> + <code value="time-clinical-handover" /> + <display value="Time of Clinical Handover" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> + <code value="time-call-answered" /> + <display value="Time Call Answered" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> + <code value="time-patient-handover" /> + <display value="Time Patient Handover" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-DeathNotificationStatus.xml b/valuesets/ValueSet-UKCore-DeathNotificationStatus.xml index 5e267775..a41f316f 100644 --- a/valuesets/ValueSet-UKCore-DeathNotificationStatus.xml +++ b/valuesets/ValueSet-UKCore-DeathNotificationStatus.xml @@ -1,59 +1,59 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-DeathNotificationStatus"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DeathNotificationStatus"/> - <version value="2.1.0" /> - <name value="UKCoreDeathNotificationStatus"/> - <title value="UK Core Death Notification Status"/> - <status value="active" /> - <date value="2021-09-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="A set of codes that define the type of death notice as held on the Personal Demographics Service (PDS) or any other source system."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus"/> - </include> - </compose> - <expansion> - <identifier value="4c79b32b-2583-4eef-bc95-e4e450bac2f6"/> - <timestamp value="2021-09-09T14:07:46+00:00"/> - <total value="3"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus|2.1.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus"/> - <code value="2"/> - <display value="Formal - death notice received from Registrar of Deaths"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus"/> - <code value="1"/> - <display value="Informal - death notice received via an update from a local NHS Organisation such as GP or Trust"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus"/> - <code value="U"/> - <display value="Removed"/> - </contains> - </expansion> + <id value="UKCore-DeathNotificationStatus" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DeathNotificationStatus" /> + <version value="2.1.0" /> + <name value="UKCoreDeathNotificationStatus" /> + <title value="UK Core Death Notification Status" /> + <status value="active" /> + <date value="2021-09-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="A set of codes that define the type of death notice as held on the Personal Demographics Service (PDS) or any other source system." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus" /> + </include> + </compose> + <expansion> + <identifier value="4c79b32b-2583-4eef-bc95-e4e450bac2f6" /> + <timestamp value="2021-09-09T14:07:46+00:00" /> + <total value="3" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus|2.1.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus" /> + <code value="2" /> + <display value="Formal - death notice received from Registrar of Deaths" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus" /> + <code value="1" /> + <display value="Informal - death notice received via an update from a local NHS Organisation such as GP or Trust" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus" /> + <code value="U" /> + <display value="Removed" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-DeliveryChannel.xml b/valuesets/ValueSet-UKCore-DeliveryChannel.xml index 82f2cc47..5b4a7049 100644 --- a/valuesets/ValueSet-UKCore-DeliveryChannel.xml +++ b/valuesets/ValueSet-UKCore-DeliveryChannel.xml @@ -1,59 +1,59 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-DeliveryChannel"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DeliveryChannel"/> - <version value="1.1.0"/> - <name value="UKCoreDeliveryChannel"/> - <title value="UK Core Delivery Channel"/> - <status value="active" /> - <date value="2022-05-20" /> - <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 delivery channel of an appointment."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel"/> - </include> - </compose> - <expansion> - <identifier value="d91a90fd-4134-49e5-b5d5-e569098e0bce"/> - <timestamp value="2022-02-23T15:17:53+00:00"/> - <total value="3"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel"/> - <code value="In-person"/> - <display value="In-person"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel"/> - <code value="Telephone"/> - <display value="Telephone"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel"/> - <code value="Video"/> - <display value="Video"/> - </contains> - </expansion> + <id value="UKCore-DeliveryChannel" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DeliveryChannel" /> + <version value="1.1.0" /> + <name value="UKCoreDeliveryChannel" /> + <title value="UK Core Delivery Channel" /> + <status value="active" /> + <date value="2022-05-20" /> + <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 delivery channel of an appointment." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel" /> + </include> + </compose> + <expansion> + <identifier value="d91a90fd-4134-49e5-b5d5-e569098e0bce" /> + <timestamp value="2022-02-23T15:17:53+00:00" /> + <total value="3" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel" /> + <code value="In-person" /> + <display value="In-person" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel" /> + <code value="Telephone" /> + <display value="Telephone" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel" /> + <code value="Video" /> + <display value="Video" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-DeviceType.xml b/valuesets/ValueSet-UKCore-DeviceType.xml index 51bb19cb..19f9d2c6 100644 --- a/valuesets/ValueSet-UKCore-DeviceType.xml +++ b/valuesets/ValueSet-UKCore-DeviceType.xml @@ -1,30 +1,30 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-DeviceType"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DeviceType"/> - <version value="1.1.0"/> - <name value="UKCoreDeviceType"/> - <title value="UK Core Device Type"/> + <id value="UKCore-DeviceType" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DeviceType" /> + <version value="1.1.0" /> + <name value="UKCoreDeviceType" /> + <title value="UK Core Device Type" /> <status value="draft" /> <date value="2022-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="A code from the SNOMED Clinical Terminology UK coding system that describes a type of device. Any code from the SNOMED CT UK 'Device Type' subset with subset original id 1361000000131; the corresponding SNOMED CT UK Refset fully specified name is 'Device type simple reference set (foundation metadata concept)' with Refset Id 999000401000000107."/> - <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." /> +<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 code from the SNOMED Clinical Terminology UK coding system that describes a type of device. Any code from the SNOMED CT UK 'Device Type' subset with subset original id 1361000000131; the corresponding SNOMED CT UK Refset fully specified name is 'Device type simple reference set (foundation metadata concept)' with Refset Id 999000401000000107." /> + <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://snomed.info/sct"/> + <system value="http://snomed.info/sct" /> <filter> - <property value="constraint"/> - <op value="="/> - <value value="memberOf 999000401000000107"/> + <property value="constraint" /> + <op value="=" /> + <value value="memberOf 999000401000000107" /> </filter> </include> </compose> diff --git a/valuesets/ValueSet-UKCore-DischargeDestination.xml b/valuesets/ValueSet-UKCore-DischargeDestination.xml index 80cf2e5c..5f8748bf 100644 --- a/valuesets/ValueSet-UKCore-DischargeDestination.xml +++ b/valuesets/ValueSet-UKCore-DischargeDestination.xml @@ -1,267 +1,267 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-DischargeDestination" /> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DischargeDestination" /> - <version value="2.1.0" /> - <name value="UKCoreDischargeDestination" /> - <title value="UK Core Discharge Destination" /> - <status value="active" /> - <date value="2022-01-07" /> - <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 where a patient is sent on completion of a hospital provider spell, or a note that the patient died or was a still birth." /> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> - </include> - </compose> - <expansion> - <identifier value="6e05b7bd-aec0-4b7d-9297-390243d17fb0"/> - <timestamp value="2022-01-07T11:39:10+00:00"/> - <total value="36"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland|1.0.0"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="37"/> - <display value="Court"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="48"/> - <display value="High Security Psychiatric Hospital, Scotland"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales"/> - <version value="1.0.0"/> - <code value="23"/> - <display value="Hospice"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="66"/> - <display value="Local Authority foster care"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales"/> - <version value="1.0.0"/> - <code value="66"/> - <display value="Local authority foster care but not in Part 3 residential accommodation"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales"/> - <version value="1.0.0"/> - <code value="65"/> - <display value="Local Authority Part 3 residential accommodation i.e. where care is provided"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="65"/> - <display value="Local Authority residential accommodation i.e. where care is provided"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="49"/> - <display value="NHS other Hospital Provider - high security psychiatric accommodation"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="50"/> - <display value="NHS other Hospital Provider - medium secure unit"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="51"/> - <display value="NHS other Hospital Provider - Ward for general patients or the younger physically disabled"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="52"/> - <display value="NHS other Hospital Provider - Ward for maternity patients or Neonates"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="53"/> - <display value="NHS other Hospital Provider - Ward for patients who are mentally ill or have Learning Disabilities"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="54"/> - <display value="NHS run Care Home"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales"/> - <version value="1.0.0"/> - <code value="22"/> - <display value="No fixed abode"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="85"/> - <display value="Non-NHS (other than Local Authority) run Care Home"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="88"/> - <display value="Non-NHS (other than Local Authority) run Hospice"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales"/> - <version value="1.0.0"/> - <code value="86"/> - <display value="Non-NHS (other than local authority) run nursing home"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="87"/> - <display value="Non-NHS run hospital"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="84"/> - <display value="Non-NHS run hospital - medium secure unit"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="98"/> - <display value="Not applicable - Hospital Provider Spell not finished at episode end (i.e. not discharged) or current episode unfinished"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales"/> - <version value="1.0.0"/> - <code value="98"/> - <display value="Not applicable - hospital provider spell not finished at episode end (i.e. not discharged, or current episode unfinished)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="79"/> - <display value="Not applicable - Patient died or stillbirth"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales"/> - <version value="1.0.0"/> - <code value="79"/> - <display value="Not Applicable - Patient died or stillbirth"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="99"/> - <display value="Not known"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales"/> - <version value="1.0.0"/> - <code value="19"/> - <display value="Own home"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales"/> - <version value="1.0.0"/> - <code value="51"/> - <display value="Patient transfer to another health board / trust"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales"/> - <version value="1.0.0"/> - <code value="87"/> - <display value="Patient transfer to Non-NHS run hospital includes private hospitals e.g. BUPA"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales"/> - <version value="1.0.0"/> - <code value="55"/> - <display value="Patient transfer within the same health board / trust"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="38"/> - <display value="Penal establishment or police station"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales"/> - <version value="1.0.0"/> - <code value="39"/> - <display value="Penal establishment, court or police station or police custody suite"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales"/> - <version value="1.0.0"/> - <code value="20"/> - <display value="Permanent residence at nursing home, residential care home"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="30"/> - <display value="Repatriation from high security psychiatric accommodation in an NHS Hospital Provider (NHS Trust or NHS Foundation Trust)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="29"/> - <display value="Temporary place of residence when usually resident elsewhere (includes hotel, residential Educational Establishment)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales"/> - <version value="1.0.0"/> - <code value="29"/> - <display value="Temporary place of residence when usually resident elsewhere (includes hotel, residential educational establishment)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales"/> - <version value="1.0.0"/> - <code value="21"/> - <display value="Temporary residence at nursing home, residential care home"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland"/> - <version value="1.0.0"/> - <code value="19"/> - <display value="Usual place of residence unless listed below, for example, a private dwelling whether owner occupied or owned by Local Authority, housing association or other landlord. This includes wardened accommodation but not residential accommodation where health care is provided. It also includes patients with no fixed abode."/> - </contains> - </expansion> + <id value="UKCore-DischargeDestination" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DischargeDestination" /> + <version value="2.1.0" /> + <name value="UKCoreDischargeDestination" /> + <title value="UK Core Discharge Destination" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 where a patient is sent on completion of a hospital provider spell, or a note that the patient died or was a still birth." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + </include> + </compose> + <expansion> + <identifier value="6e05b7bd-aec0-4b7d-9297-390243d17fb0" /> + <timestamp value="2022-01-07T11:39:10+00:00" /> + <total value="36" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland|1.0.0" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="37" /> + <display value="Court" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="48" /> + <display value="High Security Psychiatric Hospital, Scotland" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + <version value="1.0.0" /> + <code value="23" /> + <display value="Hospice" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="66" /> + <display value="Local Authority foster care" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + <version value="1.0.0" /> + <code value="66" /> + <display value="Local authority foster care but not in Part 3 residential accommodation" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + <version value="1.0.0" /> + <code value="65" /> + <display value="Local Authority Part 3 residential accommodation i.e. where care is provided" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="65" /> + <display value="Local Authority residential accommodation i.e. where care is provided" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="49" /> + <display value="NHS other Hospital Provider - high security psychiatric accommodation" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="50" /> + <display value="NHS other Hospital Provider - medium secure unit" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="51" /> + <display value="NHS other Hospital Provider - Ward for general patients or the younger physically disabled" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="52" /> + <display value="NHS other Hospital Provider - Ward for maternity patients or Neonates" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="53" /> + <display value="NHS other Hospital Provider - Ward for patients who are mentally ill or have Learning Disabilities" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="54" /> + <display value="NHS run Care Home" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + <version value="1.0.0" /> + <code value="22" /> + <display value="No fixed abode" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="85" /> + <display value="Non-NHS (other than Local Authority) run Care Home" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="88" /> + <display value="Non-NHS (other than Local Authority) run Hospice" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + <version value="1.0.0" /> + <code value="86" /> + <display value="Non-NHS (other than local authority) run nursing home" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="87" /> + <display value="Non-NHS run hospital" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="84" /> + <display value="Non-NHS run hospital - medium secure unit" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="98" /> + <display value="Not applicable - Hospital Provider Spell not finished at episode end (i.e. not discharged) or current episode unfinished" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + <version value="1.0.0" /> + <code value="98" /> + <display value="Not applicable - hospital provider spell not finished at episode end (i.e. not discharged, or current episode unfinished)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="79" /> + <display value="Not applicable - Patient died or stillbirth" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + <version value="1.0.0" /> + <code value="79" /> + <display value="Not Applicable - Patient died or stillbirth" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="99" /> + <display value="Not known" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + <version value="1.0.0" /> + <code value="19" /> + <display value="Own home" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + <version value="1.0.0" /> + <code value="51" /> + <display value="Patient transfer to another health board / trust" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + <version value="1.0.0" /> + <code value="87" /> + <display value="Patient transfer to Non-NHS run hospital includes private hospitals e.g. BUPA" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + <version value="1.0.0" /> + <code value="55" /> + <display value="Patient transfer within the same health board / trust" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="38" /> + <display value="Penal establishment or police station" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + <version value="1.0.0" /> + <code value="39" /> + <display value="Penal establishment, court or police station or police custody suite" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + <version value="1.0.0" /> + <code value="20" /> + <display value="Permanent residence at nursing home, residential care home" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="30" /> + <display value="Repatriation from high security psychiatric accommodation in an NHS Hospital Provider (NHS Trust or NHS Foundation Trust)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="29" /> + <display value="Temporary place of residence when usually resident elsewhere (includes hotel, residential Educational Establishment)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + <version value="1.0.0" /> + <code value="29" /> + <display value="Temporary place of residence when usually resident elsewhere (includes hotel, residential educational establishment)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationWales" /> + <version value="1.0.0" /> + <code value="21" /> + <display value="Temporary residence at nursing home, residential care home" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> + <version value="1.0.0" /> + <code value="19" /> + <display value="Usual place of residence unless listed below, for example, a private dwelling whether owner occupied or owned by Local Authority, housing association or other landlord. This includes wardened accommodation but not residential accommodation where health care is provided. It also includes patients with no fixed abode." /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-DischargeMethod.xml b/valuesets/ValueSet-UKCore-DischargeMethod.xml index 9ecf14a6..5f763a85 100644 --- a/valuesets/ValueSet-UKCore-DischargeMethod.xml +++ b/valuesets/ValueSet-UKCore-DischargeMethod.xml @@ -1,135 +1,135 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-DischargeMethod" /> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DischargeMethod" /> - <version value="2.1.0" /> - <name value="UKCoreDischargeMethod" /> - <title value="UK Core Discharge Method" /> - <status value="active" /> - <date value="2022-01-07" /> - <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 method of discharge from a hospital provider spell." /> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland" /> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales" /> - </include> - </compose> - <expansion> - <identifier value="ea46e5cb-e35c-4625-b792-905c85b85397"/> - <timestamp value="2022-01-07T12:50:27+00:00"/> - <total value="14"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales|1.0.0"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland"/> - <version value="1.0.0"/> - <code value="9"/> - <display value="Method of discharge not known"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland"/> - <version value="1.0.0"/> - <code value="8"/> - <display value="Not applicable (Hospital Provider Spell not finished at episode end (i.e. not discharged) or current episode unfinished)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales"/> - <version value="1.0.0"/> - <code value="8"/> - <display value="Not applicable - hospital provider spell not yet finished (i.e. not discharged)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland"/> - <version value="1.0.0"/> - <code value="4"/> - <display value="Patient died"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales"/> - <version value="1.0.0"/> - <code value="4"/> - <display value="Patient died"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland"/> - <version value="1.0.0"/> - <code value="7"/> - <display value="Patient discharged by a relative or advocate"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales"/> - <version value="1.0.0"/> - <code value="3"/> - <display value="Patient discharged by Mental Health Review Tribunal (MHRT), Home Secretary or court"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland"/> - <version value="1.0.0"/> - <code value="3"/> - <display value="Patient discharged by mental health review tribunal, Home Secretary or Court"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland"/> - <version value="1.0.0"/> - <code value="6"/> - <display value="Patient discharged him/herself"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales"/> - <version value="1.0.0"/> - <code value="2"/> - <display value="Patient discharged him/herself or was discharged by a relative or advocate"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland"/> - <version value="1.0.0"/> - <code value="1"/> - <display value="Patient discharged on clinical advice or with clinical consent"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales"/> - <version value="1.0.0"/> - <code value="1"/> - <display value="Patient discharged on clinical advice or with clinical consent"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland"/> - <version value="1.0.0"/> - <code value="5"/> - <display value="Stillbirth"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales"/> - <version value="1.0.0"/> - <code value="5"/> - <display value="Stillbirth"/> - </contains> - </expansion> + <id value="UKCore-DischargeMethod" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DischargeMethod" /> + <version value="2.1.0" /> + <name value="UKCoreDischargeMethod" /> + <title value="UK Core Discharge Method" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 method of discharge from a hospital provider spell." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales" /> + </include> + </compose> + <expansion> + <identifier value="ea46e5cb-e35c-4625-b792-905c85b85397" /> + <timestamp value="2022-01-07T12:50:27+00:00" /> + <total value="14" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales|1.0.0" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland" /> + <version value="1.0.0" /> + <code value="9" /> + <display value="Method of discharge not known" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland" /> + <version value="1.0.0" /> + <code value="8" /> + <display value="Not applicable (Hospital Provider Spell not finished at episode end (i.e. not discharged) or current episode unfinished)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales" /> + <version value="1.0.0" /> + <code value="8" /> + <display value="Not applicable - hospital provider spell not yet finished (i.e. not discharged)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland" /> + <version value="1.0.0" /> + <code value="4" /> + <display value="Patient died" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales" /> + <version value="1.0.0" /> + <code value="4" /> + <display value="Patient died" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland" /> + <version value="1.0.0" /> + <code value="7" /> + <display value="Patient discharged by a relative or advocate" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales" /> + <version value="1.0.0" /> + <code value="3" /> + <display value="Patient discharged by Mental Health Review Tribunal (MHRT), Home Secretary or court" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland" /> + <version value="1.0.0" /> + <code value="3" /> + <display value="Patient discharged by mental health review tribunal, Home Secretary or Court" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland" /> + <version value="1.0.0" /> + <code value="6" /> + <display value="Patient discharged him/herself" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales" /> + <version value="1.0.0" /> + <code value="2" /> + <display value="Patient discharged him/herself or was discharged by a relative or advocate" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland" /> + <version value="1.0.0" /> + <code value="1" /> + <display value="Patient discharged on clinical advice or with clinical consent" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales" /> + <version value="1.0.0" /> + <code value="1" /> + <display value="Patient discharged on clinical advice or with clinical consent" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland" /> + <version value="1.0.0" /> + <code value="5" /> + <display value="Stillbirth" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodWales" /> + <version value="1.0.0" /> + <code value="5" /> + <display value="Stillbirth" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-DocumentType.xml b/valuesets/ValueSet-UKCore-DocumentType.xml index 707f3ca7..311eb71c 100644 --- a/valuesets/ValueSet-UKCore-DocumentType.xml +++ b/valuesets/ValueSet-UKCore-DocumentType.xml @@ -1,31 +1,31 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-DocumentType"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DocumentType"/> - <version value="2.2.0"/> - <name value="UKCoreDocumentType"/> - <title value="UK Core Document Type"/> - <status value="active"/> - <date value="2022-12-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 describe a type of document. Selected from the 'Record composition type' simple reference set of the SNOMED CT UK coding system."/> - <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement."/> - <compose> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="memberOf 1127551000000109"/> - </filter> - </include> - </compose> + <id value="UKCore-DocumentType" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DocumentType" /> + <version value="2.2.0" /> + <name value="UKCoreDocumentType" /> + <title value="UK Core Document Type" /> + <status value="active" /> + <date value="2022-12-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 describe a type of document. Selected from the 'Record composition type' simple reference set of the SNOMED CT UK coding system." /> + <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="memberOf 1127551000000109" /> + </filter> + </include> + </compose> </ValueSet> \ No newline at end of file diff --git a/valuesets/ValueSet-UKCore-EarlyWarningSubScore.xml b/valuesets/ValueSet-UKCore-EarlyWarningSubScore.xml index 4be3f604..931b49c3 100644 --- a/valuesets/ValueSet-UKCore-EarlyWarningSubScore.xml +++ b/valuesets/ValueSet-UKCore-EarlyWarningSubScore.xml @@ -1,22 +1,22 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-EarlyWarningSubScore"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-EarlyWarningSubScore"/> - <version value="1.0.0"/> - <name value="UKCoreEarlyWarningSubScore"/> - <title value="UK Core Early Warning Sub Score"/> - <status value="draft"/> - <date value="2023-09-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="A set of codes for the recording of Early Warning Score sub scores. Selected from the SNOMED CT UK coding system: + <id value="UKCore-EarlyWarningSubScore" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-EarlyWarningSubScore" /> + <version value="1.0.0" /> + <name value="UKCoreEarlyWarningSubScore" /> + <title value="UK Core Early Warning Sub Score" /> + <status value="draft" /> + <date value="2023-09-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="A set of codes for the recording of Early Warning Score sub scores. Selected from the SNOMED CT UK coding system: - 1104351000000103 | Royal College of Physicians National Early Warning Score 2 - pulse score (observable entity) - 1104371000000107 | Royal College of Physicians National Early Warning Score 2 - temperature score (observable entity) - 1104331000000105 | Royal College of Physicians National Early Warning Score 2 - air or oxygen score (observable entity) @@ -38,24 +38,24 @@ - 1363291000000105 | National Paediatric Early Warning Score systolic blood pressure score (observable entity) - 1363311000000106 | National Paediatric Early Warning Score peripheral oxygen saturation score (observable entity) - 1364131000000103 | National Paediatric Early Warning Score nursing concern, clinical intuition (observable entity) - - 1364121000000100 | National Paediatric Early Warning Score how is your child different since I last saw them? (observable entity)"/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="(1104301000000104 OR 1104311000000102 OR 1104321000000108 OR 1104331000000105 OR 1104351000000103 OR 1104341000000101 OR 1104361000000100 OR 1104371000000107)"/> - </filter> - </include> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="(1364091000000101 OR 1363271000000106 OR 1364081000000103 OR 1363301000000109 OR 1363311000000106 OR 1363321000000100 OR 1363291000000105 OR 1363331000000103 OR 1363341000000107 OR 1363351000000105 OR 1363361000000108 OR 1364131000000103 OR 1364121000000100)"/> - </filter> - </include> - </compose> + - 1364121000000100 | National Paediatric Early Warning Score how is your child different since I last saw them? (observable entity)" /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="(1104301000000104 OR 1104311000000102 OR 1104321000000108 OR 1104331000000105 OR 1104351000000103 OR 1104341000000101 OR 1104361000000100 OR 1104371000000107)" /> + </filter> + </include> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="(1364091000000101 OR 1363271000000106 OR 1364081000000103 OR 1363301000000109 OR 1363311000000106 OR 1363321000000100 OR 1363291000000105 OR 1363331000000103 OR 1363341000000107 OR 1363351000000105 OR 1363361000000108 OR 1364131000000103 OR 1364121000000100)" /> + </filter> + </include> + </compose> </ValueSet> \ No newline at end of file diff --git a/valuesets/ValueSet-UKCore-EmergencyCareDischargeStatus.xml b/valuesets/ValueSet-UKCore-EmergencyCareDischargeStatus.xml index 80293250..98014624 100644 --- a/valuesets/ValueSet-UKCore-EmergencyCareDischargeStatus.xml +++ b/valuesets/ValueSet-UKCore-EmergencyCareDischargeStatus.xml @@ -1,224 +1,224 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-EmergencyCareDischargeStatus"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-EmergencyCareDischargeStatus"/> - <version value="2.1.0"/> - <name value="UKCoreEmergencyCareDischargeStatus"/> - <title value="UK Core Emergency Care Discharge Status"/> - <status value="active" /> - <date value="2022-01-07" /> - <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 describe the outcome of, or status of a patient on discharge from, an Emergency Care Department attendance."/> - <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> - <compose> - <include> - <system value="http://snomed.info/sct" /> - <filter> - <property value="constraint" /> - <op value="=" /> - <value value="memberOf 999003021000000104" /> - </filter> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales" /> - </include> - </compose> - <expansion> - <identifier value="16f5170b-e51b-44ba-aec9-4ff307a50da6"/> - <timestamp value="2022-01-07T12:54:35+00:00"/> - <total value="28"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20211222"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales"/> - <version value="1.0.0"/> - <code value="02"/> - <display value="Admitted to other Hospital within Local Health Board"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales"/> - <version value="1.0.0"/> - <code value="01"/> - <display value="Admitted to same Hospital within Local Health Board"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="63238001"/> - <display value="Dead on arrival at hospital"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales"/> - <version value="1.0.0"/> - <code value="10"/> - <display value="Died in Department"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="75004002"/> - <display value="Emergency room admission, died in emergency room"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="1066311000000101"/> - <display value="Left care setting after initial assessment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="1066301000000103"/> - <display value="Left care setting before initial assessment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="1066321000000107"/> - <display value="Left care setting before treatment completed"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales"/> - <version value="1.0.0"/> - <code value="07"/> - <display value="No Planned Follow-up"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales"/> - <version value="1.0.0"/> - <code value="11"/> - <display value="Patient Dead on Arrival"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales"/> - <version value="1.0.0"/> - <code value="09"/> - <display value="Patient Self Discharged without Clinical Consent"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales"/> - <version value="1.0.0"/> - <code value="08"/> - <display value="Planned Follow-up at Accident and Emergency Department"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales"/> - <version value="1.0.0"/> - <code value="05"/> - <display value="Referred to GP"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales"/> - <version value="1.0.0"/> - <code value="06"/> - <display value="Referred to Other Healthcare Professional"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales"/> - <version value="1.0.0"/> - <code value="04"/> - <display value="Referred to Outpatient Department"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="1077081000000104"/> - <display value="Streamed from emergency department to ambulatory emergency care service following initial assessment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="1077051000000105"/> - <display value="Streamed from emergency department to dental service following initial assessment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="1077091000000102"/> - <display value="Streamed from emergency department to falls service following initial assessment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="1077101000000105"/> - <display value="Streamed from emergency department to frailty service following initial assessment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="1077021000000100"/> - <display value="Streamed from emergency department to general practitioner following initial assessment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="1324201000000109"/> - <display value="Streamed from emergency department to inpatient unit following initial assessment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="1077041000000107"/> - <display value="Streamed from emergency department to mental health service following initial assessment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="1077061000000108"/> - <display value="Streamed from emergency department to ophthalmology service following initial assessment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="1077071000000101"/> - <display value="Streamed from emergency department to pharmacy service following initial assessment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="1077031000000103"/> - <display value="Streamed from emergency department to urgent care service following initial assessment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="1077781000000101"/> - <display value="Streamed to emergency department following initial assessment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales"/> - <version value="1.0.0"/> - <code value="03"/> - <display value="Transferred to different Local Health Board"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20211222"/> - <code value="182992009"/> - <display value="Treatment completed"/> - </contains> - </expansion> + <id value="UKCore-EmergencyCareDischargeStatus" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-EmergencyCareDischargeStatus" /> + <version value="2.1.0" /> + <name value="UKCoreEmergencyCareDischargeStatus" /> + <title value="UK Core Emergency Care Discharge Status" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 describe the outcome of, or status of a patient on discharge from, an Emergency Care Department attendance." /> + <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="memberOf 999003021000000104" /> + </filter> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales" /> + </include> + </compose> + <expansion> + <identifier value="16f5170b-e51b-44ba-aec9-4ff307a50da6" /> + <timestamp value="2022-01-07T12:54:35+00:00" /> + <total value="28" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20211222" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales" /> + <version value="1.0.0" /> + <code value="02" /> + <display value="Admitted to other Hospital within Local Health Board" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales" /> + <version value="1.0.0" /> + <code value="01" /> + <display value="Admitted to same Hospital within Local Health Board" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="63238001" /> + <display value="Dead on arrival at hospital" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales" /> + <version value="1.0.0" /> + <code value="10" /> + <display value="Died in Department" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="75004002" /> + <display value="Emergency room admission, died in emergency room" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="1066311000000101" /> + <display value="Left care setting after initial assessment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="1066301000000103" /> + <display value="Left care setting before initial assessment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="1066321000000107" /> + <display value="Left care setting before treatment completed" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales" /> + <version value="1.0.0" /> + <code value="07" /> + <display value="No Planned Follow-up" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales" /> + <version value="1.0.0" /> + <code value="11" /> + <display value="Patient Dead on Arrival" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales" /> + <version value="1.0.0" /> + <code value="09" /> + <display value="Patient Self Discharged without Clinical Consent" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales" /> + <version value="1.0.0" /> + <code value="08" /> + <display value="Planned Follow-up at Accident and Emergency Department" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales" /> + <version value="1.0.0" /> + <code value="05" /> + <display value="Referred to GP" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales" /> + <version value="1.0.0" /> + <code value="06" /> + <display value="Referred to Other Healthcare Professional" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales" /> + <version value="1.0.0" /> + <code value="04" /> + <display value="Referred to Outpatient Department" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="1077081000000104" /> + <display value="Streamed from emergency department to ambulatory emergency care service following initial assessment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="1077051000000105" /> + <display value="Streamed from emergency department to dental service following initial assessment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="1077091000000102" /> + <display value="Streamed from emergency department to falls service following initial assessment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="1077101000000105" /> + <display value="Streamed from emergency department to frailty service following initial assessment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="1077021000000100" /> + <display value="Streamed from emergency department to general practitioner following initial assessment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="1324201000000109" /> + <display value="Streamed from emergency department to inpatient unit following initial assessment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="1077041000000107" /> + <display value="Streamed from emergency department to mental health service following initial assessment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="1077061000000108" /> + <display value="Streamed from emergency department to ophthalmology service following initial assessment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="1077071000000101" /> + <display value="Streamed from emergency department to pharmacy service following initial assessment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="1077031000000103" /> + <display value="Streamed from emergency department to urgent care service following initial assessment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="1077781000000101" /> + <display value="Streamed to emergency department following initial assessment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EmergencyCareOutcomeOfAttendanceWales" /> + <version value="1.0.0" /> + <code value="03" /> + <display value="Transferred to different Local Health Board" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20211222" /> + <code value="182992009" /> + <display value="Treatment completed" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-EncounterLocationType.xml b/valuesets/ValueSet-UKCore-EncounterLocationType.xml index 3daa0c42..2f7d4748 100644 --- a/valuesets/ValueSet-UKCore-EncounterLocationType.xml +++ b/valuesets/ValueSet-UKCore-EncounterLocationType.xml @@ -1,555 +1,555 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-EncounterLocationType" /> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-EncounterLocationType" /> - <version value="1.0.0" /> - <name value="UKCoreEncounterLocationType" /> - <title value="UK Core Encounter Location Type" /> - <status value="active" /> - <date value="2022-01-07" /> - <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 physical type of location where an encounter takes place." /> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> - </include> - </compose> - <expansion> - <identifier value="35eebbd3-74a9-437c-b093-a5bd947718f5"/> - <timestamp value="2022-01-07T13:27:56+00:00"/> - <total value="84"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales|1.0.0"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="G02"/> - <display value="Care Home With Nursing"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="G01"/> - <display value="Care Home Without Nursing"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="A02"/> - <display value="Carer's Home"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="K02"/> - <display value="Child Development Centre"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="G03"/> - <display value="Children's Home"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="01"/> - <display value="Clients or patients home"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="H01"/> - <display value="Day Centre"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="15"/> - <display value="Day Centre managed by Local Authority"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="16"/> - <display value="Day Centre managed by Voluntary or Private Agents"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="E03"/> - <display value="Day Hospital"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="C02"/> - <display value="Dental Practice"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="N04"/> - <display value="Dispensing Optician Premises"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="N05"/> - <display value="Dispensing Pharmacy Premises"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="E04"/> - <display value="Emergency Care Department or Minor Injuries Department"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="D03"/> - <display value="Emergency Community Dental Service"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="L02"/> - <display value="Further Education College"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="C01"/> - <display value="General Medical Practitioner Practice"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="09"/> - <display value="Group Home managed by Local Authority"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="08"/> - <display value="Group Home managed by the NHS"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="10"/> - <display value="Group Home managed by Voluntary or Private Agents"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="02"/> - <display value="Health Centre"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="19"/> - <display value="Health Clinic managed by the NHS"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="20"/> - <display value="Health Clinic managed by Voluntary or Private Agents"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="06"/> - <display value="Hospice"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="F01"/> - <display value="Hospice"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="M05"/> - <display value="Immigration Removal Centre"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="G04"/> - <display value="Integrated Care Home Without Nursing and Care Home With Nursing"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="18"/> - <display value="NHS Consultant Clinic Premises off a NHS Hospital Site"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="17"/> - <display value="NHS Consultant Clinic Premises on a NHS Hospital Site"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="13"/> - <display value="NHS Day Care Facility on NHS Hospital Sites"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="14"/> - <display value="NHS Day Care Facility on Other sites"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="38"/> - <display value="NHS Nursing Home"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="L04"/> - <display value="Nursery Premises"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="C03"/> - <display value="Ophthalmic Medical Practitioner Premises"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="L05"/> - <display value="Other Childcare Premises"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="E99"/> - <display value="Other Departments"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="L99"/> - <display value="Other Educational Premises"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="03"/> - <display value="Other GMP Premises"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="31"/> - <display value="Other Health or Local Authority Facility on NHS Hospital Site"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="33"/> - <display value="Other Health or Local Authority Site managed by Local Authority"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="32"/> - <display value="Other Health or Local Authority Site managed by the NHS off NHS Hospital Site"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="34"/> - <display value="Other Health or Local Authority Site managed by Voluntary or private Agents"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="37"/> - <display value="Other locations not classified elsewhere"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="X01"/> - <display value="Other locations not elsewhere classified"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="A04"/> - <display value="Other Patient Related Location"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="N02"/> - <display value="Other publicly accessible area or building"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="11"/> - <display value="Other Residential Care Homes managed by Local Authority"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="39"/> - <display value="Other Residential Care Homes managed by the NHS"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="12"/> - <display value="Other Residential Care Homes managed by Voluntary or Private Agents"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="07"/> - <display value="Other Voluntary or Private Hospital or Nursing Home"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="D02"/> - <display value="Out of Hours Centre"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="E01"/> - <display value="Out-Patient Clinic"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="A01"/> - <display value="Patient's Home"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="A03"/> - <display value="Patient's Workplace"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="M03"/> - <display value="Police Station / Police Custody Suite"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="B02"/> - <display value="Polyclinic"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="B01"/> - <display value="Primary Care Health Centre"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="M01"/> - <display value="Prison"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="35"/> - <display value="Prison Department Establishments"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="M02"/> - <display value="Probation Service Premises"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="27"/> - <display value="Professional Staff Group Department managed by Local Authority"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="26"/> - <display value="Professional Staff Group Department managed by the NHS off NHS Hospital Site"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="28"/> - <display value="Professional Staff Group Department managed by Voluntary or Private Agents"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="25"/> - <display value="Professional Staff Group Department on NHS Hospital Site"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="36"/> - <display value="Public Place or Street, or Police Station"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="J01"/> - <display value="Resource Centre"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="23"/> - <display value="Resource Centre managed by Local Authority"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="22"/> - <display value="Resource Centre managed by the NHS off NHS Hospital Site"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="24"/> - <display value="Resource Centre managed by Voluntary or Private Agents"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="21"/> - <display value="Resource Centre on NHS Hospital Site"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="L01"/> - <display value="School"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="29"/> - <display value="School Premises managed by Local Authority or Grant Maintained"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="30"/> - <display value="School Premises managed by Voluntary or Private Agents"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="N01"/> - <display value="Street or other public open space"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="K01"/> - <display value="Sure Start Children's Centre"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="L06"/> - <display value="Training Establishments"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="L03"/> - <display value="University"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="N03"/> - <display value="Voluntary or charitable agency premises"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="D01"/> - <display value="Walk In Centre"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="E02"/> - <display value="Ward"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales"/> - <version value="1.0.0"/> - <code value="04"/> - <display value="Ward or NHS Hospital Site"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="M04"/> - <display value="Young Offender Institution"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="M06"/> - <display value="Young Offender Institution (15-17)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland"/> - <version value="1.0.0"/> - <code value="M07"/> - <display value="Young Offender Institution (18-21)"/> - </contains> - </expansion> + <id value="UKCore-EncounterLocationType" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-EncounterLocationType" /> + <version value="1.0.0" /> + <name value="UKCoreEncounterLocationType" /> + <title value="UK Core Encounter Location Type" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 physical type of location where an encounter takes place." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + </include> + </compose> + <expansion> + <identifier value="35eebbd3-74a9-437c-b093-a5bd947718f5" /> + <timestamp value="2022-01-07T13:27:56+00:00" /> + <total value="84" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales|1.0.0" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="G02" /> + <display value="Care Home With Nursing" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="G01" /> + <display value="Care Home Without Nursing" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="A02" /> + <display value="Carer's Home" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="K02" /> + <display value="Child Development Centre" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="G03" /> + <display value="Children's Home" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="01" /> + <display value="Clients or patients home" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="H01" /> + <display value="Day Centre" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="15" /> + <display value="Day Centre managed by Local Authority" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="16" /> + <display value="Day Centre managed by Voluntary or Private Agents" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="E03" /> + <display value="Day Hospital" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="C02" /> + <display value="Dental Practice" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="N04" /> + <display value="Dispensing Optician Premises" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="N05" /> + <display value="Dispensing Pharmacy Premises" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="E04" /> + <display value="Emergency Care Department or Minor Injuries Department" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="D03" /> + <display value="Emergency Community Dental Service" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="L02" /> + <display value="Further Education College" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="C01" /> + <display value="General Medical Practitioner Practice" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="09" /> + <display value="Group Home managed by Local Authority" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="08" /> + <display value="Group Home managed by the NHS" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="10" /> + <display value="Group Home managed by Voluntary or Private Agents" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="02" /> + <display value="Health Centre" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="19" /> + <display value="Health Clinic managed by the NHS" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="20" /> + <display value="Health Clinic managed by Voluntary or Private Agents" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="06" /> + <display value="Hospice" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="F01" /> + <display value="Hospice" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="M05" /> + <display value="Immigration Removal Centre" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="G04" /> + <display value="Integrated Care Home Without Nursing and Care Home With Nursing" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="18" /> + <display value="NHS Consultant Clinic Premises off a NHS Hospital Site" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="17" /> + <display value="NHS Consultant Clinic Premises on a NHS Hospital Site" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="13" /> + <display value="NHS Day Care Facility on NHS Hospital Sites" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="14" /> + <display value="NHS Day Care Facility on Other sites" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="38" /> + <display value="NHS Nursing Home" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="L04" /> + <display value="Nursery Premises" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="C03" /> + <display value="Ophthalmic Medical Practitioner Premises" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="L05" /> + <display value="Other Childcare Premises" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="E99" /> + <display value="Other Departments" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="L99" /> + <display value="Other Educational Premises" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="03" /> + <display value="Other GMP Premises" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="31" /> + <display value="Other Health or Local Authority Facility on NHS Hospital Site" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="33" /> + <display value="Other Health or Local Authority Site managed by Local Authority" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="32" /> + <display value="Other Health or Local Authority Site managed by the NHS off NHS Hospital Site" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="34" /> + <display value="Other Health or Local Authority Site managed by Voluntary or private Agents" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="37" /> + <display value="Other locations not classified elsewhere" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="X01" /> + <display value="Other locations not elsewhere classified" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="A04" /> + <display value="Other Patient Related Location" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="N02" /> + <display value="Other publicly accessible area or building" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="11" /> + <display value="Other Residential Care Homes managed by Local Authority" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="39" /> + <display value="Other Residential Care Homes managed by the NHS" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="12" /> + <display value="Other Residential Care Homes managed by Voluntary or Private Agents" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="07" /> + <display value="Other Voluntary or Private Hospital or Nursing Home" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="D02" /> + <display value="Out of Hours Centre" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="E01" /> + <display value="Out-Patient Clinic" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="A01" /> + <display value="Patient's Home" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="A03" /> + <display value="Patient's Workplace" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="M03" /> + <display value="Police Station / Police Custody Suite" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="B02" /> + <display value="Polyclinic" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="B01" /> + <display value="Primary Care Health Centre" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="M01" /> + <display value="Prison" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="35" /> + <display value="Prison Department Establishments" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="M02" /> + <display value="Probation Service Premises" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="27" /> + <display value="Professional Staff Group Department managed by Local Authority" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="26" /> + <display value="Professional Staff Group Department managed by the NHS off NHS Hospital Site" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="28" /> + <display value="Professional Staff Group Department managed by Voluntary or Private Agents" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="25" /> + <display value="Professional Staff Group Department on NHS Hospital Site" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="36" /> + <display value="Public Place or Street, or Police Station" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="J01" /> + <display value="Resource Centre" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="23" /> + <display value="Resource Centre managed by Local Authority" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="22" /> + <display value="Resource Centre managed by the NHS off NHS Hospital Site" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="24" /> + <display value="Resource Centre managed by Voluntary or Private Agents" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="21" /> + <display value="Resource Centre on NHS Hospital Site" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="L01" /> + <display value="School" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="29" /> + <display value="School Premises managed by Local Authority or Grant Maintained" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="30" /> + <display value="School Premises managed by Voluntary or Private Agents" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="N01" /> + <display value="Street or other public open space" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="K01" /> + <display value="Sure Start Children's Centre" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="L06" /> + <display value="Training Establishments" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="L03" /> + <display value="University" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="N03" /> + <display value="Voluntary or charitable agency premises" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="D01" /> + <display value="Walk In Centre" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="E02" /> + <display value="Ward" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeWales" /> + <version value="1.0.0" /> + <code value="04" /> + <display value="Ward or NHS Hospital Site" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="M04" /> + <display value="Young Offender Institution" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="M06" /> + <display value="Young Offender Institution (15-17)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EncounterLocationTypeEngland" /> + <version value="1.0.0" /> + <code value="M07" /> + <display value="Young Offender Institution (18-21)" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-EncounterType.xml b/valuesets/ValueSet-UKCore-EncounterType.xml index bf2cd903..04fee892 100644 --- a/valuesets/ValueSet-UKCore-EncounterType.xml +++ b/valuesets/ValueSet-UKCore-EncounterType.xml @@ -1,1262 +1,1262 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-EncounterType"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-EncounterType"/> - <version value="2.1.0"/> - <name value="UKCoreEncounterType"/> - <title value="UK Core Encounter Type"/> - <status value="active" /> - <date value="2022-01-07" /> - <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 describe an encounter between a care professional and the patient (or patient's record). Selected from codes from the SNOMED CT UK coding system that define: - an indirect encounter - the establishment seen in - the site of the encounter."/> - <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> - <compose> - <include> - <system value="http://snomed.info/sct" /> - <filter> - <property value="constraint" /> - <op value="=" /> - <value value="descendantOrSelfOf 185316007 OR descendantOrSelfOf 308467007 OR descendantOrSelfOf 185201007" /> - </filter> - </include> - </compose> - <expansion> - <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> - <valueBoolean value="true"/> - </extension> - <identifier value="17570974-4080-4edf-87de-d56aa530140c"/> - <timestamp value="2022-01-07T11:08:21+00:00"/> - <total value="242"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20211222"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="http://snomed.info/sct"/> - <code value="438515009"/> - <display value="E-mail encounter from carer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="438516005"/> - <display value="E-mail encounter to carer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="202931000000101"/> - <display value="E-mail received from consultant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="401271004"/> - <display value="E-mail sent to patient"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="713776001"/> - <display value="Email encounter from third party"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185320006"/> - <display value="Encounter by computer link"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="445450000"/> - <display value="Encounter by short message service text messaging"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185316007"/> - <display value="Indirect encounter"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="308720009"/> - <display value="Letter encounter"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="270424005"/> - <display value="Letter encounter from patient"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185321005"/> - <display value="Letter encounter to patient"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="275693003"/> - <display value="Letter from consultant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="270425006"/> - <display value="Letter from specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="198291000000105"/> - <display value="Letter received"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="948211000000107"/> - <display value="Mental health prison inreach team telephone encounter"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="894451000000104"/> - <display value="Missed review appointment letter sent"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="279961000000108"/> - <display value="Nurse telephone triage"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="787281000000102"/> - <display value="Provision of copy of discharge letter to patient"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="440168007"/> - <display value="Provision of copy of letter from specialist to patient"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="861621000000106"/> - <display value="Provision of copy of outpatient summary to patient"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719407002"/> - <display value="Remote non-verbal consultation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185236006"/> - <display value="Seen at doctors house"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185187003"/> - <display value="Seen child psychology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185226003"/> - <display value="Seen in antenatal clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185242005"/> - <display value="Seen in asthma clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185190009"/> - <display value="Seen in audiology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="313103006"/> - <display value="Seen in baby clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="705062002"/> - <display value="Seen in bariatric surgery clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="382881000000101"/> - <display value="Seen in bone marrow transplantation clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185271006"/> - <display value="Seen in breast clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="442454002"/> - <display value="Seen in burn clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="381881000000109"/> - <display value="Seen in burns clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="896751000000101"/> - <display value="Seen in CAMHS community drop in clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185228002"/> - <display value="Seen in cardiac clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="428120007"/> - <display value="Seen in cardiothoracic surgery clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="305910007"/> - <display value="Seen in care of the elderly day hospital"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="442005004"/> - <display value="Seen in chemical pathology department"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185240002"/> - <display value="Seen in chest clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="441828004"/> - <display value="Seen in child and adolescent psychiatry clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="204391000000108"/> - <display value="Seen in child and family unit"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="201461000000108"/> - <display value="Seen in child development centre"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185254005"/> - <display value="Seen in child orthopaedic clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185269006"/> - <display value="Seen in chiropody clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185178007"/> - <display value="Seen in cholesterol clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="857661000000104"/> - <display value="Seen in chronic obstructive pulmonary disease clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="308021002"/> - <display value="Seen in clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185244006"/> - <display value="Seen in colorectal clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185243000"/> - <display value="Seen in colposcopy clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="439021005"/> - <display value="Seen in community anticoagulation clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="384181000000102"/> - <display value="Seen in community clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1054211000000106"/> - <display value="Seen in community diabetes antenatal clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="416554009"/> - <display value="Seen in community diabetes specialist clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="416696002"/> - <display value="Seen in community diabetic specialist nurse clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="364831000000105"/> - <display value="Seen in community disease modifying antirheumatic drug monitoring clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="892341000000102"/> - <display value="Seen in community lymphoedema clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="439362007"/> - <display value="Seen in community paediatric clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="428658005"/> - <display value="Seen in community respiratory clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="788351000000104"/> - <display value="Seen in community treatment room"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="518921000000105"/> - <display value="Seen in consultant led community clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="698529000"/> - <display value="Seen in cystic fibrosis clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="305907000"/> - <display value="Seen in day hospital"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="726001000000108"/> - <display value="Seen in day surgery unit"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="308031009"/> - <display value="Seen in department"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="270422009"/> - <display value="Seen in dermatology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185183004"/> - <display value="Seen in developmental clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="770752005"/> - <display value="Seen in diabetes preconception counselling clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185229005"/> - <display value="Seen in diabetic clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="313340009"/> - <display value="Seen in diabetic eye clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="407672007"/> - <display value="Seen in diabetic foot clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="417566006"/> - <display value="Seen in diabetic nurse consultant clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185176006"/> - <display value="Seen in dietician clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="700187009"/> - <display value="Seen in drug misuse clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="313104000"/> - <display value="Seen in drug rehabilitation centre"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="846581000000107"/> - <display value="Seen in ear care clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="735260000"/> - <display value="Seen in early pregnancy assessment unit"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="439437006"/> - <display value="Seen in eating disorder clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185233003"/> - <display value="Seen in elderly assessment clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="335081000000105"/> - <display value="Seen in elderly care clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185219003"/> - <display value="Seen in elderly mentally infirm home"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185265000"/> - <display value="Seen in emergency clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185251002"/> - <display value="Seen in EMG clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185255006"/> - <display value="Seen in endocrine clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185223006"/> - <display value="Seen in ENT clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="516331000000107"/> - <display value="Seen in enuresis clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="429279006"/> - <display value="Seen in epilepsy clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="308467007"/> - <display value="Seen in establishment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="353401000000109"/> - <display value="Seen in eye casualty department"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185188008"/> - <display value="Seen in family planning clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="382401000000109"/> - <display value="Seen in fast track suspected brain tumour clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="382431000000103"/> - <display value="Seen in fast track suspected breast cancer clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="382761000000101"/> - <display value="Seen in fast track suspected cancer clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="383201000000101"/> - <display value="Seen in fast track suspected childrens tumour clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="382651000000108"/> - <display value="Seen in fast track suspected colorectal cancer clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="382511000000105"/> - <display value="Seen in fast track suspected gynaecological cancer clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="382581000000103"/> - <display value="Seen in fast track suspected haematological malignancy clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="382621000000103"/> - <display value="Seen in fast track suspected head and neck cancer clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="382681000000102"/> - <display value="Seen in fast track suspected lung cancer clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="382361000000100"/> - <display value="Seen in fast track suspected sarcoma clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="382711000000103"/> - <display value="Seen in fast track suspected skin cancer clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="382811000000108"/> - <display value="Seen in fast track suspected upper gastrointestinal cancer clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="382841000000109"/> - <display value="Seen in fast track suspected urological cancer clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185268003"/> - <display value="Seen in fertility clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="440580005"/> - <display value="Seen in foetal medicine clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185191008"/> - <display value="Seen in fracture clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185245007"/> - <display value="Seen in gastroenterology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185237002"/> - <display value="Seen in gastroscopy clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1101621000000101"/> - <display value="Seen in gender identity clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185241003"/> - <display value="Seen in general medical clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="355561000000106"/> - <display value="Seen in general practitioner anticoagulation clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="364801000000104"/> - <display value="Seen in general practitioner disease modifying antirheumatic drug monitoring clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="199281000000101"/> - <display value="Seen in general practitioner unit"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185262002"/> - <display value="Seen in general surgery clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="440681001"/> - <display value="Seen in genetic clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185263007"/> - <display value="Seen in geriatric clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185202000"/> - <display value="Seen in GP's surgery"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185180001"/> - <display value="Seen in GU medicine clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185221008"/> - <display value="Seen in gynaecology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185246008"/> - <display value="Seen in haematology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185203005"/> - <display value="Seen in Health Centre"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="313152005"/> - <display value="Seen in hearing aid clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="416717003"/> - <display value="Seen in heart failure clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185273009"/> - <display value="Seen in homoeopathy clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="305911006"/> - <display value="Seen in hospice"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="440678006"/> - <display value="Seen in hospital anticoagulation clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185210004"/> - <display value="Seen in hospital casualty"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="383481000000107"/> - <display value="Seen in hospital clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1054221000000100"/> - <display value="Seen in hospital diabetes antenatal clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="364861000000100"/> - <display value="Seen in hospital disease modifying antirheumatic drug monitoring clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185211000"/> - <display value="Seen in hospital outpatient department"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185212007"/> - <display value="Seen in hospital ward"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185264001"/> - <display value="Seen in hypertension clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="25281000000103"/> - <display value="Seen in immunology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="383051000000105"/> - <display value="Seen in infectious diseases clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="837441000000102"/> - <display value="Seen in injection clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185207006"/> - <display value="Seen in institution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="709661000000103"/> - <display value="Seen in L.A. clinic-child"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="709641000000104"/> - <display value="Seen in L.A. clinic-FPA"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="709651000000101"/> - <display value="Seen in L.A. clinic-school"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="201471000000101"/> - <display value="Seen in learning disabilities clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="819611000000100"/> - <display value="Seen in leg club"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185177002"/> - <display value="Seen in lipid clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="429519002"/> - <display value="Seen in liver clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="904571000000103"/> - <display value="Seen in lymphoedema clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="248101000000100"/> - <display value="Seen in maxillofacial unit"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="432806004"/> - <display value="Seen in memory clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="431957001"/> - <display value="Seen in mental health clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="442163005"/> - <display value="Seen in microbiology department"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="113091000000109"/> - <display value="Seen in minor injuries department"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="198841000000104"/> - <display value="Seen in multidisciplinary diabetic clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="427933004"/> - <display value="Seen in musculoskeletal clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185250001"/> - <display value="Seen in nephrology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185230000"/> - <display value="Seen in neurology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185247004"/> - <display value="Seen in neurosurgery clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="698528008"/> - <display value="Seen in nuclear medicine clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185218006"/> - <display value="Seen in nursing home"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="275691001"/> - <display value="Seen in old people's home"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185270007"/> - <display value="Seen in oncology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="314803001"/> - <display value="Seen in open access nurse clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="314774003"/> - <display value="Seen in open access surgery"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185222001"/> - <display value="Seen in ophthalmology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185253004"/> - <display value="Seen in oral surgery clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185179004"/> - <display value="Seen in orthodontic clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185252009"/> - <display value="Seen in orthopaedic clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="492221000000105"/> - <display value="Seen in orthotic clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="391037000"/> - <display value="Seen in osteoporosis clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185511000000107"/> - <display value="Seen in out of hours centre"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="270420001"/> - <display value="Seen in own home"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185234009"/> - <display value="Seen in paediatric clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="705063007"/> - <display value="Seen in paediatric endocrinology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="774271000000101"/> - <display value="Seen in paediatric otolaryngology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="313151003"/> - <display value="Seen in paediatric surgery clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185248009"/> - <display value="Seen in pain clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="929171000000100"/> - <display value="Seen in Part 3 accommodation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185182009"/> - <display value="Seen in pathology department"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185276001"/> - <display value="Seen in physiotherapy department"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185239004"/> - <display value="Seen in plastic surgery clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185266004"/> - <display value="Seen in postnatal clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="932851000000109"/> - <display value="Seen in preoperative assessment clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185175005"/> - <display value="Seen in primary care centre"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="307778003"/> - <display value="Seen in primary care establishment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="279351000000109"/> - <display value="Seen in primary care leg ulcer clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="894011000000109"/> - <display value="Seen in primary care travel clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="305906009"/> - <display value="Seen in primary health care clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="313375009"/> - <display value="Seen in private clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185249001"/> - <display value="Seen in prostate clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185232008"/> - <display value="Seen in psychiatry clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="305908005"/> - <display value="Seen in psychiatry day hospital"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185272004"/> - <display value="Seen in psychogeriatric clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="305909002"/> - <display value="Seen in psychogeriatric day hospital"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185225004"/> - <display value="Seen in psychology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185181002"/> - <display value="Seen in radiology department"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185274003"/> - <display value="Seen in radiotherapy clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="315014005"/> - <display value="Seen in rapid access chest pain clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185209009"/> - <display value="Seen in recreation place"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185275002"/> - <display value="Seen in rehabilitation clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="428489000"/> - <display value="Seen in respiratory clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185227007"/> - <display value="Seen in rheumatology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="791401000000104"/> - <display value="Seen in school asthma clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="864141000000109"/> - <display value="Seen in sexual assault referral centre"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="922411000000106"/> - <display value="Seen in sexual health clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="705064001"/> - <display value="Seen in sickle cell and thalassaemia clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="428889007"/> - <display value="Seen in sleep clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185184005"/> - <display value="Seen in speech and language clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="925331000000102"/> - <display value="Seen in spinal clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="201501000000108"/> - <display value="Seen in stroke clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="494041000000102"/> - <display value="Seen in substance misuse clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="307779006"/> - <display value="Seen in supervised accommodation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185267008"/> - <display value="Seen in thoracic surgery clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="381951000000108"/> - <display value="Seen in tropical medicine clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="319981000000104"/> - <display value="Seen in urgent care centre"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="431962000"/> - <display value="Seen in urogynaecology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185220009"/> - <display value="Seen in urology clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185189000"/> - <display value="Seen in varicose vein clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="313148005"/> - <display value="Seen in vascular clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="287721000000104"/> - <display value="Seen in walk in centre"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185215009"/> - <display value="Seen in warden-supervised flat"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="270421002"/> - <display value="Seen in warden-supervised home"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185214008"/> - <display value="Seen in warden-supervised house"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="700154005"/> - <display value="Seen in weight management clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185186007"/> - <display value="Seen in well child clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185185006"/> - <display value="Seen in well person clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185208001"/> - <display value="Seen in work place"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="315599008"/> - <display value="Seen in young person clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="807221000000102"/> - <display value="Sending of discharge letter to general practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="863911000000109"/> - <display value="Sending of opt-in appointment letter"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="286261000000101"/> - <display value="Short message service text message received from patient"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185201007"/> - <display value="Site of encounter"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185235005"/> - <display value="Site of encounter: street"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="279991000000102"/> - <display value="SMS (short message service) text message sent to patient"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="448337001"/> - <display value="Telemedicine consultation with patient"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="868184008"/> - <display value="Telemedicine consultation with provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="386472008"/> - <display value="Telephone consultation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="520141000000108"/> - <display value="Telephone consultation for suspected influenza A virus subtype H1N1"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1240451000000106"/> - <display value="Telephone consultation for suspected SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2)"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="314849005"/> - <display value="Telephone contact by consultant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185317003"/> - <display value="Telephone encounter"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="386473003"/> - <display value="Telephone follow-up"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="401267002"/> - <display value="Telephone triage encounter"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="763184009"/> - <display value="Telepractice consultation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185318008"/> - <display value="Third party encounter"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="308181000000109"/> - <display value="Two way radio encounter"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="307321000000107"/> - <display value="Video-link encounter"/> - </contains> - </expansion> + <id value="UKCore-EncounterType" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-EncounterType" /> + <version value="2.1.0" /> + <name value="UKCoreEncounterType" /> + <title value="UK Core Encounter Type" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 describe an encounter between a care professional and the patient (or patient's record). Selected from codes from the SNOMED CT UK coding system that define: - an indirect encounter - the establishment seen in - the site of the encounter." /> + <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="descendantOrSelfOf 185316007 OR descendantOrSelfOf 308467007 OR descendantOrSelfOf 185201007" /> + </filter> + </include> + </compose> + <expansion> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> + <valueBoolean value="true" /> + </extension> + <identifier value="17570974-4080-4edf-87de-d56aa530140c" /> + <timestamp value="2022-01-07T11:08:21+00:00" /> + <total value="242" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20211222" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="http://snomed.info/sct" /> + <code value="438515009" /> + <display value="E-mail encounter from carer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="438516005" /> + <display value="E-mail encounter to carer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="202931000000101" /> + <display value="E-mail received from consultant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="401271004" /> + <display value="E-mail sent to patient" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="713776001" /> + <display value="Email encounter from third party" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185320006" /> + <display value="Encounter by computer link" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="445450000" /> + <display value="Encounter by short message service text messaging" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185316007" /> + <display value="Indirect encounter" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="308720009" /> + <display value="Letter encounter" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="270424005" /> + <display value="Letter encounter from patient" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185321005" /> + <display value="Letter encounter to patient" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="275693003" /> + <display value="Letter from consultant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="270425006" /> + <display value="Letter from specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="198291000000105" /> + <display value="Letter received" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="948211000000107" /> + <display value="Mental health prison inreach team telephone encounter" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="894451000000104" /> + <display value="Missed review appointment letter sent" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="279961000000108" /> + <display value="Nurse telephone triage" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="787281000000102" /> + <display value="Provision of copy of discharge letter to patient" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="440168007" /> + <display value="Provision of copy of letter from specialist to patient" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="861621000000106" /> + <display value="Provision of copy of outpatient summary to patient" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719407002" /> + <display value="Remote non-verbal consultation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185236006" /> + <display value="Seen at doctors house" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185187003" /> + <display value="Seen child psychology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185226003" /> + <display value="Seen in antenatal clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185242005" /> + <display value="Seen in asthma clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185190009" /> + <display value="Seen in audiology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="313103006" /> + <display value="Seen in baby clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="705062002" /> + <display value="Seen in bariatric surgery clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="382881000000101" /> + <display value="Seen in bone marrow transplantation clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185271006" /> + <display value="Seen in breast clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="442454002" /> + <display value="Seen in burn clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="381881000000109" /> + <display value="Seen in burns clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="896751000000101" /> + <display value="Seen in CAMHS community drop in clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185228002" /> + <display value="Seen in cardiac clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="428120007" /> + <display value="Seen in cardiothoracic surgery clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="305910007" /> + <display value="Seen in care of the elderly day hospital" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="442005004" /> + <display value="Seen in chemical pathology department" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185240002" /> + <display value="Seen in chest clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="441828004" /> + <display value="Seen in child and adolescent psychiatry clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="204391000000108" /> + <display value="Seen in child and family unit" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="201461000000108" /> + <display value="Seen in child development centre" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185254005" /> + <display value="Seen in child orthopaedic clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185269006" /> + <display value="Seen in chiropody clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185178007" /> + <display value="Seen in cholesterol clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="857661000000104" /> + <display value="Seen in chronic obstructive pulmonary disease clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="308021002" /> + <display value="Seen in clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185244006" /> + <display value="Seen in colorectal clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185243000" /> + <display value="Seen in colposcopy clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="439021005" /> + <display value="Seen in community anticoagulation clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="384181000000102" /> + <display value="Seen in community clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1054211000000106" /> + <display value="Seen in community diabetes antenatal clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="416554009" /> + <display value="Seen in community diabetes specialist clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="416696002" /> + <display value="Seen in community diabetic specialist nurse clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="364831000000105" /> + <display value="Seen in community disease modifying antirheumatic drug monitoring clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="892341000000102" /> + <display value="Seen in community lymphoedema clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="439362007" /> + <display value="Seen in community paediatric clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="428658005" /> + <display value="Seen in community respiratory clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="788351000000104" /> + <display value="Seen in community treatment room" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="518921000000105" /> + <display value="Seen in consultant led community clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="698529000" /> + <display value="Seen in cystic fibrosis clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="305907000" /> + <display value="Seen in day hospital" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="726001000000108" /> + <display value="Seen in day surgery unit" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="308031009" /> + <display value="Seen in department" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="270422009" /> + <display value="Seen in dermatology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185183004" /> + <display value="Seen in developmental clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="770752005" /> + <display value="Seen in diabetes preconception counselling clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185229005" /> + <display value="Seen in diabetic clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="313340009" /> + <display value="Seen in diabetic eye clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="407672007" /> + <display value="Seen in diabetic foot clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="417566006" /> + <display value="Seen in diabetic nurse consultant clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185176006" /> + <display value="Seen in dietician clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="700187009" /> + <display value="Seen in drug misuse clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="313104000" /> + <display value="Seen in drug rehabilitation centre" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="846581000000107" /> + <display value="Seen in ear care clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="735260000" /> + <display value="Seen in early pregnancy assessment unit" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="439437006" /> + <display value="Seen in eating disorder clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185233003" /> + <display value="Seen in elderly assessment clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="335081000000105" /> + <display value="Seen in elderly care clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185219003" /> + <display value="Seen in elderly mentally infirm home" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185265000" /> + <display value="Seen in emergency clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185251002" /> + <display value="Seen in EMG clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185255006" /> + <display value="Seen in endocrine clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185223006" /> + <display value="Seen in ENT clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="516331000000107" /> + <display value="Seen in enuresis clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="429279006" /> + <display value="Seen in epilepsy clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="308467007" /> + <display value="Seen in establishment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="353401000000109" /> + <display value="Seen in eye casualty department" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185188008" /> + <display value="Seen in family planning clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="382401000000109" /> + <display value="Seen in fast track suspected brain tumour clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="382431000000103" /> + <display value="Seen in fast track suspected breast cancer clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="382761000000101" /> + <display value="Seen in fast track suspected cancer clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="383201000000101" /> + <display value="Seen in fast track suspected childrens tumour clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="382651000000108" /> + <display value="Seen in fast track suspected colorectal cancer clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="382511000000105" /> + <display value="Seen in fast track suspected gynaecological cancer clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="382581000000103" /> + <display value="Seen in fast track suspected haematological malignancy clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="382621000000103" /> + <display value="Seen in fast track suspected head and neck cancer clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="382681000000102" /> + <display value="Seen in fast track suspected lung cancer clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="382361000000100" /> + <display value="Seen in fast track suspected sarcoma clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="382711000000103" /> + <display value="Seen in fast track suspected skin cancer clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="382811000000108" /> + <display value="Seen in fast track suspected upper gastrointestinal cancer clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="382841000000109" /> + <display value="Seen in fast track suspected urological cancer clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185268003" /> + <display value="Seen in fertility clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="440580005" /> + <display value="Seen in foetal medicine clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185191008" /> + <display value="Seen in fracture clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185245007" /> + <display value="Seen in gastroenterology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185237002" /> + <display value="Seen in gastroscopy clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1101621000000101" /> + <display value="Seen in gender identity clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185241003" /> + <display value="Seen in general medical clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="355561000000106" /> + <display value="Seen in general practitioner anticoagulation clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="364801000000104" /> + <display value="Seen in general practitioner disease modifying antirheumatic drug monitoring clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="199281000000101" /> + <display value="Seen in general practitioner unit" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185262002" /> + <display value="Seen in general surgery clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="440681001" /> + <display value="Seen in genetic clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185263007" /> + <display value="Seen in geriatric clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185202000" /> + <display value="Seen in GP's surgery" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185180001" /> + <display value="Seen in GU medicine clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185221008" /> + <display value="Seen in gynaecology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185246008" /> + <display value="Seen in haematology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185203005" /> + <display value="Seen in Health Centre" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="313152005" /> + <display value="Seen in hearing aid clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="416717003" /> + <display value="Seen in heart failure clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185273009" /> + <display value="Seen in homoeopathy clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="305911006" /> + <display value="Seen in hospice" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="440678006" /> + <display value="Seen in hospital anticoagulation clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185210004" /> + <display value="Seen in hospital casualty" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="383481000000107" /> + <display value="Seen in hospital clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1054221000000100" /> + <display value="Seen in hospital diabetes antenatal clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="364861000000100" /> + <display value="Seen in hospital disease modifying antirheumatic drug monitoring clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185211000" /> + <display value="Seen in hospital outpatient department" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185212007" /> + <display value="Seen in hospital ward" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185264001" /> + <display value="Seen in hypertension clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="25281000000103" /> + <display value="Seen in immunology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="383051000000105" /> + <display value="Seen in infectious diseases clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="837441000000102" /> + <display value="Seen in injection clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185207006" /> + <display value="Seen in institution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="709661000000103" /> + <display value="Seen in L.A. clinic-child" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="709641000000104" /> + <display value="Seen in L.A. clinic-FPA" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="709651000000101" /> + <display value="Seen in L.A. clinic-school" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="201471000000101" /> + <display value="Seen in learning disabilities clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="819611000000100" /> + <display value="Seen in leg club" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185177002" /> + <display value="Seen in lipid clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="429519002" /> + <display value="Seen in liver clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="904571000000103" /> + <display value="Seen in lymphoedema clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="248101000000100" /> + <display value="Seen in maxillofacial unit" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="432806004" /> + <display value="Seen in memory clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="431957001" /> + <display value="Seen in mental health clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="442163005" /> + <display value="Seen in microbiology department" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="113091000000109" /> + <display value="Seen in minor injuries department" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="198841000000104" /> + <display value="Seen in multidisciplinary diabetic clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="427933004" /> + <display value="Seen in musculoskeletal clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185250001" /> + <display value="Seen in nephrology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185230000" /> + <display value="Seen in neurology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185247004" /> + <display value="Seen in neurosurgery clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="698528008" /> + <display value="Seen in nuclear medicine clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185218006" /> + <display value="Seen in nursing home" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="275691001" /> + <display value="Seen in old people's home" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185270007" /> + <display value="Seen in oncology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="314803001" /> + <display value="Seen in open access nurse clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="314774003" /> + <display value="Seen in open access surgery" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185222001" /> + <display value="Seen in ophthalmology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185253004" /> + <display value="Seen in oral surgery clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185179004" /> + <display value="Seen in orthodontic clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185252009" /> + <display value="Seen in orthopaedic clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="492221000000105" /> + <display value="Seen in orthotic clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="391037000" /> + <display value="Seen in osteoporosis clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185511000000107" /> + <display value="Seen in out of hours centre" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="270420001" /> + <display value="Seen in own home" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185234009" /> + <display value="Seen in paediatric clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="705063007" /> + <display value="Seen in paediatric endocrinology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="774271000000101" /> + <display value="Seen in paediatric otolaryngology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="313151003" /> + <display value="Seen in paediatric surgery clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185248009" /> + <display value="Seen in pain clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="929171000000100" /> + <display value="Seen in Part 3 accommodation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185182009" /> + <display value="Seen in pathology department" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185276001" /> + <display value="Seen in physiotherapy department" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185239004" /> + <display value="Seen in plastic surgery clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185266004" /> + <display value="Seen in postnatal clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="932851000000109" /> + <display value="Seen in preoperative assessment clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185175005" /> + <display value="Seen in primary care centre" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="307778003" /> + <display value="Seen in primary care establishment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="279351000000109" /> + <display value="Seen in primary care leg ulcer clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="894011000000109" /> + <display value="Seen in primary care travel clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="305906009" /> + <display value="Seen in primary health care clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="313375009" /> + <display value="Seen in private clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185249001" /> + <display value="Seen in prostate clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185232008" /> + <display value="Seen in psychiatry clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="305908005" /> + <display value="Seen in psychiatry day hospital" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185272004" /> + <display value="Seen in psychogeriatric clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="305909002" /> + <display value="Seen in psychogeriatric day hospital" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185225004" /> + <display value="Seen in psychology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185181002" /> + <display value="Seen in radiology department" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185274003" /> + <display value="Seen in radiotherapy clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="315014005" /> + <display value="Seen in rapid access chest pain clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185209009" /> + <display value="Seen in recreation place" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185275002" /> + <display value="Seen in rehabilitation clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="428489000" /> + <display value="Seen in respiratory clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185227007" /> + <display value="Seen in rheumatology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="791401000000104" /> + <display value="Seen in school asthma clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="864141000000109" /> + <display value="Seen in sexual assault referral centre" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="922411000000106" /> + <display value="Seen in sexual health clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="705064001" /> + <display value="Seen in sickle cell and thalassaemia clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="428889007" /> + <display value="Seen in sleep clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185184005" /> + <display value="Seen in speech and language clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="925331000000102" /> + <display value="Seen in spinal clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="201501000000108" /> + <display value="Seen in stroke clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="494041000000102" /> + <display value="Seen in substance misuse clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="307779006" /> + <display value="Seen in supervised accommodation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185267008" /> + <display value="Seen in thoracic surgery clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="381951000000108" /> + <display value="Seen in tropical medicine clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="319981000000104" /> + <display value="Seen in urgent care centre" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="431962000" /> + <display value="Seen in urogynaecology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185220009" /> + <display value="Seen in urology clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185189000" /> + <display value="Seen in varicose vein clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="313148005" /> + <display value="Seen in vascular clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="287721000000104" /> + <display value="Seen in walk in centre" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185215009" /> + <display value="Seen in warden-supervised flat" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="270421002" /> + <display value="Seen in warden-supervised home" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185214008" /> + <display value="Seen in warden-supervised house" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="700154005" /> + <display value="Seen in weight management clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185186007" /> + <display value="Seen in well child clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185185006" /> + <display value="Seen in well person clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185208001" /> + <display value="Seen in work place" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="315599008" /> + <display value="Seen in young person clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="807221000000102" /> + <display value="Sending of discharge letter to general practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="863911000000109" /> + <display value="Sending of opt-in appointment letter" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="286261000000101" /> + <display value="Short message service text message received from patient" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185201007" /> + <display value="Site of encounter" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185235005" /> + <display value="Site of encounter: street" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="279991000000102" /> + <display value="SMS (short message service) text message sent to patient" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="448337001" /> + <display value="Telemedicine consultation with patient" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="868184008" /> + <display value="Telemedicine consultation with provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="386472008" /> + <display value="Telephone consultation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="520141000000108" /> + <display value="Telephone consultation for suspected influenza A virus subtype H1N1" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1240451000000106" /> + <display value="Telephone consultation for suspected SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2)" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="314849005" /> + <display value="Telephone contact by consultant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185317003" /> + <display value="Telephone encounter" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="386473003" /> + <display value="Telephone follow-up" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="401267002" /> + <display value="Telephone triage encounter" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="763184009" /> + <display value="Telepractice consultation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185318008" /> + <display value="Third party encounter" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="308181000000109" /> + <display value="Two way radio encounter" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="307321000000107" /> + <display value="Video-link encounter" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-EthnicCategory.xml b/valuesets/ValueSet-UKCore-EthnicCategory.xml index 5fdec276..fc2adca2 100644 --- a/valuesets/ValueSet-UKCore-EthnicCategory.xml +++ b/valuesets/ValueSet-UKCore-EthnicCategory.xml @@ -1,261 +1,261 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-EthnicCategory"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-EthnicCategory"/> - <version value="2.2.0" /> - <name value="UKCoreEthnicCategory"/> - <title value="UK Core Ethnic Category"/> - <status value="active" /> - <date value="2022-08-26" /> - <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 ethnicity of a person, as specified by the person."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - </include> - </compose> - <expansion> - <identifier value="b5d7321a-cc47-4d0b-aeda-35f3a230f043"/> - <timestamp value="2021-09-09T14:17:34+00:00"/> - <total value="35"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland|1.0.0"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="N"/> - <display value="African"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="L"/> - <display value="Any other Asian background"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="P"/> - <display value="Any other Black background"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="S"/> - <display value="Any other ethnic group"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="G"/> - <display value="Any other mixed background / multiple ethnic background"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="A"/> - <display value="Any White Background, including Welsh, English, Scottish, Northern Irish, Irish, British"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="T"/> - <display value="Arab"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="L"/> - <display value="Asian or Asian British - Any other Asian background"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="K"/> - <display value="Asian or Asian British - Bangladeshi"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="H"/> - <display value="Asian or Asian British - Indian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="J"/> - <display value="Asian or Asian British - Pakistani"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="K"/> - <display value="Bangladeshi"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="N"/> - <display value="Black or Black British - African"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="P"/> - <display value="Black or Black British - Any other Black background"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="M"/> - <display value="Black or Black British - Caribbean"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="M"/> - <display value="Caribbean"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="R"/> - <display value="Chinese"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="B"/> - <display value="Gypsy or Irish Traveller"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="H"/> - <display value="Indian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="G"/> - <display value="Mixed - Any other mixed background"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="F"/> - <display value="Mixed - White and Asian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="E"/> - <display value="Mixed - White and Black African"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="D"/> - <display value="Mixed - White and Black Caribbean"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="99"/> - <display value="Not known"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="Z"/> - <display value="Not stated"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="Z"/> - <display value="Not stated"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="S"/> - <display value="Other Ethnic Groups - Any other ethnic group"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="R"/> - <display value="Other Ethnic Groups - Chinese"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="J"/> - <display value="Pakistani"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="C"/> - <display value="White - Any other White background"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="A"/> - <display value="White - British"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland"/> - <version value="1.0.0"/> - <code value="B"/> - <display value="White - Irish"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="F"/> - <display value="White and Asian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="E"/> - <display value="White and Black African"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales"/> - <version value="1.0.0"/> - <code value="D"/> - <display value="White and Black Caribbean"/> - </contains> - </expansion> + <id value="UKCore-EthnicCategory" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-EthnicCategory" /> + <version value="2.2.0" /> + <name value="UKCoreEthnicCategory" /> + <title value="UK Core Ethnic Category" /> + <status value="active" /> + <date value="2022-08-26" /> + <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 ethnicity of a person, as specified by the person." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + </include> + </compose> + <expansion> + <identifier value="b5d7321a-cc47-4d0b-aeda-35f3a230f043" /> + <timestamp value="2021-09-09T14:17:34+00:00" /> + <total value="35" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland|1.0.0" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="N" /> + <display value="African" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="L" /> + <display value="Any other Asian background" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="P" /> + <display value="Any other Black background" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="S" /> + <display value="Any other ethnic group" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="G" /> + <display value="Any other mixed background / multiple ethnic background" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="A" /> + <display value="Any White Background, including Welsh, English, Scottish, Northern Irish, Irish, British" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="T" /> + <display value="Arab" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="L" /> + <display value="Asian or Asian British - Any other Asian background" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="K" /> + <display value="Asian or Asian British - Bangladeshi" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="H" /> + <display value="Asian or Asian British - Indian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="J" /> + <display value="Asian or Asian British - Pakistani" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="K" /> + <display value="Bangladeshi" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="N" /> + <display value="Black or Black British - African" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="P" /> + <display value="Black or Black British - Any other Black background" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="M" /> + <display value="Black or Black British - Caribbean" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="M" /> + <display value="Caribbean" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="R" /> + <display value="Chinese" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="B" /> + <display value="Gypsy or Irish Traveller" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="H" /> + <display value="Indian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="G" /> + <display value="Mixed - Any other mixed background" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="F" /> + <display value="Mixed - White and Asian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="E" /> + <display value="Mixed - White and Black African" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="D" /> + <display value="Mixed - White and Black Caribbean" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="99" /> + <display value="Not known" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="Z" /> + <display value="Not stated" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="Z" /> + <display value="Not stated" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="S" /> + <display value="Other Ethnic Groups - Any other ethnic group" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="R" /> + <display value="Other Ethnic Groups - Chinese" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="J" /> + <display value="Pakistani" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="C" /> + <display value="White - Any other White background" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="A" /> + <display value="White - British" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> + <version value="1.0.0" /> + <code value="B" /> + <display value="White - Irish" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="F" /> + <display value="White and Asian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="E" /> + <display value="White and Black African" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryWales" /> + <version value="1.0.0" /> + <code value="D" /> + <display value="White and Black Caribbean" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-FindingCode.xml b/valuesets/ValueSet-UKCore-FindingCode.xml index 83570bcc..346645ad 100644 --- a/valuesets/ValueSet-UKCore-FindingCode.xml +++ b/valuesets/ValueSet-UKCore-FindingCode.xml @@ -1,31 +1,31 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-FindingCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-FindingCode"/> - <version value="2.0.0"/> - <name value="UKCoreFindingCode"/> - <title value="UK Core Finding Code"/> - <status value="retired" /> - <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="A code from the SNOMED Clinical Terminology UK coding system to record a finding code."/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="(<<404684003 | clinical finding|)"/> - </filter> - </include> - </compose> + <id value="UKCore-FindingCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-FindingCode" /> + <version value="2.0.0" /> + <name value="UKCoreFindingCode" /> + <title value="UK Core Finding Code" /> + <status value="retired" /> + <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="A code from the SNOMED Clinical Terminology UK coding system to record a finding code." /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="(<<404684003 | clinical finding|)" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-FundingCategory.xml b/valuesets/ValueSet-UKCore-FundingCategory.xml index 300b49c9..f574a5dd 100644 --- a/valuesets/ValueSet-UKCore-FundingCategory.xml +++ b/valuesets/ValueSet-UKCore-FundingCategory.xml @@ -1,47 +1,47 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-FundingCategory"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-FundingCategory"/> - <version value="1.0.0"/> - <name value="UKCoreFundingCategory"/> - <title value="UK Core Funding Category"/> - <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="A set of codes that define the funding category."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory"/> - </include> - </compose> - <expansion> - <identifier value="c2047257-9de9-45c5-b0cb-38a6d478fcfa"/> - <timestamp value="2023-04-28T09:15:53+00:00"/> - <total value="3"/> - <offset value="0"/> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory"/> - <code value="nhs"/> - <display value="NHS"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory"/> - <code value="private"/> - <display value="Private"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory"/> - <code value="devolved-nations"/> - <display value="Devolved nations"/> - </contains> - </expansion> + <id value="UKCore-FundingCategory" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-FundingCategory" /> + <version value="1.0.0" /> + <name value="UKCoreFundingCategory" /> + <title value="UK Core Funding Category" /> + <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="A set of codes that define the funding category." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory" /> + </include> + </compose> + <expansion> + <identifier value="c2047257-9de9-45c5-b0cb-38a6d478fcfa" /> + <timestamp value="2023-04-28T09:15:53+00:00" /> + <total value="3" /> + <offset value="0" /> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory" /> + <code value="nhs" /> + <display value="NHS" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory" /> + <code value="private" /> + <display value="Private" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory" /> + <code value="devolved-nations" /> + <display value="Devolved nations" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-GenomeSequencingCategory.xml b/valuesets/ValueSet-UKCore-GenomeSequencingCategory.xml index 866b1e5c..b0d6f9fd 100644 --- a/valuesets/ValueSet-UKCore-GenomeSequencingCategory.xml +++ b/valuesets/ValueSet-UKCore-GenomeSequencingCategory.xml @@ -23,30 +23,30 @@ <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory" /> </include> </compose> - <expansion> - <identifier value="bde2a094-9417-4687-8f15-6f93fb38b26b"/> - <timestamp value="2023-05-04T14:47:02+00:00"/> - <total value="4"/> - <offset value="0"/> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory"/> - <code value="rare-disease-wgs"/> - <display value="Rare Disease - WGS"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory"/> - <code value="rare-disease-non-wgs"/> - <display value="Rare Disease - Non-WGS"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory"/> - <code value="cancer-wgs"/> - <display value="Cancer - WGS"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory"/> - <code value="cancer-non-wgs"/> - <display value="Cancer - Non-WGS"/> - </contains> - </expansion> + <expansion> + <identifier value="bde2a094-9417-4687-8f15-6f93fb38b26b" /> + <timestamp value="2023-05-04T14:47:02+00:00" /> + <total value="4" /> + <offset value="0" /> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory" /> + <code value="rare-disease-wgs" /> + <display value="Rare Disease - WGS" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory" /> + <code value="rare-disease-non-wgs" /> + <display value="Rare Disease - Non-WGS" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory" /> + <code value="cancer-wgs" /> + <display value="Cancer - WGS" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory" /> + <code value="cancer-non-wgs" /> + <display value="Cancer - Non-WGS" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-HeartRate.xml b/valuesets/ValueSet-UKCore-HeartRate.xml index 7169e378..e63e7010 100644 --- a/valuesets/ValueSet-UKCore-HeartRate.xml +++ b/valuesets/ValueSet-UKCore-HeartRate.xml @@ -1,22 +1,22 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-HeartRate"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-HeartRate"/> - <version value="1.0.0"/> - <name value="UKCoreHeartRate"/> - <title value="UK Core HeartRate"/> - <status value="draft"/> - <date value="2023-09-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="A set of codes that define a patients level of consciousness. Selected from the SNOMED CT UK coding system: + <id value="UKCore-HeartRate" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-HeartRate" /> + <version value="1.0.0" /> + <name value="UKCoreHeartRate" /> + <title value="UK Core HeartRate" /> + <status value="draft" /> + <date value="2023-09-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="A set of codes that define a patients level of consciousness. Selected from the SNOMED CT UK coding system: - DescendantOrSelfOf 364075005 |Heart rate (observable entity) - MINUS &nbsp; - DescendantOrSelfOf 251670001 | Baseline fetal heart rate @@ -24,16 +24,16 @@ &nbsp; - DescendantOrSelfOf 852341000000107 | Maximum pulse rate &nbsp; - DescendantOrSelfOf 852351000000105 | Minimum pulse rate &nbsp; - DescendantOrSelfOf 428420003 | Target heart rate -&nbsp; - DescendantOrSelfOf 852331000000103 | Target pulse rate"/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="DescendantOrSelfOf 364075005 MINUS (DescendantOrSelfOf 251670001 OR DescendantOrSelfOf 928001000000104 OR DescendantOrSelfOf 852341000000107 OR DescendantOrSelfOf 852351000000105 OR DescendantOrSelfOf 428420003 OR DescendantOrSelfOf 852331000000103)"/> - </filter> - </include> - </compose> +&nbsp; - DescendantOrSelfOf 852331000000103 | Target pulse rate" /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="DescendantOrSelfOf 364075005 MINUS (DescendantOrSelfOf 251670001 OR DescendantOrSelfOf 928001000000104 OR DescendantOrSelfOf 852341000000107 OR DescendantOrSelfOf 852351000000105 OR DescendantOrSelfOf 428420003 OR DescendantOrSelfOf 852331000000103)" /> + </filter> + </include> + </compose> </ValueSet> \ No newline at end of file diff --git a/valuesets/ValueSet-UKCore-HumanLanguage.xml b/valuesets/ValueSet-UKCore-HumanLanguage.xml index 2aa72c8c..db303cc4 100644 --- a/valuesets/ValueSet-UKCore-HumanLanguage.xml +++ b/valuesets/ValueSet-UKCore-HumanLanguage.xml @@ -1,998 +1,998 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-HumanLanguage"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-HumanLanguage"/> - <identifier> - <system value="urn:ietf:rfc:3986"/> - <value value="urn:oid:2.16.840.1.113883.2.1.3.2.4.17.70"/> - </identifier> - <version value="2.2.0" /> - <name value="UKCoreHumanLanguage"/> - <title value="UK Core Human Language"/> - <status value="active" /> - <date value="2022-08-26" /> - <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 a language used by a person."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - </include> - </compose> - <expansion> - <identifier value="7ed29ed3-c1d9-442e-91c3-8c5eb31ea10e"/> - <timestamp value="2021-09-09T14:24:53+00:00"/> - <total value="190"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage|2.1.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ab"/> - <display value="Abkhazian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="aa"/> - <display value="Afar"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="af"/> - <display value="Afrikaans"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ak"/> - <display value="Akan"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="sq"/> - <display value="Albanian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="q2"/> - <display value="American Sign Language"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="am"/> - <display value="Amharic"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ar"/> - <display value="Arabic"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="an"/> - <display value="Aragonese"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="hy"/> - <display value="Armenian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="as"/> - <display value="Assamese"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="q3"/> - <display value="Australian Sign Language"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="av"/> - <display value="Avaric"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ae"/> - <display value="Avestan"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ay"/> - <display value="Aymara"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="az"/> - <display value="Azerbaijani"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="bm"/> - <display value="Bambara"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ba"/> - <display value="Bashkir"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="eu"/> - <display value="Basque"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="be"/> - <display value="Belarusian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="bn"/> - <display value="Bengali"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="bh"/> - <display value="Bihari"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="bi"/> - <display value="Bislama"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="nb"/> - <display value="Bokmal, Norwegian; Norwegian Bokmal"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="bs"/> - <display value="Bosnian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="q1"/> - <display value="Braille"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="br"/> - <display value="Breton"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="q4"/> - <display value="British Sign Language"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="bg"/> - <display value="Bulgarian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="my"/> - <display value="Burmese"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ca"/> - <display value="Catalan; Valencian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="km"/> - <display value="Central Khmer"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ch"/> - <display value="Chamorro"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ce"/> - <display value="Chechen"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ny"/> - <display value="Chichewa; Chewa; Nyanja"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="zh"/> - <display value="Chinese"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="cu"/> - <display value="Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="cv"/> - <display value="Chuvash"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="kw"/> - <display value="Cornish"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="co"/> - <display value="Corsican"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="cr"/> - <display value="Cree"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="hr"/> - <display value="Croatian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="cs"/> - <display value="Czech"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="da"/> - <display value="Danish"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="dv"/> - <display value="Divehi; Dhivehi; Maldivian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="nl"/> - <display value="Dutch; Flemish"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="dz"/> - <display value="Dzongkha"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="en"/> - <display value="English"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="eo"/> - <display value="Esperanto"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="et"/> - <display value="Estonian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ee"/> - <display value="Ewe"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="fo"/> - <display value="Faroese"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="fj"/> - <display value="Fijian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="fi"/> - <display value="Finnish"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="fr"/> - <display value="French"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ff"/> - <display value="Fulah"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="gd"/> - <display value="Gaelic; Scottish Gaelic"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="gl"/> - <display value="Galician"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="lg"/> - <display value="Ganda"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ka"/> - <display value="Georgian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="de"/> - <display value="German"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="el"/> - <display value="Greek, Modern (1453-)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="gn"/> - <display value="Guarani"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="gu"/> - <display value="Gujarati"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ht"/> - <display value="Haitian; Haitian Creole"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ha"/> - <display value="Hausa"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="he"/> - <display value="Hebrew"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="hz"/> - <display value="Herero"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="hi"/> - <display value="Hindi"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ho"/> - <display value="Hiri Motu"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="hu"/> - <display value="Hungarian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="is"/> - <display value="Icelandic"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="io"/> - <display value="Ido"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ig"/> - <display value="Igbo"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="id"/> - <display value="Indonesian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ia"/> - <display value="Interlingua (International Auxiliary Language Association)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ie"/> - <display value="Interlingue"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="iu"/> - <display value="Inuktitut"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ik"/> - <display value="Inupiaq"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ga"/> - <display value="Irish"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="it"/> - <display value="Italian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ja"/> - <display value="Japanese"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="jv"/> - <display value="Javanese"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="kl"/> - <display value="Kalaallisut; Greenlandic"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="kn"/> - <display value="Kannada"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="kr"/> - <display value="Kanuri"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ks"/> - <display value="Kashmiri"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="kk"/> - <display value="Kazakh"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ki"/> - <display value="Kikuyu; Gikuyu"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="rw"/> - <display value="Kinyarwanda"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ky"/> - <display value="Kirghiz; Kyrgyz"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="kv"/> - <display value="Komi"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="kg"/> - <display value="Kongo"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ko"/> - <display value="Korean"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="kj"/> - <display value="Kuanyama; Kwanyama"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ku"/> - <display value="Kurdish"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="lo"/> - <display value="Lao"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="la"/> - <display value="Latin"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="lv"/> - <display value="Latvian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="li"/> - <display value="Limburgan; Limburger; Limburgish"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ln"/> - <display value="Lingala"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="lt"/> - <display value="Lithuanian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="lu"/> - <display value="Luba-Katanga"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="lb"/> - <display value="Luxembourgish; Letzeburgesch"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="mk"/> - <display value="Macedonian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="q5"/> - <display value="Makaton"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="mg"/> - <display value="Malagasy"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ms"/> - <display value="Malay"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ml"/> - <display value="Malayalam"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="mt"/> - <display value="Maltese"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="gv"/> - <display value="Manx"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="mi"/> - <display value="Maori"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="mr"/> - <display value="Marathi"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="mh"/> - <display value="Marshallese"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="mo"/> - <display value="Moldavian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="mn"/> - <display value="Mongolian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="na"/> - <display value="Nauru"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="nv"/> - <display value="Navajo; Navaho"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="nd"/> - <display value="Ndebele, North; North Ndebele"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="nr"/> - <display value="Ndebele, South; South Ndebele"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ng"/> - <display value="Ndonga"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ne"/> - <display value="Nepali"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="se"/> - <display value="Northern Sami"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="no"/> - <display value="Norwegian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="nn"/> - <display value="Norwegian Nynorsk; Nynorsk, Norwegian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="oc"/> - <display value="Occitan (post1500); Provencal"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="oj"/> - <display value="Ojibwa"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="or"/> - <display value="Oriya"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="om"/> - <display value="Oromo"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="os"/> - <display value="Ossetian; Ossetic"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="pi"/> - <display value="Pali"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="pa"/> - <display value="Panjabi; Punjabi"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="fa"/> - <display value="Persian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="pl"/> - <display value="Polish"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="pt"/> - <display value="Portuguese"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ps"/> - <display value="Pushto"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="qu"/> - <display value="Quechua"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ro"/> - <display value="Romanian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="rm"/> - <display value="Romansh"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="rn"/> - <display value="Rundi"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ru"/> - <display value="Russian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="sm"/> - <display value="Samoan"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="sg"/> - <display value="Sango"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="sa"/> - <display value="Sanskrit"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="sc"/> - <display value="Sardinian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="sr"/> - <display value="Serbian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="sn"/> - <display value="Shona"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ii"/> - <display value="Sichuan Yi"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="sd"/> - <display value="Sindhi"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="si"/> - <display value="Sinhala; Sinhalese"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="sk"/> - <display value="Slovak"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="sl"/> - <display value="Slovenian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="so"/> - <display value="Somali"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="st"/> - <display value="Sotho, Southern"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="es"/> - <display value="Spanish; Castilian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="su"/> - <display value="Sundanese"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="sw"/> - <display value="Swahili"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ss"/> - <display value="Swati"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="sv"/> - <display value="Swedish"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="tl"/> - <display value="Tagalog"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ty"/> - <display value="Tahitian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="tg"/> - <display value="Tajik"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ta"/> - <display value="Tamil"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="tt"/> - <display value="Tatar"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="te"/> - <display value="Telugu"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="th"/> - <display value="Thai"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="bo"/> - <display value="Tibetan"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ti"/> - <display value="Tigrinya"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="to"/> - <display value="Tonga (Tonga Islands)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ts"/> - <display value="Tsonga"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="tn"/> - <display value="Tswana"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="tr"/> - <display value="Turkish"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="tk"/> - <display value="Turkmen"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="tw"/> - <display value="Twi"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ug"/> - <display value="Uighur; Uyghur"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="uk"/> - <display value="Ukrainian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ur"/> - <display value="Urdu"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="uz"/> - <display value="Uzbek"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="ve"/> - <display value="Venda"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="vi"/> - <display value="Vietnamese"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="vo"/> - <display value="Volapuk"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="wa"/> - <display value="Walloon"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="cy"/> - <display value="Welsh"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="fy"/> - <display value="Western Frisian"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="wo"/> - <display value="Wolof"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="xh"/> - <display value="Xhosa"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="yi"/> - <display value="Yiddish"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="yo"/> - <display value="Yoruba"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="za"/> - <display value="Zhuang; Chuang"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage"/> - <code value="zu"/> - <display value="Zulu"/> - </contains> - </expansion> + <id value="UKCore-HumanLanguage" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-HumanLanguage" /> + <identifier> + <system value="urn:ietf:rfc:3986" /> + <value value="urn:oid:2.16.840.1.113883.2.1.3.2.4.17.70" /> + </identifier> + <version value="2.2.0" /> + <name value="UKCoreHumanLanguage" /> + <title value="UK Core Human Language" /> + <status value="active" /> + <date value="2022-08-26" /> + <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 a language used by a person." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + </include> + </compose> + <expansion> + <identifier value="7ed29ed3-c1d9-442e-91c3-8c5eb31ea10e" /> + <timestamp value="2021-09-09T14:24:53+00:00" /> + <total value="190" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage|2.1.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ab" /> + <display value="Abkhazian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="aa" /> + <display value="Afar" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="af" /> + <display value="Afrikaans" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ak" /> + <display value="Akan" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="sq" /> + <display value="Albanian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="q2" /> + <display value="American Sign Language" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="am" /> + <display value="Amharic" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ar" /> + <display value="Arabic" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="an" /> + <display value="Aragonese" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="hy" /> + <display value="Armenian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="as" /> + <display value="Assamese" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="q3" /> + <display value="Australian Sign Language" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="av" /> + <display value="Avaric" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ae" /> + <display value="Avestan" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ay" /> + <display value="Aymara" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="az" /> + <display value="Azerbaijani" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="bm" /> + <display value="Bambara" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ba" /> + <display value="Bashkir" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="eu" /> + <display value="Basque" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="be" /> + <display value="Belarusian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="bn" /> + <display value="Bengali" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="bh" /> + <display value="Bihari" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="bi" /> + <display value="Bislama" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="nb" /> + <display value="Bokmal, Norwegian; Norwegian Bokmal" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="bs" /> + <display value="Bosnian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="q1" /> + <display value="Braille" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="br" /> + <display value="Breton" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="q4" /> + <display value="British Sign Language" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="bg" /> + <display value="Bulgarian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="my" /> + <display value="Burmese" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ca" /> + <display value="Catalan; Valencian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="km" /> + <display value="Central Khmer" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ch" /> + <display value="Chamorro" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ce" /> + <display value="Chechen" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ny" /> + <display value="Chichewa; Chewa; Nyanja" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="zh" /> + <display value="Chinese" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="cu" /> + <display value="Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="cv" /> + <display value="Chuvash" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="kw" /> + <display value="Cornish" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="co" /> + <display value="Corsican" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="cr" /> + <display value="Cree" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="hr" /> + <display value="Croatian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="cs" /> + <display value="Czech" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="da" /> + <display value="Danish" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="dv" /> + <display value="Divehi; Dhivehi; Maldivian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="nl" /> + <display value="Dutch; Flemish" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="dz" /> + <display value="Dzongkha" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="en" /> + <display value="English" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="eo" /> + <display value="Esperanto" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="et" /> + <display value="Estonian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ee" /> + <display value="Ewe" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="fo" /> + <display value="Faroese" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="fj" /> + <display value="Fijian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="fi" /> + <display value="Finnish" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="fr" /> + <display value="French" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ff" /> + <display value="Fulah" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="gd" /> + <display value="Gaelic; Scottish Gaelic" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="gl" /> + <display value="Galician" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="lg" /> + <display value="Ganda" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ka" /> + <display value="Georgian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="de" /> + <display value="German" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="el" /> + <display value="Greek, Modern (1453-)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="gn" /> + <display value="Guarani" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="gu" /> + <display value="Gujarati" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ht" /> + <display value="Haitian; Haitian Creole" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ha" /> + <display value="Hausa" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="he" /> + <display value="Hebrew" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="hz" /> + <display value="Herero" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="hi" /> + <display value="Hindi" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ho" /> + <display value="Hiri Motu" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="hu" /> + <display value="Hungarian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="is" /> + <display value="Icelandic" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="io" /> + <display value="Ido" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ig" /> + <display value="Igbo" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="id" /> + <display value="Indonesian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ia" /> + <display value="Interlingua (International Auxiliary Language Association)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ie" /> + <display value="Interlingue" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="iu" /> + <display value="Inuktitut" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ik" /> + <display value="Inupiaq" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ga" /> + <display value="Irish" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="it" /> + <display value="Italian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ja" /> + <display value="Japanese" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="jv" /> + <display value="Javanese" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="kl" /> + <display value="Kalaallisut; Greenlandic" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="kn" /> + <display value="Kannada" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="kr" /> + <display value="Kanuri" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ks" /> + <display value="Kashmiri" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="kk" /> + <display value="Kazakh" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ki" /> + <display value="Kikuyu; Gikuyu" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="rw" /> + <display value="Kinyarwanda" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ky" /> + <display value="Kirghiz; Kyrgyz" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="kv" /> + <display value="Komi" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="kg" /> + <display value="Kongo" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ko" /> + <display value="Korean" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="kj" /> + <display value="Kuanyama; Kwanyama" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ku" /> + <display value="Kurdish" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="lo" /> + <display value="Lao" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="la" /> + <display value="Latin" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="lv" /> + <display value="Latvian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="li" /> + <display value="Limburgan; Limburger; Limburgish" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ln" /> + <display value="Lingala" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="lt" /> + <display value="Lithuanian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="lu" /> + <display value="Luba-Katanga" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="lb" /> + <display value="Luxembourgish; Letzeburgesch" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="mk" /> + <display value="Macedonian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="q5" /> + <display value="Makaton" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="mg" /> + <display value="Malagasy" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ms" /> + <display value="Malay" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ml" /> + <display value="Malayalam" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="mt" /> + <display value="Maltese" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="gv" /> + <display value="Manx" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="mi" /> + <display value="Maori" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="mr" /> + <display value="Marathi" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="mh" /> + <display value="Marshallese" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="mo" /> + <display value="Moldavian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="mn" /> + <display value="Mongolian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="na" /> + <display value="Nauru" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="nv" /> + <display value="Navajo; Navaho" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="nd" /> + <display value="Ndebele, North; North Ndebele" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="nr" /> + <display value="Ndebele, South; South Ndebele" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ng" /> + <display value="Ndonga" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ne" /> + <display value="Nepali" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="se" /> + <display value="Northern Sami" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="no" /> + <display value="Norwegian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="nn" /> + <display value="Norwegian Nynorsk; Nynorsk, Norwegian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="oc" /> + <display value="Occitan (post1500); Provencal" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="oj" /> + <display value="Ojibwa" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="or" /> + <display value="Oriya" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="om" /> + <display value="Oromo" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="os" /> + <display value="Ossetian; Ossetic" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="pi" /> + <display value="Pali" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="pa" /> + <display value="Panjabi; Punjabi" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="fa" /> + <display value="Persian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="pl" /> + <display value="Polish" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="pt" /> + <display value="Portuguese" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ps" /> + <display value="Pushto" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="qu" /> + <display value="Quechua" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ro" /> + <display value="Romanian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="rm" /> + <display value="Romansh" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="rn" /> + <display value="Rundi" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ru" /> + <display value="Russian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="sm" /> + <display value="Samoan" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="sg" /> + <display value="Sango" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="sa" /> + <display value="Sanskrit" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="sc" /> + <display value="Sardinian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="sr" /> + <display value="Serbian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="sn" /> + <display value="Shona" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ii" /> + <display value="Sichuan Yi" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="sd" /> + <display value="Sindhi" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="si" /> + <display value="Sinhala; Sinhalese" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="sk" /> + <display value="Slovak" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="sl" /> + <display value="Slovenian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="so" /> + <display value="Somali" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="st" /> + <display value="Sotho, Southern" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="es" /> + <display value="Spanish; Castilian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="su" /> + <display value="Sundanese" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="sw" /> + <display value="Swahili" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ss" /> + <display value="Swati" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="sv" /> + <display value="Swedish" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="tl" /> + <display value="Tagalog" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ty" /> + <display value="Tahitian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="tg" /> + <display value="Tajik" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ta" /> + <display value="Tamil" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="tt" /> + <display value="Tatar" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="te" /> + <display value="Telugu" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="th" /> + <display value="Thai" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="bo" /> + <display value="Tibetan" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ti" /> + <display value="Tigrinya" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="to" /> + <display value="Tonga (Tonga Islands)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ts" /> + <display value="Tsonga" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="tn" /> + <display value="Tswana" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="tr" /> + <display value="Turkish" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="tk" /> + <display value="Turkmen" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="tw" /> + <display value="Twi" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ug" /> + <display value="Uighur; Uyghur" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="uk" /> + <display value="Ukrainian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ur" /> + <display value="Urdu" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="uz" /> + <display value="Uzbek" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="ve" /> + <display value="Venda" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="vi" /> + <display value="Vietnamese" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="vo" /> + <display value="Volapuk" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="wa" /> + <display value="Walloon" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="cy" /> + <display value="Welsh" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="fy" /> + <display value="Western Frisian" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="wo" /> + <display value="Wolof" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="xh" /> + <display value="Xhosa" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="yi" /> + <display value="Yiddish" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="yo" /> + <display value="Yoruba" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="za" /> + <display value="Zhuang; Chuang" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" /> + <code value="zu" /> + <display value="Zulu" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ImmunizationAdministrationBodySite.xml b/valuesets/ValueSet-UKCore-ImmunizationAdministrationBodySite.xml index 36f603a5..7e804d29 100644 --- a/valuesets/ValueSet-UKCore-ImmunizationAdministrationBodySite.xml +++ b/valuesets/ValueSet-UKCore-ImmunizationAdministrationBodySite.xml @@ -1,93 +1,93 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ImmunizationAdministrationBodySite"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ImmunizationAdministrationBodySite"/> - <version value="1.0.0" /> - <name value="UKCoreImmunizationAdministrationBodySite"/> - <title value="UK Core Immunization Administration Body Site"/> - <status value="active" /> - <date value="2021-09-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="A set of codes that define a body site where a vaccination occurred. Selected from the 'Vaccine body site of administration' simple reference set of the SNOMED CT UK coding system. -"/> - <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> - <compose> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="memberOf 1127941000000100"/> - </filter> - </include> - </compose> + <id value="UKCore-ImmunizationAdministrationBodySite" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ImmunizationAdministrationBodySite" /> + <version value="1.0.0" /> + <name value="UKCoreImmunizationAdministrationBodySite" /> + <title value="UK Core Immunization Administration Body Site" /> + <status value="active" /> + <date value="2021-09-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="A set of codes that define a body site where a vaccination occurred. Selected from the 'Vaccine body site of administration' simple reference set of the SNOMED CT UK coding system. +" /> + <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="memberOf 1127941000000100" /> + </filter> + </include> + </compose> <expansion> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> - <valueBoolean value="true"/> + <valueBoolean value="true" /> </extension> - <identifier value="af8a5a59-4c96-4e40-9b71-b6948d860981"/> - <timestamp value="2021-09-09T12:35:14+00:00"/> - <total value="8"/> - <offset value="0"/> + <identifier value="af8a5a59-4c96-4e40-9b71-b6948d860981" /> + <timestamp value="2021-09-09T12:35:14+00:00" /> + <total value="8" /> + <offset value="0" /> <parameter> - <name value="version"/> - <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20210804"/> + <name value="version" /> + <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20210804" /> </parameter> <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> + <name value="count" /> + <valueInteger value="2147483647" /> </parameter> <parameter> - <name value="offset"/> - <valueInteger value="0"/> + <name value="offset" /> + <valueInteger value="0" /> </parameter> <contains> - <system value="http://snomed.info/sct"/> - <code value="368208006"/> - <display value="Left upper arm structure"/> + <system value="http://snomed.info/sct" /> + <code value="368208006" /> + <display value="Left upper arm structure" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="279549004"/> - <display value="Nasal cavity structure"/> + <system value="http://snomed.info/sct" /> + <code value="279549004" /> + <display value="Nasal cavity structure" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="74262004"/> - <display value="Oral cavity structure"/> + <system value="http://snomed.info/sct" /> + <code value="74262004" /> + <display value="Oral cavity structure" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="368209003"/> - <display value="Right upper arm structure"/> + <system value="http://snomed.info/sct" /> + <code value="368209003" /> + <display value="Right upper arm structure" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="723979003"/> - <display value="Structure of left buttock"/> + <system value="http://snomed.info/sct" /> + <code value="723979003" /> + <display value="Structure of left buttock" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="61396006"/> - <display value="Structure of left thigh"/> + <system value="http://snomed.info/sct" /> + <code value="61396006" /> + <display value="Structure of left thigh" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="723980000"/> - <display value="Structure of right buttock"/> + <system value="http://snomed.info/sct" /> + <code value="723980000" /> + <display value="Structure of right buttock" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="11207009"/> - <display value="Structure of right thigh"/> + <system value="http://snomed.info/sct" /> + <code value="11207009" /> + <display value="Structure of right thigh" /> </contains> </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ImmunizationExplanationReason.xml b/valuesets/ValueSet-UKCore-ImmunizationExplanationReason.xml index 48bff758..1ac2657f 100644 --- a/valuesets/ValueSet-UKCore-ImmunizationExplanationReason.xml +++ b/valuesets/ValueSet-UKCore-ImmunizationExplanationReason.xml @@ -1,111 +1,111 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ImmunizationExplanationReason"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ImmunizationExplanationReason"/> - <version value="2.3.0"/> - <name value="UKCoreImmunizationExplanationReason"/> - <title value="UK Core Immunization Explanation Reason"/> - <status value="active"/> - <date value="2023-02-14"/> - <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 a clinical indication or reason for administering a vaccine. Selected from the SNOMED CT UK coding system."/> - <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement."/> - <compose> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="171279008 OR 414448007 OR 161096004 OR 506931000000109 OR 78648007 OR 14679004 OR 134436002 OR 398192003 OR 443684005 OR 183995001 OR 444107005 OR 723620004 OR 429060002 OR 281657000"/> - </filter> - </include> - </compose> - <expansion> - <identifier value="7399f0e8-e85f-4ea6-aaac-7fb443de944f"/> - <timestamp value="2023-02-27T09:11:49+00:00"/> - <total value="14"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20220928"/> - </parameter> - <contains> - <system value="http://snomed.info/sct"/> - <code value="78648007"/> - <display value="At risk for infection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="398192003"/> - <display value="Co-morbid conditions"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="443684005"/> - <display value="Disease outbreak"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="444107005"/> - <display value="Exposure to communicable disease"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="161096004"/> - <display value="Going to travel abroad"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="414448007"/> - <display value="Identified as high risk for travel immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171279008"/> - <display value="Immunisation due"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="134436002"/> - <display value="Lifestyle"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="14679004"/> - <display value="Occupation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183995001"/> - <display value="Patient requested procedure"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="506931000000109"/> - <display value="Recent travel to disease affected area"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="723620004"/> - <display value="Requires vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="429060002"/> - <display value="Procedure to meet occupational requirement"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="281657000"/> - <display value="Travel vaccinations"/> - </contains> - </expansion> + <id value="UKCore-ImmunizationExplanationReason" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ImmunizationExplanationReason" /> + <version value="2.3.0" /> + <name value="UKCoreImmunizationExplanationReason" /> + <title value="UK Core Immunization Explanation Reason" /> + <status value="active" /> + <date value="2023-02-14" /> + <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 a clinical indication or reason for administering a vaccine. Selected from the SNOMED CT UK coding system." /> + <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="171279008 OR 414448007 OR 161096004 OR 506931000000109 OR 78648007 OR 14679004 OR 134436002 OR 398192003 OR 443684005 OR 183995001 OR 444107005 OR 723620004 OR 429060002 OR 281657000" /> + </filter> + </include> + </compose> + <expansion> + <identifier value="7399f0e8-e85f-4ea6-aaac-7fb443de944f" /> + <timestamp value="2023-02-27T09:11:49+00:00" /> + <total value="14" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20220928" /> + </parameter> + <contains> + <system value="http://snomed.info/sct" /> + <code value="78648007" /> + <display value="At risk for infection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="398192003" /> + <display value="Co-morbid conditions" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="443684005" /> + <display value="Disease outbreak" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="444107005" /> + <display value="Exposure to communicable disease" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="161096004" /> + <display value="Going to travel abroad" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="414448007" /> + <display value="Identified as high risk for travel immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171279008" /> + <display value="Immunisation due" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="134436002" /> + <display value="Lifestyle" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="14679004" /> + <display value="Occupation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183995001" /> + <display value="Patient requested procedure" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="506931000000109" /> + <display value="Recent travel to disease affected area" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="723620004" /> + <display value="Requires vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="429060002" /> + <display value="Procedure to meet occupational requirement" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="281657000" /> + <display value="Travel vaccinations" /> + </contains> + </expansion> </ValueSet> \ No newline at end of file diff --git a/valuesets/ValueSet-UKCore-InspiredOxygen.xml b/valuesets/ValueSet-UKCore-InspiredOxygen.xml index d688f81f..c64e8611 100644 --- a/valuesets/ValueSet-UKCore-InspiredOxygen.xml +++ b/valuesets/ValueSet-UKCore-InspiredOxygen.xml @@ -1,32 +1,32 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-InspiredOxygen"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-InspiredOxygen"/> - <version value="2.1.0"/> - <name value="UKCoreInspiredOxygen"/> - <title value="UK Core Inspired Oxygen"/> + <id value="UKCore-InspiredOxygen" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-InspiredOxygen" /> + <version value="2.1.0" /> + <name value="UKCoreInspiredOxygen" /> + <title value="UK Core Inspired Oxygen" /> <status value="draft" /> <date value="2023-09-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> + <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 code from the SNOMED CT UK coding system which describes whether a patient requires oxygen or is breathing room air. Selected from the SNOMED CT UK coding system: - 722742002 | Breathing room air (finding) - - 371825009 | Patient on oxygen (finding)"/> + - 371825009 | Patient on oxygen (finding)" /> <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://snomed.info/sct"/> + <system value="http://snomed.info/sct" /> <filter> - <property value="constraint"/> - <op value="="/> - <value value="722742002 OR 371825009"/> + <property value="constraint" /> + <op value="=" /> + <value value="722742002 OR 371825009" /> </filter> </include> </compose> diff --git a/valuesets/ValueSet-UKCore-LanguageAbilityMode.xml b/valuesets/ValueSet-UKCore-LanguageAbilityMode.xml index 6d064000..dfe16e66 100644 --- a/valuesets/ValueSet-UKCore-LanguageAbilityMode.xml +++ b/valuesets/ValueSet-UKCore-LanguageAbilityMode.xml @@ -1,30 +1,30 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-LanguageAbilityMode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-LanguageAbilityMode"/> - <identifier> - <system value="urn:ietf:rfc:3986"/> - <value value="urn:oid:2.16.840.1.113883.5.60"/> - </identifier> - <version value="2.0.0"/> - <name value="UKCoreLanguageAbilityMode"/> - <title value="UK Core Language Ability Mode"/> - <status value="retired" /> - <date value="2021-09-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="A ValueSet that identifies the mode the patient can communicate in, representing the method of expression of the language."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-LanguageAbilityMode"/> - </include> - </compose> + <id value="UKCore-LanguageAbilityMode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-LanguageAbilityMode" /> + <identifier> + <system value="urn:ietf:rfc:3986" /> + <value value="urn:oid:2.16.840.1.113883.5.60" /> + </identifier> + <version value="2.0.0" /> + <name value="UKCoreLanguageAbilityMode" /> + <title value="UK Core Language Ability Mode" /> + <status value="retired" /> + <date value="2021-09-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="A ValueSet that identifies the mode the patient can communicate in, representing the method of expression of the language." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-LanguageAbilityMode" /> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-LanguageAbilityProficiency.xml b/valuesets/ValueSet-UKCore-LanguageAbilityProficiency.xml index dfe873ee..0ca472f5 100644 --- a/valuesets/ValueSet-UKCore-LanguageAbilityProficiency.xml +++ b/valuesets/ValueSet-UKCore-LanguageAbilityProficiency.xml @@ -1,30 +1,30 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-LanguageAbilityProficiency"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-LanguageAbilityProficiency"/> - <identifier> - <system value="urn:ietf:rfc:3986"/> - <value value="urn:oid:2.16.840.1.113883.5.61"/> - </identifier> - <version value="2.0.0"/> - <name value="UKCoreLanguageAbilityProficiency"/> - <title value="UK Core Language Ability Proficiency"/> - <status value="retired" /> - <date value="2021-09-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="A ValueSet to identify the level of proficiency in communicating a language."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-LanguageAbilityProficiency"/> - </include> - </compose> + <id value="UKCore-LanguageAbilityProficiency" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-LanguageAbilityProficiency" /> + <identifier> + <system value="urn:ietf:rfc:3986" /> + <value value="urn:oid:2.16.840.1.113883.5.61" /> + </identifier> + <version value="2.0.0" /> + <name value="UKCoreLanguageAbilityProficiency" /> + <title value="UK Core Language Ability Proficiency" /> + <status value="retired" /> + <date value="2021-09-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="A ValueSet to identify the level of proficiency in communicating a language." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-LanguageAbilityProficiency" /> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-LegalStatusClassification.xml b/valuesets/ValueSet-UKCore-LegalStatusClassification.xml index b677da1b..7a817ef1 100644 --- a/valuesets/ValueSet-UKCore-LegalStatusClassification.xml +++ b/valuesets/ValueSet-UKCore-LegalStatusClassification.xml @@ -1,363 +1,363 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-LegalStatusClassification" /> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-LegalStatusClassification" /> - <version value="1.0.0" /> - <name value="UKCoreLegalStatusClassification" /> - <title value="UK Core Legal Status Classification" /> - <status value="active" /> - <date value="2022-01-07" /> - <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 classification of a patient's legal status which is either informal or as designated in the Mental Health Act 1983 or other acts." /> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> - </include> - </compose> - <expansion> - <identifier value="988e3125-a232-41e2-b97e-f66c6eb65658"/> - <timestamp value="2022-01-07T13:31:04+00:00"/> - <total value="52"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales|1.0.0"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="35"/> - <display value="Community treatment order (Mental Health Act Section 17a) This is legally valid from 3rd November 2008"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="31"/> - <display value="Formally detained under Criminal Procedure (Insanity) Act 1964 as amended by the Criminal Procedures (Insanity and Unfitness to Plead) Act 1991"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="31"/> - <display value="Formally detained under Criminal Procedure(Insanity) Act 1964 as amended by the Criminal Procedures (Insanity and Unfitness to Plead) Act 1991"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="19"/> - <display value="Formally detained under Mental Health Act Section 135"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="19"/> - <display value="Formally detained under Mental Health Act Section 135 (Warrant to search for and remove to a place of safety)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="20"/> - <display value="Formally detained under Mental Health Act Section 136"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="20"/> - <display value="Formally detained under Mental Health Act Section 136 (Mentally disordered person found in a public place)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="02"/> - <display value="Formally detained under Mental Health Act Section 2"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="02"/> - <display value="Formally detained under Mental Health Act Section 2 (Admission for assessment)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="03"/> - <display value="Formally detained under Mental Health Act Section 3"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="03"/> - <display value="Formally detained under Mental Health Act Section 3 (Admission for treatment of non-offender to hospital for assessment, for medical treatment)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="07"/> - <display value="Formally detained under Mental Health Act Section 35"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="07"/> - <display value="Formally detained under Mental Health Act Section 35 (Remand to hospital for report on accused's mental condition)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="08"/> - <display value="Formally detained under Mental Health Act Section 36"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="08"/> - <display value="Formally detained under Mental Health Act Section 36 (Remand of accused person to hospital for treatment)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="10"/> - <display value="Formally detained under Mental Health Act Section 37"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="10"/> - <display value="Formally detained under Mental Health Act Section 37 (Hospital Order)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="09"/> - <display value="Formally detained under Mental Health Act Section 37 with section 41 restrictions"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="12"/> - <display value="Formally detained under Mental Health Act Section 38"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="12"/> - <display value="Formally detained under Mental Health Act Section 38 (Interim hospital order)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="04"/> - <display value="Formally detained under Mental Health Act Section 4"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="04"/> - <display value="Formally detained under Mental Health Act Section 4 (Admission for assessment in cases of emergency)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="13"/> - <display value="Formally detained under Mental Health Act Section 44"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="13"/> - <display value="Formally detained under Mental Health Act Section 44 (Patient committed to hospital by Magistrates Court pending Crown Court disposal)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="34"/> - <display value="Formally detained under Mental Health Act Section 45A (Hospital and Limitation Direction)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="38"/> - <display value="Formally detained under Mental Health Act Section 45A (Limitation direction ended)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="37"/> - <display value="Formally detained under Mental Health Act Section 45A (Limited direction in force)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="14"/> - <display value="Formally detained under Mental Health Act Section 46"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="14"/> - <display value="Formally detained under Mental Health Act Section 46 (Detained during Her Majesty's pleasure) REPEALED BY ARMED FORCES ACT 1996"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="16"/> - <display value="Formally detained under Mental Health Act Section 47"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="16"/> - <display value="Formally detained under Mental Health Act Section 47 (Removal to hospital of person serving a sentence of imprisonment)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="15"/> - <display value="Formally detained under Mental Health Act Section 47 with section 49 restrictions"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="18"/> - <display value="Formally detained under Mental Health Act Section 48"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="18"/> - <display value="Formally detained under Mental Health Act Section 48 (Removal to hospital of other person not serving a sentence of imprisonment)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="17"/> - <display value="Formally detained under Mental Health Act Section 48 with section 49 restrictions"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="05"/> - <display value="Formally detained under Mental Health Act Section 5 (2) (Power to hold informal patient already in hospital, by doctor or approved clinician)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="06"/> - <display value="Formally detained under Mental Health Act Section 5 (4) (Power to hold informal patient already in hospital, by nurse)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="05"/> - <display value="Formally detained under Mental Health Act Section 5(2)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="06"/> - <display value="Formally detained under Mental Health Act Section 5(4)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="09"/> - <display value="Formally detained under Mental Health Act Sections 37 and 41 (Hospital Order with restrictions)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="15"/> - <display value="Formally detained under Mental Health Act Sections 47 and 49 (Removal to hospital of person serving a sentence of imprisonment with restrictions)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="17"/> - <display value="Formally detained under Mental Health Act Sections 48 and 49 (Removal to hospital of other person with restrictions, not serving a sentence of imprisonment)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="32"/> - <display value="Formally detained under other acts"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="32"/> - <display value="Formally detained under other acts: Section 47 of the National Assistance Act 1948 Section 1,2 or 12 of the Children's and Young Persons Act 1969 Section 3 of the Powers of Criminal Courts Act 1973"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="30"/> - <display value="Formally detained under previous legislation (fifth schedule); this relates only to patients who, prior to the implementation of the Mental Health Act 1983, were detained under the Sixth Schedule of the Mental Health Act 1959"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="01"/> - <display value="Informal"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="01"/> - <display value="Informal (including voluntary patients under Section 131)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales"/> - <version value="1.0.0"/> - <code value="98"/> - <display value="Non applicable (only used for NON psychiatric consultant specialties)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="98"/> - <display value="Not Applicable"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="99"/> - <display value="Not Known"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="36"/> - <display value="Subject to guardianship under Mental Health Act Section 37"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland"/> - <version value="1.0.0"/> - <code value="35"/> - <display value="Subject to guardianship under Mental Health Act Section 7"/> - </contains> - </expansion> + <id value="UKCore-LegalStatusClassification" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-LegalStatusClassification" /> + <version value="1.0.0" /> + <name value="UKCoreLegalStatusClassification" /> + <title value="UK Core Legal Status Classification" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 classification of a patient's legal status which is either informal or as designated in the Mental Health Act 1983 or other acts." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + </include> + </compose> + <expansion> + <identifier value="988e3125-a232-41e2-b97e-f66c6eb65658" /> + <timestamp value="2022-01-07T13:31:04+00:00" /> + <total value="52" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales|1.0.0" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="35" /> + <display value="Community treatment order (Mental Health Act Section 17a) This is legally valid from 3rd November 2008" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="31" /> + <display value="Formally detained under Criminal Procedure (Insanity) Act 1964 as amended by the Criminal Procedures (Insanity and Unfitness to Plead) Act 1991" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="31" /> + <display value="Formally detained under Criminal Procedure(Insanity) Act 1964 as amended by the Criminal Procedures (Insanity and Unfitness to Plead) Act 1991" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="19" /> + <display value="Formally detained under Mental Health Act Section 135" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="19" /> + <display value="Formally detained under Mental Health Act Section 135 (Warrant to search for and remove to a place of safety)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="20" /> + <display value="Formally detained under Mental Health Act Section 136" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="20" /> + <display value="Formally detained under Mental Health Act Section 136 (Mentally disordered person found in a public place)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="02" /> + <display value="Formally detained under Mental Health Act Section 2" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="02" /> + <display value="Formally detained under Mental Health Act Section 2 (Admission for assessment)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="03" /> + <display value="Formally detained under Mental Health Act Section 3" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="03" /> + <display value="Formally detained under Mental Health Act Section 3 (Admission for treatment of non-offender to hospital for assessment, for medical treatment)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="07" /> + <display value="Formally detained under Mental Health Act Section 35" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="07" /> + <display value="Formally detained under Mental Health Act Section 35 (Remand to hospital for report on accused's mental condition)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="08" /> + <display value="Formally detained under Mental Health Act Section 36" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="08" /> + <display value="Formally detained under Mental Health Act Section 36 (Remand of accused person to hospital for treatment)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="10" /> + <display value="Formally detained under Mental Health Act Section 37" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="10" /> + <display value="Formally detained under Mental Health Act Section 37 (Hospital Order)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="09" /> + <display value="Formally detained under Mental Health Act Section 37 with section 41 restrictions" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="12" /> + <display value="Formally detained under Mental Health Act Section 38" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="12" /> + <display value="Formally detained under Mental Health Act Section 38 (Interim hospital order)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="04" /> + <display value="Formally detained under Mental Health Act Section 4" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="04" /> + <display value="Formally detained under Mental Health Act Section 4 (Admission for assessment in cases of emergency)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="13" /> + <display value="Formally detained under Mental Health Act Section 44" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="13" /> + <display value="Formally detained under Mental Health Act Section 44 (Patient committed to hospital by Magistrates Court pending Crown Court disposal)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="34" /> + <display value="Formally detained under Mental Health Act Section 45A (Hospital and Limitation Direction)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="38" /> + <display value="Formally detained under Mental Health Act Section 45A (Limitation direction ended)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="37" /> + <display value="Formally detained under Mental Health Act Section 45A (Limited direction in force)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="14" /> + <display value="Formally detained under Mental Health Act Section 46" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="14" /> + <display value="Formally detained under Mental Health Act Section 46 (Detained during Her Majesty's pleasure) REPEALED BY ARMED FORCES ACT 1996" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="16" /> + <display value="Formally detained under Mental Health Act Section 47" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="16" /> + <display value="Formally detained under Mental Health Act Section 47 (Removal to hospital of person serving a sentence of imprisonment)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="15" /> + <display value="Formally detained under Mental Health Act Section 47 with section 49 restrictions" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="18" /> + <display value="Formally detained under Mental Health Act Section 48" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="18" /> + <display value="Formally detained under Mental Health Act Section 48 (Removal to hospital of other person not serving a sentence of imprisonment)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="17" /> + <display value="Formally detained under Mental Health Act Section 48 with section 49 restrictions" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="05" /> + <display value="Formally detained under Mental Health Act Section 5 (2) (Power to hold informal patient already in hospital, by doctor or approved clinician)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="06" /> + <display value="Formally detained under Mental Health Act Section 5 (4) (Power to hold informal patient already in hospital, by nurse)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="05" /> + <display value="Formally detained under Mental Health Act Section 5(2)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="06" /> + <display value="Formally detained under Mental Health Act Section 5(4)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="09" /> + <display value="Formally detained under Mental Health Act Sections 37 and 41 (Hospital Order with restrictions)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="15" /> + <display value="Formally detained under Mental Health Act Sections 47 and 49 (Removal to hospital of person serving a sentence of imprisonment with restrictions)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="17" /> + <display value="Formally detained under Mental Health Act Sections 48 and 49 (Removal to hospital of other person with restrictions, not serving a sentence of imprisonment)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="32" /> + <display value="Formally detained under other acts" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="32" /> + <display value="Formally detained under other acts: Section 47 of the National Assistance Act 1948 Section 1,2 or 12 of the Children's and Young Persons Act 1969 Section 3 of the Powers of Criminal Courts Act 1973" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="30" /> + <display value="Formally detained under previous legislation (fifth schedule); this relates only to patients who, prior to the implementation of the Mental Health Act 1983, were detained under the Sixth Schedule of the Mental Health Act 1959" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="01" /> + <display value="Informal" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="01" /> + <display value="Informal (including voluntary patients under Section 131)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> + <version value="1.0.0" /> + <code value="98" /> + <display value="Non applicable (only used for NON psychiatric consultant specialties)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="98" /> + <display value="Not Applicable" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="99" /> + <display value="Not Known" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="36" /> + <display value="Subject to guardianship under Mental Health Act Section 37" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationEngland" /> + <version value="1.0.0" /> + <code value="35" /> + <display value="Subject to guardianship under Mental Health Act Section 7" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-LegalStatusContext.xml b/valuesets/ValueSet-UKCore-LegalStatusContext.xml index c8b6729c..d961efb9 100644 --- a/valuesets/ValueSet-UKCore-LegalStatusContext.xml +++ b/valuesets/ValueSet-UKCore-LegalStatusContext.xml @@ -1,54 +1,54 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-LegalStatusContext" /> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-LegalStatusContext" /> - <version value="1.0.0" /> - <name value="UKCoreLegalStatusContext" /> - <title value="UK Core Legal Status Context" /> - <status value="active" /> - <date value="2022-01-07" /> - <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 context in which a mental health legal status is being used." /> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext" /> - </include> - </compose> - <expansion> - <identifier value="dbfa87bc-78e2-4d76-8753-571ed1a3c9bf"/> - <timestamp value="2022-01-07T13:33:42+00:00"/> - <total value="2"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext"/> - <code value="admission"/> - <display value="Admission"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext"/> - <code value="discharge"/> - <display value="Discharge"/> - </contains> - </expansion> + <id value="UKCore-LegalStatusContext" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-LegalStatusContext" /> + <version value="1.0.0" /> + <name value="UKCoreLegalStatusContext" /> + <title value="UK Core Legal Status Context" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 context in which a mental health legal status is being used." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext" /> + </include> + </compose> + <expansion> + <identifier value="dbfa87bc-78e2-4d76-8753-571ed1a3c9bf" /> + <timestamp value="2022-01-07T13:33:42+00:00" /> + <total value="2" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext" /> + <code value="admission" /> + <display value="Admission" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext" /> + <code value="discharge" /> + <display value="Discharge" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ListCode.xml b/valuesets/ValueSet-UKCore-ListCode.xml index eac78a7a..3c99f0b1 100644 --- a/valuesets/ValueSet-UKCore-ListCode.xml +++ b/valuesets/ValueSet-UKCore-ListCode.xml @@ -1,132 +1,132 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ListCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ListCode"/> - <version value="2.1.0"/> - <name value="UKCoreListCode"/> - <title value="UK Core List Code"/> - <status value="active" /> - <date value="2022-01-07" /> - <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 purpose of a list. Selected from the SNOMED CT UK coding system."/> - <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> - <compose> - <include> - <system value="http://snomed.info/sct" /> - <filter> - <property value="constraint" /> - <op value="=" /> - <value value="887161000000102 OR 887171000000109 OR 717711000000103 OR 933361000000108 OR 886921000000105 OR 1102411000000102 OR 1102191000000100 OR 1103671000000101 OR 325851000000107 OR 25851000000105 OR 24781000000107 OR 1102181000000102 OR 826501000000100 OR 792931000000107 OR 887191000000108 OR 1149501000000101" /> - </filter> - </include> - </compose> - <expansion> - <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> - <valueBoolean value="true"/> - </extension> - <identifier value="dec079f7-6236-46f9-94b5-505783b276aa"/> - <timestamp value="2022-01-07T11:09:13+00:00"/> - <total value="16"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20211222"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1102411000000102"/> - <display value="Active medications"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="886921000000105"/> - <display value="Allergies and adverse reactions"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="24781000000107"/> - <display value="Category (EHR)"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="325851000000107"/> - <display value="Consultation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="887161000000102"/> - <display value="Diagnoses"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1102191000000100"/> - <display value="Discontinued medications"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1103671000000101"/> - <display value="Ended allergies"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1102181000000102"/> - <display value="Immunisations"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="887191000000108"/> - <display value="Investigations and results"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1149501000000101"/> - <display value="List of consultations"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="933361000000108"/> - <display value="Medications and medical devices"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="826501000000100"/> - <display value="Miscellaneous record"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="792931000000107"/> - <display value="Outbound referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="717711000000103"/> - <display value="Problems"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="887171000000109"/> - <display value="Procedures"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="25851000000105"/> - <display value="Topic (EHR)"/> - </contains> - </expansion> + <id value="UKCore-ListCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ListCode" /> + <version value="2.1.0" /> + <name value="UKCoreListCode" /> + <title value="UK Core List Code" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 purpose of a list. Selected from the SNOMED CT UK coding system." /> + <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="887161000000102 OR 887171000000109 OR 717711000000103 OR 933361000000108 OR 886921000000105 OR 1102411000000102 OR 1102191000000100 OR 1103671000000101 OR 325851000000107 OR 25851000000105 OR 24781000000107 OR 1102181000000102 OR 826501000000100 OR 792931000000107 OR 887191000000108 OR 1149501000000101" /> + </filter> + </include> + </compose> + <expansion> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> + <valueBoolean value="true" /> + </extension> + <identifier value="dec079f7-6236-46f9-94b5-505783b276aa" /> + <timestamp value="2022-01-07T11:09:13+00:00" /> + <total value="16" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20211222" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1102411000000102" /> + <display value="Active medications" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="886921000000105" /> + <display value="Allergies and adverse reactions" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="24781000000107" /> + <display value="Category (EHR)" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="325851000000107" /> + <display value="Consultation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="887161000000102" /> + <display value="Diagnoses" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1102191000000100" /> + <display value="Discontinued medications" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1103671000000101" /> + <display value="Ended allergies" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1102181000000102" /> + <display value="Immunisations" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="887191000000108" /> + <display value="Investigations and results" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1149501000000101" /> + <display value="List of consultations" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="933361000000108" /> + <display value="Medications and medical devices" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="826501000000100" /> + <display value="Miscellaneous record" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="792931000000107" /> + <display value="Outbound referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="717711000000103" /> + <display value="Problems" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="887171000000109" /> + <display value="Procedures" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="25851000000105" /> + <display value="Topic (EHR)" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ListEmptyReasonCode.xml b/valuesets/ValueSet-UKCore-ListEmptyReasonCode.xml index bbd9dbbf..bce59995 100644 --- a/valuesets/ValueSet-UKCore-ListEmptyReasonCode.xml +++ b/valuesets/ValueSet-UKCore-ListEmptyReasonCode.xml @@ -1,93 +1,93 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ListEmptyReasonCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ListEmptyReasonCode"/> - <version value="2.1.0"/> - <name value="UKCoreListEmptyReasonCode"/> - <title value="UK Core List Empty Reason Code"/> - <status value="active" /> - <date value="2022-01-07" /> - <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 reason a list may be empty."/> - <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/list-empty-reason" /> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode" /> - </include> - </compose> - <expansion> - <identifier value="11e69b14-5c2b-48e5-90bf-be4c040d1093"/> - <timestamp value="2022-01-07T13:35:45+00:00"/> - <total value="7"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode|2.1.0"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="http://terminology.hl7.org/CodeSystem/list-empty-reason|4.0.1"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/list-empty-reason"/> - <version value="4.0.1"/> - <code value="closed"/> - <display value="Closed"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/list-empty-reason"/> - <version value="4.0.1"/> - <code value="withheld"/> - <display value="Information Withheld"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/list-empty-reason"/> - <version value="4.0.1"/> - <code value="nilknown"/> - <display value="Nil Known"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode"/> - <version value="2.0.0"/> - <code value="no-content-recorded"/> - <display value="No Content Recorded"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/list-empty-reason"/> - <version value="4.0.1"/> - <code value="notasked"/> - <display value="Not Asked"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/list-empty-reason"/> - <version value="4.0.1"/> - <code value="notstarted"/> - <display value="Not Started"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/list-empty-reason"/> - <version value="4.0.1"/> - <code value="unavailable"/> - <display value="Unavailable"/> - </contains> - </expansion> + <id value="UKCore-ListEmptyReasonCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ListEmptyReasonCode" /> + <version value="2.1.0" /> + <name value="UKCoreListEmptyReasonCode" /> + <title value="UK Core List Empty Reason Code" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 reason a list may be empty." /> + <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/list-empty-reason" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode" /> + </include> + </compose> + <expansion> + <identifier value="11e69b14-5c2b-48e5-90bf-be4c040d1093" /> + <timestamp value="2022-01-07T13:35:45+00:00" /> + <total value="7" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode|2.1.0" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="http://terminology.hl7.org/CodeSystem/list-empty-reason|4.0.1" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/list-empty-reason" /> + <version value="4.0.1" /> + <code value="closed" /> + <display value="Closed" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/list-empty-reason" /> + <version value="4.0.1" /> + <code value="withheld" /> + <display value="Information Withheld" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/list-empty-reason" /> + <version value="4.0.1" /> + <code value="nilknown" /> + <display value="Nil Known" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode" /> + <version value="2.0.0" /> + <code value="no-content-recorded" /> + <display value="No Content Recorded" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/list-empty-reason" /> + <version value="4.0.1" /> + <code value="notasked" /> + <display value="Not Asked" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/list-empty-reason" /> + <version value="4.0.1" /> + <code value="notstarted" /> + <display value="Not Started" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/list-empty-reason" /> + <version value="4.0.1" /> + <code value="unavailable" /> + <display value="Unavailable" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ListWarningCode.xml b/valuesets/ValueSet-UKCore-ListWarningCode.xml index df84ae58..4148c34e 100644 --- a/valuesets/ValueSet-UKCore-ListWarningCode.xml +++ b/valuesets/ValueSet-UKCore-ListWarningCode.xml @@ -1,47 +1,47 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ListWarningCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ListWarningCode"/> - <version value="2.2.0"/> - <name value="UKCoreListWarningCode"/> - <title value="UK Core List Warning Code"/> - <status value="active"/> - <date value="2022-12-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 reason a list may be incomplete."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode"/> - </include> - </compose> - <expansion> - <identifier value="8879d362-e498-43dd-8e29-d59ac1d05bf3"/> - <timestamp value="2022-12-22T15:31:11+00:00"/> - <total value="3"/> - <offset value="0"/> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode"/> - <code value="confidential-items"/> - <display value="Confidential Items"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode"/> - <code value="data-awaiting-filing"/> - <display value="Data Awaiting Filing"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode"/> - <code value="data-in-transit"/> - <display value="Data in Transit"/> - </contains> - </expansion> + <id value="UKCore-ListWarningCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ListWarningCode" /> + <version value="2.2.0" /> + <name value="UKCoreListWarningCode" /> + <title value="UK Core List Warning Code" /> + <status value="active" /> + <date value="2022-12-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 reason a list may be incomplete." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode" /> + </include> + </compose> + <expansion> + <identifier value="8879d362-e498-43dd-8e29-d59ac1d05bf3" /> + <timestamp value="2022-12-22T15:31:11+00:00" /> + <total value="3" /> + <offset value="0" /> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode" /> + <code value="confidential-items" /> + <display value="Confidential Items" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode" /> + <code value="data-awaiting-filing" /> + <display value="Data Awaiting Filing" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode" /> + <code value="data-in-transit" /> + <display value="Data in Transit" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-MedicationAdministrationCategory.xml b/valuesets/ValueSet-UKCore-MedicationAdministrationCategory.xml index c2159ba4..614bf613 100644 --- a/valuesets/ValueSet-UKCore-MedicationAdministrationCategory.xml +++ b/valuesets/ValueSet-UKCore-MedicationAdministrationCategory.xml @@ -1,91 +1,91 @@ <ValueSet xmlns="http://hl7.org/fhir"> -<id value="UKCore-MedicationAdministrationCategory"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationAdministrationCategory"/> - <version value="1.0.0" /> - <name value="UKCoreMedicationAdministrationCategory"/> - <title value="UK Core Medication Administration Category"/> - <status value="active" /> - <date value="2022-12-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 to define a category for a medication administration."/> - <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/medication-admin-category"/> - <concept> - <code value="inpatient"/> - <display value="Inpatient"/> - </concept> - <concept> - <code value="outpatient"/> - <display value="Outpatient"/> - </concept> - <concept> - <code value="community"/> - <display value="Community"/> - </concept> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationAdministrationCategory"/> - <concept> - <code value="discharge"/> - <display value="Discharge"/> - </concept> - </include> - </compose> - <expansion> - <identifier value="242c10eb-0ecc-47b2-9f97-78e80577a16f"/> - <timestamp value="2022-12-12T09:57:59+00:00"/> - <total value="4"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="http://terminology.hl7.org/CodeSystem/medication-admin-category|4.0.1"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationAdministrationCategory|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/medication-admin-category"/> - <version value="4.0.1"/> - <code value="inpatient"/> - <display value="Inpatient"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/medication-admin-category"/> - <version value="4.0.1"/> - <code value="outpatient"/> - <display value="Outpatient"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/medication-admin-category"/> - <version value="4.0.1"/> - <code value="community"/> - <display value="Community"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationAdministrationCategory"/> - <version value="1.0.0"/> - <code value="discharge"/> - <display value="Discharge"/> - </contains> - </expansion> +<id value="UKCore-MedicationAdministrationCategory" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationAdministrationCategory" /> + <version value="1.0.0" /> + <name value="UKCoreMedicationAdministrationCategory" /> + <title value="UK Core Medication Administration Category" /> + <status value="active" /> + <date value="2022-12-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 to define a category for a medication administration." /> + <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/medication-admin-category" /> + <concept> + <code value="inpatient" /> + <display value="Inpatient" /> + </concept> + <concept> + <code value="outpatient" /> + <display value="Outpatient" /> + </concept> + <concept> + <code value="community" /> + <display value="Community" /> + </concept> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationAdministrationCategory" /> + <concept> + <code value="discharge" /> + <display value="Discharge" /> + </concept> + </include> + </compose> + <expansion> + <identifier value="242c10eb-0ecc-47b2-9f97-78e80577a16f" /> + <timestamp value="2022-12-12T09:57:59+00:00" /> + <total value="4" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="http://terminology.hl7.org/CodeSystem/medication-admin-category|4.0.1" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationAdministrationCategory|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/medication-admin-category" /> + <version value="4.0.1" /> + <code value="inpatient" /> + <display value="Inpatient" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/medication-admin-category" /> + <version value="4.0.1" /> + <code value="outpatient" /> + <display value="Outpatient" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/medication-admin-category" /> + <version value="4.0.1" /> + <code value="community" /> + <display value="Community" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationAdministrationCategory" /> + <version value="1.0.0" /> + <code value="discharge" /> + <display value="Discharge" /> + </contains> + </expansion> </ValueSet> \ No newline at end of file diff --git a/valuesets/ValueSet-UKCore-MedicationCode.xml b/valuesets/ValueSet-UKCore-MedicationCode.xml index 8431c3d4..43d3db66 100644 --- a/valuesets/ValueSet-UKCore-MedicationCode.xml +++ b/valuesets/ValueSet-UKCore-MedicationCode.xml @@ -1,22 +1,22 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationCode"/> - <version value="2.3.0"/> - <name value="UKCoreMedicationCode"/> - <title value="UK Core Medication Code"/> - <status value="active"/> - <date value="2022-12-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 from the following dm+d (dictionary of medicines and devices) concept classes that define a medication: + <id value="UKCore-MedicationCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationCode" /> + <version value="2.3.0" /> + <name value="UKCoreMedicationCode" /> + <title value="UK Core Medication Code" /> + <status value="active" /> + <date value="2022-12-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 from the following dm+d (dictionary of medicines and devices) concept classes that define a medication: - VTM – Virtual Therapeutic Moiety - VMP – Virtual Medicinal Product @@ -24,56 +24,56 @@ - VMPP – Virtual Medicinal Product Pack - AMPP – Actual Medicinal Product Pack - A Clinical trial medication code. Selected from the SNOMED CT UK coding system."/> - <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="https://dmd.nhs.uk"/> - <filter> - <property value="parent"/> - <op value="="/> - <value value="VTM"/> - </filter> - </include> - <include> - <system value="https://dmd.nhs.uk"/> - <filter> - <property value="parent"/> - <op value="="/> - <value value="VMP"/> - </filter> - </include> - <include> - <system value="https://dmd.nhs.uk"/> - <filter> - <property value="parent"/> - <op value="="/> - <value value="AMP"/> - </filter> - </include> - <include> - <system value="https://dmd.nhs.uk"/> - <filter> - <property value="parent"/> - <op value="="/> - <value value="VMPP"/> - </filter> - </include> - <include> - <system value="https://dmd.nhs.uk"/> - <filter> - <property value="parent"/> - <op value="="/> - <value value="AMPP"/> - </filter> - </include> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="419841000001106"/> - </filter> - </include> - </compose> + A Clinical trial medication code. Selected from the SNOMED CT UK coding system." /> + <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="https://dmd.nhs.uk" /> + <filter> + <property value="parent" /> + <op value="=" /> + <value value="VTM" /> + </filter> + </include> + <include> + <system value="https://dmd.nhs.uk" /> + <filter> + <property value="parent" /> + <op value="=" /> + <value value="VMP" /> + </filter> + </include> + <include> + <system value="https://dmd.nhs.uk" /> + <filter> + <property value="parent" /> + <op value="=" /> + <value value="AMP" /> + </filter> + </include> + <include> + <system value="https://dmd.nhs.uk" /> + <filter> + <property value="parent" /> + <op value="=" /> + <value value="VMPP" /> + </filter> + </include> + <include> + <system value="https://dmd.nhs.uk" /> + <filter> + <property value="parent" /> + <op value="=" /> + <value value="AMPP" /> + </filter> + </include> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="419841000001106" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-MedicationDosageMethod.xml b/valuesets/ValueSet-UKCore-MedicationDosageMethod.xml index 3b3cf5ae..daa34a37 100644 --- a/valuesets/ValueSet-UKCore-MedicationDosageMethod.xml +++ b/valuesets/ValueSet-UKCore-MedicationDosageMethod.xml @@ -1,473 +1,473 @@ <?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationDosageMethod"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationDosageMethod"/> - <version value="1.0.0" /> - <name value="UKCoreMedicationDosageMethod"/> - <title value="UK Core Medication Dosage Method"/> - <status value="active" /> - <date value="2021-09-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="A set of codes that define a medication dosage method. Selected from the 'ePrescribing method' simple reference set of the SNOMED CT UK coding system."/> - <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> - <compose> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="memberOf 999000041000001103"/> - </filter> - </include> - </compose> + <id value="UKCore-MedicationDosageMethod" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationDosageMethod" /> + <version value="1.0.0" /> + <name value="UKCoreMedicationDosageMethod" /> + <title value="UK Core Medication Dosage Method" /> + <status value="active" /> + <date value="2021-09-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="A set of codes that define a medication dosage method. Selected from the 'ePrescribing method' simple reference set of the SNOMED CT UK coding system." /> + <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="memberOf 999000041000001103" /> + </filter> + </include> + </compose> <expansion> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> - <valueBoolean value="true"/> + <valueBoolean value="true" /> </extension> - <identifier value="ddd82f8d-d308-4ac2-9d46-d9194b1df17e"/> - <timestamp value="2021-09-09T12:39:46+00:00"/> - <total value="84"/> - <offset value="0"/> + <identifier value="ddd82f8d-d308-4ac2-9d46-d9194b1df17e" /> + <timestamp value="2021-09-09T12:39:46+00:00" /> + <total value="84" /> + <offset value="0" /> <parameter> - <name value="version"/> - <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20210804"/> + <name value="version" /> + <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20210804" /> </parameter> <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> + <name value="count" /> + <valueInteger value="2147483647" /> </parameter> <parameter> - <name value="offset"/> - <valueInteger value="0"/> + <name value="offset" /> + <valueInteger value="0" /> </parameter> <contains> - <system value="http://snomed.info/sct"/> - <code value="422106007"/> - <display value="Add"/> + <system value="http://snomed.info/sct" /> + <code value="422106007" /> + <display value="Add" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="418283001"/> - <display value="Administer"/> + <system value="http://snomed.info/sct" /> + <code value="418283001" /> + <display value="Administer" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421829000"/> - <display value="And"/> + <system value="http://snomed.info/sct" /> + <code value="421829000" /> + <display value="And" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="417924000"/> - <display value="Apply"/> + <system value="http://snomed.info/sct" /> + <code value="417924000" /> + <display value="Apply" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="93431000001109"/> - <display value="Apply sparingly"/> + <system value="http://snomed.info/sct" /> + <code value="93431000001109" /> + <display value="Apply sparingly" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420503003"/> - <display value="As"/> + <system value="http://snomed.info/sct" /> + <code value="420503003" /> + <display value="As" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420246001"/> - <display value="At"/> + <system value="http://snomed.info/sct" /> + <code value="420246001" /> + <display value="At" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421718005"/> - <display value="Before"/> + <system value="http://snomed.info/sct" /> + <code value="421718005" /> + <display value="Before" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="13283801000001100"/> - <display value="Bolus"/> + <system value="http://snomed.info/sct" /> + <code value="13283801000001100" /> + <display value="Bolus" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420942008"/> - <display value="Call"/> + <system value="http://snomed.info/sct" /> + <code value="420942008" /> + <display value="Call" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="419747000"/> - <display value="Chew"/> + <system value="http://snomed.info/sct" /> + <code value="419747000" /> + <display value="Chew" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="769408005"/> - <display value="Completely"/> + <system value="http://snomed.info/sct" /> + <code value="769408005" /> + <display value="Completely" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420341009"/> - <display value="Constant"/> + <system value="http://snomed.info/sct" /> + <code value="420341009" /> + <display value="Constant" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="261754007"/> - <display value="Continuous infusion"/> + <system value="http://snomed.info/sct" /> + <code value="261754007" /> + <display value="Continuous infusion" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="13284001000001109"/> - <display value="Deep injection"/> + <system value="http://snomed.info/sct" /> + <code value="13284001000001109" /> + <display value="Deep injection" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="769409002"/> - <display value="Deeply"/> + <system value="http://snomed.info/sct" /> + <code value="769409002" /> + <display value="Deeply" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421399004"/> - <display value="Dilute"/> + <system value="http://snomed.info/sct" /> + <code value="421399004" /> + <display value="Dilute" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421286000"/> - <display value="Discontinue"/> + <system value="http://snomed.info/sct" /> + <code value="421286000" /> + <display value="Discontinue" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421682005"/> - <display value="Dissolve"/> + <system value="http://snomed.info/sct" /> + <code value="421682005" /> + <display value="Dissolve" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="422033008"/> - <display value="Divide"/> + <system value="http://snomed.info/sct" /> + <code value="422033008" /> + <display value="Divide" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420247005"/> - <display value="Dosing instruction imperative"/> + <system value="http://snomed.info/sct" /> + <code value="420247005" /> + <display value="Dosing instruction imperative" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421994004"/> - <display value="During"/> + <system value="http://snomed.info/sct" /> + <code value="421994004" /> + <display value="During" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421612001"/> - <display value="Every"/> + <system value="http://snomed.info/sct" /> + <code value="421612001" /> + <display value="Every" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420604000"/> - <display value="Finish"/> + <system value="http://snomed.info/sct" /> + <code value="420604000" /> + <display value="Finish" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421939007"/> - <display value="Follow"/> + <system value="http://snomed.info/sct" /> + <code value="421939007" /> + <display value="Follow" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421769005"/> - <display value="Follow directions"/> + <system value="http://snomed.info/sct" /> + <code value="421769005" /> + <display value="Follow directions" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="13283901000001106"/> - <display value="Gentle massage"/> + <system value="http://snomed.info/sct" /> + <code value="13283901000001106" /> + <display value="Gentle massage" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="418449005"/> - <display value="Gently"/> + <system value="http://snomed.info/sct" /> + <code value="418449005" /> + <display value="Gently" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="419582001"/> - <display value="Give"/> + <system value="http://snomed.info/sct" /> + <code value="419582001" /> + <display value="Give" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421139008"/> - <display value="Hold"/> + <system value="http://snomed.info/sct" /> + <code value="421139008" /> + <display value="Hold" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421803000"/> - <display value="If"/> + <system value="http://snomed.info/sct" /> + <code value="421803000" /> + <display value="If" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="13283701000001109"/> - <display value="Infusion"/> + <system value="http://snomed.info/sct" /> + <code value="13283701000001109" /> + <display value="Infusion" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421134003"/> - <display value="Inhale"/> + <system value="http://snomed.info/sct" /> + <code value="421134003" /> + <display value="Inhale" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="422145002"/> - <display value="Inject"/> + <system value="http://snomed.info/sct" /> + <code value="422145002" /> + <display value="Inject" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421257003"/> - <display value="Insert"/> + <system value="http://snomed.info/sct" /> + <code value="421257003" /> + <display value="Insert" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421538008"/> - <display value="Instill"/> + <system value="http://snomed.info/sct" /> + <code value="421538008" /> + <display value="Instill" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="397884008"/> - <display value="Intermittent bolus"/> + <system value="http://snomed.info/sct" /> + <code value="397884008" /> + <display value="Intermittent bolus" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="93571000001107"/> - <display value="Irrigation"/> + <system value="http://snomed.info/sct" /> + <code value="93571000001107" /> + <display value="Irrigation" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="419125005"/> - <display value="Liberally"/> + <system value="http://snomed.info/sct" /> + <code value="419125005" /> + <display value="Liberally" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="93471000001106"/> - <display value="Massage"/> + <system value="http://snomed.info/sct" /> + <code value="93471000001106" /> + <display value="Massage" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="769364006"/> - <display value="Medication container empty"/> + <system value="http://snomed.info/sct" /> + <code value="769364006" /> + <display value="Medication container empty" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421206002"/> - <display value="Multiply"/> + <system value="http://snomed.info/sct" /> + <code value="421206002" /> + <display value="Multiply" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421723005"/> - <display value="Now"/> + <system value="http://snomed.info/sct" /> + <code value="421723005" /> + <display value="Now" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="422114001"/> - <display value="Once only"/> + <system value="http://snomed.info/sct" /> + <code value="422114001" /> + <display value="Once only" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="13287601000001108"/> - <display value="Once only, at night"/> + <system value="http://snomed.info/sct" /> + <code value="13287601000001108" /> + <display value="Once only, at night" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420295001"/> - <display value="Only"/> + <system value="http://snomed.info/sct" /> + <code value="420295001" /> + <display value="Only" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420561004"/> - <display value="Or"/> + <system value="http://snomed.info/sct" /> + <code value="420561004" /> + <display value="Or" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420806001"/> - <display value="Per"/> + <system value="http://snomed.info/sct" /> + <code value="420806001" /> + <display value="Per" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421066005"/> - <display value="Place"/> + <system value="http://snomed.info/sct" /> + <code value="421066005" /> + <display value="Place" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420620005"/> - <display value="Push"/> + <system value="http://snomed.info/sct" /> + <code value="420620005" /> + <display value="Push" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="418694008"/> - <display value="Rapidly"/> + <system value="http://snomed.info/sct" /> + <code value="418694008" /> + <display value="Rapidly" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="769410007"/> - <display value="Repeatedly"/> + <system value="http://snomed.info/sct" /> + <code value="769410007" /> + <display value="Repeatedly" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420606003"/> - <display value="Shampoo"/> + <system value="http://snomed.info/sct" /> + <code value="420606003" /> + <display value="Shampoo" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="397801003"/> - <display value="Single bolus"/> + <system value="http://snomed.info/sct" /> + <code value="397801003" /> + <display value="Single bolus" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="13284101000001105"/> - <display value="Skin prick"/> + <system value="http://snomed.info/sct" /> + <code value="13284101000001105" /> + <display value="Skin prick" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="419443000"/> - <display value="Slowly"/> + <system value="http://snomed.info/sct" /> + <code value="419443000" /> + <display value="Slowly" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420360002"/> - <display value="Sniff"/> + <system value="http://snomed.info/sct" /> + <code value="420360002" /> + <display value="Sniff" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="13283601000001104"/> - <display value="Sparingly"/> + <system value="http://snomed.info/sct" /> + <code value="13283601000001104" /> + <display value="Sparingly" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420883007"/> - <display value="Sparingly"/> + <system value="http://snomed.info/sct" /> + <code value="420883007" /> + <display value="Sparingly" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="422219000"/> - <display value="Sprinkle"/> + <system value="http://snomed.info/sct" /> + <code value="422219000" /> + <display value="Sprinkle" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420484009"/> - <display value="Subtract - dosing instruction fragment"/> + <system value="http://snomed.info/sct" /> + <code value="420484009" /> + <display value="Subtract - dosing instruction fragment" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420045007"/> - <display value="Suck"/> + <system value="http://snomed.info/sct" /> + <code value="420045007" /> + <display value="Suck" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="51791000001105"/> - <display value="Surface mould"/> + <system value="http://snomed.info/sct" /> + <code value="51791000001105" /> + <display value="Surface mould" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421521009"/> - <display value="Swallow"/> + <system value="http://snomed.info/sct" /> + <code value="421521009" /> + <display value="Swallow" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420004004"/> - <display value="Swallowed whole"/> + <system value="http://snomed.info/sct" /> + <code value="420004004" /> + <display value="Swallowed whole" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421805007"/> - <display value="Swish"/> + <system value="http://snomed.info/sct" /> + <code value="421805007" /> + <display value="Swish" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421298005"/> - <display value="Swish and swallow"/> + <system value="http://snomed.info/sct" /> + <code value="421298005" /> + <display value="Swish and swallow" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="419652001"/> - <display value="Take"/> + <system value="http://snomed.info/sct" /> + <code value="419652001" /> + <display value="Take" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421067001"/> - <display value="Then"/> + <system value="http://snomed.info/sct" /> + <code value="421067001" /> + <display value="Then" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421484000"/> - <display value="Then discontinue"/> + <system value="http://snomed.info/sct" /> + <code value="421484000" /> + <display value="Then discontinue" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="422327006"/> - <display value="Then stop"/> + <system value="http://snomed.info/sct" /> + <code value="422327006" /> + <display value="Then stop" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="769407000"/> - <display value="Thoroughly"/> + <system value="http://snomed.info/sct" /> + <code value="769407000" /> + <display value="Thoroughly" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421035004"/> - <display value="To"/> + <system value="http://snomed.info/sct" /> + <code value="421035004" /> + <display value="To" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421832002"/> - <display value="Twice"/> + <system value="http://snomed.info/sct" /> + <code value="421832002" /> + <display value="Twice" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421548005"/> - <display value="Until"/> + <system value="http://snomed.info/sct" /> + <code value="421548005" /> + <display value="Until" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421984009"/> - <display value="Until finished"/> + <system value="http://snomed.info/sct" /> + <code value="421984009" /> + <display value="Until finished" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420652005"/> - <display value="Until gone"/> + <system value="http://snomed.info/sct" /> + <code value="420652005" /> + <display value="Until gone" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420771004"/> - <display value="Upon"/> + <system value="http://snomed.info/sct" /> + <code value="420771004" /> + <display value="Upon" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="419385000"/> - <display value="Use"/> + <system value="http://snomed.info/sct" /> + <code value="419385000" /> + <display value="Use" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="93481000001108"/> - <display value="Use as a mouthwash"/> + <system value="http://snomed.info/sct" /> + <code value="93481000001108" /> + <display value="Use as a mouthwash" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="419913006"/> - <display value="Vigorously"/> + <system value="http://snomed.info/sct" /> + <code value="419913006" /> + <display value="Vigorously" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="422152000"/> - <display value="Wash"/> + <system value="http://snomed.info/sct" /> + <code value="422152000" /> + <display value="Wash" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420974001"/> - <display value="When"/> + <system value="http://snomed.info/sct" /> + <code value="420974001" /> + <display value="When" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="421463005"/> - <display value="With"/> + <system value="http://snomed.info/sct" /> + <code value="421463005" /> + <display value="With" /> </contains> </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-MedicationDosageRoute.xml b/valuesets/ValueSet-UKCore-MedicationDosageRoute.xml index 0dd1c1fd..0f3272c3 100644 --- a/valuesets/ValueSet-UKCore-MedicationDosageRoute.xml +++ b/valuesets/ValueSet-UKCore-MedicationDosageRoute.xml @@ -1,31 +1,31 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationDosageRoute"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationDosageRoute"/> - <version value="2.0.0"/> - <name value="UKCoreMedicationDosageRoute"/> - <title value="UK Core Medication Dosage Route"/> - <status value="retired" /> - <date value="2021-09-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="A code from the SNOMED Clinical Terminology UK coding system that describes the e-Prescribing route of administration. Any code from the SNOMED CT UK 'NHS e-Prescribing route of administration subset' with subset original id 30201000001137; the corresponding SNOMED CT UK Refset FSN is 'ePrescribing route of administration simple reference set (foundation metadata concept)' with Refset Id 999000051000001100."/> - <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://snomed.info/sct"/> - <filter> - <property value="concept"/> - <op value="in"/> - <value value="^999000051000001100"/> - </filter> - </include> - </compose> + <id value="UKCore-MedicationDosageRoute" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationDosageRoute" /> + <version value="2.0.0" /> + <name value="UKCoreMedicationDosageRoute" /> + <title value="UK Core Medication Dosage Route" /> + <status value="retired" /> + <date value="2021-09-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="A code from the SNOMED Clinical Terminology UK coding system that describes the e-Prescribing route of administration. Any code from the SNOMED CT UK 'NHS e-Prescribing route of administration subset' with subset original id 30201000001137; the corresponding SNOMED CT UK Refset FSN is 'ePrescribing route of administration simple reference set (foundation metadata concept)' with Refset Id 999000051000001100." /> + <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://snomed.info/sct" /> + <filter> + <property value="concept" /> + <op value="in" /> + <value value="^999000051000001100" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-MedicationForm.xml b/valuesets/ValueSet-UKCore-MedicationForm.xml index 34f66393..a3d689fe 100644 --- a/valuesets/ValueSet-UKCore-MedicationForm.xml +++ b/valuesets/ValueSet-UKCore-MedicationForm.xml @@ -1,1027 +1,1027 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationForm"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationForm"/> - <version value="2.1.0" /> - <name value="UKCoreMedicationForm"/> - <title value="UK Core Medication Form"/> - <status value="active" /> - <date value="2021-09-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="A set of codes from that define a medication dose form. Selected from the 'NHS dm+d (dictionary of medicines and devices) dose form' simple reference set of the SNOMED CT UK coding system."/> - <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> - <compose> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="memberOf 999000781000001107"/> - </filter> - </include> - </compose> - <expansion> - <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> - <valueBoolean value="true"/> - </extension> - <identifier value="1fb9f4cd-5623-4a2f-a92c-5f6e02cf630f"/> - <timestamp value="2021-09-03T12:50:09+00:00"/> - <total value="191"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20210804"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="http://snomed.info/sct"/> - <code value="39572811000001106"/> - <display value="12-hour modified-release capsule"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="39572911000001101"/> - <display value="12-hour modified-release tablet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="39573011000001109"/> - <display value="24-hour modified-release capsule"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="39573111000001105"/> - <display value="24-hour modified-release tablet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="35367611000001109"/> - <display value="Aerosol generator"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="35366811000001106"/> - <display value="Bath additive"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="36407611000001102"/> - <display value="Bladder irrigation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="443424002"/> - <display value="Buccal film"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385085006"/> - <display value="Buccal tablet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385048003"/> - <display value="Cachet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385049006"/> - <display value="Capsule"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="419202002"/> - <display value="Cement"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="32356811000001101"/> - <display value="Chewable capsule"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="66076007"/> - <display value="Chewable tablet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385115001"/> - <display value="Collodion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="36407411000001100"/> - <display value="Colloidal suspension for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="37981711000001101"/> - <display value="Concentrate and solvent for solution for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="19276111000001108"/> - <display value="Concentrate for oral solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385099005"/> - <display value="Cream"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385111005"/> - <display value="Cutaneous emulsion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="17309711000001108"/> - <display value="Cutaneous patch"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385108009"/> - <display value="Cutaneous solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385119007"/> - <display value="Cutaneous sponge"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385106008"/> - <display value="Cutaneous spray solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385088008"/> - <display value="Dental gel"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385090009"/> - <display value="Dental insert"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385095004"/> - <display value="Dental suspension"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="35366911000001101"/> - <display value="Dispersible tablet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="36104911000001101"/> - <display value="Dispersion for infusion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="34538111000001100"/> - <display value="Dispersion for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="426684005"/> - <display value="Drops"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385136004"/> - <display value="Ear drops"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="17960711000001109"/> - <display value="Ear/eye drops solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="17960811000001101"/> - <display value="Ear/eye/nose drops solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385044001"/> - <display value="Effervescent granules"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="36407811000001103"/> - <display value="Effervescent powder"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="764780001"/> - <display value="Effervescent tablet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385179002"/> - <display value="Effervescent vaginal tablet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="15647811000001107"/> - <display value="Emulsion and suspension for emulsion for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="14955111000001100"/> - <display value="Emulsion for infusion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385221006"/> - <display value="Emulsion for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="385186005"/> - <display value="Enema"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="4751611000001101"/> - <display value="Epidural infusion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385124005"/> - <display value="Eye drops"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385122009"/> - <display value="Eye gel"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385130005"/> - <display value="Eye lotion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385123004"/> - <display value="Eye ointment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="421166008"/> - <display value="Foam"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385065007"/> - <display value="Gargle"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="34012811000001100"/> - <display value="Gas and solvent for dispersion for injection/infusion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385052003"/> - <display value="Gastro-resistant capsule"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385045000"/> - <display value="Gastro-resistant granules"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385059007"/> - <display value="Gastro-resistant tablet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="35367711000001100"/> - <display value="Gastroenteral liquid"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385100002"/> - <display value="Gel"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="17644011000001108"/> - <display value="Gel for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385043007"/> - <display value="Granules"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385029002"/> - <display value="Granules for oral suspension"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385037005"/> - <display value="Herbal tea"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="421145000"/> - <display value="Homeopathic cream"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="421936000"/> - <display value="Homeopathic drops"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="421404002"/> - <display value="Homeopathic elixir"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="420358004"/> - <display value="Homeopathic granules"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="423983005"/> - <display value="Homeopathic liquid"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="35367411000001106"/> - <display value="Homeopathic liquid potency"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="35367511000001105"/> - <display value="Homeopathic ointment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="420602001"/> - <display value="Homeopathic oral powder"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="420954008"/> - <display value="Homeopathic pillule"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="421595009"/> - <display value="Homeopathic tablet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385286003"/> - <display value="Implant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="16602411000001103"/> - <display value="Implantation suspension"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="11564111000001107"/> - <display value="Impregnated cigarette"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385120001"/> - <display value="Impregnated dressing"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="14964511000001102"/> - <display value="Infusion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="3092311000001108"/> - <display value="Inhalation gas"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385207009"/> - <display value="Inhalation powder"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="420641004"/> - <display value="Inhalation solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="385210002"/> - <display value="Inhalation vapour"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="3092611000001103"/> - <display value="Injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385040005"/> - <display value="Instant herbal tea"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="21012211000001108"/> - <display value="Intestinal gel"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="16175111000001109"/> - <display value="Intrauterine device"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="3092811000001104"/> - <display value="Intravenous infusion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385242008"/> - <display value="Intravesical solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="3092911000001109"/> - <display value="Irrigation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="16605211000001107"/> - <display value="Irrigation solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385256005"/> - <display value="Kit for radiopharmaceutical preparation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="420699003"/> - <display value="Liquid"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="34875411000001103"/> - <display value="Living tissue equivalent"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385087003"/> - <display value="Lozenge"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="35367011000001102"/> - <display value="Medicated chewing-gum"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="35367111000001101"/> - <display value="Medicated nail lacquer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="10984111000001107"/> - <display value="Medicated plaster"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385054002"/> - <display value="Modified-release capsule"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="427609008"/> - <display value="Modified-release drops"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385047008"/> - <display value="Modified-release granules"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="13892311000001106"/> - <display value="Modified-release muco-adhesive buccal tablet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385061003"/> - <display value="Modified-release tablet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="70409003"/> - <display value="Mouthwash"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385086007"/> - <display value="Muco-adhesive buccal tablet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385152001"/> - <display value="Nasal drops"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385150009"/> - <display value="Nasal gel"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385151008"/> - <display value="Nasal ointment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385159005"/> - <display value="Nasal spray suspension"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="39574611000001104"/> - <display value="Nebuliser dispersion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="385197005"/> - <display value="Nebuliser liquid"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="3097611000001100"/> - <display value="Not applicable"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385101003"/> - <display value="Ointment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385132002"/> - <display value="Ophthalmic insert"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719200003"/> - <display value="Ophthalmic strip"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385018001"/> - <display value="Oral drops"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385025008"/> - <display value="Oral emulsion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385038000"/> - <display value="Oral gel"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385063000"/> - <display value="Oral gum"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385062005"/> - <display value="Oral lyophilisate"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385023001"/> - <display value="Oral solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385024007"/> - <display value="Oral suspension"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="447050008"/> - <display value="Orodispersible film"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="447079001"/> - <display value="Orodispersible tablet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385078007"/> - <display value="Oromucosal gel"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385070000"/> - <display value="Oromucosal solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="3095111000001104"/> - <display value="Paint"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="37937005"/> - <display value="Paste"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="421079001"/> - <display value="Pastille"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="35313411000001100"/> - <display value="Periodontal insert"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385174007"/> - <display value="Pessary"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385064006"/> - <display value="Pillules"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385117009"/> - <display value="Poultice"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="739005008"/> - <display value="Powder"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="33491111000001107"/> - <display value="Powder and gel for gel"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="8006811000001100"/> - <display value="Powder and solvent for dispersion for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="34582011000001107"/> - <display value="Powder and solvent for intravesical solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="17406411000001100"/> - <display value="Powder and solvent for nebuliser solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="32779711000001100"/> - <display value="Powder and solvent for prolonged-release suspension for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="14955211000001106"/> - <display value="Powder and solvent for solution for infusion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="7375911000001101"/> - <display value="Powder and solvent for solution for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="11377411000001104"/> - <display value="Powder and solvent for solution for instillation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="16756411000001100"/> - <display value="Powder and solvent for suspension for infusion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="7376011000001109"/> - <display value="Powder and solvent for suspension for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="31867311000001102"/> - <display value="Powder and solvent for suspension for instillation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="17036711000001108"/> - <display value="Powder and suspension for suspension for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="38023711000001106"/> - <display value="Powder for dispersion for infusion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="14945811000001105"/> - <display value="Powder for gastroenteral liquid"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="385222004"/> - <display value="Powder for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="37981811000001109"/> - <display value="Powder for intravesical solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385201005"/> - <display value="Powder for nebuliser solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="8062811000001100"/> - <display value="Powder for reconstitution for instillation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="764843001"/> - <display value="Powder for solution for infusion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385223009"/> - <display value="Powder for solution for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="21829711000001102"/> - <display value="Powder for solution for iontophoresis"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="15621311000001106"/> - <display value="Powder for suspension for infusion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385224003"/> - <display value="Powder for suspension for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="385203008"/> - <display value="Pressurised inhalation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="36713011000001106"/> - <display value="Prolonged-release solution for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="32860611000001109"/> - <display value="Prolonged-release suspension for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="9247011000001107"/> - <display value="Radionuclide generator"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="39816711000001105"/> - <display value="Radiopharmaceutical precursor, solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385184008"/> - <display value="Rectal ointment"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="35367211000001107"/> - <display value="Shampoo"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="35367311000001104"/> - <display value="Soluble tablet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="34937011000001105"/> - <display value="Solution for blood fraction modification"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="23670511000001101"/> - <display value="Solution for cardioplegia"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="13559211000001104"/> - <display value="Solution for dispersion for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385240000"/> - <display value="Solution for haemodialysis"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="424211001"/> - <display value="Solution for haemofiltration"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385229008"/> - <display value="Solution for infusion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385219001"/> - <display value="Solution for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385113008"/> - <display value="Solution for iontophoresis"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385238005"/> - <display value="Solution for peritoneal dialysis"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="18269211000001103"/> - <display value="Solution for sealant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="15881311000001107"/> - <display value="Solution for skin-prick test"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="37238811000001105"/> - <display value="Solvent for BCG Vaccine AJV"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="421720008"/> - <display value="Spray"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="9246911000001108"/> - <display value="Sterile solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="739007000"/> - <display value="Stick"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="38871211000001101"/> - <display value="Sublingual film"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385074009"/> - <display value="Sublingual spray"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385084005"/> - <display value="Sublingual tablet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385194003"/> - <display value="Suppository"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="15850011000001106"/> - <display value="Suspension for infusion"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385220007"/> - <display value="Suspension for injection"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385055001"/> - <display value="Tablet"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="422201009"/> - <display value="Tablet for cutaneous solution"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="420243009"/> - <display value="Tampon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385114002"/> - <display value="Transdermal patch"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="421716009"/> - <display value="Transdermal system"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="15362911000001102"/> - <display value="Vaginal delivery system"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385181000"/> - <display value="Vaginal device"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="385166006"/> - <display value="Vaginal gel"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="424552006"/> - <display value="Vaginal sponge"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="3097511000001104"/> - <display value="Wash"/> - </contains> - </expansion> + <id value="UKCore-MedicationForm" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationForm" /> + <version value="2.1.0" /> + <name value="UKCoreMedicationForm" /> + <title value="UK Core Medication Form" /> + <status value="active" /> + <date value="2021-09-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="A set of codes from that define a medication dose form. Selected from the 'NHS dm+d (dictionary of medicines and devices) dose form' simple reference set of the SNOMED CT UK coding system." /> + <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="memberOf 999000781000001107" /> + </filter> + </include> + </compose> + <expansion> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> + <valueBoolean value="true" /> + </extension> + <identifier value="1fb9f4cd-5623-4a2f-a92c-5f6e02cf630f" /> + <timestamp value="2021-09-03T12:50:09+00:00" /> + <total value="191" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20210804" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="http://snomed.info/sct" /> + <code value="39572811000001106" /> + <display value="12-hour modified-release capsule" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="39572911000001101" /> + <display value="12-hour modified-release tablet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="39573011000001109" /> + <display value="24-hour modified-release capsule" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="39573111000001105" /> + <display value="24-hour modified-release tablet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="35367611000001109" /> + <display value="Aerosol generator" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="35366811000001106" /> + <display value="Bath additive" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="36407611000001102" /> + <display value="Bladder irrigation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="443424002" /> + <display value="Buccal film" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385085006" /> + <display value="Buccal tablet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385048003" /> + <display value="Cachet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385049006" /> + <display value="Capsule" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="419202002" /> + <display value="Cement" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="32356811000001101" /> + <display value="Chewable capsule" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="66076007" /> + <display value="Chewable tablet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385115001" /> + <display value="Collodion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="36407411000001100" /> + <display value="Colloidal suspension for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="37981711000001101" /> + <display value="Concentrate and solvent for solution for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="19276111000001108" /> + <display value="Concentrate for oral solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385099005" /> + <display value="Cream" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385111005" /> + <display value="Cutaneous emulsion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="17309711000001108" /> + <display value="Cutaneous patch" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385108009" /> + <display value="Cutaneous solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385119007" /> + <display value="Cutaneous sponge" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385106008" /> + <display value="Cutaneous spray solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385088008" /> + <display value="Dental gel" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385090009" /> + <display value="Dental insert" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385095004" /> + <display value="Dental suspension" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="35366911000001101" /> + <display value="Dispersible tablet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="36104911000001101" /> + <display value="Dispersion for infusion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="34538111000001100" /> + <display value="Dispersion for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="426684005" /> + <display value="Drops" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385136004" /> + <display value="Ear drops" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="17960711000001109" /> + <display value="Ear/eye drops solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="17960811000001101" /> + <display value="Ear/eye/nose drops solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385044001" /> + <display value="Effervescent granules" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="36407811000001103" /> + <display value="Effervescent powder" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="764780001" /> + <display value="Effervescent tablet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385179002" /> + <display value="Effervescent vaginal tablet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="15647811000001107" /> + <display value="Emulsion and suspension for emulsion for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="14955111000001100" /> + <display value="Emulsion for infusion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385221006" /> + <display value="Emulsion for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="385186005" /> + <display value="Enema" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="4751611000001101" /> + <display value="Epidural infusion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385124005" /> + <display value="Eye drops" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385122009" /> + <display value="Eye gel" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385130005" /> + <display value="Eye lotion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385123004" /> + <display value="Eye ointment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="421166008" /> + <display value="Foam" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385065007" /> + <display value="Gargle" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="34012811000001100" /> + <display value="Gas and solvent for dispersion for injection/infusion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385052003" /> + <display value="Gastro-resistant capsule" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385045000" /> + <display value="Gastro-resistant granules" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385059007" /> + <display value="Gastro-resistant tablet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="35367711000001100" /> + <display value="Gastroenteral liquid" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385100002" /> + <display value="Gel" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="17644011000001108" /> + <display value="Gel for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385043007" /> + <display value="Granules" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385029002" /> + <display value="Granules for oral suspension" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385037005" /> + <display value="Herbal tea" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="421145000" /> + <display value="Homeopathic cream" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="421936000" /> + <display value="Homeopathic drops" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="421404002" /> + <display value="Homeopathic elixir" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="420358004" /> + <display value="Homeopathic granules" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="423983005" /> + <display value="Homeopathic liquid" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="35367411000001106" /> + <display value="Homeopathic liquid potency" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="35367511000001105" /> + <display value="Homeopathic ointment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="420602001" /> + <display value="Homeopathic oral powder" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="420954008" /> + <display value="Homeopathic pillule" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="421595009" /> + <display value="Homeopathic tablet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385286003" /> + <display value="Implant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="16602411000001103" /> + <display value="Implantation suspension" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="11564111000001107" /> + <display value="Impregnated cigarette" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385120001" /> + <display value="Impregnated dressing" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="14964511000001102" /> + <display value="Infusion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="3092311000001108" /> + <display value="Inhalation gas" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385207009" /> + <display value="Inhalation powder" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="420641004" /> + <display value="Inhalation solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="385210002" /> + <display value="Inhalation vapour" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="3092611000001103" /> + <display value="Injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385040005" /> + <display value="Instant herbal tea" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="21012211000001108" /> + <display value="Intestinal gel" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="16175111000001109" /> + <display value="Intrauterine device" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="3092811000001104" /> + <display value="Intravenous infusion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385242008" /> + <display value="Intravesical solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="3092911000001109" /> + <display value="Irrigation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="16605211000001107" /> + <display value="Irrigation solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385256005" /> + <display value="Kit for radiopharmaceutical preparation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="420699003" /> + <display value="Liquid" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="34875411000001103" /> + <display value="Living tissue equivalent" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385087003" /> + <display value="Lozenge" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="35367011000001102" /> + <display value="Medicated chewing-gum" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="35367111000001101" /> + <display value="Medicated nail lacquer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="10984111000001107" /> + <display value="Medicated plaster" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385054002" /> + <display value="Modified-release capsule" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="427609008" /> + <display value="Modified-release drops" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385047008" /> + <display value="Modified-release granules" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="13892311000001106" /> + <display value="Modified-release muco-adhesive buccal tablet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385061003" /> + <display value="Modified-release tablet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="70409003" /> + <display value="Mouthwash" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385086007" /> + <display value="Muco-adhesive buccal tablet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385152001" /> + <display value="Nasal drops" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385150009" /> + <display value="Nasal gel" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385151008" /> + <display value="Nasal ointment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385159005" /> + <display value="Nasal spray suspension" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="39574611000001104" /> + <display value="Nebuliser dispersion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="385197005" /> + <display value="Nebuliser liquid" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="3097611000001100" /> + <display value="Not applicable" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385101003" /> + <display value="Ointment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385132002" /> + <display value="Ophthalmic insert" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719200003" /> + <display value="Ophthalmic strip" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385018001" /> + <display value="Oral drops" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385025008" /> + <display value="Oral emulsion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385038000" /> + <display value="Oral gel" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385063000" /> + <display value="Oral gum" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385062005" /> + <display value="Oral lyophilisate" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385023001" /> + <display value="Oral solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385024007" /> + <display value="Oral suspension" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="447050008" /> + <display value="Orodispersible film" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="447079001" /> + <display value="Orodispersible tablet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385078007" /> + <display value="Oromucosal gel" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385070000" /> + <display value="Oromucosal solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="3095111000001104" /> + <display value="Paint" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="37937005" /> + <display value="Paste" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="421079001" /> + <display value="Pastille" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="35313411000001100" /> + <display value="Periodontal insert" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385174007" /> + <display value="Pessary" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385064006" /> + <display value="Pillules" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385117009" /> + <display value="Poultice" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="739005008" /> + <display value="Powder" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="33491111000001107" /> + <display value="Powder and gel for gel" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="8006811000001100" /> + <display value="Powder and solvent for dispersion for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="34582011000001107" /> + <display value="Powder and solvent for intravesical solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="17406411000001100" /> + <display value="Powder and solvent for nebuliser solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="32779711000001100" /> + <display value="Powder and solvent for prolonged-release suspension for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="14955211000001106" /> + <display value="Powder and solvent for solution for infusion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="7375911000001101" /> + <display value="Powder and solvent for solution for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="11377411000001104" /> + <display value="Powder and solvent for solution for instillation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="16756411000001100" /> + <display value="Powder and solvent for suspension for infusion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="7376011000001109" /> + <display value="Powder and solvent for suspension for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="31867311000001102" /> + <display value="Powder and solvent for suspension for instillation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="17036711000001108" /> + <display value="Powder and suspension for suspension for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="38023711000001106" /> + <display value="Powder for dispersion for infusion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="14945811000001105" /> + <display value="Powder for gastroenteral liquid" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="385222004" /> + <display value="Powder for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="37981811000001109" /> + <display value="Powder for intravesical solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385201005" /> + <display value="Powder for nebuliser solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="8062811000001100" /> + <display value="Powder for reconstitution for instillation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="764843001" /> + <display value="Powder for solution for infusion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385223009" /> + <display value="Powder for solution for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="21829711000001102" /> + <display value="Powder for solution for iontophoresis" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="15621311000001106" /> + <display value="Powder for suspension for infusion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385224003" /> + <display value="Powder for suspension for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="385203008" /> + <display value="Pressurised inhalation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="36713011000001106" /> + <display value="Prolonged-release solution for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="32860611000001109" /> + <display value="Prolonged-release suspension for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="9247011000001107" /> + <display value="Radionuclide generator" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="39816711000001105" /> + <display value="Radiopharmaceutical precursor, solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385184008" /> + <display value="Rectal ointment" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="35367211000001107" /> + <display value="Shampoo" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="35367311000001104" /> + <display value="Soluble tablet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="34937011000001105" /> + <display value="Solution for blood fraction modification" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="23670511000001101" /> + <display value="Solution for cardioplegia" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="13559211000001104" /> + <display value="Solution for dispersion for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385240000" /> + <display value="Solution for haemodialysis" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="424211001" /> + <display value="Solution for haemofiltration" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385229008" /> + <display value="Solution for infusion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385219001" /> + <display value="Solution for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385113008" /> + <display value="Solution for iontophoresis" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385238005" /> + <display value="Solution for peritoneal dialysis" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="18269211000001103" /> + <display value="Solution for sealant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="15881311000001107" /> + <display value="Solution for skin-prick test" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="37238811000001105" /> + <display value="Solvent for BCG Vaccine AJV" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="421720008" /> + <display value="Spray" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="9246911000001108" /> + <display value="Sterile solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="739007000" /> + <display value="Stick" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="38871211000001101" /> + <display value="Sublingual film" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385074009" /> + <display value="Sublingual spray" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385084005" /> + <display value="Sublingual tablet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385194003" /> + <display value="Suppository" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="15850011000001106" /> + <display value="Suspension for infusion" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385220007" /> + <display value="Suspension for injection" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385055001" /> + <display value="Tablet" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="422201009" /> + <display value="Tablet for cutaneous solution" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="420243009" /> + <display value="Tampon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385114002" /> + <display value="Transdermal patch" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="421716009" /> + <display value="Transdermal system" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="15362911000001102" /> + <display value="Vaginal delivery system" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385181000" /> + <display value="Vaginal device" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="385166006" /> + <display value="Vaginal gel" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="424552006" /> + <display value="Vaginal sponge" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="3097511000001104" /> + <display value="Wash" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-MedicationPrecondition.xml b/valuesets/ValueSet-UKCore-MedicationPrecondition.xml index efaedb45..edd364c5 100644 --- a/valuesets/ValueSet-UKCore-MedicationPrecondition.xml +++ b/valuesets/ValueSet-UKCore-MedicationPrecondition.xml @@ -1,32 +1,32 @@ <?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationPrecondition"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationPrecondition"/> - <version value="1.0.0" /> - <name value="UKCoreMedicationPrecondition"/> - <title value="UK Core Medication Precondition"/> - <status value="retired" /> - <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="A set of codes that define a precondition for taking a medication. Selected from the 'Health issues' simple reference set of the SNOMED CT UK coding system."/> - <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> - <compose> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="memberOf 1127581000000103"/> - </filter> - </include> - </compose> + <id value="UKCore-MedicationPrecondition" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationPrecondition" /> + <version value="1.0.0" /> + <name value="UKCoreMedicationPrecondition" /> + <title value="UK Core Medication Precondition" /> + <status value="retired" /> + <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="A set of codes that define a precondition for taking a medication. Selected from the 'Health issues' simple reference set of the SNOMED CT UK coding system." /> + <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="memberOf 1127581000000103" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-MedicationPrescribingAgency.xml b/valuesets/ValueSet-UKCore-MedicationPrescribingAgency.xml index f67c6b12..ba131906 100644 --- a/valuesets/ValueSet-UKCore-MedicationPrescribingAgency.xml +++ b/valuesets/ValueSet-UKCore-MedicationPrescribingAgency.xml @@ -1,26 +1,26 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationPrescribingAgency"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationPrescribingAgency"/> - <version value="2.0.0"/> - <name value="UKCoreMedicationPrescribingAgency"/> - <title value="UK Core Medication Prescribing Agency"/> - <status value="retired" /> - <date value="2021-09-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="A ValueSet to identify the type of organisation responsible for authorising and issuing a medication."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingAgency"/> - </include> - </compose> + <id value="UKCore-MedicationPrescribingAgency" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationPrescribingAgency" /> + <version value="2.0.0" /> + <name value="UKCoreMedicationPrescribingAgency" /> + <title value="UK Core Medication Prescribing Agency" /> + <status value="retired" /> + <date value="2021-09-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="A ValueSet to identify the type of organisation responsible for authorising and issuing a medication." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingAgency" /> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-MedicationPrescribingOrganization.xml b/valuesets/ValueSet-UKCore-MedicationPrescribingOrganization.xml index 706bce5b..80956802 100644 --- a/valuesets/ValueSet-UKCore-MedicationPrescribingOrganization.xml +++ b/valuesets/ValueSet-UKCore-MedicationPrescribingOrganization.xml @@ -1,54 +1,54 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationPrescribingOrganization"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationPrescribingOrganization"/> - <version value="1.1.0" /> - <name value="UKCoreMedicationPrescribingOrganization"/> - <title value="UK Core Medication Prescribing Organization"/> - <status value="retired" /> - <date value="2022-08-26" /> - <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 organisation responsible for authorising and issuing a medication."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganization"/> - </include> - </compose> - <expansion> - <identifier value="61e31258-4a1e-4ba1-b201-77a18d7be65a"/> - <timestamp value="2021-09-09T14:30:20+00:00"/> - <total value="2"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganization|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganization"/> - <code value="prescribed-at-gp-practice"/> - <display value="Prescribed at GP practice"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganization"/> - <code value="prescribed-by-another-organisation"/> - <display value="Prescribed by another organisation"/> - </contains> - </expansion> + <id value="UKCore-MedicationPrescribingOrganization" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationPrescribingOrganization" /> + <version value="1.1.0" /> + <name value="UKCoreMedicationPrescribingOrganization" /> + <title value="UK Core Medication Prescribing Organization" /> + <status value="retired" /> + <date value="2022-08-26" /> + <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 organisation responsible for authorising and issuing a medication." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganization" /> + </include> + </compose> + <expansion> + <identifier value="61e31258-4a1e-4ba1-b201-77a18d7be65a" /> + <timestamp value="2021-09-09T14:30:20+00:00" /> + <total value="2" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganization|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganization" /> + <code value="prescribed-at-gp-practice" /> + <display value="Prescribed at GP practice" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganization" /> + <code value="prescribed-by-another-organisation" /> + <display value="Prescribed by another organisation" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-MedicationPrescribingOrganizationType.xml b/valuesets/ValueSet-UKCore-MedicationPrescribingOrganizationType.xml index e2117036..b5ae3a7a 100644 --- a/valuesets/ValueSet-UKCore-MedicationPrescribingOrganizationType.xml +++ b/valuesets/ValueSet-UKCore-MedicationPrescribingOrganizationType.xml @@ -1,54 +1,54 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationPrescribingOrganizationType"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationPrescribingOrganizationType"/> - <version value="1.0.0" /> - <name value="UKCoreMedicationPrescribingOrganizationType"/> - <title value="UK Core Medication Prescribing Organization Type"/> - <status value="active" /> - <date value="2022-08-26" /> - <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 organisation responsible for authorising and issuing a medication."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType"/> - </include> - </compose> - <expansion> - <identifier value="61e31258-4a1e-4ba1-b201-77a18d7be65a"/> - <timestamp value="2022-10-20T16:10:20+00:00"/> - <total value="2"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType"/> - <code value="prescribed-at-gp-practice"/> - <display value="Prescribed at GP practice"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType"/> - <code value="prescribed-by-another-organisation"/> - <display value="Prescribed by another organisation"/> - </contains> - </expansion> + <id value="UKCore-MedicationPrescribingOrganizationType" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationPrescribingOrganizationType" /> + <version value="1.0.0" /> + <name value="UKCoreMedicationPrescribingOrganizationType" /> + <title value="UK Core Medication Prescribing Organization Type" /> + <status value="active" /> + <date value="2022-08-26" /> + <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 organisation responsible for authorising and issuing a medication." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType" /> + </include> + </compose> + <expansion> + <identifier value="61e31258-4a1e-4ba1-b201-77a18d7be65a" /> + <timestamp value="2022-10-20T16:10:20+00:00" /> + <total value="2" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType" /> + <code value="prescribed-at-gp-practice" /> + <display value="Prescribed at GP practice" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType" /> + <code value="prescribed-by-another-organisation" /> + <display value="Prescribed by another organisation" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-MedicationRequestCategory.xml b/valuesets/ValueSet-UKCore-MedicationRequestCategory.xml index a1e44ab8..47644a07 100644 --- a/valuesets/ValueSet-UKCore-MedicationRequestCategory.xml +++ b/valuesets/ValueSet-UKCore-MedicationRequestCategory.xml @@ -1,66 +1,66 @@ <ValueSet xmlns="http://hl7.org/fhir"> -<id value="UKCore-MedicationRequestCategory"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationRequestCategory"/> - <version value="1.1.1" /> - <name value="UKCoreMedicationRequestCategory"/> - <title value="UK Core Medication Request Category"/> - <status value="active" /> - <date value="2023-10-06" /> - <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 to define a category for a medication request."/> - <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/medicationrequest-category"/> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCategory"/> - </include> - </compose> - <expansion> - <identifier value="242c10eb-0ecc-47b2-9f97-78e80577a16e"/> - <timestamp value="2023-10-06T13:57:59+00:00"/> - <total value="6"/> - <offset value="0"/> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/> - <code value="inpatient"/> - <display value="Inpatient"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/> - <code value="outpatient"/> - <display value="Outpatient"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/> - <code value="community"/> - <display value="Community"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/> - <code value="discharge"/> - <display value="Discharge"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCategory"/> - <code value="leave"/> - <display value="Leave"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCategory"/> - <code value="primarycare"/> - <display value="Primary Care"/> - <inactive value="True"/> - </contains> - </expansion> +<id value="UKCore-MedicationRequestCategory" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationRequestCategory" /> + <version value="1.1.1" /> + <name value="UKCoreMedicationRequestCategory" /> + <title value="UK Core Medication Request Category" /> + <status value="active" /> + <date value="2023-10-06" /> + <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 to define a category for a medication request." /> + <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/medicationrequest-category" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCategory" /> + </include> + </compose> + <expansion> + <identifier value="242c10eb-0ecc-47b2-9f97-78e80577a16e" /> + <timestamp value="2023-10-06T13:57:59+00:00" /> + <total value="6" /> + <offset value="0" /> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" /> + <code value="inpatient" /> + <display value="Inpatient" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" /> + <code value="outpatient" /> + <display value="Outpatient" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" /> + <code value="community" /> + <display value="Community" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" /> + <code value="discharge" /> + <display value="Discharge" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCategory" /> + <code value="leave" /> + <display value="Leave" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCategory" /> + <code value="primarycare" /> + <display value="Primary Care" /> + <inactive value="True" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-MedicationRequestCourseOfTherapy.xml b/valuesets/ValueSet-UKCore-MedicationRequestCourseOfTherapy.xml index 60761e35..9c8834b8 100644 --- a/valuesets/ValueSet-UKCore-MedicationRequestCourseOfTherapy.xml +++ b/valuesets/ValueSet-UKCore-MedicationRequestCourseOfTherapy.xml @@ -1,82 +1,82 @@ <?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationRequestCourseOfTherapy"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationRequestCourseOfTherapy"/> - <version value="1.0.0" /> - <name value="UKCoreMedicationRequestCourseOfTherapy"/> - <title value="UK Core Medication Request Course Of Therapy"/> - <status value="active" /> - <date value="2021-09-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="A set of codes to define a course of therapy for a medication request."/> - <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/medicationrequest-course-of-therapy"/> - <concept> - <code value="continuous"/> - <display value="Continuous long term therapy"/> - </concept> - <concept> - <code value="acute"/> - <display value="Short course (acute) therapy"/> - </concept> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy"/> - <concept> - <code value="continuous-repeating-dispensing"/> - <display value="Continuous long term (repeat dispensing)"/> - </concept> - </include> - </compose> - <expansion> - <identifier value="6fb36f9d-bddd-4fe5-9ed8-a9b1a8ca6d80"/> - <timestamp value="2021-09-09T15:02:07+00:00"/> - <total value="3"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy|1.0.0"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy|4.0.1"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"/> - <version value="4.0.1"/> - <code value="continuous"/> - <display value="Continuous long term therapy"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"/> - <version value="4.0.1"/> - <code value="acute"/> - <display value="Short course (acute) therapy"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy"/> - <version value="1.0.0"/> - <code value="continuous-repeating-dispensing"/> - <display value="Continuous long term (repeat dispensing)"/> - </contains> - </expansion> + <id value="UKCore-MedicationRequestCourseOfTherapy" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationRequestCourseOfTherapy" /> + <version value="1.0.0" /> + <name value="UKCoreMedicationRequestCourseOfTherapy" /> + <title value="UK Core Medication Request Course Of Therapy" /> + <status value="active" /> + <date value="2021-09-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="A set of codes to define a course of therapy for a medication request." /> + <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/medicationrequest-course-of-therapy" /> + <concept> + <code value="continuous" /> + <display value="Continuous long term therapy" /> + </concept> + <concept> + <code value="acute" /> + <display value="Short course (acute) therapy" /> + </concept> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy" /> + <concept> + <code value="continuous-repeating-dispensing" /> + <display value="Continuous long term (repeat dispensing)" /> + </concept> + </include> + </compose> + <expansion> + <identifier value="6fb36f9d-bddd-4fe5-9ed8-a9b1a8ca6d80" /> + <timestamp value="2021-09-09T15:02:07+00:00" /> + <total value="3" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy|1.0.0" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy|4.0.1" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" /> + <version value="4.0.1" /> + <code value="continuous" /> + <display value="Continuous long term therapy" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" /> + <version value="4.0.1" /> + <code value="acute" /> + <display value="Short course (acute) therapy" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy" /> + <version value="1.0.0" /> + <code value="continuous-repeating-dispensing" /> + <display value="Continuous long term (repeat dispensing)" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-MedicationStatementCategory.xml b/valuesets/ValueSet-UKCore-MedicationStatementCategory.xml index dbadc713..8ff1baec 100644 --- a/valuesets/ValueSet-UKCore-MedicationStatementCategory.xml +++ b/valuesets/ValueSet-UKCore-MedicationStatementCategory.xml @@ -1,65 +1,65 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationStatementCategory"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationStatementCategory"/> - <version value="1.1.0"/> - <name value="UKCoreMedicationStatementCategory"/> - <title value="UK Core Medication Statement Category"/> - <status value="active"/> - <date value="2022-12-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 to define a category for a medication statement."/> - <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/medication-statement-category"/> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationStatementCategory"/> - </include> - </compose> - <expansion> - <identifier value="3bf5dffe-83c9-42ce-a17c-55137aafdc94"/> - <timestamp value="2022-12-22T14:44:21+00:00"/> - <total value="6"/> - <offset value="0"/> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/medication-statement-category"/> - <code value="inpatient"/> - <display value="Inpatient"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/medication-statement-category"/> - <code value="outpatient"/> - <display value="Outpatient"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/medication-statement-category"/> - <code value="community"/> - <display value="Community"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/medication-statement-category"/> - <code value="patientspecified"/> - <display value="Patient Specified"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationStatementCategory"/> - <code value="discharge"/> - <display value="Discharge"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationStatementCategory"/> - <code value="leave"/> - <display value="Leave"/> - </contains> - </expansion> + <id value="UKCore-MedicationStatementCategory" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationStatementCategory" /> + <version value="1.1.0" /> + <name value="UKCoreMedicationStatementCategory" /> + <title value="UK Core Medication Statement Category" /> + <status value="active" /> + <date value="2022-12-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 to define a category for a medication statement." /> + <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/medication-statement-category" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationStatementCategory" /> + </include> + </compose> + <expansion> + <identifier value="3bf5dffe-83c9-42ce-a17c-55137aafdc94" /> + <timestamp value="2022-12-22T14:44:21+00:00" /> + <total value="6" /> + <offset value="0" /> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/medication-statement-category" /> + <code value="inpatient" /> + <display value="Inpatient" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/medication-statement-category" /> + <code value="outpatient" /> + <display value="Outpatient" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/medication-statement-category" /> + <code value="community" /> + <display value="Community" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/medication-statement-category" /> + <code value="patientspecified" /> + <display value="Patient Specified" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationStatementCategory" /> + <code value="discharge" /> + <display value="Discharge" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationStatementCategory" /> + <code value="leave" /> + <display value="Leave" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-MedicationSupplyType.xml b/valuesets/ValueSet-UKCore-MedicationSupplyType.xml index 23abe86a..b911fdfb 100644 --- a/valuesets/ValueSet-UKCore-MedicationSupplyType.xml +++ b/valuesets/ValueSet-UKCore-MedicationSupplyType.xml @@ -1,79 +1,79 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationSupplyType"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationSupplyType"/> - <version value="2.1.0" /> - <name value="UKCoreMedicationSupplyType"/> - <title value="UK Core Medication Supply Type"/> - <status value="active" /> - <date value="2021-09-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="A set of codes that define the type of medication supply."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType"/> - </include> - </compose> - <expansion> - <identifier value="a4925375-2a11-477e-9f15-590e5c35cf2a"/> - <timestamp value="2021-09-09T15:16:39+00:00"/> - <total value="7"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType|2.1.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType"/> - <code value="emergency-supply"/> - <display value="Emergency supply"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType"/> - <code value="minor-ailments-scheme"/> - <display value="Minor ailments scheme"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType"/> - <code value="over-the-counter"/> - <display value="Over the counter"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType"/> - <code value="patient-group-direction"/> - <display value="Patient group direction"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType"/> - <code value="prescription-dispensing"/> - <display value="Prescription dispensing"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType"/> - <code value="private-prescription-dispensing"/> - <display value="Private prescription dispensing"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType"/> - <code value="self-declared"/> - <display value="Self declared"/> - </contains> - </expansion> + <id value="UKCore-MedicationSupplyType" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationSupplyType" /> + <version value="2.1.0" /> + <name value="UKCoreMedicationSupplyType" /> + <title value="UK Core Medication Supply Type" /> + <status value="active" /> + <date value="2021-09-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="A set of codes that define the type of medication supply." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType" /> + </include> + </compose> + <expansion> + <identifier value="a4925375-2a11-477e-9f15-590e5c35cf2a" /> + <timestamp value="2021-09-09T15:16:39+00:00" /> + <total value="7" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType|2.1.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType" /> + <code value="emergency-supply" /> + <display value="Emergency supply" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType" /> + <code value="minor-ailments-scheme" /> + <display value="Minor ailments scheme" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType" /> + <code value="over-the-counter" /> + <display value="Over the counter" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType" /> + <code value="patient-group-direction" /> + <display value="Patient group direction" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType" /> + <code value="prescription-dispensing" /> + <display value="Prescription dispensing" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType" /> + <code value="private-prescription-dispensing" /> + <display value="Private prescription dispensing" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationSupplyType" /> + <code value="self-declared" /> + <display value="Self declared" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-MedicationTradeFamily.xml b/valuesets/ValueSet-UKCore-MedicationTradeFamily.xml index 9f9c40ff..eab57b53 100644 --- a/valuesets/ValueSet-UKCore-MedicationTradeFamily.xml +++ b/valuesets/ValueSet-UKCore-MedicationTradeFamily.xml @@ -1,32 +1,32 @@ <?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-MedicationTradeFamily"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationTradeFamily"/> - <version value="1.0.0" /> - <name value="UKCoreMedicationTradeFamily"/> - <title value="UK Core Medication Trade Family"/> - <status value="active" /> - <date value="2021-09-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="A set of codes that define a Trade Family or brand associated with a Medication. Selected from the 'National Health Service dictionary of medicines and devices trade family' simple reference set of the SNOMED CT UK coding system."/> - <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> - <compose> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="memberOf 999000631000001100"/> - </filter> - </include> - </compose> + <id value="UKCore-MedicationTradeFamily" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationTradeFamily" /> + <version value="1.0.0" /> + <name value="UKCoreMedicationTradeFamily" /> + <title value="UK Core Medication Trade Family" /> + <status value="active" /> + <date value="2021-09-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="A set of codes that define a Trade Family or brand associated with a Medication. Selected from the 'National Health Service dictionary of medicines and devices trade family' simple reference set of the SNOMED CT UK coding system." /> + <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="memberOf 999000631000001100" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-MessageEvent.xml b/valuesets/ValueSet-UKCore-MessageEvent.xml index 6beb661f..fa57efd5 100644 --- a/valuesets/ValueSet-UKCore-MessageEvent.xml +++ b/valuesets/ValueSet-UKCore-MessageEvent.xml @@ -1,137 +1,137 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-MessageEvent"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MessageEvent"/> - <version value="2.2.0"/> - <name value="UKCoreMessageEvent"/> - <title value="UK Core Message Event"/> - <status value="active"/> - <date value="2022-12-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 message event."/> - <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="https://fhir.nhs.uk/CodeSystem/message-event"/> - <version value="1.0.19"/> - </include> - <include> - <system value="https://fhir.nhs.uk/CodeSystem/message-events-bars"/> - <version value="1.0.0"/> - </include> - </compose> - <expansion> - <identifier value="bac532f8-5976-43ec-960f-6b7d1fd0ccd7"/> - <timestamp value="2023-01-06T08:31:11+00:00"/> - <total value="20"/> - <offset value="0"/> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-event"/> - <code value="appointment"/> - <display value="Appointment"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-event"/> - <code value="dispense-notification"/> - <display value="Dispense Notification"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-event"/> - <code value="dispense-notification-update"/> - <display value="Dispense Notification Update"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-event"/> - <code value="document"/> - <display value="Document"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-event"/> - <code value="document-notification"/> - <display value="Document Notification"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-event"/> - <code value="notification"/> - <display value="Event Notification"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-event"/> - <code value="patient"/> - <display value="Patient Demographics"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-event"/> - <code value="encounter"/> - <display value="Patient Encounter"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-event"/> - <code value="referral"/> - <display value="Patient Referral"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-event"/> - <code value="patient-notification"/> - <display value="Patient Notifications"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-event"/> - <code value="prescription-order"/> - <display value="Prescription Order"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-event"/> - <code value="prescription-order-response"/> - <display value="Prescription Order Response"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-event"/> - <code value="prescription-order-update"/> - <display value="Prescription Order Update"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-event"/> - <code value="unsolicited-action"/> - <display value="Unsolicited actions"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-event"/> - <code value="unsolicited-observations"/> - <display value="Unsolicited Observations"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-event"/> - <code value="vaccinations"/> - <display value="Vaccinations"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-events-bars"/> - <code value="booking-request"/> - <display value="Booking Request - Request"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-events-bars"/> - <code value="booking-response"/> - <display value="Booking Request - Response"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-events-bars"/> - <code value="servicerequest-request"/> - <display value="Service Request - Request"/> - </contains> - <contains> - <system value="https://fhir.nhs.uk/CodeSystem/message-events-bars"/> - <code value="servicerequest-response"/> - <display value="Service Request - Response"/> - </contains> - </expansion> + <id value="UKCore-MessageEvent" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MessageEvent" /> + <version value="2.2.0" /> + <name value="UKCoreMessageEvent" /> + <title value="UK Core Message Event" /> + <status value="active" /> + <date value="2022-12-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 message event." /> + <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="https://fhir.nhs.uk/CodeSystem/message-event" /> + <version value="1.0.19" /> + </include> + <include> + <system value="https://fhir.nhs.uk/CodeSystem/message-events-bars" /> + <version value="1.0.0" /> + </include> + </compose> + <expansion> + <identifier value="bac532f8-5976-43ec-960f-6b7d1fd0ccd7" /> + <timestamp value="2023-01-06T08:31:11+00:00" /> + <total value="20" /> + <offset value="0" /> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> + <code value="appointment" /> + <display value="Appointment" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> + <code value="dispense-notification" /> + <display value="Dispense Notification" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> + <code value="dispense-notification-update" /> + <display value="Dispense Notification Update" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> + <code value="document" /> + <display value="Document" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> + <code value="document-notification" /> + <display value="Document Notification" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> + <code value="notification" /> + <display value="Event Notification" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> + <code value="patient" /> + <display value="Patient Demographics" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> + <code value="encounter" /> + <display value="Patient Encounter" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> + <code value="referral" /> + <display value="Patient Referral" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> + <code value="patient-notification" /> + <display value="Patient Notifications" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> + <code value="prescription-order" /> + <display value="Prescription Order" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> + <code value="prescription-order-response" /> + <display value="Prescription Order Response" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> + <code value="prescription-order-update" /> + <display value="Prescription Order Update" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> + <code value="unsolicited-action" /> + <display value="Unsolicited actions" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> + <code value="unsolicited-observations" /> + <display value="Unsolicited Observations" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> + <code value="vaccinations" /> + <display value="Vaccinations" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-events-bars" /> + <code value="booking-request" /> + <display value="Booking Request - Request" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-events-bars" /> + <code value="booking-response" /> + <display value="Booking Request - Response" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-events-bars" /> + <code value="servicerequest-request" /> + <display value="Service Request - Request" /> + </contains> + <contains> + <system value="https://fhir.nhs.uk/CodeSystem/message-events-bars" /> + <code value="servicerequest-response" /> + <display value="Service Request - Response" /> + </contains> + </expansion> </ValueSet> \ No newline at end of file diff --git a/valuesets/ValueSet-UKCore-MessageHeaderInstruction.xml b/valuesets/ValueSet-UKCore-MessageHeaderInstruction.xml index e05c83a7..5d02b2fd 100644 --- a/valuesets/ValueSet-UKCore-MessageHeaderInstruction.xml +++ b/valuesets/ValueSet-UKCore-MessageHeaderInstruction.xml @@ -1,26 +1,26 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-MessageHeaderInstruction" /> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MessageHeaderInstruction" /> - <version value="1.0.0" /> - <name value="UKCoreMessageHeaderInstruction" /> - <title value="UK Core Message Header Instruction" /> - <status value="retired" /> - <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="A set of codes that define a specific instruction for a receiver of a message." /> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-MessageHeaderInstruction" /> - </include> - </compose> + <id value="UKCore-MessageHeaderInstruction" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MessageHeaderInstruction" /> + <version value="1.0.0" /> + <name value="UKCoreMessageHeaderInstruction" /> + <title value="UK Core Message Header Instruction" /> + <status value="retired" /> + <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="A set of codes that define a specific instruction for a receiver of a message." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-MessageHeaderInstruction" /> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-NHSNumberUnavailableReason.xml b/valuesets/ValueSet-UKCore-NHSNumberUnavailableReason.xml index 53dbf500..205457b2 100644 --- a/valuesets/ValueSet-UKCore-NHSNumberUnavailableReason.xml +++ b/valuesets/ValueSet-UKCore-NHSNumberUnavailableReason.xml @@ -1,47 +1,47 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-NHSNumberUnavailableReason"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-NHSNumberUnavailableReason"/> - <version value="1.0.0"/> - <name value="UKCoreNHSNumberUnavailableReason"/> - <title value="UK Core NHS Number Unavailable Reason"/> - <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="A set of codes that define the reason why a patient does not have an NHS Number."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberUnavailableReason"/> - </include> - </compose> - <expansion> - <identifier value="a130430a-9572-4a68-9952-87907c3c2915"/> - <timestamp value="2023-03-29T15:09:15+00:00"/> - <total value="3"/> - <offset value="0"/> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberUnavailableReason"/> - <code value="nhs-number-not-known"/> - <display value="NHS number not known"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberUnavailableReason"/> - <code value="overseas-patient"/> - <display value="Overseas patient"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberUnavailableReason"/> - <code value="devolved-nation"/> - <display value="Devolved nation"/> - </contains> - </expansion> + <id value="UKCore-NHSNumberUnavailableReason" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-NHSNumberUnavailableReason" /> + <version value="1.0.0" /> + <name value="UKCoreNHSNumberUnavailableReason" /> + <title value="UK Core NHS Number Unavailable Reason" /> + <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="A set of codes that define the reason why a patient does not have an NHS Number." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberUnavailableReason" /> + </include> + </compose> + <expansion> + <identifier value="a130430a-9572-4a68-9952-87907c3c2915" /> + <timestamp value="2023-03-29T15:09:15+00:00" /> + <total value="3" /> + <offset value="0" /> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberUnavailableReason" /> + <code value="nhs-number-not-known" /> + <display value="NHS number not known" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberUnavailableReason" /> + <code value="overseas-patient" /> + <display value="Overseas patient" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberUnavailableReason" /> + <code value="devolved-nation" /> + <display value="Devolved nation" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-NHSNumberVerificationStatus.xml b/valuesets/ValueSet-UKCore-NHSNumberVerificationStatus.xml index 45df607c..fc8906be 100644 --- a/valuesets/ValueSet-UKCore-NHSNumberVerificationStatus.xml +++ b/valuesets/ValueSet-UKCore-NHSNumberVerificationStatus.xml @@ -1,159 +1,159 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-NHSNumberVerificationStatus"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-NHSNumberVerificationStatus"/> - <version value="2.2.0" /> - <name value="UKCoreNHSNumberVerificationStatus"/> - <title value="UK Core NHS Number Verification Status"/> - <status value="active" /> - <date value="2022-08-26" /> - <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 indicate the trace status of an NHS Number with respect to a national source of NHS Numbers. - Where there is no information about the trace status available, a specific code from the nullFlavor Code System can be used instead to indicate this."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland"/> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales"/> - </include> - <include> - <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> - <concept> - <code value="NI"/> - <display value="NoInformation"/> - </concept> - </include> - </compose> - <expansion> - <identifier value="0b1f8226-afc8-49e6-a7f7-e945cdb24521"/> - <timestamp value="2022-10-19T14:08:35+00:00"/> - <total value="18"/> - <offset value="0"/> + <id value="UKCore-NHSNumberVerificationStatus" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-NHSNumberVerificationStatus" /> + <version value="2.2.0" /> + <name value="UKCoreNHSNumberVerificationStatus" /> + <title value="UK Core NHS Number Verification Status" /> + <status value="active" /> + <date value="2022-08-26" /> + <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 indicate the trace status of an NHS Number with respect to a national source of NHS Numbers. + Where there is no information about the trace status available, a specific code from the nullFlavor Code System can be used instead to indicate this." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> + </include> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor" /> + <concept> + <code value="NI" /> + <display value="NoInformation" /> + </concept> + </include> + </compose> + <expansion> + <identifier value="0b1f8226-afc8-49e6-a7f7-e945cdb24521" /> + <timestamp value="2022-10-19T14:08:35+00:00" /> + <total value="18" /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland"/> - <version value="1.1.0"/> - <code value="01"/> - <display value="Number present and verified"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> + <version value="1.1.0" /> + <code value="01" /> + <display value="Number present and verified" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland"/> - <version value="1.1.0"/> - <code value="02"/> - <display value="Number present but not traced"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> + <version value="1.1.0" /> + <code value="02" /> + <display value="Number present but not traced" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland"/> - <version value="1.1.0"/> - <code value="03"/> - <display value="Trace required"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> + <version value="1.1.0" /> + <code value="03" /> + <display value="Trace required" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland"/> - <version value="1.1.0"/> - <code value="04"/> - <display value="Trace attempted - No match or multiple match found"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> + <version value="1.1.0" /> + <code value="04" /> + <display value="Trace attempted - No match or multiple match found" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland"/> - <version value="1.1.0"/> - <code value="05"/> - <display value="Trace needs to be resolved - (NHS number or patient detail conflict)"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> + <version value="1.1.0" /> + <code value="05" /> + <display value="Trace needs to be resolved - (NHS number or patient detail conflict)" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland"/> - <version value="1.1.0"/> - <code value="06"/> - <display value="Trace in progress"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> + <version value="1.1.0" /> + <code value="06" /> + <display value="Trace in progress" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland"/> - <version value="1.1.0"/> - <code value="07"/> - <display value="Number not present and trace not required"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> + <version value="1.1.0" /> + <code value="07" /> + <display value="Number not present and trace not required" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland"/> - <version value="1.1.0"/> - <code value="08"/> - <display value="Trace postponed (baby under six weeks old)"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> + <version value="1.1.0" /> + <code value="08" /> + <display value="Trace postponed (baby under six weeks old)" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales"/> - <version value="1.1.0"/> - <code value="nn"/> - <display value="Number present and traced using Welsh NHS AR"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> + <version value="1.1.0" /> + <code value="nn" /> + <display value="Number present and traced using Welsh NHS AR" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales"/> - <version value="1.1.0"/> - <code value="01"/> - <display value="Number present & traced"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> + <version value="1.1.0" /> + <code value="01" /> + <display value="Number present & traced" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales"/> - <version value="1.1.0"/> - <code value="02"/> - <display value="Number present but not traced"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> + <version value="1.1.0" /> + <code value="02" /> + <display value="Number present but not traced" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales"/> - <version value="1.1.0"/> - <code value="03"/> - <display value="Trace required"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> + <version value="1.1.0" /> + <code value="03" /> + <display value="Trace required" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales"/> - <version value="1.1.0"/> - <code value="04"/> - <display value="Trace attempted – no match or multiple match found"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> + <version value="1.1.0" /> + <code value="04" /> + <display value="Trace attempted – no match or multiple match found" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales"/> - <version value="1.1.0"/> - <code value="05"/> - <display value="Trace needs to be resolved (NHS number or patient detail conflict)"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> + <version value="1.1.0" /> + <code value="05" /> + <display value="Trace needs to be resolved (NHS number or patient detail conflict)" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales"/> - <version value="1.1.0"/> - <code value="06"/> - <display value="Trace in progress"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> + <version value="1.1.0" /> + <code value="06" /> + <display value="Trace in progress" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales"/> - <version value="1.1.0"/> - <code value="07"/> - <display value="Number not present and trace not required"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> + <version value="1.1.0" /> + <code value="07" /> + <display value="Number not present and trace not required" /> </contains> <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales"/> - <version value="1.1.0"/> - <code value="08"/> - <display value="Trace postponed (baby under six weeks old)"/> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" /> + <version value="1.1.0" /> + <code value="08" /> + <display value="Trace postponed (baby under six weeks old)" /> </contains> <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> - <version value="2018-08-12"/> - <code value="NI"/> - <display value="NoInformation"/> + <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor" /> + <version value="2018-08-12" /> + <code value="NI" /> + <display value="NoInformation" /> </contains> </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ObservationMethod.xml b/valuesets/ValueSet-UKCore-ObservationMethod.xml index 4d3eb04e..d383db61 100644 --- a/valuesets/ValueSet-UKCore-ObservationMethod.xml +++ b/valuesets/ValueSet-UKCore-ObservationMethod.xml @@ -1,30 +1,30 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ObservationMethod"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ObservationMethod"/> - <version value="2.0.0"/> - <name value="UKCoreObservationMethod"/> - <title value="UK Core Observation Method"/> + <id value="UKCore-ObservationMethod" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ObservationMethod" /> + <version value="2.0.0" /> + <name value="UKCoreObservationMethod" /> + <title value="UK Core Observation Method" /> <status value="draft" /> <date value="2021-09-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="Selected from the following SNOMED CT UK coding system: - descendantOrSelfOf 386053000 | Evaluation procedure"/> + <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="Selected from the following SNOMED CT UK coding system: - descendantOrSelfOf 386053000 | Evaluation procedure" /> <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://snomed.info/sct"/> + <system value="http://snomed.info/sct" /> <filter> - <property value="constraint"/> - <op value="="/> - <value value="descendantOrSelfOf 386053000"/> + <property value="constraint" /> + <op value="=" /> + <value value="descendantOrSelfOf 386053000" /> </filter> </include> </compose> diff --git a/valuesets/ValueSet-UKCore-ObservationType.xml b/valuesets/ValueSet-UKCore-ObservationType.xml index 64b6c0c3..199ee95a 100644 --- a/valuesets/ValueSet-UKCore-ObservationType.xml +++ b/valuesets/ValueSet-UKCore-ObservationType.xml @@ -1,31 +1,31 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ObservationType"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ObservationType"/> - <version value="2.0.0"/> - <name value="UKCoreObservationType"/> - <title value="UK Core Observation Type"/> - <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="Selected from the following SNOMED CT UK coding system: - descendantOrSelfOf 363787002 | Observable entity."/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="descendantOrSelfOf 363787002"/> - </filter> - </include> - </compose> + <id value="UKCore-ObservationType" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ObservationType" /> + <version value="2.0.0" /> + <name value="UKCoreObservationType" /> + <title value="UK Core Observation Type" /> + <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="Selected from the following SNOMED CT UK coding system: - descendantOrSelfOf 363787002 | Observable entity." /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="descendantOrSelfOf 363787002" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-OperationOutcomeIssueDetails.xml b/valuesets/ValueSet-UKCore-OperationOutcomeIssueDetails.xml index 2438fa60..1d8a8de0 100644 --- a/valuesets/ValueSet-UKCore-OperationOutcomeIssueDetails.xml +++ b/valuesets/ValueSet-UKCore-OperationOutcomeIssueDetails.xml @@ -1,496 +1,496 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-OperationOutcomeIssueDetails"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-OperationOutcomeIssueDetails"/> - <version value="1.1.0"/> - <name value="UKCoreOperationOutcomeIssueDetails"/> - <title value="UK Core Operation Outcome Issue Details"/> - <status value="active"/> - <date value="2022-08-26"/> - <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 details of the exact issue."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - </include> - </compose> - <expansion> - <identifier value="0f3cdbf7-e14e-475f-8bd8-b9dc66721d05"/> - <timestamp value="2022-01-12T09:32:58+00:00"/> - <total value="73"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode|1.0.0"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode|1.0.0"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="ACCESS_DENIED"/> - <display value="Access has been denied to process this request"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="ADDITIONAL_PROPERTIES"/> - <display value="Additional properties"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="10003"/> - <display value="Business Level Response Value - Processing Error"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="CLAIM_AMEND_PERIOD_ISSUE"/> - <display value="Claim amendment is not permitted outside of the claim period"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="MISSING_DIGITAL_SIGNATURE"/> - <display value="Digital signature not found"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="DISPENSE_AMEND_IDENTIFIER_MISMATCH"/> - <display value="Dispense Amendment/Cancellation Request does not pertain to Last Dispense"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="20008"/> - <display value="Duplicate Document received"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="DUPLICATE_MEDICATIONREQUEST_ID"/> - <display value="Duplicate item ID exists"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="20007"/> - <display value="Duplicate Message received"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="DUPLICATE_PRESCRIPTION_ID"/> - <display value="Duplicate prescription ID exists"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="INVALID_CHECK_DIGIT"/> - <display value="Error in check digit"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="FAILURE_TO_PROCESS_MESSAGE"/> - <display value="Failure to process message"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="FORBIDDEN_UPDATE"/> - <display value="Forbidden update"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="INVALID_DATE_FORMAT"/> - <display value="Format of date passed is invalid"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="SERVICE_DISABLED"/> - <display value="functionality disabled in spine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="10008"/> - <display value="Handling Specification Business Rule Error"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="10001"/> - <display value="Handling Specification Error"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="10002"/> - <display value="Infrastructure Level Response Value - Processing Error"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="CLAIM_INVALID_NOT_DISPENSED"/> - <display value="Invalid Claim. Prescription is not Dispensed"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="INVALID_MESSAGE"/> - <display value="Invalid message"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="INVALID_RESOURCE_ID"/> - <display value="Invalid resource ID"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="INVALID_SEARCH_DATA"/> - <display value="Invalid search data"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="PRESCRIPTION_INVALID_STATE_TRANSITION"/> - <display value="Invalid State Transition for Prescription"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="MEDICATIONREQUEST_INVALID_STATE_TRANSITION"/> - <display value="Invalid State Transition for Prescription Item"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="INVALID_UPDATE"/> - <display value="Invalid update"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="INVALID_VALUE"/> - <display value="Invalid value"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="INVALIDATED_RESOURCE"/> - <display value="Invalidated resource"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="20006"/> - <display value="ITK header validation failure"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="10004"/> - <display value="Message Definition Value - Processing Error"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="10005"/> - <display value="Message Definition Version Value - Processing Error"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="20015"/> - <display value="Message too large"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="MISMATCH_AUTHORISED_REPEAT_COUNT"/> - <display value="Mismatch in authorised repeat counts"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="MISSING_VALUE"/> - <display value="Missing value"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="NO_MORE_PRESCRIPTIONS"/> - <display value="No more prescriptions available"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="20004"/> - <display value="Non-Approved file type received as an attachment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="INVALID_NUMBER_MEDICATIONREQUESTS"/> - <display value="Number of items on a prescription SHALL be between 1 and 4"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="PATIENT_DECEASED"/> - <display value="Patient is recorded as dead"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="30004"/> - <display value="Patient known here and recently deceased (i.e. patient record current in GP practice system at time of patient’s death and deduction subsequently occurred for this reason)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="30001"/> - <display value="Patient known here. (e.g. Patient is registered here)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="30003"/> - <display value="Patient no longer at this clinical setting"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="30002"/> - <display value="Patient not known here. (aka 'patient record not present in system')"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="20009"/> - <display value="Payload validation failure"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="POLLING_ID_NOT_FOUND"/> - <display value="Polling ID not found"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="POLLING_MESSAGE_FAILURE"/> - <display value="Polling message failure"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="PRECONDITION_FAILED"/> - <display value="Precondition failed"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="PRESCRIPTION_NOT_FOUND"/> - <display value="Prescription can not be found. Contact prescriber"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="PRESCRIPTION_CANCELLED"/> - <display value="Prescription has been cancelled"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="PRESCRIPTION_DISPENSED"/> - <display value="Prescription has been dispensed"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="PRESCRIPTION_EXPIRED"/> - <display value="Prescription has expired"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="PRESCRIPTION_WITH_ANOTHER_DISPENSER"/> - <display value="Prescription is with another dispenser"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="MEDICATIONREQUEST_NOT_FOUND"/> - <display value="Prescription Item Not found"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="10010"/> - <display value="Recipient Type - Processing Error"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode"/> - <version value="1.0.0"/> - <code value="INVALID_REPEAT_COUNT"/> - <display value="Repeat count SHALL be between 1 and 99"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="RESOURCE_NOT_FOUND"/> - <display value="Resource not found"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="RESOURCE_VERSION_MISMATCH"/> - <display value="Resource version mismatch"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="10007"/> - <display value="Sender Reference Value - Processing Error"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="20013"/> - <display value="Success"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="TOO_FEW_VALUES_SUBMITTED"/> - <display value="Too few values submitted"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="TOO_MANY_MATCHES"/> - <display value="Too many matches"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="TOO_MANY_VALUES_SUBMITTED"/> - <display value="Too many values submitted"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="UNABLE_TO_CALL_SERVICE"/> - <display value="Unable to call service"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="20014"/> - <display value="Unable to Process Replacement Document"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="20012"/> - <display value="Unauthorised Sender"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="10009"/> - <display value="Unreadable message received"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="20010"/> - <display value="Unrecognised Payload Recipient Organisation"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="20011"/> - <display value="Unrecognised Payload Recipient Person"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="20002"/> - <display value="Unrecognised Recipient Organisation"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="20001"/> - <display value="Unrecognised Recipient Person"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="20003"/> - <display value="Unrecognised Sender"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode"/> - <version value="1.0.0"/> - <code value="20005"/> - <display value="Unsupported file type received as an attachment"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="UNSUPPORTED_SERVICE"/> - <display value="Unsupported service"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="UNSUPPORTED_VALUE"/> - <display value="Unsupported value"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode"/> - <version value="1.0.0"/> - <code value="VALIDATION_ERROR"/> - <display value="Validation error"/> - </contains> - </expansion> + <id value="UKCore-OperationOutcomeIssueDetails" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-OperationOutcomeIssueDetails" /> + <version value="1.1.0" /> + <name value="UKCoreOperationOutcomeIssueDetails" /> + <title value="UK Core Operation Outcome Issue Details" /> + <status value="active" /> + <date value="2022-08-26" /> + <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 details of the exact issue." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + </include> + </compose> + <expansion> + <identifier value="0f3cdbf7-e14e-475f-8bd8-b9dc66721d05" /> + <timestamp value="2022-01-12T09:32:58+00:00" /> + <total value="73" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode|1.0.0" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode|1.0.0" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="ACCESS_DENIED" /> + <display value="Access has been denied to process this request" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="ADDITIONAL_PROPERTIES" /> + <display value="Additional properties" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="10003" /> + <display value="Business Level Response Value - Processing Error" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="CLAIM_AMEND_PERIOD_ISSUE" /> + <display value="Claim amendment is not permitted outside of the claim period" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="MISSING_DIGITAL_SIGNATURE" /> + <display value="Digital signature not found" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="DISPENSE_AMEND_IDENTIFIER_MISMATCH" /> + <display value="Dispense Amendment/Cancellation Request does not pertain to Last Dispense" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="20008" /> + <display value="Duplicate Document received" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="DUPLICATE_MEDICATIONREQUEST_ID" /> + <display value="Duplicate item ID exists" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="20007" /> + <display value="Duplicate Message received" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="DUPLICATE_PRESCRIPTION_ID" /> + <display value="Duplicate prescription ID exists" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="INVALID_CHECK_DIGIT" /> + <display value="Error in check digit" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="FAILURE_TO_PROCESS_MESSAGE" /> + <display value="Failure to process message" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="FORBIDDEN_UPDATE" /> + <display value="Forbidden update" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="INVALID_DATE_FORMAT" /> + <display value="Format of date passed is invalid" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="SERVICE_DISABLED" /> + <display value="functionality disabled in spine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="10008" /> + <display value="Handling Specification Business Rule Error" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="10001" /> + <display value="Handling Specification Error" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="10002" /> + <display value="Infrastructure Level Response Value - Processing Error" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="CLAIM_INVALID_NOT_DISPENSED" /> + <display value="Invalid Claim. Prescription is not Dispensed" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="INVALID_MESSAGE" /> + <display value="Invalid message" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="INVALID_RESOURCE_ID" /> + <display value="Invalid resource ID" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="INVALID_SEARCH_DATA" /> + <display value="Invalid search data" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="PRESCRIPTION_INVALID_STATE_TRANSITION" /> + <display value="Invalid State Transition for Prescription" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="MEDICATIONREQUEST_INVALID_STATE_TRANSITION" /> + <display value="Invalid State Transition for Prescription Item" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="INVALID_UPDATE" /> + <display value="Invalid update" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="INVALID_VALUE" /> + <display value="Invalid value" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="INVALIDATED_RESOURCE" /> + <display value="Invalidated resource" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="20006" /> + <display value="ITK header validation failure" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="10004" /> + <display value="Message Definition Value - Processing Error" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="10005" /> + <display value="Message Definition Version Value - Processing Error" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="20015" /> + <display value="Message too large" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="MISMATCH_AUTHORISED_REPEAT_COUNT" /> + <display value="Mismatch in authorised repeat counts" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="MISSING_VALUE" /> + <display value="Missing value" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="NO_MORE_PRESCRIPTIONS" /> + <display value="No more prescriptions available" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="20004" /> + <display value="Non-Approved file type received as an attachment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="INVALID_NUMBER_MEDICATIONREQUESTS" /> + <display value="Number of items on a prescription SHALL be between 1 and 4" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="PATIENT_DECEASED" /> + <display value="Patient is recorded as dead" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="30004" /> + <display value="Patient known here and recently deceased (i.e. patient record current in GP practice system at time of patient’s death and deduction subsequently occurred for this reason)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="30001" /> + <display value="Patient known here. (e.g. Patient is registered here)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="30003" /> + <display value="Patient no longer at this clinical setting" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="30002" /> + <display value="Patient not known here. (aka 'patient record not present in system')" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="20009" /> + <display value="Payload validation failure" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="POLLING_ID_NOT_FOUND" /> + <display value="Polling ID not found" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="POLLING_MESSAGE_FAILURE" /> + <display value="Polling message failure" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="PRECONDITION_FAILED" /> + <display value="Precondition failed" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="PRESCRIPTION_NOT_FOUND" /> + <display value="Prescription can not be found. Contact prescriber" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="PRESCRIPTION_CANCELLED" /> + <display value="Prescription has been cancelled" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="PRESCRIPTION_DISPENSED" /> + <display value="Prescription has been dispensed" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="PRESCRIPTION_EXPIRED" /> + <display value="Prescription has expired" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="PRESCRIPTION_WITH_ANOTHER_DISPENSER" /> + <display value="Prescription is with another dispenser" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="MEDICATIONREQUEST_NOT_FOUND" /> + <display value="Prescription Item Not found" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="10010" /> + <display value="Recipient Type - Processing Error" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> + <version value="1.0.0" /> + <code value="INVALID_REPEAT_COUNT" /> + <display value="Repeat count SHALL be between 1 and 99" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="RESOURCE_NOT_FOUND" /> + <display value="Resource not found" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="RESOURCE_VERSION_MISMATCH" /> + <display value="Resource version mismatch" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="10007" /> + <display value="Sender Reference Value - Processing Error" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="20013" /> + <display value="Success" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="TOO_FEW_VALUES_SUBMITTED" /> + <display value="Too few values submitted" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="TOO_MANY_MATCHES" /> + <display value="Too many matches" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="TOO_MANY_VALUES_SUBMITTED" /> + <display value="Too many values submitted" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="UNABLE_TO_CALL_SERVICE" /> + <display value="Unable to call service" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="20014" /> + <display value="Unable to Process Replacement Document" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="20012" /> + <display value="Unauthorised Sender" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="10009" /> + <display value="Unreadable message received" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="20010" /> + <display value="Unrecognised Payload Recipient Organisation" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="20011" /> + <display value="Unrecognised Payload Recipient Person" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="20002" /> + <display value="Unrecognised Recipient Organisation" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="20001" /> + <display value="Unrecognised Recipient Person" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="20003" /> + <display value="Unrecognised Sender" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> + <version value="1.0.0" /> + <code value="20005" /> + <display value="Unsupported file type received as an attachment" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="UNSUPPORTED_SERVICE" /> + <display value="Unsupported service" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="UNSUPPORTED_VALUE" /> + <display value="Unsupported value" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> + <version value="1.0.0" /> + <code value="VALIDATION_ERROR" /> + <display value="Validation error" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-OrganizationType.xml b/valuesets/ValueSet-UKCore-OrganizationType.xml index 5b4184ef..6c15209f 100644 --- a/valuesets/ValueSet-UKCore-OrganizationType.xml +++ b/valuesets/ValueSet-UKCore-OrganizationType.xml @@ -1,110 +1,110 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-OrganizationType"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-OrganizationType"/> - <version value="1.0.0"/> - <name value="UKCoreOrganizationType"/> - <title value="UK Core Organization Type"/> - <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="A set of codes that can be used to indicate a type of organization."/> - <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/organization-type"/> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OrganizationTypeGenomics"/> - </include> - </compose> - <expansion> - <identifier value="3821f3e2-0870-498d-91a7-8dd6e70f8348"/> - <timestamp value="2023-03-29T11:44:59+00:00"/> - <total value="15"/> - <offset value="0"/> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/organization-type"/> - <code value="other"/> - <display value="Other"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/organization-type"/> - <code value="reli"/> - <display value="Religious Institution"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/organization-type"/> - <code value="bus"/> - <display value="Non-Healthcare Business or Corporation"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/organization-type"/> - <code value="ins"/> - <display value="Insurance Company"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/organization-type"/> - <code value="edu"/> - <display value="Educational Institute"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/organization-type"/> - <code value="prov"/> - <display value="Healthcare Provider"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/organization-type"/> - <code value="govt"/> - <display value="Government"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/organization-type"/> - <code value="pay"/> - <display value="Payer"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/organization-type"/> - <code value="team"/> - <display value="Organizational team"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/organization-type"/> - <code value="crs"/> - <display value="Clinical Research Sponsor"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/organization-type"/> - <code value="dept"/> - <display value="Hospital Department"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/organization-type"/> - <code value="cg"/> - <display value="Community Group"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OrganizationTypeGenomics"/> - <code value="GLH"/> - <display value="Genomic Lab Hub"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OrganizationTypeGenomics"/> - <code value="GEL"/> - <display value="Genomics England"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OrganizationTypeGenomics"/> - <code value="LAB"/> - <display value="Other Genomics Laboratory"/> - </contains> - </expansion> + <id value="UKCore-OrganizationType" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-OrganizationType" /> + <version value="1.0.0" /> + <name value="UKCoreOrganizationType" /> + <title value="UK Core Organization Type" /> + <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="A set of codes that can be used to indicate a type of organization." /> + <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/organization-type" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OrganizationTypeGenomics" /> + </include> + </compose> + <expansion> + <identifier value="3821f3e2-0870-498d-91a7-8dd6e70f8348" /> + <timestamp value="2023-03-29T11:44:59+00:00" /> + <total value="15" /> + <offset value="0" /> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/organization-type" /> + <code value="other" /> + <display value="Other" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/organization-type" /> + <code value="reli" /> + <display value="Religious Institution" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/organization-type" /> + <code value="bus" /> + <display value="Non-Healthcare Business or Corporation" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/organization-type" /> + <code value="ins" /> + <display value="Insurance Company" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/organization-type" /> + <code value="edu" /> + <display value="Educational Institute" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/organization-type" /> + <code value="prov" /> + <display value="Healthcare Provider" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/organization-type" /> + <code value="govt" /> + <display value="Government" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/organization-type" /> + <code value="pay" /> + <display value="Payer" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/organization-type" /> + <code value="team" /> + <display value="Organizational team" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/organization-type" /> + <code value="crs" /> + <display value="Clinical Research Sponsor" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/organization-type" /> + <code value="dept" /> + <display value="Hospital Department" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/organization-type" /> + <code value="cg" /> + <display value="Community Group" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OrganizationTypeGenomics" /> + <code value="GLH" /> + <display value="Genomic Lab Hub" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OrganizationTypeGenomics" /> + <code value="GEL" /> + <display value="Genomics England" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OrganizationTypeGenomics" /> + <code value="LAB" /> + <display value="Other Genomics Laboratory" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-OtherContactSystem.xml b/valuesets/ValueSet-UKCore-OtherContactSystem.xml index 92abe3c0..af9e51ce 100644 --- a/valuesets/ValueSet-UKCore-OtherContactSystem.xml +++ b/valuesets/ValueSet-UKCore-OtherContactSystem.xml @@ -1,49 +1,49 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-OtherContactSystem"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-OtherContactSystem"/> - <version value="2.1.0" /> - <name value="UKCoreOtherContactSystem"/> - <title value="UK Core Other Contact System"/> - <status value="active" /> - <date value="2021-09-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="A set of codes that define other types of contact system not covered by the standard HL7 contact-point-system ValueSet."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem"/> - </include> - </compose> - <expansion> - <identifier value="7b2f119c-8cc2-4454-914e-daa7c0c2991b"/> - <timestamp value="2021-09-10T07:09:20+00:00"/> - <total value="1"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem|2.1.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem"/> - <code value="textphone"/> - <display value="Minicom (Textphone)"/> - </contains> - </expansion> + <id value="UKCore-OtherContactSystem" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-OtherContactSystem" /> + <version value="2.1.0" /> + <name value="UKCoreOtherContactSystem" /> + <title value="UK Core Other Contact System" /> + <status value="active" /> + <date value="2021-09-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="A set of codes that define other types of contact system not covered by the standard HL7 contact-point-system ValueSet." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem" /> + </include> + </compose> + <expansion> + <identifier value="7b2f119c-8cc2-4454-914e-daa7c0c2991b" /> + <timestamp value="2021-09-10T07:09:20+00:00" /> + <total value="1" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem|2.1.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem" /> + <code value="textphone" /> + <display value="Minicom (Textphone)" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-OutcomeOfAttendance.xml b/valuesets/ValueSet-UKCore-OutcomeOfAttendance.xml index d1fcbf48..582822ab 100644 --- a/valuesets/ValueSet-UKCore-OutcomeOfAttendance.xml +++ b/valuesets/ValueSet-UKCore-OutcomeOfAttendance.xml @@ -1,93 +1,93 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-OutcomeOfAttendance"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-OutcomeOfAttendance"/> - <version value="2.1.0"/> - <name value="UKCoreOutcomeOfAttendance"/> - <title value="UK Core Outcome Of Attendance"/> - <status value="active" /> - <date value="2022-01-07" /> - <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 outcome of an out-patient attendance."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceEngland" /> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceWales" /> - </include> - </compose> - <expansion> - <identifier value="837eb867-6d2e-4f47-adf1-2417ebfec7e1"/> - <timestamp value="2022-01-07T13:50:13+00:00"/> - <total value="7"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceEngland|1.0.0"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceWales|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceEngland"/> - <version value="1.0.0"/> - <code value="2"/> - <display value="Another appointment given"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceEngland"/> - <version value="1.0.0"/> - <code value="3"/> - <display value="Appointment to be made at a later date"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceEngland"/> - <version value="1.0.0"/> - <code value="1"/> - <display value="Discharged from consultant's care (last attendance)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceWales"/> - <version value="1.0.0"/> - <code value="6"/> - <display value="Referral to Treatment Continuation of Status"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceWales"/> - <version value="1.0.0"/> - <code value="4"/> - <display value="Referral to Treatment Period Start Point"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceWales"/> - <version value="1.0.0"/> - <code value="5"/> - <display value="Referral to Treatment Period Stop Point"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceWales"/> - <version value="1.0.0"/> - <code value="9"/> - <display value="Specialty Not Subject to Referral to Treatment Times Measurement"/> - </contains> - </expansion> + <id value="UKCore-OutcomeOfAttendance" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-OutcomeOfAttendance" /> + <version value="2.1.0" /> + <name value="UKCoreOutcomeOfAttendance" /> + <title value="UK Core Outcome Of Attendance" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 outcome of an out-patient attendance." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceEngland" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceWales" /> + </include> + </compose> + <expansion> + <identifier value="837eb867-6d2e-4f47-adf1-2417ebfec7e1" /> + <timestamp value="2022-01-07T13:50:13+00:00" /> + <total value="7" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceEngland|1.0.0" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceWales|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceEngland" /> + <version value="1.0.0" /> + <code value="2" /> + <display value="Another appointment given" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceEngland" /> + <version value="1.0.0" /> + <code value="3" /> + <display value="Appointment to be made at a later date" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceEngland" /> + <version value="1.0.0" /> + <code value="1" /> + <display value="Discharged from consultant's care (last attendance)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceWales" /> + <version value="1.0.0" /> + <code value="6" /> + <display value="Referral to Treatment Continuation of Status" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceWales" /> + <version value="1.0.0" /> + <code value="4" /> + <display value="Referral to Treatment Period Start Point" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceWales" /> + <version value="1.0.0" /> + <code value="5" /> + <display value="Referral to Treatment Period Stop Point" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceWales" /> + <version value="1.0.0" /> + <code value="9" /> + <display value="Specialty Not Subject to Referral to Treatment Times Measurement" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-OverseasVisitorChargingCategory.xml b/valuesets/ValueSet-UKCore-OverseasVisitorChargingCategory.xml index a6596c44..c65b263e 100644 --- a/valuesets/ValueSet-UKCore-OverseasVisitorChargingCategory.xml +++ b/valuesets/ValueSet-UKCore-OverseasVisitorChargingCategory.xml @@ -1,26 +1,26 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-OverseasVisitorChargingCategory"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-OverseasVisitorChargingCategory"/> - <version value="1.0.0" /> - <name value="UKCoreOverseasVisitorChargingCategory"/> - <title value="UK Core Overseas Visitor Charging Category"/> - <status value="retired" /> - <date value="2021-09-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="A ValueSet that identifies the charging category for a patient."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-OverseasVisitorChargingCategory"/> - </include> - </compose> + <id value="UKCore-OverseasVisitorChargingCategory" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-OverseasVisitorChargingCategory" /> + <version value="1.0.0" /> + <name value="UKCoreOverseasVisitorChargingCategory" /> + <title value="UK Core Overseas Visitor Charging Category" /> + <status value="retired" /> + <date value="2021-09-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="A ValueSet that identifies the charging category for a patient." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-OverseasVisitorChargingCategory" /> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-OxygenSaturation.xml b/valuesets/ValueSet-UKCore-OxygenSaturation.xml index 75d7276a..e391e8a4 100644 --- a/valuesets/ValueSet-UKCore-OxygenSaturation.xml +++ b/valuesets/ValueSet-UKCore-OxygenSaturation.xml @@ -1,38 +1,38 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-OxygenSaturation"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-OxygenSaturation"/> - <version value="1.0.0"/> - <name value="UKCoreOxygenSaturation"/> - <title value="UK Core OxygenSaturation"/> - <status value="draft"/> - <date value="2023-09-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="A set of codes that define a patients level of consciousness. Selected from the SNOMED CT UK coding system: + <id value="UKCore-OxygenSaturation" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-OxygenSaturation" /> + <version value="1.0.0" /> + <name value="UKCoreOxygenSaturation" /> + <title value="UK Core OxygenSaturation" /> + <status value="draft" /> + <date value="2023-09-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="A set of codes that define a patients level of consciousness. Selected from the SNOMED CT UK coding system: - DescendantOrSelfOf 103228002 |Hemoglobin saturation with oxygen (observable entity) - MINUS &nbsp; - DescendantOrSelfOf 927981000000106 | Baseline oxygen saturation at periphery &nbsp; - DescendantOrSelfOf 852651000000100 | Maximum peripheral oxygen saturation &nbsp; - DescendantOrSelfOf 852661000000102 | Minimum peripheral oxygen saturation &nbsp; - DescendantOrSelfOf 852641000000103 | Target peripheral oxygen saturation -&nbsp; - DescendantOrSelfOf 442349007 | Venous oxygen saturation"/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="DescendantOrSelfOf 103228002 MINUS (DescendantOrSelfOf 927981000000106 OR DescendantOrSelfOf 852651000000100 OR DescendantOrSelfOf 852661000000102 OR DescendantOrSelfOf 852641000000103 OR DescendantOrSelfOf 442349007)"/> - </filter> - </include> - </compose> +&nbsp; - DescendantOrSelfOf 442349007 | Venous oxygen saturation" /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="DescendantOrSelfOf 103228002 MINUS (DescendantOrSelfOf 927981000000106 OR DescendantOrSelfOf 852651000000100 OR DescendantOrSelfOf 852661000000102 OR DescendantOrSelfOf 852641000000103 OR DescendantOrSelfOf 442349007)" /> + </filter> + </include> + </compose> </ValueSet> \ No newline at end of file diff --git a/valuesets/ValueSet-UKCore-PeriodType.xml b/valuesets/ValueSet-UKCore-PeriodType.xml index 4a12e7fd..aa8e4004 100644 --- a/valuesets/ValueSet-UKCore-PeriodType.xml +++ b/valuesets/ValueSet-UKCore-PeriodType.xml @@ -1,43 +1,43 @@ <?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-PeriodType"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PeriodType"/> - <version value="1.0.0"/> - <name value="UKCorePeriodType"/> - <title value="UK Core Period Type"/> - <status value="draft"/> - <date value="2023-10-13"/> - <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 ValueSet to identify the type of period data being recorded."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType"/> - </include> - </compose> - <expansion> - <identifier value="94af73b0-8078-4323-be5e-43ced75666fb"/> - <timestamp value="2023-10-13T13:34:44+00:00"/> - <total value="2"/> - <offset value="0"/> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType"/> - <code value="legal"/> - <display value="Legal"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType"/> - <code value="operational"/> - <display value="Operational"/> - </contains> - </expansion> + <id value="UKCore-PeriodType" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PeriodType" /> + <version value="1.0.0" /> + <name value="UKCorePeriodType" /> + <title value="UK Core Period Type" /> + <status value="draft" /> + <date value="2023-10-13" /> + <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 ValueSet to identify the type of period data being recorded." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType" /> + </include> + </compose> + <expansion> + <identifier value="94af73b0-8078-4323-be5e-43ced75666fb" /> + <timestamp value="2023-10-13T13:34:44+00:00" /> + <total value="2" /> + <offset value="0" /> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType" /> + <code value="legal" /> + <display value="Legal" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType" /> + <code value="operational" /> + <display value="Operational" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-PersonMaritalStatusCode.xml b/valuesets/ValueSet-UKCore-PersonMaritalStatusCode.xml index 91b9e8db..6652486c 100644 --- a/valuesets/ValueSet-UKCore-PersonMaritalStatusCode.xml +++ b/valuesets/ValueSet-UKCore-PersonMaritalStatusCode.xml @@ -1,221 +1,221 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-PersonMaritalStatusCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PersonMaritalStatusCode"/> - <version value="2.3.0"/> - <name value="UKCorePersonMaritalStatusCode"/> - <title value="UK Core Person Marital Status Code"/> - <status value="active"/> - <date value="2022-08-26"/> - <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 legal marital status of a person."/> - <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-MaritalStatus"/> - </include> - <include> - <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> - <concept> - <code value="UNK"/> - <display value="unknown"/> - </concept> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland"/> - <concept> - <code value="M"/> - <display value="Married/Civil Partner"/> - </concept> - <concept> - <code value="D"/> - <display value="Divorced/Person whose Civil Partnership has been dissolved"/> - </concept> - <concept> - <code value="W"/> - <display value="Widowed/Surviving Civil Partner"/> - </concept> - <concept> - <code value="N"/> - <display value="Not disclosed"/> - </concept> - <concept> - <code value="P"/> - <display value="Separated"/> - </concept> - <concept> - <code value="8"/> - <display value="Not applicable"/> - </concept> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusWales"/> - <concept> - <code value="22"/> - <display value="Civil Partner"/> - </concept> - <concept> - <code value="32"/> - <display value="Person whose Civil Partnership has been dissolved"/> - </concept> - <concept> - <code value="42"/> - <display value="Surviving Civil Partner"/> - </concept> - <concept> - <code value="51"/> - <display value="Separated"/> - </concept> - <concept> - <code value="91"/> - <display value="Not disclosed or unknown"/> - </concept> - </include> - </compose> - <expansion> - <identifier value="3368b10a-72be-4c8c-9d57-133c63bbd41a"/> - <timestamp value="2022-11-17T13:12:59+00:00"/> - <total value="22"/> - <offset value="0"/> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> - <version value="2018-08-12"/> - <code value="UNK"/> - <display value="unknown"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/> - <version value="2018-08-12"/> - <code value="A"/> - <display value="Annulled"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/> - <version value="2018-08-12"/> - <code value="D"/> - <display value="Divorced"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/> - <version value="2018-08-12"/> - <code value="T"/> - <display value="Domestic partner"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/> - <version value="2018-08-12"/> - <code value="I"/> - <display value="Interlocutory"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/> - <version value="2018-08-12"/> - <code value="L"/> - <display value="Legally Separated"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/> - <version value="2018-08-12"/> - <code value="M"/> - <display value="Married"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/> - <version value="2018-08-12"/> - <code value="S"/> - <display value="Never Married"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/> - <version value="2018-08-12"/> - <code value="P"/> - <display value="Polygamous"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/> - <version value="2018-08-12"/> - <code value="U"/> - <display value="unmarried"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/> - <version value="2018-08-12"/> - <code value="W"/> - <display value="Widowed"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland"/> - <version value="1.1.0"/> - <code value="M"/> - <display value="Married/Civil Partner"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland"/> - <version value="1.1.0"/> - <code value="D"/> - <display value="Divorced/Person whose Civil Partnership has been dissolved"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland"/> - <version value="1.1.0"/> - <code value="W"/> - <display value="Widowed/Surviving Civil Partner"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland"/> - <version value="1.1.0"/> - <code value="N"/> - <display value="Not disclosed"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland"/> - <version value="1.1.0"/> - <code value="P"/> - <display value="Separated"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland"/> - <version value="1.1.0"/> - <code value="8"/> - <display value="Not applicable"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusWales"/> - <version value="1.0.0"/> - <code value="22"/> - <display value="Civil Partner"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusWales"/> - <version value="1.0.0"/> - <code value="32"/> - <display value="Person whose Civil Partnership has been dissolved"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusWales"/> - <version value="1.0.0"/> - <code value="42"/> - <display value="Surviving Civil Partner"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusWales"/> - <version value="1.0.0"/> - <code value="51"/> - <display value="Separated"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusWales"/> - <version value="1.0.0"/> - <code value="91"/> - <display value="Not disclosed or unknown"/> - </contains> - </expansion> + <id value="UKCore-PersonMaritalStatusCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PersonMaritalStatusCode" /> + <version value="2.3.0" /> + <name value="UKCorePersonMaritalStatusCode" /> + <title value="UK Core Person Marital Status Code" /> + <status value="active" /> + <date value="2022-08-26" /> + <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 legal marital status of a person." /> + <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-MaritalStatus" /> + </include> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor" /> + <concept> + <code value="UNK" /> + <display value="unknown" /> + </concept> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland" /> + <concept> + <code value="M" /> + <display value="Married/Civil Partner" /> + </concept> + <concept> + <code value="D" /> + <display value="Divorced/Person whose Civil Partnership has been dissolved" /> + </concept> + <concept> + <code value="W" /> + <display value="Widowed/Surviving Civil Partner" /> + </concept> + <concept> + <code value="N" /> + <display value="Not disclosed" /> + </concept> + <concept> + <code value="P" /> + <display value="Separated" /> + </concept> + <concept> + <code value="8" /> + <display value="Not applicable" /> + </concept> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusWales" /> + <concept> + <code value="22" /> + <display value="Civil Partner" /> + </concept> + <concept> + <code value="32" /> + <display value="Person whose Civil Partnership has been dissolved" /> + </concept> + <concept> + <code value="42" /> + <display value="Surviving Civil Partner" /> + </concept> + <concept> + <code value="51" /> + <display value="Separated" /> + </concept> + <concept> + <code value="91" /> + <display value="Not disclosed or unknown" /> + </concept> + </include> + </compose> + <expansion> + <identifier value="3368b10a-72be-4c8c-9d57-133c63bbd41a" /> + <timestamp value="2022-11-17T13:12:59+00:00" /> + <total value="22" /> + <offset value="0" /> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor" /> + <version value="2018-08-12" /> + <code value="UNK" /> + <display value="unknown" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" /> + <version value="2018-08-12" /> + <code value="A" /> + <display value="Annulled" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" /> + <version value="2018-08-12" /> + <code value="D" /> + <display value="Divorced" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" /> + <version value="2018-08-12" /> + <code value="T" /> + <display value="Domestic partner" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" /> + <version value="2018-08-12" /> + <code value="I" /> + <display value="Interlocutory" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" /> + <version value="2018-08-12" /> + <code value="L" /> + <display value="Legally Separated" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" /> + <version value="2018-08-12" /> + <code value="M" /> + <display value="Married" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" /> + <version value="2018-08-12" /> + <code value="S" /> + <display value="Never Married" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" /> + <version value="2018-08-12" /> + <code value="P" /> + <display value="Polygamous" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" /> + <version value="2018-08-12" /> + <code value="U" /> + <display value="unmarried" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" /> + <version value="2018-08-12" /> + <code value="W" /> + <display value="Widowed" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland" /> + <version value="1.1.0" /> + <code value="M" /> + <display value="Married/Civil Partner" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland" /> + <version value="1.1.0" /> + <code value="D" /> + <display value="Divorced/Person whose Civil Partnership has been dissolved" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland" /> + <version value="1.1.0" /> + <code value="W" /> + <display value="Widowed/Surviving Civil Partner" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland" /> + <version value="1.1.0" /> + <code value="N" /> + <display value="Not disclosed" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland" /> + <version value="1.1.0" /> + <code value="P" /> + <display value="Separated" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusEngland" /> + <version value="1.1.0" /> + <code value="8" /> + <display value="Not applicable" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusWales" /> + <version value="1.0.0" /> + <code value="22" /> + <display value="Civil Partner" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusWales" /> + <version value="1.0.0" /> + <code value="32" /> + <display value="Person whose Civil Partnership has been dissolved" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusWales" /> + <version value="1.0.0" /> + <code value="42" /> + <display value="Surviving Civil Partner" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusWales" /> + <version value="1.0.0" /> + <code value="51" /> + <display value="Separated" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatusWales" /> + <version value="1.0.0" /> + <code value="91" /> + <display value="Not disclosed or unknown" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-PersonRelationshipType.xml b/valuesets/ValueSet-UKCore-PersonRelationshipType.xml index 1041588a..7381c703 100644 --- a/valuesets/ValueSet-UKCore-PersonRelationshipType.xml +++ b/valuesets/ValueSet-UKCore-PersonRelationshipType.xml @@ -1,867 +1,867 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-PersonRelationshipType"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PersonRelationshipType"/> - <version value="2.1.0" /> - <name value="UKCorePersonRelationshipType"/> - <title value="UK Core Person Relationship Type"/> - <status value="active" /> - <date value="2021-09-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="A set of codes that define the type of relationship a person has to a patient."/> - <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/v2-0131"/> - </include> - <include> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <filter> - <property value="concept"/> - <op value="is-a"/> - <value value="_PersonalRelationshipRoleType"/> - </filter> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole"/> - </include> - <exclude> - <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/> - <concept> - <code value="O"/> - <display value="Other"/> - </concept> - </exclude> - <exclude> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <concept> - <code value="_PersonalRelationshipRoleType"/> - <display value="PersonalRelationshipRoleType"/> - </concept> - </exclude> - </compose> - <expansion> - <identifier value="f62b3aeb-e65d-4426-bf6b-4d281b386504"/> - <timestamp value="2021-09-10T07:25:20+00:00"/> - <total value="131"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="http://terminology.hl7.org/CodeSystem/v3-RoleCode|2018-08-12"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="http://terminology.hl7.org/CodeSystem/v2-0131|2.9"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole|2.1.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="CHLDADOPT"/> - <display value="adopted child"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="DAUADOPT"/> - <display value="adopted daughter"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="SONADOPT"/> - <display value="adopted son"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="ADOPTF"/> - <display value="adoptive father"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="ADOPTM"/> - <display value="adoptive mother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="ADOPTP"/> - <display value="adoptive parent"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole"/> - <version value="2.1.0"/> - <code value="Agent"/> - <display value="Agent of patient"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="AUNT"/> - <display value="aunt"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/> - <inactive value="true"/> - <version value="2.9"/> - <code value="BP"/> - <display value="Billing contact person"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="BRO"/> - <display value="brother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="BROINLAW"/> - <display value="brother-in-law"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole"/> - <version value="2.1.0"/> - <code value="Carer"/> - <display value="Carer of patient"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="CHILD"/> - <display value="child"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="CHLDINLAW"/> - <display value="child-in-law"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/> - <inactive value="true"/> - <version value="2.9"/> - <code value="CP"/> - <display value="Contact person"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="COUSN"/> - <display value="cousin"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="DAUC"/> - <display value="daughter"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="DAUINLAW"/> - <display value="daughter in-law"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole"/> - <version value="2.1.0"/> - <code value="Dependant"/> - <display value="Dependant of patient"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="DOMPART"/> - <display value="domestic partner"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/> - <version value="2.9"/> - <code value="C"/> - <display value="Emergency Contact"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/> - <inactive value="true"/> - <version value="2.9"/> - <code value="EP"/> - <display value="Emergency contact person"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/> - <version value="2.9"/> - <code value="E"/> - <display value="Employer"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="EXT"/> - <display value="extended family member"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="FAMMEMB"/> - <display value="family member"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="FTH"/> - <display value="father"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="FTHINLAW"/> - <display value="father-in-law"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/> - <version value="2.9"/> - <code value="F"/> - <display value="Federal Agency"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="FMRSPS"/> - <display value="former spouse"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="CHLDFOST"/> - <display value="foster child"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="DAUFOST"/> - <display value="foster daughter"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="FTHFOST"/> - <display value="foster father"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="MTHFOST"/> - <display value="foster mother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="PRNFOST"/> - <display value="foster parent"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="SONFOST"/> - <display value="foster son"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="FTWIN"/> - <display value="fraternal twin"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="FTWINBRO"/> - <display value="fraternal twin brother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="FTWINSIS"/> - <display value="fraternal twin sister"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="GESTM"/> - <display value="gestational mother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="GRNDCHILD"/> - <display value="grandchild"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="GRNDDAU"/> - <display value="granddaughter"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="GRFTH"/> - <display value="grandfather"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="GRMTH"/> - <display value="grandmother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="GRPRN"/> - <display value="grandparent"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="GRNDSON"/> - <display value="grandson"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="GGRFTH"/> - <display value="great grandfather"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="GGRMTH"/> - <display value="great grandmother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="GGRPRN"/> - <display value="great grandparent"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole"/> - <version value="2.1.0"/> - <code value="Guardian"/> - <display value="Guardian of patient"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="HBRO"/> - <display value="half-brother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="HSIB"/> - <display value="half-sibling"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="HSIS"/> - <display value="half-sister"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="HUSB"/> - <display value="husband"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="ITWIN"/> - <display value="identical twin"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="ITWINBRO"/> - <display value="identical twin brother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="ITWINSIS"/> - <display value="identical twin sister"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="INLAW"/> - <display value="inlaw"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/> - <version value="2.9"/> - <code value="I"/> - <display value="Insurance Company"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="MAUNT"/> - <display value="maternal aunt"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="MCOUSN"/> - <display value="maternal cousin"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="MGRFTH"/> - <display value="maternal grandfather"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="MGRMTH"/> - <display value="maternal grandmother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="MGRPRN"/> - <display value="maternal grandparent"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="MGGRFTH"/> - <display value="maternal great-grandfather"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="MGGRMTH"/> - <display value="maternal great-grandmother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="MGGRPRN"/> - <display value="maternal great-grandparent"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="MUNCLE"/> - <display value="maternal uncle"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="MTH"/> - <display value="mother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="MTHINLAW"/> - <display value="mother-in-law"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="NBRO"/> - <display value="natural brother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="NCHILD"/> - <display value="natural child"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="DAU"/> - <display value="natural daughter"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="NFTH"/> - <display value="natural father"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="NFTHF"/> - <display value="natural father of fetus"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="NMTH"/> - <display value="natural mother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="NMTHF"/> - <display value="natural mother of fetus"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="NPRN"/> - <display value="natural parent"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="NSIB"/> - <display value="natural sibling"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="NSIS"/> - <display value="natural sister"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="SON"/> - <display value="natural son"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="NBOR"/> - <display value="neighbor"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="NEPHEW"/> - <display value="nephew"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/> - <version value="2.9"/> - <code value="N"/> - <display value="Next-of-Kin"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="NIECE"/> - <display value="niece"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="NIENEPH"/> - <display value="niece/nephew"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole"/> - <version value="2.1.0"/> - <code value="NonDependant"/> - <display value="Non Dependant of patient"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole"/> - <version value="2.1.0"/> - <code value="NotSpecified"/> - <display value="Not Specified"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="PRN"/> - <display value="parent"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="PRNINLAW"/> - <display value="parent in-law"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="PAUNT"/> - <display value="paternal aunt"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="PCOUSN"/> - <display value="paternal cousin"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="PGRFTH"/> - <display value="paternal grandfather"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="PGRMTH"/> - <display value="paternal grandmother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="PGRPRN"/> - <display value="paternal grandparent"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="PGGRFTH"/> - <display value="paternal great-grandfather"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="PGGRMTH"/> - <display value="paternal great-grandmother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="PGGRPRN"/> - <display value="paternal great-grandparent"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="PUNCLE"/> - <display value="paternal uncle"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/> - <inactive value="true"/> - <version value="2.9"/> - <code value="PR"/> - <display value="Person preparing referral"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole"/> - <version value="2.1.0"/> - <code value="Personal"/> - <display value="Personal relationship with the patient"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole"/> - <version value="2.1.0"/> - <code value="PolygamousPartner"/> - <display value="Polygamous Partner of patient"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole"/> - <version value="2.1.0"/> - <code value="ProxyCommunication"/> - <display value="Proxy Communication for patient"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole"/> - <version value="2.1.0"/> - <code value="ProxyContactCommunication"/> - <display value="Proxy Contact and Communication for patient"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole"/> - <version value="2.1.0"/> - <code value="ProxyContact"/> - <display value="Proxy Contact for patient"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="ROOM"/> - <display value="Roommate"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="ONESELF"/> - <display value="self"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="SIB"/> - <display value="sibling"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="SIBINLAW"/> - <display value="sibling in-law"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="SIGOTHR"/> - <display value="significant other"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="SIS"/> - <display value="sister"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="SISINLAW"/> - <display value="sister-in-law"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="SONC"/> - <display value="son"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="SONINLAW"/> - <display value="son in-law"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="SPS"/> - <display value="spouse"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/> - <version value="2.9"/> - <code value="S"/> - <display value="State Agency"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="STPCHLD"/> - <display value="step child"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="STPPRN"/> - <display value="step parent"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="STPSIB"/> - <display value="step sibling"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="STPBRO"/> - <display value="stepbrother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="STPDAU"/> - <display value="stepdaughter"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="STPFTH"/> - <display value="stepfather"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="STPMTH"/> - <display value="stepmother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="STPSIS"/> - <display value="stepsister"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="STPSON"/> - <display value="stepson"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="TWIN"/> - <display value="twin"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="TWINBRO"/> - <display value="twin brother"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="TWINSIS"/> - <display value="twin sister"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="UNCLE"/> - <display value="uncle"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/> - <version value="2.9"/> - <code value="U"/> - <display value="Unknown"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="FRND"/> - <display value="unrelated friend"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> - <version value="2018-08-12"/> - <code value="WIFE"/> - <display value="wife"/> - </contains> - </expansion> + <id value="UKCore-PersonRelationshipType" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PersonRelationshipType" /> + <version value="2.1.0" /> + <name value="UKCorePersonRelationshipType" /> + <title value="UK Core Person Relationship Type" /> + <status value="active" /> + <date value="2021-09-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="A set of codes that define the type of relationship a person has to a patient." /> + <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/v2-0131" /> + </include> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <filter> + <property value="concept" /> + <op value="is-a" /> + <value value="_PersonalRelationshipRoleType" /> + </filter> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> + </include> + <exclude> + <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> + <concept> + <code value="O" /> + <display value="Other" /> + </concept> + </exclude> + <exclude> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <concept> + <code value="_PersonalRelationshipRoleType" /> + <display value="PersonalRelationshipRoleType" /> + </concept> + </exclude> + </compose> + <expansion> + <identifier value="f62b3aeb-e65d-4426-bf6b-4d281b386504" /> + <timestamp value="2021-09-10T07:25:20+00:00" /> + <total value="131" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="http://terminology.hl7.org/CodeSystem/v3-RoleCode|2018-08-12" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="http://terminology.hl7.org/CodeSystem/v2-0131|2.9" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole|2.1.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="CHLDADOPT" /> + <display value="adopted child" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="DAUADOPT" /> + <display value="adopted daughter" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="SONADOPT" /> + <display value="adopted son" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="ADOPTF" /> + <display value="adoptive father" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="ADOPTM" /> + <display value="adoptive mother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="ADOPTP" /> + <display value="adoptive parent" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> + <version value="2.1.0" /> + <code value="Agent" /> + <display value="Agent of patient" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="AUNT" /> + <display value="aunt" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> + <inactive value="true" /> + <version value="2.9" /> + <code value="BP" /> + <display value="Billing contact person" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="BRO" /> + <display value="brother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="BROINLAW" /> + <display value="brother-in-law" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> + <version value="2.1.0" /> + <code value="Carer" /> + <display value="Carer of patient" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="CHILD" /> + <display value="child" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="CHLDINLAW" /> + <display value="child-in-law" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> + <inactive value="true" /> + <version value="2.9" /> + <code value="CP" /> + <display value="Contact person" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="COUSN" /> + <display value="cousin" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="DAUC" /> + <display value="daughter" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="DAUINLAW" /> + <display value="daughter in-law" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> + <version value="2.1.0" /> + <code value="Dependant" /> + <display value="Dependant of patient" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="DOMPART" /> + <display value="domestic partner" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> + <version value="2.9" /> + <code value="C" /> + <display value="Emergency Contact" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> + <inactive value="true" /> + <version value="2.9" /> + <code value="EP" /> + <display value="Emergency contact person" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> + <version value="2.9" /> + <code value="E" /> + <display value="Employer" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="EXT" /> + <display value="extended family member" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="FAMMEMB" /> + <display value="family member" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="FTH" /> + <display value="father" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="FTHINLAW" /> + <display value="father-in-law" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> + <version value="2.9" /> + <code value="F" /> + <display value="Federal Agency" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="FMRSPS" /> + <display value="former spouse" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="CHLDFOST" /> + <display value="foster child" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="DAUFOST" /> + <display value="foster daughter" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="FTHFOST" /> + <display value="foster father" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="MTHFOST" /> + <display value="foster mother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="PRNFOST" /> + <display value="foster parent" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="SONFOST" /> + <display value="foster son" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="FTWIN" /> + <display value="fraternal twin" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="FTWINBRO" /> + <display value="fraternal twin brother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="FTWINSIS" /> + <display value="fraternal twin sister" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="GESTM" /> + <display value="gestational mother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="GRNDCHILD" /> + <display value="grandchild" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="GRNDDAU" /> + <display value="granddaughter" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="GRFTH" /> + <display value="grandfather" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="GRMTH" /> + <display value="grandmother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="GRPRN" /> + <display value="grandparent" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="GRNDSON" /> + <display value="grandson" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="GGRFTH" /> + <display value="great grandfather" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="GGRMTH" /> + <display value="great grandmother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="GGRPRN" /> + <display value="great grandparent" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> + <version value="2.1.0" /> + <code value="Guardian" /> + <display value="Guardian of patient" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="HBRO" /> + <display value="half-brother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="HSIB" /> + <display value="half-sibling" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="HSIS" /> + <display value="half-sister" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="HUSB" /> + <display value="husband" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="ITWIN" /> + <display value="identical twin" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="ITWINBRO" /> + <display value="identical twin brother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="ITWINSIS" /> + <display value="identical twin sister" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="INLAW" /> + <display value="inlaw" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> + <version value="2.9" /> + <code value="I" /> + <display value="Insurance Company" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="MAUNT" /> + <display value="maternal aunt" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="MCOUSN" /> + <display value="maternal cousin" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="MGRFTH" /> + <display value="maternal grandfather" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="MGRMTH" /> + <display value="maternal grandmother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="MGRPRN" /> + <display value="maternal grandparent" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="MGGRFTH" /> + <display value="maternal great-grandfather" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="MGGRMTH" /> + <display value="maternal great-grandmother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="MGGRPRN" /> + <display value="maternal great-grandparent" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="MUNCLE" /> + <display value="maternal uncle" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="MTH" /> + <display value="mother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="MTHINLAW" /> + <display value="mother-in-law" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="NBRO" /> + <display value="natural brother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="NCHILD" /> + <display value="natural child" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="DAU" /> + <display value="natural daughter" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="NFTH" /> + <display value="natural father" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="NFTHF" /> + <display value="natural father of fetus" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="NMTH" /> + <display value="natural mother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="NMTHF" /> + <display value="natural mother of fetus" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="NPRN" /> + <display value="natural parent" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="NSIB" /> + <display value="natural sibling" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="NSIS" /> + <display value="natural sister" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="SON" /> + <display value="natural son" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="NBOR" /> + <display value="neighbor" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="NEPHEW" /> + <display value="nephew" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> + <version value="2.9" /> + <code value="N" /> + <display value="Next-of-Kin" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="NIECE" /> + <display value="niece" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="NIENEPH" /> + <display value="niece/nephew" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> + <version value="2.1.0" /> + <code value="NonDependant" /> + <display value="Non Dependant of patient" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> + <version value="2.1.0" /> + <code value="NotSpecified" /> + <display value="Not Specified" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="PRN" /> + <display value="parent" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="PRNINLAW" /> + <display value="parent in-law" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="PAUNT" /> + <display value="paternal aunt" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="PCOUSN" /> + <display value="paternal cousin" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="PGRFTH" /> + <display value="paternal grandfather" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="PGRMTH" /> + <display value="paternal grandmother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="PGRPRN" /> + <display value="paternal grandparent" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="PGGRFTH" /> + <display value="paternal great-grandfather" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="PGGRMTH" /> + <display value="paternal great-grandmother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="PGGRPRN" /> + <display value="paternal great-grandparent" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="PUNCLE" /> + <display value="paternal uncle" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> + <inactive value="true" /> + <version value="2.9" /> + <code value="PR" /> + <display value="Person preparing referral" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> + <version value="2.1.0" /> + <code value="Personal" /> + <display value="Personal relationship with the patient" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> + <version value="2.1.0" /> + <code value="PolygamousPartner" /> + <display value="Polygamous Partner of patient" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> + <version value="2.1.0" /> + <code value="ProxyCommunication" /> + <display value="Proxy Communication for patient" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> + <version value="2.1.0" /> + <code value="ProxyContactCommunication" /> + <display value="Proxy Contact and Communication for patient" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> + <version value="2.1.0" /> + <code value="ProxyContact" /> + <display value="Proxy Contact for patient" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="ROOM" /> + <display value="Roommate" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="ONESELF" /> + <display value="self" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="SIB" /> + <display value="sibling" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="SIBINLAW" /> + <display value="sibling in-law" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="SIGOTHR" /> + <display value="significant other" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="SIS" /> + <display value="sister" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="SISINLAW" /> + <display value="sister-in-law" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="SONC" /> + <display value="son" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="SONINLAW" /> + <display value="son in-law" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="SPS" /> + <display value="spouse" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> + <version value="2.9" /> + <code value="S" /> + <display value="State Agency" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="STPCHLD" /> + <display value="step child" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="STPPRN" /> + <display value="step parent" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="STPSIB" /> + <display value="step sibling" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="STPBRO" /> + <display value="stepbrother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="STPDAU" /> + <display value="stepdaughter" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="STPFTH" /> + <display value="stepfather" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="STPMTH" /> + <display value="stepmother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="STPSIS" /> + <display value="stepsister" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="STPSON" /> + <display value="stepson" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="TWIN" /> + <display value="twin" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="TWINBRO" /> + <display value="twin brother" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="TWINSIS" /> + <display value="twin sister" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="UNCLE" /> + <display value="uncle" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> + <version value="2.9" /> + <code value="U" /> + <display value="Unknown" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="FRND" /> + <display value="unrelated friend" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> + <version value="2018-08-12" /> + <code value="WIFE" /> + <display value="wife" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-PracticeSettingCode.xml b/valuesets/ValueSet-UKCore-PracticeSettingCode.xml index 69136238..2f34a73a 100644 --- a/valuesets/ValueSet-UKCore-PracticeSettingCode.xml +++ b/valuesets/ValueSet-UKCore-PracticeSettingCode.xml @@ -1,467 +1,467 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-PracticeSettingCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PracticeSettingCode"/> - <version value="1.0.0"/> - <name value="UKCorePracticeSettingCode"/> - <title value="UK Core Practice Setting Code"/> - <status value="active"/> - <date value="2022-08-26"/> - <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 clinical specialty of the clinician or provider who interacted with, treated, or provided a service to/for the patient."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - </include> - </compose> - <expansion> - <identifier value="a2fd6fc7-80a8-46b2-aa43-0ef08bd01373"/> - <timestamp value="2023-01-23T14:16:59+00:00"/> - <total value="87"/> - <offset value="0"/> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="100"/> - <display value="General Surgery"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="101"/> - <display value="Urology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="107"/> - <display value="Vascular Surgery"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="110"/> - <display value="Trauma and Orthopaedics"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="120"/> - <display value="Ear Nose and Throat"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="130"/> - <display value="Ophthalmology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="140"/> - <display value="Oral Surgery"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="141"/> - <display value="Restorative Dentistry"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="142"/> - <display value="Paediatric Dentistry"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="143"/> - <display value="Orthodontics"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="145"/> - <display value="Oral and Maxillofacial Surgery"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="146"/> - <display value="Endodontics"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="147"/> - <display value="Periodontics"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="148"/> - <display value="Prosthodontics"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="149"/> - <display value="Surgical Dentistry"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="150"/> - <display value="Neurosurgery"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="160"/> - <display value="Plastic Surgery"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="170"/> - <display value="Cardiothoracic Surgery"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="171"/> - <display value="Paediatric Surgery"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="180"/> - <display value="Emergency Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="190"/> - <display value="Anaesthetics"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="192"/> - <display value="Intensive Care Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="200"/> - <display value="Aviation and Space Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="300"/> - <display value="General Internal Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="301"/> - <display value="Gastroenterology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="302"/> - <display value="Endocrinology and Diabetes"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="303"/> - <display value="Clinical Haematology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="304"/> - <display value="Clinical Physiology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="305"/> - <display value="Clinical Pharmacology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="310"/> - <display value="Audio Vestibular Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="311"/> - <display value="Clinical Genetics"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="313"/> - <display value="Clinical Immunology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="314"/> - <display value="Rehabilitation Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="315"/> - <display value="Palliative Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="317"/> - <display value="Allergy"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="320"/> - <display value="Cardiology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="321"/> - <display value="Paediatric Cardiology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="325"/> - <display value="Sport and Exercise Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="326"/> - <display value="Acute Internal Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="330"/> - <display value="Dermatology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="340"/> - <display value="Respiratory Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="350"/> - <display value="Infectious Diseases"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="352"/> - <display value="Tropical Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="360"/> - <display value="Genitourinary Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="361"/> - <display value="Renal Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="370"/> - <display value="Medical Oncology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="371"/> - <display value="Nuclear Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="400"/> - <display value="Neurology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="401"/> - <display value="Clinical Neurophysiology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="410"/> - <display value="Rheumatology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="420"/> - <display value="Paediatrics"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="421"/> - <display value="Paediatric Neurology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="430"/> - <display value="Geriatric Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="450"/> - <display value="Dental Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="451"/> - <display value="Special Care Dentistry"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="460"/> - <display value="Medical Ophthalmology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="500"/> - <display value="Obstetrics and Gynaecology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="501"/> - <display value="Obstetrics"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="502"/> - <display value="Gynaecology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="504"/> - <display value="Community Sexual and Reproductive Health"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="560"/> - <display value="Midwifery"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="600"/> - <display value="General Medical Practice"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="601"/> - <display value="General Dental Practice"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="700"/> - <display value="Learning Disability"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="710"/> - <display value="Adult Mental Illness"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="711"/> - <display value="Child and Adolescent Psychiatry"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="712"/> - <display value="Forensic Psychiatry"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="713"/> - <display value="Medical Psychotherapy"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="715"/> - <display value="Old Age Psychiatry"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="800"/> - <display value="Clinical Oncology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="810"/> - <display value="Radiology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="820"/> - <display value="General Pathology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="821"/> - <display value="Blood Transfusion"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="822"/> - <display value="Chemical Pathology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="823"/> - <display value="Haematology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="824"/> - <display value="Histopathology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="830"/> - <display value="Immunopathology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="831"/> - <display value="Medical Microbiology and Virology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="833"/> - <display value="Medical Microbiology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="834"/> - <display value="Medical Virology"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="900"/> - <display value="Community Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="901"/> - <display value="Occupational Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="902"/> - <display value="Community Health Services Dental"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="903"/> - <display value="Public Health Medicine"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="904"/> - <display value="Public Health Dental"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="950"/> - <display value="Nursing"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"/> - <code value="960"/> - <display value="Allied Health Professional"/> - </contains> - </expansion> + <id value="UKCore-PracticeSettingCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PracticeSettingCode" /> + <version value="1.0.0" /> + <name value="UKCorePracticeSettingCode" /> + <title value="UK Core Practice Setting Code" /> + <status value="active" /> + <date value="2022-08-26" /> + <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 clinical specialty of the clinician or provider who interacted with, treated, or provided a service to/for the patient." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + </include> + </compose> + <expansion> + <identifier value="a2fd6fc7-80a8-46b2-aa43-0ef08bd01373" /> + <timestamp value="2023-01-23T14:16:59+00:00" /> + <total value="87" /> + <offset value="0" /> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="100" /> + <display value="General Surgery" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="101" /> + <display value="Urology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="107" /> + <display value="Vascular Surgery" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="110" /> + <display value="Trauma and Orthopaedics" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="120" /> + <display value="Ear Nose and Throat" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="130" /> + <display value="Ophthalmology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="140" /> + <display value="Oral Surgery" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="141" /> + <display value="Restorative Dentistry" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="142" /> + <display value="Paediatric Dentistry" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="143" /> + <display value="Orthodontics" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="145" /> + <display value="Oral and Maxillofacial Surgery" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="146" /> + <display value="Endodontics" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="147" /> + <display value="Periodontics" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="148" /> + <display value="Prosthodontics" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="149" /> + <display value="Surgical Dentistry" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="150" /> + <display value="Neurosurgery" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="160" /> + <display value="Plastic Surgery" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="170" /> + <display value="Cardiothoracic Surgery" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="171" /> + <display value="Paediatric Surgery" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="180" /> + <display value="Emergency Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="190" /> + <display value="Anaesthetics" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="192" /> + <display value="Intensive Care Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="200" /> + <display value="Aviation and Space Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="300" /> + <display value="General Internal Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="301" /> + <display value="Gastroenterology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="302" /> + <display value="Endocrinology and Diabetes" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="303" /> + <display value="Clinical Haematology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="304" /> + <display value="Clinical Physiology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="305" /> + <display value="Clinical Pharmacology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="310" /> + <display value="Audio Vestibular Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="311" /> + <display value="Clinical Genetics" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="313" /> + <display value="Clinical Immunology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="314" /> + <display value="Rehabilitation Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="315" /> + <display value="Palliative Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="317" /> + <display value="Allergy" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="320" /> + <display value="Cardiology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="321" /> + <display value="Paediatric Cardiology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="325" /> + <display value="Sport and Exercise Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="326" /> + <display value="Acute Internal Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="330" /> + <display value="Dermatology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="340" /> + <display value="Respiratory Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="350" /> + <display value="Infectious Diseases" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="352" /> + <display value="Tropical Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="360" /> + <display value="Genitourinary Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="361" /> + <display value="Renal Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="370" /> + <display value="Medical Oncology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="371" /> + <display value="Nuclear Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="400" /> + <display value="Neurology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="401" /> + <display value="Clinical Neurophysiology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="410" /> + <display value="Rheumatology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="420" /> + <display value="Paediatrics" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="421" /> + <display value="Paediatric Neurology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="430" /> + <display value="Geriatric Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="450" /> + <display value="Dental Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="451" /> + <display value="Special Care Dentistry" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="460" /> + <display value="Medical Ophthalmology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="500" /> + <display value="Obstetrics and Gynaecology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="501" /> + <display value="Obstetrics" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="502" /> + <display value="Gynaecology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="504" /> + <display value="Community Sexual and Reproductive Health" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="560" /> + <display value="Midwifery" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="600" /> + <display value="General Medical Practice" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="601" /> + <display value="General Dental Practice" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="700" /> + <display value="Learning Disability" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="710" /> + <display value="Adult Mental Illness" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="711" /> + <display value="Child and Adolescent Psychiatry" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="712" /> + <display value="Forensic Psychiatry" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="713" /> + <display value="Medical Psychotherapy" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="715" /> + <display value="Old Age Psychiatry" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="800" /> + <display value="Clinical Oncology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="810" /> + <display value="Radiology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="820" /> + <display value="General Pathology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="821" /> + <display value="Blood Transfusion" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="822" /> + <display value="Chemical Pathology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="823" /> + <display value="Haematology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="824" /> + <display value="Histopathology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="830" /> + <display value="Immunopathology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="831" /> + <display value="Medical Microbiology and Virology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="833" /> + <display value="Medical Microbiology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="834" /> + <display value="Medical Virology" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="900" /> + <display value="Community Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="901" /> + <display value="Occupational Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="902" /> + <display value="Community Health Services Dental" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="903" /> + <display value="Public Health Medicine" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="904" /> + <display value="Public Health Dental" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="950" /> + <display value="Nursing" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> + <code value="960" /> + <display value="Allied Health Professional" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-PractitionerRoleCode.xml b/valuesets/ValueSet-UKCore-PractitionerRoleCode.xml index 85a7a14b..7df589bf 100644 --- a/valuesets/ValueSet-UKCore-PractitionerRoleCode.xml +++ b/valuesets/ValueSet-UKCore-PractitionerRoleCode.xml @@ -1,3135 +1,3135 @@ <?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-PractitionerRoleCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PractitionerRoleCode"/> - <version value="1.0.0" /> - <name value="UKCorePractitionerRoleCode"/> - <title value="UK Core Practitioner Role Code"/> - <status value="retired" /> - <date value="2022-08-26" /> - <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 job role associated with a Practitioner."/> - <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> - <compose> - <include> - <system value="http://terminology.hl7.org/CodeSystem/practitioner-role"/> - </include> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="descendantOrSelfOf 223366009"/> - </filter> - </include> - </compose> - <expansion> - <identifier value="1a40cba8-22dc-472b-9d04-b98302138a8a"/> - <timestamp value="2021-09-09T13:24:27+00:00"/> - <total value="513"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="http://terminology.hl7.org/CodeSystem/practitioner-role|4.0.1"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20210804"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224537001"/> - <display value="Accident and Emergency nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="398238009"/> - <display value="Acting obstetric registrar"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="450044741000087104"/> - <display value="Acupuncturist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="446701002"/> - <display value="Addiction medicine specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224608005"/> - <display value="Administrative healthcare staff"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="421841007"/> - <display value="Admitting physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="9371000175105"/> - <display value="Adolescent medicine specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="25941000087102"/> - <display value="Adult gerontology primary care nurse practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309339007"/> - <display value="Adult intensive care specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310175004"/> - <display value="Agency nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="840583002"/> - <display value="Allied health assistant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="840584008"/> - <display value="Allied health student"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309328009"/> - <display value="Ambulatory paediatrician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="878787005"/> - <display value="Anaesthesia technician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309445003"/> - <display value="Anaesthetic nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="88189002"/> - <display value="Anaesthetist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="83273008"/> - <display value="Anatomic pathologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309351009"/> - <display value="Andrologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="721939001"/> - <display value="Angiologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310194009"/> - <display value="Appliance officer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159038001"/> - <display value="Artificial limb fitter"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309410006"/> - <display value="Arts therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="405623001"/> - <display value="Assigned practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224601004"/> - <display value="Assistant psychologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309322005"/> - <display value="Associate general practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309396002"/> - <display value="Associate specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="445313000"/> - <display value="Asthma nurse specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="405279007"/> - <display value="Attending physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310172001"/> - <display value="Audiological physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309420001"/> - <display value="Audiological scientist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309418004"/> - <display value="Audiologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159039009"/> - <display value="Audiology technician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224604007"/> - <display value="Audiometrician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224605008"/> - <display value="Audiometrist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="79898004"/> - <display value="Auxiliary midwife"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="5275007"/> - <display value="Auxiliary nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224583007"/> - <display value="Behaviour therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224584001"/> - <display value="Behaviour therapy assistant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310176003"/> - <display value="Behavioural therapist nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="304291006"/> - <display value="Bereavement counsellor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309341008"/> - <display value="Blood transfusion doctor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309368008"/> - <display value="Breast surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310177007"/> - <display value="Cardiac rehabilitation nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309371000"/> - <display value="Cardiac surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="17561000"/> - <display value="Cardiologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309369000"/> - <display value="Cardiothoracic surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="721942007"/> - <display value="Cardiovascular perfusionist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="56545009"/> - <display value="Cardiovascular surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224545006"/> - <display value="Care of the elderly nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="768832004"/> - <display value="Case manager"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="409975003"/> - <display value="Certified health education specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="405278004"/> - <display value="Certified registered nurse anaesthetist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224573008"/> - <display value="Charge nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224557002"/> - <display value="Chemotherapy nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309345004"/> - <display value="Chest physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309361002"/> - <display value="Child and adolescent psychiatrist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="3842006"/> - <display value="Chiropractor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="413854007"/> - <display value="Circulating nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159001001"/> - <display value="Clinic nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224529009"/> - <display value="Clinical assistant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309356004"/> - <display value="Clinical cytogeneticist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309355000"/> - <display value="Clinical geneticist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309347007"/> - <display value="Clinical haematologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="63098009"/> - <display value="Clinical immunologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="721943002"/> - <display value="Clinical immunology and allergy specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158974003"/> - <display value="Clinical medical officer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309357008"/> - <display value="Clinical molecular geneticist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309348002"/> - <display value="Clinical neurophysiologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224570006"/> - <display value="Clinical nurse specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309439006"/> - <display value="Clinical nurse teacher"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309295000"/> - <display value="Clinical oncologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="81464008"/> - <display value="Clinical pathologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="734293001"/> - <display value="Clinical pharmacist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310173006"/> - <display value="Clinical pharmacologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309349005"/> - <display value="Clinical physiologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310191001"/> - <display value="Clinical psychologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="878785002"/> - <display value="Clinical respiratory physiologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="388791000000109"/> - <display value="Co-operative general practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309379003"/> - <display value="Colorectal surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="768829002"/> - <display value="Community dietician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="23278007"/> - <display value="Community health physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309437008"/> - <display value="Community learning disabilities nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224564000"/> - <display value="Community mental health nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158999002"/> - <display value="Community midwife"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224540001"/> - <display value="Community nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224581009"/> - <display value="Community nurse manager"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159007002"/> - <display value="Community paediatric nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309329001"/> - <display value="Community paediatrician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309440008"/> - <display value="Community practice nurse teacher"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309422009"/> - <display value="Community-based occupational therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224589006"/> - <display value="Community-based physiotherapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224602006"/> - <display value="Community-based podiatrist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224593000"/> - <display value="Community-based speech and language therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310187006"/> - <display value="Company nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224609002"/> - <display value="Complementary health worker"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="768839008"/> - <display value="Consultant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158969006"/> - <display value="Consultant gynaecology and obstetrics"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="408799001"/> - <display value="Consultant neonatologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="408798009"/> - <display value="Consultant paediatrician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158967008"/> - <display value="Consultant physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158968003"/> - <display value="Consultant surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310181007"/> - <display value="Contact tracing nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310180008"/> - <display value="Continence nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224542009"/> - <display value="Coronary care nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310193003"/> - <display value="Coroner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="768826009"/> - <display value="Crisis counsellor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224623000"/> - <display value="Cuer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309411005"/> - <display value="Dance therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158977005"/> - <display value="Dental administrator"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="4162009"/> - <display value="Dental assistant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159035003"/> - <display value="Dental auxiliary"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158978000"/> - <display value="Dental consultant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158979008"/> - <display value="Dental general practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="26042002"/> - <display value="Dental hygienist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159006006"/> - <display value="Dental nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158980006"/> - <display value="Dental practitioner - teaching"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="59317003"/> - <display value="Dental prosthesis maker and repairer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="160008000"/> - <display value="Dental technician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="106289002"/> - <display value="Dentist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309326008"/> - <display value="Deputising general practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="18803008"/> - <display value="Dermatologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309417009"/> - <display value="Diabetes dietitian"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310185003"/> - <display value="Diabetic liaison nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224543004"/> - <display value="Diabetic nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309350005"/> - <display value="Diabetologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159017007"/> - <display value="Diagnostic radiographer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="78729002"/> - <display value="Diagnostic radiologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="106291005"/> - <display value="Dietician AND/OR public health nutritionist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159033005"/> - <display value="Dietitian"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="40127002"/> - <display value="Dietitian (general)"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="768833009"/> - <display value="Discharging physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="768834003"/> - <display value="Disease manager"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="49203003"/> - <display value="Dispensing optician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158997000"/> - <display value="District nurse"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/practitioner-role"/> - <version value="4.0.1"/> - <code value="doctor"/> - <display value="Doctor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="453881000000109"/> - <display value="Doctor approved by the Secretary of State under section 12 of the Mental Health Act 1983 (England and Wales)"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224586004"/> - <display value="Domiciliary occupational therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309400002"/> - <display value="Domiciliary physiotherapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="768825008"/> - <display value="Doula"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224585000"/> - <display value="Drama therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309372007"/> - <display value="Ear, nose and throat surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159036002"/> - <display value="ECG technician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310192008"/> - <display value="Educational psychologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159037006"/> - <display value="EEG technician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="25961008"/> - <display value="Electroencephalography specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309294001"/> - <display value="Emergency department physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309373002"/> - <display value="Endocrine surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="61894003"/> - <display value="Endocrinologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="50149000"/> - <display value="Endodontist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="768828005"/> - <display value="Epidemiologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="54503009"/> - <display value="Faith healer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309296004"/> - <display value="Family planning doctor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224544005"/> - <display value="Family planning nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="416160000"/> - <display value="Fellow of American Academy of Osteopathy"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="57654006"/> - <display value="Fixed prosthodontist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224603001"/> - <display value="Foot care worker"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309362009"/> - <display value="Forensic psychiatrist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="71838004"/> - <display value="Gastroenterologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309376005"/> - <display value="Gastrointestinal surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309377001"/> - <display value="General gastrointestinal surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310182000"/> - <display value="General nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="85733003"/> - <display value="General pathologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="59058001"/> - <display value="General physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="62247001"/> - <display value="General practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309324006"/> - <display value="General practitioner assistant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309393005"/> - <display value="General practitioner grade"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224936003"/> - <display value="General practitioner locum"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309394004"/> - <display value="General practitioner principal"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309327004"/> - <display value="General practitioner registrar"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="1091711000000107"/> - <display value="General practitioner with special interest"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="78703002"/> - <display value="General surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310189009"/> - <display value="Genetic counsellor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159141008"/> - <display value="Geneticist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309358003"/> - <display value="Genitourinary medicine physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310178002"/> - <display value="Genitourinary nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="90655003"/> - <display value="Geriatrics specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="19244007"/> - <display value="Gerodontist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="471302004"/> - <display value="Government midwife"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309401003"/> - <display value="GP-based physiotherapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="83685006"/> - <display value="Gynaecologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="40204001"/> - <display value="Haematologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224566003"/> - <display value="Haemodialysis nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309380000"/> - <display value="Hand surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="432100008"/> - <display value="Health coach"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="409974004"/> - <display value="Health educator"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="721941000"/> - <display value="Health psychologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="1052581000000109"/> - <display value="Health visitor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224534008"/> - <display value="Health visitors, nurses and midwives"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224577009"/> - <display value="Healthcare assistant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="223366009"/> - <display value="Healthcare professional"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309459005"/> - <display value="Healthcare professional grade"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224579007"/> - <display value="Healthcare service manager"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309421002"/> - <display value="Hearing aid dispenser"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309419007"/> - <display value="Hearing therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309381001"/> - <display value="Hepatobiliary surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309342001"/> - <display value="Histopathologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="768730001"/> - <display value="Home health aide"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="768731002"/> - <display value="Home helper"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="6868009"/> - <display value="Hospital administrator"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309390008"/> - <display value="Hospital consultant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="303129000"/> - <display value="Hospital manager"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310188001"/> - <display value="Hospital midwife"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="394618009"/> - <display value="Hospital nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159010009"/> - <display value="Hospital pharmacist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158971006"/> - <display value="Hospital registrar"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309395003"/> - <display value="Hospital specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309399009"/> - <display value="Hospital-based dietitian"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309423004"/> - <display value="Hospital-based occupational therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309402005"/> - <display value="Hospital-based physiotherapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309434001"/> - <display value="Hospital-based podiatrist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309409001"/> - <display value="Hospital-based speech and language therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="768837005"/> - <display value="Hospitalist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158972004"/> - <display value="House officer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224620002"/> - <display value="Human aid to communication"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="444912007"/> - <display value="Hypnotherapist"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/practitioner-role"/> - <version value="4.0.1"/> - <code value="ict"/> - <display value="ICT professional"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310171008"/> - <display value="Immunopathologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="303134001"/> - <display value="Independent doctor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224551001"/> - <display value="Industrial nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159012001"/> - <display value="Industrial pharmacist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224546007"/> - <display value="Infection control nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="76899008"/> - <display value="Infectious disease specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="312485001"/> - <display value="Integrated midwife"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309338004"/> - <display value="Intensive care specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224547003"/> - <display value="Intensive therapy nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="39677007"/> - <display value="Internal medicine specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="40570005"/> - <display value="Interpreter"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224625007"/> - <display value="Interpreter for British sign language"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224626008"/> - <display value="Interpreter for Signs supporting English"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="18850004"/> - <display value="Laboratory haematologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="61246008"/> - <display value="Laboratory medicine specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="225726006"/> - <display value="Lactation consultant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="395561000000104"/> - <display value="Lay member of mental health review tribunal"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224548008"/> - <display value="Learning disabilities nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="721940004"/> - <display value="Legal medicine specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="437161000000100"/> - <display value="Legal member of mental health review tribunal"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310184004"/> - <display value="Liaison nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309363004"/> - <display value="Liaison psychiatrist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224624006"/> - <display value="Lipspeaker"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309414002"/> - <display value="Liver dietitian"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309436004"/> - <display value="Lymphoedema nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224553003"/> - <display value="Macmillan nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224554009"/> - <display value="Marie Curie nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224596008"/> - <display value="Marriage guidance counsellor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="45419001"/> - <display value="Masseur"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158966004"/> - <display value="Medical administrator - national"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="22515006"/> - <display value="Medical assistant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="28544002"/> - <display value="Medical biochemist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="395571000000106"/> - <display value="Medical member of mental health review tribunal"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="14698002"/> - <display value="Medical microbiologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224533002"/> - <display value="Medical officer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310512001"/> - <display value="Medical oncologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="422140007"/> - <display value="Medical ophthalmologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="61207006"/> - <display value="Medical pathologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158965000"/> - <display value="Medical practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158975002"/> - <display value="Medical practitioner - teaching"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309389004"/> - <display value="Medical practitioner grade"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159016003"/> - <display value="Medical radiographer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="56542007"/> - <display value="Medical record administrator"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="394572006"/> - <display value="Medical secretary"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="398130009"/> - <display value="Medical student"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="307988006"/> - <display value="Medical technician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="41904004"/> - <display value="Medical X-ray technician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="265939002"/> - <display value="Medical/dental technicians"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="768819009"/> - <display value="Medically responsible investigator"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="303124005"/> - <display value="Member of mental health review tribunal"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310190000"/> - <display value="Mental health counsellor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224563006"/> - <display value="Mental health nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="225727002"/> - <display value="Midwife counsellor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309452001"/> - <display value="Midwifery grade"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="106294002"/> - <display value="Midwifery personnel"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158992006"/> - <display value="Midwifery sister"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224536005"/> - <display value="Midwifery tutor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309412003"/> - <display value="Music therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224549000"/> - <display value="Neonatal nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="28411006"/> - <display value="Neonatologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="11911009"/> - <display value="Nephrologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309352002"/> - <display value="Neuroendocrinologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="56397003"/> - <display value="Neurologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224550000"/> - <display value="Neurology nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="11661002"/> - <display value="Neuropathologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="21450003"/> - <display value="Neuropsychiatrist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="45544007"/> - <display value="Neurosurgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224622005"/> - <display value="Note taker"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="80933006"/> - <display value="Nuclear medicine specialist"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/practitioner-role"/> - <version value="4.0.1"/> - <code value="nurse"/> - <display value="Nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159004009"/> - <display value="Nurse - teaching"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309450009"/> - <display value="Nurse administrator"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158983008"/> - <display value="Nurse administrator - national"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="445451001"/> - <display value="Nurse case manager"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="3981000175106"/> - <display value="Nurse complex case manager"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158988004"/> - <display value="Nurse education director"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310183005"/> - <display value="Nurse for the mentally handicapped"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224569005"/> - <display value="Nurse grade"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309443005"/> - <display value="Nurse lecturer practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309446002"/> - <display value="Nurse manager"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="430191000000107"/> - <display value="Nurse of the prescribed class under section 5 (4) of the Mental Health Act 1983 (England and Wales)"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224571005"/> - <display value="Nurse practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310186002"/> - <display value="Nurse psychotherapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309442000"/> - <display value="Nurse teacher practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309441007"/> - <display value="Nurse tutor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224578004"/> - <display value="Nursery nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158986000"/> - <display value="Nursing administrator - professional body"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="73265009"/> - <display value="Nursing aid"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224576000"/> - <display value="Nursing assistant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224541002"/> - <display value="Nursing continence advisor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="265937000"/> - <display value="Nursing occupation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158990003"/> - <display value="Nursing officer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158985001"/> - <display value="Nursing officer - district"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158987009"/> - <display value="Nursing officer - division"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158984002"/> - <display value="Nursing officer - region"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="106293008"/> - <display value="Nursing personnel"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224572003"/> - <display value="Nursing sister"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158993001"/> - <display value="Nursing sister (theatre)"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224575001"/> - <display value="Nursing team leader"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="768827000"/> - <display value="Nutritionist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="11935004"/> - <display value="Obstetrician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309367003"/> - <display value="Obstetrician and gynaecologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="721936008"/> - <display value="Occupation medicine specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="43702002"/> - <display value="Occupational health nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158989007"/> - <display value="Occupational health nursing officer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224580005"/> - <display value="Occupational health service manager"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158973009"/> - <display value="Occupational physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="80546007"/> - <display value="Occupational therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224587008"/> - <display value="Occupational therapy helper"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224607000"/> - <display value="Occupational therapy technical instructor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="420409002"/> - <display value="Oculoplastic surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309415001"/> - <display value="Oncology dietitian"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224552008"/> - <display value="Oncology nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="878786001"/> - <display value="Operating room technician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159021000"/> - <display value="Ophthalmic optician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309382008"/> - <display value="Ophthalmic surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="422234006"/> - <display value="Ophthalmologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="387619007"/> - <display value="Optician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="28229004"/> - <display value="Optometrist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="66476003"/> - <display value="Oral pathologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="49993003"/> - <display value="Oral surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="37504001"/> - <display value="Orthodontist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="22731001"/> - <display value="Orthopaedic surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="59169001"/> - <display value="Orthopaedic technician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159027001"/> - <display value="Orthoptist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309428008"/> - <display value="Orthotist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="76231001"/> - <display value="Osteopath"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="61345009"/> - <display value="Otorhinolaryngologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309444004"/> - <display value="Outreach nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310170009"/> - <display value="Paediatric audiologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309330006"/> - <display value="Paediatric cardiologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309416000"/> - <display value="Paediatric dietitian"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309331005"/> - <display value="Paediatric endocrinologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309332003"/> - <display value="Paediatric gastroenterologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309340009"/> - <display value="Paediatric intensive care specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309333008"/> - <display value="Paediatric nephrologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309334002"/> - <display value="Paediatric neurologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224562001"/> - <display value="Paediatric nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="26031000087100"/> - <display value="Paediatric nurse practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309336000"/> - <display value="Paediatric oncologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309335001"/> - <display value="Paediatric rheumatologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309383003"/> - <display value="Paediatric surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="82296001"/> - <display value="Paediatrician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="90201008"/> - <display value="Paedodontist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224555005"/> - <display value="Pain control nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309337009"/> - <display value="Pain management specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224621003"/> - <display value="Palantypist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224556006"/> - <display value="Palliative care nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309359006"/> - <display value="Palliative care physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309384009"/> - <display value="Pancreatic surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="397897005"/> - <display value="Paramedic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309455004"/> - <display value="Parentcraft sister"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="283875005"/> - <display value="Parkinson's disease nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309323000"/> - <display value="Partner of general practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="768836001"/> - <display value="Patient navigator"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="37154003"/> - <display value="Periodontist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="415075003"/> - <display value="Perioperative nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="44652006"/> - <display value="Pharmaceutical assistant"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/practitioner-role"/> - <version value="4.0.1"/> - <code value="pharmacist"/> - <display value="Pharmacist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="46255001"/> - <display value="Pharmacist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="734294007"/> - <display value="Pharmacist prescriber"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159040006"/> - <display value="Pharmacy technician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="48740002"/> - <display value="Philologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="106330007"/> - <display value="Philologist, translator AND/OR interpreter"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="24430003"/> - <display value="Physical medicine specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309343006"/> - <display value="Physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="449161006"/> - <display value="Physician assistant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="36682004"/> - <display value="Physiotherapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="106296000"/> - <display value="Physiotherapist AND/OR occupational therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="404940000"/> - <display value="Physiotherapist technical instructor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309404006"/> - <display value="Physiotherapy helper"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309375009"/> - <display value="Pituitary surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="8724009"/> - <display value="Plastic surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224592005"/> - <display value="Play leader"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224591003"/> - <display value="Play specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224590002"/> - <display value="Play therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="443090005"/> - <display value="Podiatric surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159034004"/> - <display value="Podiatrist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309435000"/> - <display value="Podiatry assistant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="76166008"/> - <display value="Practical aid (pharmacy)"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159002008"/> - <display value="Practice nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="721937004"/> - <display value="Preventive medicine specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="446050000"/> - <display value="Primary care physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="26071000087103"/> - <display value="Primary health care nurse practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310174000"/> - <display value="Private doctor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158998005"/> - <display value="Private nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309403000"/> - <display value="Private physiotherapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309398001"/> - <display value="Profession allied to medicine"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224595007"/> - <display value="Professional counsellor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="405684005"/> - <display value="Professional initiating surgical case"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="75271001"/> - <display value="Professional midwife"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="106292003"/> - <display value="Professional nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="405685006"/> - <display value="Professional providing staff relief during surgical procedure"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="68950000"/> - <display value="Prosthodontist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="80584001"/> - <display value="Psychiatrist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309365006"/> - <display value="Psychiatrist for mental handicap"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224600003"/> - <display value="Psychoanalyst"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309364005"/> - <display value="Psychogeriatrician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="59944000"/> - <display value="Psychologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224588003"/> - <display value="Psychotherapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="68867008"/> - <display value="Public health dentist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="26369006"/> - <display value="Public health nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="26091000087104"/> - <display value="Public health nurse practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="60008001"/> - <display value="Public health nutritionist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="56466003"/> - <display value="Public health physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="41672002"/> - <display value="Pulmonologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="763292005"/> - <display value="Radiation oncologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="3430008"/> - <display value="Radiation therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="66862007"/> - <display value="Radiologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224558007"/> - <display value="Radiotherapy nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224559004"/> - <display value="Recovery nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309453006"/> - <display value="Registered midwife"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224535009"/> - <display value="Registered nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224531000"/> - <display value="Registrar"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309360001"/> - <display value="Rehabilitation physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309366007"/> - <display value="Rehabilitation psychiatrist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159025009"/> - <display value="Remedial gymnast"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="308002005"/> - <display value="Remedial therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="20145008"/> - <display value="Removable prosthodontist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309413008"/> - <display value="Renal dietitian"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224565004"/> - <display value="Renal nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="430291000000102"/> - <display value="Representative of the hospital manager appointed under the Mental Health Act 1983 (England and Wales)"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309353007"/> - <display value="Reproductive endocrinologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224614003"/> - <display value="Research associate"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309397006"/> - <display value="Research fellow"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224615002"/> - <display value="Research nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309392000"/> - <display value="Research registrar"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/practitioner-role"/> - <version value="4.0.1"/> - <code value="researcher"/> - <display value="Researcher"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="405277009"/> - <display value="Resident physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="442867008"/> - <display value="Respiratory therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="303133007"/> - <display value="Responsible medical officer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309460000"/> - <display value="Restorative dentist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159011008"/> - <display value="Retail pharmacist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="420678001"/> - <display value="Retinal surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="45440000"/> - <display value="Rheumatologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="310179005"/> - <display value="Rheumatology nurse specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="372102007"/> - <display value="RN First Assist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="45956004"/> - <display value="Sanitarian"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="13580004"/> - <display value="School dental assistant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="768732009"/> - <display value="School health educator"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="311441001"/> - <display value="School medical officer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159003003"/> - <display value="School nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="415506007"/> - <display value="Scrub nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="431211000000103"/> - <display value="Second opinion doctor appointed under part IV of the Mental Health Act 1983 (England and Wales)"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224532007"/> - <display value="Senior house officer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224530004"/> - <display value="Senior registrar"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="897187007"/> - <display value="Sexual assault nurse examiner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="720503005"/> - <display value="Sleep medicine specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309427003"/> - <display value="Social services occupational therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="789543004"/> - <display value="Sonographer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="21365001"/> - <display value="Specialised dentist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="6816002"/> - <display value="Specialised nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="69280009"/> - <display value="Specialised physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="1421009"/> - <display value="Specialised surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="302211009"/> - <display value="Specialist registrar"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224594006"/> - <display value="Speech and language assistant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159026005"/> - <display value="Speech and language therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="397903001"/> - <display value="Staff grade obstetrician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="397908005"/> - <display value="Staff grade practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158995008"/> - <display value="Staff midwife"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158994007"/> - <display value="Staff nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="158996009"/> - <display value="State enrolled nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224560009"/> - <display value="Stoma care nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="939111000000107"/> - <display value="Student health visitor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309454000"/> - <display value="Student midwife"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159005005"/> - <display value="Student nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224610007"/> - <display value="Supporting services personnel"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="304292004"/> - <display value="Surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159972006"/> - <display value="Surgical corset fitter"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309429000"/> - <display value="Surgical fitter"/> - </contains> - <contains> - <system value="http://terminology.hl7.org/CodeSystem/practitioner-role"/> - <version value="4.0.1"/> - <code value="teacher"/> - <display value="Teacher/educator"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224606009"/> - <display value="Technical healthcare occupation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159018002"/> - <display value="Therapeutic radiographer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309346003"/> - <display value="Thoracic physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="22983004"/> - <display value="Thoracic surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309374008"/> - <display value="Thyroid surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309354001"/> - <display value="Thyroidologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224567007"/> - <display value="Tissue viability nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224597004"/> - <display value="Trained nurse counsellor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224599001"/> - <display value="Trained personnel counsellor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224598009"/> - <display value="Trained social worker counsellor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159041005"/> - <display value="Trainee medical technician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159022007"/> - <display value="Trainee optician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159014000"/> - <display value="Trainee pharmacist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159019005"/> - <display value="Trainee radiographer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="159028006"/> - <display value="Trainee remedial therapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="80409005"/> - <display value="Translator"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309385005"/> - <display value="Transplant surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309386006"/> - <display value="Trauma surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224538006"/> - <display value="Triage nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="721938009"/> - <display value="Tropical medicine specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="443281000000107"/> - <display value="Trust doctor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309378006"/> - <display value="Upper gastrointestinal surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="24590004"/> - <display value="Urologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309388007"/> - <display value="Vascular surgeon"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="309391007"/> - <display value="Visiting specialist registrar"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/83821000000107/version/20210804"/> - <code value="224574002"/> - <display value="Ward manager"/> - </contains> - </expansion> + <id value="UKCore-PractitionerRoleCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PractitionerRoleCode" /> + <version value="1.0.0" /> + <name value="UKCorePractitionerRoleCode" /> + <title value="UK Core Practitioner Role Code" /> + <status value="retired" /> + <date value="2022-08-26" /> + <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 job role associated with a Practitioner." /> + <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://terminology.hl7.org/CodeSystem/practitioner-role" /> + </include> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="descendantOrSelfOf 223366009" /> + </filter> + </include> + </compose> + <expansion> + <identifier value="1a40cba8-22dc-472b-9d04-b98302138a8a" /> + <timestamp value="2021-09-09T13:24:27+00:00" /> + <total value="513" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="http://terminology.hl7.org/CodeSystem/practitioner-role|4.0.1" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20210804" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224537001" /> + <display value="Accident and Emergency nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="398238009" /> + <display value="Acting obstetric registrar" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="450044741000087104" /> + <display value="Acupuncturist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="446701002" /> + <display value="Addiction medicine specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224608005" /> + <display value="Administrative healthcare staff" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="421841007" /> + <display value="Admitting physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="9371000175105" /> + <display value="Adolescent medicine specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="25941000087102" /> + <display value="Adult gerontology primary care nurse practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309339007" /> + <display value="Adult intensive care specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310175004" /> + <display value="Agency nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="840583002" /> + <display value="Allied health assistant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="840584008" /> + <display value="Allied health student" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309328009" /> + <display value="Ambulatory paediatrician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="878787005" /> + <display value="Anaesthesia technician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309445003" /> + <display value="Anaesthetic nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="88189002" /> + <display value="Anaesthetist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="83273008" /> + <display value="Anatomic pathologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309351009" /> + <display value="Andrologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="721939001" /> + <display value="Angiologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310194009" /> + <display value="Appliance officer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159038001" /> + <display value="Artificial limb fitter" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309410006" /> + <display value="Arts therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="405623001" /> + <display value="Assigned practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224601004" /> + <display value="Assistant psychologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309322005" /> + <display value="Associate general practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309396002" /> + <display value="Associate specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="445313000" /> + <display value="Asthma nurse specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="405279007" /> + <display value="Attending physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310172001" /> + <display value="Audiological physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309420001" /> + <display value="Audiological scientist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309418004" /> + <display value="Audiologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159039009" /> + <display value="Audiology technician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224604007" /> + <display value="Audiometrician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224605008" /> + <display value="Audiometrist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="79898004" /> + <display value="Auxiliary midwife" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="5275007" /> + <display value="Auxiliary nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224583007" /> + <display value="Behaviour therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224584001" /> + <display value="Behaviour therapy assistant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310176003" /> + <display value="Behavioural therapist nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="304291006" /> + <display value="Bereavement counsellor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309341008" /> + <display value="Blood transfusion doctor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309368008" /> + <display value="Breast surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310177007" /> + <display value="Cardiac rehabilitation nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309371000" /> + <display value="Cardiac surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="17561000" /> + <display value="Cardiologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309369000" /> + <display value="Cardiothoracic surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="721942007" /> + <display value="Cardiovascular perfusionist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="56545009" /> + <display value="Cardiovascular surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224545006" /> + <display value="Care of the elderly nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="768832004" /> + <display value="Case manager" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="409975003" /> + <display value="Certified health education specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="405278004" /> + <display value="Certified registered nurse anaesthetist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224573008" /> + <display value="Charge nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224557002" /> + <display value="Chemotherapy nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309345004" /> + <display value="Chest physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309361002" /> + <display value="Child and adolescent psychiatrist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="3842006" /> + <display value="Chiropractor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="413854007" /> + <display value="Circulating nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159001001" /> + <display value="Clinic nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224529009" /> + <display value="Clinical assistant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309356004" /> + <display value="Clinical cytogeneticist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309355000" /> + <display value="Clinical geneticist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309347007" /> + <display value="Clinical haematologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="63098009" /> + <display value="Clinical immunologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="721943002" /> + <display value="Clinical immunology and allergy specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158974003" /> + <display value="Clinical medical officer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309357008" /> + <display value="Clinical molecular geneticist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309348002" /> + <display value="Clinical neurophysiologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224570006" /> + <display value="Clinical nurse specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309439006" /> + <display value="Clinical nurse teacher" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309295000" /> + <display value="Clinical oncologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="81464008" /> + <display value="Clinical pathologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="734293001" /> + <display value="Clinical pharmacist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310173006" /> + <display value="Clinical pharmacologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309349005" /> + <display value="Clinical physiologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310191001" /> + <display value="Clinical psychologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="878785002" /> + <display value="Clinical respiratory physiologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="388791000000109" /> + <display value="Co-operative general practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309379003" /> + <display value="Colorectal surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="768829002" /> + <display value="Community dietician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="23278007" /> + <display value="Community health physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309437008" /> + <display value="Community learning disabilities nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224564000" /> + <display value="Community mental health nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158999002" /> + <display value="Community midwife" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224540001" /> + <display value="Community nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224581009" /> + <display value="Community nurse manager" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159007002" /> + <display value="Community paediatric nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309329001" /> + <display value="Community paediatrician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309440008" /> + <display value="Community practice nurse teacher" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309422009" /> + <display value="Community-based occupational therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224589006" /> + <display value="Community-based physiotherapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224602006" /> + <display value="Community-based podiatrist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224593000" /> + <display value="Community-based speech and language therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310187006" /> + <display value="Company nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224609002" /> + <display value="Complementary health worker" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="768839008" /> + <display value="Consultant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158969006" /> + <display value="Consultant gynaecology and obstetrics" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="408799001" /> + <display value="Consultant neonatologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="408798009" /> + <display value="Consultant paediatrician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158967008" /> + <display value="Consultant physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158968003" /> + <display value="Consultant surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310181007" /> + <display value="Contact tracing nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310180008" /> + <display value="Continence nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224542009" /> + <display value="Coronary care nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310193003" /> + <display value="Coroner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="768826009" /> + <display value="Crisis counsellor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224623000" /> + <display value="Cuer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309411005" /> + <display value="Dance therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158977005" /> + <display value="Dental administrator" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="4162009" /> + <display value="Dental assistant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159035003" /> + <display value="Dental auxiliary" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158978000" /> + <display value="Dental consultant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158979008" /> + <display value="Dental general practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="26042002" /> + <display value="Dental hygienist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159006006" /> + <display value="Dental nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158980006" /> + <display value="Dental practitioner - teaching" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="59317003" /> + <display value="Dental prosthesis maker and repairer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="160008000" /> + <display value="Dental technician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="106289002" /> + <display value="Dentist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309326008" /> + <display value="Deputising general practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="18803008" /> + <display value="Dermatologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309417009" /> + <display value="Diabetes dietitian" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310185003" /> + <display value="Diabetic liaison nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224543004" /> + <display value="Diabetic nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309350005" /> + <display value="Diabetologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159017007" /> + <display value="Diagnostic radiographer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="78729002" /> + <display value="Diagnostic radiologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="106291005" /> + <display value="Dietician AND/OR public health nutritionist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159033005" /> + <display value="Dietitian" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="40127002" /> + <display value="Dietitian (general)" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="768833009" /> + <display value="Discharging physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="768834003" /> + <display value="Disease manager" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="49203003" /> + <display value="Dispensing optician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158997000" /> + <display value="District nurse" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/practitioner-role" /> + <version value="4.0.1" /> + <code value="doctor" /> + <display value="Doctor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="453881000000109" /> + <display value="Doctor approved by the Secretary of State under section 12 of the Mental Health Act 1983 (England and Wales)" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224586004" /> + <display value="Domiciliary occupational therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309400002" /> + <display value="Domiciliary physiotherapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="768825008" /> + <display value="Doula" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224585000" /> + <display value="Drama therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309372007" /> + <display value="Ear, nose and throat surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159036002" /> + <display value="ECG technician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310192008" /> + <display value="Educational psychologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159037006" /> + <display value="EEG technician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="25961008" /> + <display value="Electroencephalography specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309294001" /> + <display value="Emergency department physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309373002" /> + <display value="Endocrine surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="61894003" /> + <display value="Endocrinologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="50149000" /> + <display value="Endodontist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="768828005" /> + <display value="Epidemiologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="54503009" /> + <display value="Faith healer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309296004" /> + <display value="Family planning doctor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224544005" /> + <display value="Family planning nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="416160000" /> + <display value="Fellow of American Academy of Osteopathy" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="57654006" /> + <display value="Fixed prosthodontist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224603001" /> + <display value="Foot care worker" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309362009" /> + <display value="Forensic psychiatrist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="71838004" /> + <display value="Gastroenterologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309376005" /> + <display value="Gastrointestinal surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309377001" /> + <display value="General gastrointestinal surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310182000" /> + <display value="General nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="85733003" /> + <display value="General pathologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="59058001" /> + <display value="General physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="62247001" /> + <display value="General practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309324006" /> + <display value="General practitioner assistant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309393005" /> + <display value="General practitioner grade" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224936003" /> + <display value="General practitioner locum" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309394004" /> + <display value="General practitioner principal" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309327004" /> + <display value="General practitioner registrar" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="1091711000000107" /> + <display value="General practitioner with special interest" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="78703002" /> + <display value="General surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310189009" /> + <display value="Genetic counsellor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159141008" /> + <display value="Geneticist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309358003" /> + <display value="Genitourinary medicine physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310178002" /> + <display value="Genitourinary nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="90655003" /> + <display value="Geriatrics specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="19244007" /> + <display value="Gerodontist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="471302004" /> + <display value="Government midwife" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309401003" /> + <display value="GP-based physiotherapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="83685006" /> + <display value="Gynaecologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="40204001" /> + <display value="Haematologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224566003" /> + <display value="Haemodialysis nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309380000" /> + <display value="Hand surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="432100008" /> + <display value="Health coach" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="409974004" /> + <display value="Health educator" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="721941000" /> + <display value="Health psychologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="1052581000000109" /> + <display value="Health visitor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224534008" /> + <display value="Health visitors, nurses and midwives" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224577009" /> + <display value="Healthcare assistant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="223366009" /> + <display value="Healthcare professional" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309459005" /> + <display value="Healthcare professional grade" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224579007" /> + <display value="Healthcare service manager" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309421002" /> + <display value="Hearing aid dispenser" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309419007" /> + <display value="Hearing therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309381001" /> + <display value="Hepatobiliary surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309342001" /> + <display value="Histopathologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="768730001" /> + <display value="Home health aide" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="768731002" /> + <display value="Home helper" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="6868009" /> + <display value="Hospital administrator" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309390008" /> + <display value="Hospital consultant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="303129000" /> + <display value="Hospital manager" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310188001" /> + <display value="Hospital midwife" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="394618009" /> + <display value="Hospital nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159010009" /> + <display value="Hospital pharmacist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158971006" /> + <display value="Hospital registrar" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309395003" /> + <display value="Hospital specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309399009" /> + <display value="Hospital-based dietitian" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309423004" /> + <display value="Hospital-based occupational therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309402005" /> + <display value="Hospital-based physiotherapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309434001" /> + <display value="Hospital-based podiatrist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309409001" /> + <display value="Hospital-based speech and language therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="768837005" /> + <display value="Hospitalist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158972004" /> + <display value="House officer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224620002" /> + <display value="Human aid to communication" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="444912007" /> + <display value="Hypnotherapist" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/practitioner-role" /> + <version value="4.0.1" /> + <code value="ict" /> + <display value="ICT professional" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310171008" /> + <display value="Immunopathologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="303134001" /> + <display value="Independent doctor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224551001" /> + <display value="Industrial nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159012001" /> + <display value="Industrial pharmacist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224546007" /> + <display value="Infection control nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="76899008" /> + <display value="Infectious disease specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="312485001" /> + <display value="Integrated midwife" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309338004" /> + <display value="Intensive care specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224547003" /> + <display value="Intensive therapy nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="39677007" /> + <display value="Internal medicine specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="40570005" /> + <display value="Interpreter" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224625007" /> + <display value="Interpreter for British sign language" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224626008" /> + <display value="Interpreter for Signs supporting English" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="18850004" /> + <display value="Laboratory haematologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="61246008" /> + <display value="Laboratory medicine specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="225726006" /> + <display value="Lactation consultant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="395561000000104" /> + <display value="Lay member of mental health review tribunal" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224548008" /> + <display value="Learning disabilities nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="721940004" /> + <display value="Legal medicine specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="437161000000100" /> + <display value="Legal member of mental health review tribunal" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310184004" /> + <display value="Liaison nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309363004" /> + <display value="Liaison psychiatrist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224624006" /> + <display value="Lipspeaker" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309414002" /> + <display value="Liver dietitian" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309436004" /> + <display value="Lymphoedema nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224553003" /> + <display value="Macmillan nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224554009" /> + <display value="Marie Curie nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224596008" /> + <display value="Marriage guidance counsellor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="45419001" /> + <display value="Masseur" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158966004" /> + <display value="Medical administrator - national" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="22515006" /> + <display value="Medical assistant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="28544002" /> + <display value="Medical biochemist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="395571000000106" /> + <display value="Medical member of mental health review tribunal" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="14698002" /> + <display value="Medical microbiologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224533002" /> + <display value="Medical officer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310512001" /> + <display value="Medical oncologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="422140007" /> + <display value="Medical ophthalmologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="61207006" /> + <display value="Medical pathologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158965000" /> + <display value="Medical practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158975002" /> + <display value="Medical practitioner - teaching" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309389004" /> + <display value="Medical practitioner grade" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159016003" /> + <display value="Medical radiographer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="56542007" /> + <display value="Medical record administrator" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="394572006" /> + <display value="Medical secretary" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="398130009" /> + <display value="Medical student" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="307988006" /> + <display value="Medical technician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="41904004" /> + <display value="Medical X-ray technician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="265939002" /> + <display value="Medical/dental technicians" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="768819009" /> + <display value="Medically responsible investigator" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="303124005" /> + <display value="Member of mental health review tribunal" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310190000" /> + <display value="Mental health counsellor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224563006" /> + <display value="Mental health nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="225727002" /> + <display value="Midwife counsellor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309452001" /> + <display value="Midwifery grade" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="106294002" /> + <display value="Midwifery personnel" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158992006" /> + <display value="Midwifery sister" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224536005" /> + <display value="Midwifery tutor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309412003" /> + <display value="Music therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224549000" /> + <display value="Neonatal nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="28411006" /> + <display value="Neonatologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="11911009" /> + <display value="Nephrologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309352002" /> + <display value="Neuroendocrinologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="56397003" /> + <display value="Neurologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224550000" /> + <display value="Neurology nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="11661002" /> + <display value="Neuropathologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="21450003" /> + <display value="Neuropsychiatrist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="45544007" /> + <display value="Neurosurgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224622005" /> + <display value="Note taker" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="80933006" /> + <display value="Nuclear medicine specialist" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/practitioner-role" /> + <version value="4.0.1" /> + <code value="nurse" /> + <display value="Nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159004009" /> + <display value="Nurse - teaching" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309450009" /> + <display value="Nurse administrator" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158983008" /> + <display value="Nurse administrator - national" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="445451001" /> + <display value="Nurse case manager" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="3981000175106" /> + <display value="Nurse complex case manager" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158988004" /> + <display value="Nurse education director" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310183005" /> + <display value="Nurse for the mentally handicapped" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224569005" /> + <display value="Nurse grade" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309443005" /> + <display value="Nurse lecturer practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309446002" /> + <display value="Nurse manager" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="430191000000107" /> + <display value="Nurse of the prescribed class under section 5 (4) of the Mental Health Act 1983 (England and Wales)" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224571005" /> + <display value="Nurse practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310186002" /> + <display value="Nurse psychotherapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309442000" /> + <display value="Nurse teacher practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309441007" /> + <display value="Nurse tutor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224578004" /> + <display value="Nursery nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158986000" /> + <display value="Nursing administrator - professional body" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="73265009" /> + <display value="Nursing aid" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224576000" /> + <display value="Nursing assistant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224541002" /> + <display value="Nursing continence advisor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="265937000" /> + <display value="Nursing occupation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158990003" /> + <display value="Nursing officer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158985001" /> + <display value="Nursing officer - district" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158987009" /> + <display value="Nursing officer - division" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158984002" /> + <display value="Nursing officer - region" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="106293008" /> + <display value="Nursing personnel" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224572003" /> + <display value="Nursing sister" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158993001" /> + <display value="Nursing sister (theatre)" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224575001" /> + <display value="Nursing team leader" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="768827000" /> + <display value="Nutritionist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="11935004" /> + <display value="Obstetrician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309367003" /> + <display value="Obstetrician and gynaecologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="721936008" /> + <display value="Occupation medicine specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="43702002" /> + <display value="Occupational health nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158989007" /> + <display value="Occupational health nursing officer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224580005" /> + <display value="Occupational health service manager" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158973009" /> + <display value="Occupational physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="80546007" /> + <display value="Occupational therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224587008" /> + <display value="Occupational therapy helper" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224607000" /> + <display value="Occupational therapy technical instructor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="420409002" /> + <display value="Oculoplastic surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309415001" /> + <display value="Oncology dietitian" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224552008" /> + <display value="Oncology nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="878786001" /> + <display value="Operating room technician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159021000" /> + <display value="Ophthalmic optician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309382008" /> + <display value="Ophthalmic surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="422234006" /> + <display value="Ophthalmologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="387619007" /> + <display value="Optician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="28229004" /> + <display value="Optometrist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="66476003" /> + <display value="Oral pathologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="49993003" /> + <display value="Oral surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="37504001" /> + <display value="Orthodontist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="22731001" /> + <display value="Orthopaedic surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="59169001" /> + <display value="Orthopaedic technician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159027001" /> + <display value="Orthoptist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309428008" /> + <display value="Orthotist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="76231001" /> + <display value="Osteopath" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="61345009" /> + <display value="Otorhinolaryngologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309444004" /> + <display value="Outreach nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310170009" /> + <display value="Paediatric audiologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309330006" /> + <display value="Paediatric cardiologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309416000" /> + <display value="Paediatric dietitian" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309331005" /> + <display value="Paediatric endocrinologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309332003" /> + <display value="Paediatric gastroenterologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309340009" /> + <display value="Paediatric intensive care specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309333008" /> + <display value="Paediatric nephrologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309334002" /> + <display value="Paediatric neurologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224562001" /> + <display value="Paediatric nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="26031000087100" /> + <display value="Paediatric nurse practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309336000" /> + <display value="Paediatric oncologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309335001" /> + <display value="Paediatric rheumatologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309383003" /> + <display value="Paediatric surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="82296001" /> + <display value="Paediatrician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="90201008" /> + <display value="Paedodontist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224555005" /> + <display value="Pain control nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309337009" /> + <display value="Pain management specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224621003" /> + <display value="Palantypist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224556006" /> + <display value="Palliative care nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309359006" /> + <display value="Palliative care physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309384009" /> + <display value="Pancreatic surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="397897005" /> + <display value="Paramedic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309455004" /> + <display value="Parentcraft sister" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="283875005" /> + <display value="Parkinson's disease nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309323000" /> + <display value="Partner of general practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="768836001" /> + <display value="Patient navigator" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="37154003" /> + <display value="Periodontist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="415075003" /> + <display value="Perioperative nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="44652006" /> + <display value="Pharmaceutical assistant" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/practitioner-role" /> + <version value="4.0.1" /> + <code value="pharmacist" /> + <display value="Pharmacist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="46255001" /> + <display value="Pharmacist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="734294007" /> + <display value="Pharmacist prescriber" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159040006" /> + <display value="Pharmacy technician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="48740002" /> + <display value="Philologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="106330007" /> + <display value="Philologist, translator AND/OR interpreter" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="24430003" /> + <display value="Physical medicine specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309343006" /> + <display value="Physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="449161006" /> + <display value="Physician assistant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="36682004" /> + <display value="Physiotherapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="106296000" /> + <display value="Physiotherapist AND/OR occupational therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="404940000" /> + <display value="Physiotherapist technical instructor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309404006" /> + <display value="Physiotherapy helper" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309375009" /> + <display value="Pituitary surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="8724009" /> + <display value="Plastic surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224592005" /> + <display value="Play leader" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224591003" /> + <display value="Play specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224590002" /> + <display value="Play therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="443090005" /> + <display value="Podiatric surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159034004" /> + <display value="Podiatrist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309435000" /> + <display value="Podiatry assistant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="76166008" /> + <display value="Practical aid (pharmacy)" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159002008" /> + <display value="Practice nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="721937004" /> + <display value="Preventive medicine specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="446050000" /> + <display value="Primary care physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="26071000087103" /> + <display value="Primary health care nurse practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310174000" /> + <display value="Private doctor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158998005" /> + <display value="Private nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309403000" /> + <display value="Private physiotherapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309398001" /> + <display value="Profession allied to medicine" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224595007" /> + <display value="Professional counsellor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="405684005" /> + <display value="Professional initiating surgical case" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="75271001" /> + <display value="Professional midwife" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="106292003" /> + <display value="Professional nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="405685006" /> + <display value="Professional providing staff relief during surgical procedure" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="68950000" /> + <display value="Prosthodontist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="80584001" /> + <display value="Psychiatrist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309365006" /> + <display value="Psychiatrist for mental handicap" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224600003" /> + <display value="Psychoanalyst" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309364005" /> + <display value="Psychogeriatrician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="59944000" /> + <display value="Psychologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224588003" /> + <display value="Psychotherapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="68867008" /> + <display value="Public health dentist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="26369006" /> + <display value="Public health nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="26091000087104" /> + <display value="Public health nurse practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="60008001" /> + <display value="Public health nutritionist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="56466003" /> + <display value="Public health physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="41672002" /> + <display value="Pulmonologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="763292005" /> + <display value="Radiation oncologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="3430008" /> + <display value="Radiation therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="66862007" /> + <display value="Radiologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224558007" /> + <display value="Radiotherapy nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224559004" /> + <display value="Recovery nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309453006" /> + <display value="Registered midwife" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224535009" /> + <display value="Registered nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224531000" /> + <display value="Registrar" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309360001" /> + <display value="Rehabilitation physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309366007" /> + <display value="Rehabilitation psychiatrist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159025009" /> + <display value="Remedial gymnast" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="308002005" /> + <display value="Remedial therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="20145008" /> + <display value="Removable prosthodontist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309413008" /> + <display value="Renal dietitian" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224565004" /> + <display value="Renal nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="430291000000102" /> + <display value="Representative of the hospital manager appointed under the Mental Health Act 1983 (England and Wales)" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309353007" /> + <display value="Reproductive endocrinologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224614003" /> + <display value="Research associate" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309397006" /> + <display value="Research fellow" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224615002" /> + <display value="Research nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309392000" /> + <display value="Research registrar" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/practitioner-role" /> + <version value="4.0.1" /> + <code value="researcher" /> + <display value="Researcher" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="405277009" /> + <display value="Resident physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="442867008" /> + <display value="Respiratory therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="303133007" /> + <display value="Responsible medical officer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309460000" /> + <display value="Restorative dentist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159011008" /> + <display value="Retail pharmacist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="420678001" /> + <display value="Retinal surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="45440000" /> + <display value="Rheumatologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="310179005" /> + <display value="Rheumatology nurse specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="372102007" /> + <display value="RN First Assist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="45956004" /> + <display value="Sanitarian" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="13580004" /> + <display value="School dental assistant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="768732009" /> + <display value="School health educator" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="311441001" /> + <display value="School medical officer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159003003" /> + <display value="School nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="415506007" /> + <display value="Scrub nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="431211000000103" /> + <display value="Second opinion doctor appointed under part IV of the Mental Health Act 1983 (England and Wales)" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224532007" /> + <display value="Senior house officer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224530004" /> + <display value="Senior registrar" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="897187007" /> + <display value="Sexual assault nurse examiner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="720503005" /> + <display value="Sleep medicine specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309427003" /> + <display value="Social services occupational therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="789543004" /> + <display value="Sonographer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="21365001" /> + <display value="Specialised dentist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="6816002" /> + <display value="Specialised nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="69280009" /> + <display value="Specialised physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="1421009" /> + <display value="Specialised surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="302211009" /> + <display value="Specialist registrar" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224594006" /> + <display value="Speech and language assistant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159026005" /> + <display value="Speech and language therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="397903001" /> + <display value="Staff grade obstetrician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="397908005" /> + <display value="Staff grade practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158995008" /> + <display value="Staff midwife" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158994007" /> + <display value="Staff nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="158996009" /> + <display value="State enrolled nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224560009" /> + <display value="Stoma care nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="939111000000107" /> + <display value="Student health visitor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309454000" /> + <display value="Student midwife" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159005005" /> + <display value="Student nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224610007" /> + <display value="Supporting services personnel" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="304292004" /> + <display value="Surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159972006" /> + <display value="Surgical corset fitter" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309429000" /> + <display value="Surgical fitter" /> + </contains> + <contains> + <system value="http://terminology.hl7.org/CodeSystem/practitioner-role" /> + <version value="4.0.1" /> + <code value="teacher" /> + <display value="Teacher/educator" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224606009" /> + <display value="Technical healthcare occupation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159018002" /> + <display value="Therapeutic radiographer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309346003" /> + <display value="Thoracic physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="22983004" /> + <display value="Thoracic surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309374008" /> + <display value="Thyroid surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309354001" /> + <display value="Thyroidologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224567007" /> + <display value="Tissue viability nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224597004" /> + <display value="Trained nurse counsellor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224599001" /> + <display value="Trained personnel counsellor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224598009" /> + <display value="Trained social worker counsellor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159041005" /> + <display value="Trainee medical technician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159022007" /> + <display value="Trainee optician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159014000" /> + <display value="Trainee pharmacist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159019005" /> + <display value="Trainee radiographer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="159028006" /> + <display value="Trainee remedial therapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="80409005" /> + <display value="Translator" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309385005" /> + <display value="Transplant surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309386006" /> + <display value="Trauma surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224538006" /> + <display value="Triage nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="721938009" /> + <display value="Tropical medicine specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="443281000000107" /> + <display value="Trust doctor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309378006" /> + <display value="Upper gastrointestinal surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="24590004" /> + <display value="Urologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309388007" /> + <display value="Vascular surgeon" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="309391007" /> + <display value="Visiting specialist registrar" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <version value="http://snomed.info/sct/83821000000107/version/20210804" /> + <code value="224574002" /> + <display value="Ward manager" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-PreferredContactMethod.xml b/valuesets/ValueSet-UKCore-PreferredContactMethod.xml index 868369ff..70cc8098 100644 --- a/valuesets/ValueSet-UKCore-PreferredContactMethod.xml +++ b/valuesets/ValueSet-UKCore-PreferredContactMethod.xml @@ -1,90 +1,90 @@ <?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-PreferredContactMethod"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PreferredContactMethod"/> - <version value="2.2.0" /> - <name value="UKCorePreferredContactMethod"/> - <title value="UK Core Preferred Contact Method"/> - <status value="active" /> - <date value="2023-10-09" /> - <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 method by which a person would prefer to be contacted."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod"/> - </include> - </compose> - <expansion> - <identifier value="4dc72d2e-fcbd-4590-9864-56d0724c62fc"/> - <timestamp value="2021-09-10T07:33:41+00:00"/> - <total value="9"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod|2.1.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod"/> - <code value="4"/> - <display value="E-mail"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod"/> - <code value="1"/> - <display value="Letter"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod"/> - <code value="5"/> - <display value="Minicom (Textphone)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod"/> - <code value="8"/> - <display value="No Telephone contact"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod"/> - <code value="7"/> - <display value="Sign language"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod"/> - <code value="3"/> - <display value="Telephone"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod"/> - <code value="6"/> - <display value="Telephone contact via proxy"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod"/> - <code value="2"/> - <display value="Visit"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod"/> - <code value="9"/> - <display value="SMS"/> - </contains> - </expansion> + <id value="UKCore-PreferredContactMethod" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PreferredContactMethod" /> + <version value="2.2.0" /> + <name value="UKCorePreferredContactMethod" /> + <title value="UK Core Preferred Contact Method" /> + <status value="active" /> + <date value="2023-10-09" /> + <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 method by which a person would prefer to be contacted." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" /> + </include> + </compose> + <expansion> + <identifier value="4dc72d2e-fcbd-4590-9864-56d0724c62fc" /> + <timestamp value="2021-09-10T07:33:41+00:00" /> + <total value="9" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod|2.1.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" /> + <code value="4" /> + <display value="E-mail" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" /> + <code value="1" /> + <display value="Letter" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" /> + <code value="5" /> + <display value="Minicom (Textphone)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" /> + <code value="8" /> + <display value="No Telephone contact" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" /> + <code value="7" /> + <display value="Sign language" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" /> + <code value="3" /> + <display value="Telephone" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" /> + <code value="6" /> + <display value="Telephone contact via proxy" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" /> + <code value="2" /> + <display value="Visit" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" /> + <code value="9" /> + <display value="SMS" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-PreferredWrittenCommunicationFormat.xml b/valuesets/ValueSet-UKCore-PreferredWrittenCommunicationFormat.xml index 525b9c82..8155c172 100644 --- a/valuesets/ValueSet-UKCore-PreferredWrittenCommunicationFormat.xml +++ b/valuesets/ValueSet-UKCore-PreferredWrittenCommunicationFormat.xml @@ -1,60 +1,60 @@ <?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-PreferredWrittenCommunicationFormat"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PreferredWrittenCommunicationFormat"/> - <version value="2.1.0" /> - <name value="UKCorePreferredWrittenCommunicationFormat"/> - <title value="UK Core Preferred Written Communication Format"/> - <status value="active" /> - <date value="2021-09-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="A set of codes that define the format in which a person would prefer to receive written communications."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat"/> - </include> - </compose> - <expansion> - <identifier value="a3e36d92-18a1-4e20-b90a-68b2ba94bd69"/> - <timestamp value="2021-09-10T07:37:55+00:00"/> - <total value="3"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat|2.1.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat"/> - <code value="13"/> - <display value="Audio tape"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat"/> - <code value="12"/> - <display value="Braille"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat"/> - <code value="11"/> - <display value="Large print"/> - </contains> - </expansion> + <id value="UKCore-PreferredWrittenCommunicationFormat" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PreferredWrittenCommunicationFormat" /> + <version value="2.1.0" /> + <name value="UKCorePreferredWrittenCommunicationFormat" /> + <title value="UK Core Preferred Written Communication Format" /> + <status value="active" /> + <date value="2021-09-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="A set of codes that define the format in which a person would prefer to receive written communications." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat" /> + </include> + </compose> + <expansion> + <identifier value="a3e36d92-18a1-4e20-b90a-68b2ba94bd69" /> + <timestamp value="2021-09-10T07:37:55+00:00" /> + <total value="3" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat|2.1.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat" /> + <code value="13" /> + <display value="Audio tape" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat" /> + <code value="12" /> + <display value="Braille" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat" /> + <code value="11" /> + <display value="Large print" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-PrescriptionType.xml b/valuesets/ValueSet-UKCore-PrescriptionType.xml index 92768457..af76df41 100644 --- a/valuesets/ValueSet-UKCore-PrescriptionType.xml +++ b/valuesets/ValueSet-UKCore-PrescriptionType.xml @@ -1,27 +1,27 @@ <ValueSet xmlns="http://hl7.org/fhir"> -<id value="UKCore-PrescriptionType"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PrescriptionType"/> - <version value="2.0.0"/> - <name value="UKCorePrescriptionType"/> - <title value="UK Core Prescription Type"/> - <status value="retired" /> - <date value="2021-09-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="A ValueSet to identify the type of prescription."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-PrescriptionType"/> - </include> - </compose> +<id value="UKCore-PrescriptionType" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PrescriptionType" /> + <version value="2.0.0" /> + <name value="UKCorePrescriptionType" /> + <title value="UK Core Prescription Type" /> + <status value="retired" /> + <date value="2021-09-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="A ValueSet to identify the type of prescription." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-PrescriptionType" /> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ProblemSignificance.xml b/valuesets/ValueSet-UKCore-ProblemSignificance.xml index 76d19759..b557d2cc 100644 --- a/valuesets/ValueSet-UKCore-ProblemSignificance.xml +++ b/valuesets/ValueSet-UKCore-ProblemSignificance.xml @@ -1,54 +1,54 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ProblemSignificance" /> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ProblemSignificance" /> - <version value="1.0.0" /> - <name value="UKCoreProblemSignificance" /> - <title value="UK Core Problem Significance" /> - <status value="retired" /> - <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="A set of codes that define the significance of a problem header condition." /> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-ProblemSignificance" /> - </include> - </compose> - <expansion> - <identifier value="aa18d91e-7d58-452c-af7f-3533dfccd3a1"/> - <timestamp value="2022-01-07T13:54:44+00:00"/> - <total value="2"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ProblemSignificance|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ProblemSignificance"/> - <code value="major"/> - <display value="Major"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ProblemSignificance"/> - <code value="minor"/> - <display value="Minor"/> - </contains> - </expansion> + <id value="UKCore-ProblemSignificance" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ProblemSignificance" /> + <version value="1.0.0" /> + <name value="UKCoreProblemSignificance" /> + <title value="UK Core Problem Significance" /> + <status value="retired" /> + <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="A set of codes that define the significance of a problem header condition." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-ProblemSignificance" /> + </include> + </compose> + <expansion> + <identifier value="aa18d91e-7d58-452c-af7f-3533dfccd3a1" /> + <timestamp value="2022-01-07T13:54:44+00:00" /> + <total value="2" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ProblemSignificance|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ProblemSignificance" /> + <code value="major" /> + <display value="Major" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ProblemSignificance" /> + <code value="minor" /> + <display value="Minor" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ProcedureCode.xml b/valuesets/ValueSet-UKCore-ProcedureCode.xml index 87f16fc0..bb4d08e1 100644 --- a/valuesets/ValueSet-UKCore-ProcedureCode.xml +++ b/valuesets/ValueSet-UKCore-ProcedureCode.xml @@ -1,31 +1,31 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ProcedureCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ProcedureCode"/> - <version value="2.2.0"/> - <name value="UKCoreProcedureCode"/> - <title value="UK Core Procedure Code"/> - <status value="active"/> - <date value="2022-12-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 a procedure or a procedure with explicit context. Selected from the SNOMED CT UK coding system: - descendantOrSelfOf 71388002 | Procedure - descendantOrSelfOf 129125009 | Procedure with explicit context"/> - <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement."/> - <compose> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="descendantOrSelfOf 71388002 OR descendantOrSelfOf 129125009"/> - </filter> - </include> - </compose> + <id value="UKCore-ProcedureCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ProcedureCode" /> + <version value="2.2.0" /> + <name value="UKCoreProcedureCode" /> + <title value="UK Core Procedure Code" /> + <status value="active" /> + <date value="2022-12-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 a procedure or a procedure with explicit context. Selected from the SNOMED CT UK coding system: - descendantOrSelfOf 71388002 | Procedure - descendantOrSelfOf 129125009 | Procedure with explicit context" /> + <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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="descendantOrSelfOf 71388002 OR descendantOrSelfOf 129125009" /> + </filter> + </include> + </compose> </ValueSet> \ No newline at end of file diff --git a/valuesets/ValueSet-UKCore-QuestionnaireQuestionCodes.xml b/valuesets/ValueSet-UKCore-QuestionnaireQuestionCodes.xml index c5e8e29f..8bc3fa3c 100644 --- a/valuesets/ValueSet-UKCore-QuestionnaireQuestionCodes.xml +++ b/valuesets/ValueSet-UKCore-QuestionnaireQuestionCodes.xml @@ -1,26 +1,26 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-QuestionnaireQuestionCodes"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-QuestionnaireQuestionCodes"/> - <version value="1.0.0"/> - <name value="UKCoreQuestionnaireQuestionCodes"/> - <title value="UK Core Questionnaire Question Codes"/> - <status value="active" /> - <date value="2022-05-20" /> - <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 questions or groups of questions, consisting of the entirety of the SNOMED CT UK Coding System. This set of codes may not necessarily be complete or appropriate and may require further discussion in the future."/> - <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> - <compose> - <include> - <system value="http://snomed.info/sct" /> - </include> - </compose> + <id value="UKCore-QuestionnaireQuestionCodes" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-QuestionnaireQuestionCodes" /> + <version value="1.0.0" /> + <name value="UKCoreQuestionnaireQuestionCodes" /> + <title value="UK Core Questionnaire Question Codes" /> + <status value="active" /> + <date value="2022-05-20" /> + <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 questions or groups of questions, consisting of the entirety of the SNOMED CT UK Coding System. This set of codes may not necessarily be complete or appropriate and may require further discussion in the future." /> + <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ReasonImmunizationNotAdministered.xml b/valuesets/ValueSet-UKCore-ReasonImmunizationNotAdministered.xml index da198b77..1396f9d3 100644 --- a/valuesets/ValueSet-UKCore-ReasonImmunizationNotAdministered.xml +++ b/valuesets/ValueSet-UKCore-ReasonImmunizationNotAdministered.xml @@ -1,847 +1,847 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ReasonImmunizationNotAdministered"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ReasonImmunizationNotAdministered"/> - <version value="2.2.0" /> - <name value="UKCoreReasonImmunizationNotAdministered"/> - <title value="UK Core Reason Immunization Not Administered"/> - <status value="active" /> - <date value="2022-08-26" /> - <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 reason why an immunisation was not administered. Selected from the SNOMED CT UK coding system."/> - <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> - <compose> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="201741000000102 OR 281399006 OR 213257006 OR descendantOrSelfOf 266758009 OR descendantOrSelfOf 310376006 OR descendantOrSelfOf 591000119102"/> - </filter> - </include> - </compose> + <id value="UKCore-ReasonImmunizationNotAdministered" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ReasonImmunizationNotAdministered" /> + <version value="2.2.0" /> + <name value="UKCoreReasonImmunizationNotAdministered" /> + <title value="UK Core Reason Immunization Not Administered" /> + <status value="active" /> + <date value="2022-08-26" /> + <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 reason why an immunisation was not administered. Selected from the SNOMED CT UK coding system." /> + <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="201741000000102 OR 281399006 OR 213257006 OR descendantOrSelfOf 266758009 OR descendantOrSelfOf 310376006 OR descendantOrSelfOf 591000119102" /> + </filter> + </include> + </compose> <expansion> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> - <valueBoolean value="true"/> + <valueBoolean value="true" /> </extension> - <identifier value="d78843bf-e92d-42a6-8955-18a4cb38210e"/> - <timestamp value="2021-09-09T12:52:29+00:00"/> - <total value="159"/> - <offset value="0"/> + <identifier value="d78843bf-e92d-42a6-8955-18a4cb38210e" /> + <timestamp value="2021-09-09T12:52:29+00:00" /> + <total value="159" /> + <offset value="0" /> <parameter> - <name value="version"/> - <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20220928"/> + <name value="version" /> + <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20220928" /> </parameter> <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> + <name value="count" /> + <valueInteger value="2147483647" /> </parameter> <parameter> - <name value="offset"/> - <valueInteger value="0"/> + <name value="offset" /> + <valueInteger value="0" /> </parameter> - <contains> - <system value="http://snomed.info/sct"/> - <code value="942561000000105"/> - <display value="Anthrax vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="715166006"/> - <display value="Bacillus Calmette-Guerin vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="408791003"/> - <display value="BCG vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="722396000"/> - <display value="Booster meningitis B vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="700359005"/> - <display value="Booster meningitis C vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719469002"/> - <display value="Cholera vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="894681000000107"/> - <display value="Cholera vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719324009"/> - <display value="Combined hepatitis A and B vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="827101000000105"/> - <display value="Combined hepatitis A and B vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183936003"/> - <display value="Contraindication to live immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="281399006"/> - <display value="Did not attend"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="201741000000102"/> - <display value="Did not attend child immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="715163003"/> - <display value="Diphtheria vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1083421000000107"/> - <display value="Diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1082521000000100"/> - <display value="Diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="897351000000102"/> - <display value="Diphtheria, tetanus, acellular pertussis and inactivated polio vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="511531000000109"/> - <display value="Diphtheria, tetanus, acellular pertussis, inactivated polio vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="898291000000101"/> - <display value="Diphtheria, tetanus, acellular pertussis, inactivated polio vaccine, Haemophilus influenzae type b vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="511571000000106"/> - <display value="Diphtheria, tetanus, acellular pertussis, inactivated polio vaccine, haemophilus influenzae type b vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="903241000000108"/> - <display value="Diphtheria, tetanus, inactivated polio vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="903281000000100"/> - <display value="Diphtheria, tetanus, inactivated polio vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1086431000000100"/> - <display value="First diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="871521000000104"/> - <display value="First intranasal influenza vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="885991000000104"/> - <display value="First intranasal pandemic influenza vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="885971000000103"/> - <display value="First intranasal seasonal influenza vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="722397009"/> - <display value="First meningitis B vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="882201000000107"/> - <display value="First rotavirus vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="213257006"/> - <display value="Generally unwell"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="897331000000109"/> - <display value="Haemophilus influenzae type b and meningitis C vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="299161000000100"/> - <display value="Haemophilus influenzae type B and meningitis C vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719886001"/> - <display value="Haemophilus influenzae type b vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719330009"/> - <display value="Hepatitis A vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="11121000175106"/> - <display value="Hepatitis A vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="408778004"/> - <display value="Hepatitis B immunisation declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="699037006"/> - <display value="Hepatitis B vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="868531000000103"/> - <display value="Herpes zoster vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="9691000175102"/> - <display value="Herpes zoster vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="761844008"/> - <display value="Human papilloma virus vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="438765003"/> - <display value="Human papillomavirus vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310376006"/> - <display value="Immunisation consent not given"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="266758009"/> - <display value="Immunisation contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1157198004"/> - <display value="Inactivated whole SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) antigen vaccine contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1157200005"/> - <display value="Inactivated whole SARS-CoV-2 antigen vaccine declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="698950001"/> - <display value="Influenza A virus subtype H1N1 vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="390796006"/> - <display value="Influenza vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="315640000"/> - <display value="Influenza vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="130651000119102"/> - <display value="Influenza vaccination declined by caregiver"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719458000"/> - <display value="Japanese encephalitis vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1239871000000107"/> - <display value="Live attenuated influenza vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="505031000000103"/> - <display value="Measles mumps rubella catch-up vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719467000"/> - <display value="Measles vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="9711000175104"/> - <display value="Measles, mumps and rubella vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="275974002"/> - <display value="Measles/mumps/rubella vaccine contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="957771000000107"/> - <display value="Meningitis ACW & Y vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="957791000000106"/> - <display value="Meningitis ACW & Y vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="957601000000106"/> - <display value="Meningitis B vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="720548009"/> - <display value="Meningitis B vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="395703005"/> - <display value="Meningitis C immunisation declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719598000"/> - <display value="Meningitis C vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="23691000175109"/> - <display value="Meningococcal vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171271006"/> - <display value="No consent - BCG"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171266004"/> - <display value="No consent - diphtheria immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171272004"/> - <display value="No consent - influenza immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171269006"/> - <display value="No consent - measles immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171265000"/> - <display value="No consent - pertussis immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171268003"/> - <display value="No consent - polio immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171285001"/> - <display value="No consent - pre-school vaccinations"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171270007"/> - <display value="No consent - rubella immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171286000"/> - <display value="No consent - school exit vaccinations"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171267008"/> - <display value="No consent - tetanus immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171257003"/> - <display value="No consent - Tetanus/low dose diphtheria vaccine"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="314769006"/> - <display value="No consent DT immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="314768003"/> - <display value="No consent DTP immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="268559007"/> - <display value="No consent for any immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171283008"/> - <display value="No consent for any primary immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171291004"/> - <display value="No consent for Haemophilus influenzae type b immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="198811000000100"/> - <display value="No consent for hepatitis A vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="198041000000109"/> - <display value="No consent for hepatitis B vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="868601000000108"/> - <display value="No consent for herpes zoster vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="375821000000103"/> - <display value="No consent for human papillomavirus vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="515371000000101"/> - <display value="No consent for influenza A (H1N1v) 2009 vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="314936001"/> - <display value="No consent for meningitis C immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171280006"/> - <display value="No consent for MMR"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310839003"/> - <display value="No consent for MMR1"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310840001"/> - <display value="No consent for MMR2"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171293001"/> - <display value="No consent for MR - Measles/rubella vaccine"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="868731000000107"/> - <display value="No consent for rotavirus vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="868491000000103"/> - <display value="No consent for seasonal influenza vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="88381000000109"/> - <display value="No consent for second Haemophilus influenzae type B booster"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="407598009"/> - <display value="No consent for third Haemophilus influenzae type b vaccine booster"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171292006"/> - <display value="No consent pneumococcal immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="380631000000100"/> - <display value="Pandemic influenza vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="380381000000108"/> - <display value="Pandemic influenza vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="21131000175102"/> - <display value="Pertussis vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="957291000000102"/> - <display value="Pertussis vaccination in pregnancy contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="866641000000105"/> - <display value="Pertussis vaccination in pregnancy declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171284002"/> - <display value="Pertussis vaccine contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="390795005"/> - <display value="Pneumococcal vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="401086001"/> - <display value="Pneumococcal vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="139731000119106"/> - <display value="Pneumococcal vaccination declined by caregiver"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719476007"/> - <display value="Polio vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="842881000000105"/> - <display value="Post exposure diphtheria, tetanus, acellular pertussis and inactivated polio vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719472009"/> - <display value="Rabies vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="868691000000101"/> - <display value="Rotavirus vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="868711000000104"/> - <display value="Rotavirus vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719473004"/> - <display value="Rubella vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1157110005"/> - <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) non-replicating viral vector vaccine contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1324721000000108"/> - <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination dose declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1363851000000101"/> - <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination fifth dose declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1324741000000101"/> - <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination first dose declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1363811000000100"/> - <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination fourth dose declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1324751000000103"/> - <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination second dose declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1363781000000103"/> - <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination third dose declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1145023008"/> - <display value="SARS-CoV-2 antigen vaccine contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1145033000"/> - <display value="SARS-CoV-2 antigen vaccine declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1193584006"/> - <display value="SARS-CoV-2 DNA plasmid encoding spike protein vaccine contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1193582005"/> - <display value="SARS-CoV-2 DNA plasmid encoding spike protein vaccine declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1145022003"/> - <display value="SARS-CoV-2 mRNA vaccine contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1145032005"/> - <display value="SARS-CoV-2 mRNA vaccine declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1157118003"/> - <display value="SARS-CoV-2 non-replicating viral vector vaccine declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1162647000"/> - <display value="SARS-CoV-2 recombinant spike protein antigen vaccine contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1162649002"/> - <display value="SARS-CoV-2 recombinant spike protein antigen vaccine declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1156270003"/> - <display value="SARS-CoV-2 vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1156265005"/> - <display value="SARS-CoV-2 vaccine contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1179498004"/> - <display value="SARS-CoV-2 virus-like particle antigen vaccine contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1179500003"/> - <display value="SARS-CoV-2 virus-like particle antigen vaccine declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="822951000000107"/> - <display value="Seasonal influenza vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="822931000000100"/> - <display value="Seasonal influenza vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1086441000000109"/> - <display value="Second diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1157199007"/> - <display value="Second dose of inactivated whole SARS-CoV-2 antigen vaccine contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1157201009"/> - <display value="Second dose of inactivated whole SARS-CoV-2 antigen vaccine declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1162648005"/> - <display value="Second dose of recombinant spike protein SARS-CoV-2 antigen vaccine contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1145035007"/> - <display value="Second dose of SARS-CoV-2 mRNA vaccine contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1145034006"/> - <display value="Second dose of SARS-CoV-2 mRNA vaccine declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1157113007"/> - <display value="Second dose of SARS-CoV-2 non-replicating viral vector vaccine contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1157120000"/> - <display value="Second dose of SARS-CoV-2 non-replicating viral vector vaccine declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1162650002"/> - <display value="Second dose of SARS-CoV-2 recombinant spike protein antigen vaccine declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1179501004"/> - <display value="Second dose of SARS-CoV-2 virus-like particle antigen vaccine declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1179499007"/> - <display value="Second dose of virus-like particle SARS-CoV-2 antigen vaccine contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="871541000000106"/> - <display value="Second intranasal influenza vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="886031000000106"/> - <display value="Second intranasal pandemic influenza vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="886011000000103"/> - <display value="Second intranasal seasonal influenza vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="722338002"/> - <display value="Second meningitis B vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="882221000000103"/> - <display value="Second rotavirus vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="171277005"/> - <display value="Sensitivity contraindicated - immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719325005"/> - <display value="Smallpox vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1373621000000100"/> - <display value="Smallpox virus vaccination dose declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1373651000000105"/> - <display value="Smallpox virus vaccination first dose declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1373661000000108"/> - <display value="Smallpox virus vaccination second dose declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1373671000000101"/> - <display value="Smallpox virus vaccination third dose declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="16472341000119108"/> - <display value="Tetanus diphtheria and acellular pertussis vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719474005"/> - <display value="Tetanus vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="723061000"/> - <display value="Tetanus vaccination declined by patient"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1086451000000107"/> - <display value="Third diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination declined"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719457005"/> - <display value="Tick-borne encephalitis vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719470001"/> - <display value="Typhoid vaccination contraindicated"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="591000119102"/> - <display value="Vaccine declined by patient"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="723062007"/> - <display value="Varicella zoster vaccination declined by patient"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="719320000"/> - <display value="Yellow fever vaccination contraindicated"/> - </contains> - </expansion> + <contains> + <system value="http://snomed.info/sct" /> + <code value="942561000000105" /> + <display value="Anthrax vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="715166006" /> + <display value="Bacillus Calmette-Guerin vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="408791003" /> + <display value="BCG vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="722396000" /> + <display value="Booster meningitis B vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="700359005" /> + <display value="Booster meningitis C vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719469002" /> + <display value="Cholera vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="894681000000107" /> + <display value="Cholera vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719324009" /> + <display value="Combined hepatitis A and B vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="827101000000105" /> + <display value="Combined hepatitis A and B vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183936003" /> + <display value="Contraindication to live immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="281399006" /> + <display value="Did not attend" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="201741000000102" /> + <display value="Did not attend child immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="715163003" /> + <display value="Diphtheria vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1083421000000107" /> + <display value="Diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1082521000000100" /> + <display value="Diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="897351000000102" /> + <display value="Diphtheria, tetanus, acellular pertussis and inactivated polio vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="511531000000109" /> + <display value="Diphtheria, tetanus, acellular pertussis, inactivated polio vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="898291000000101" /> + <display value="Diphtheria, tetanus, acellular pertussis, inactivated polio vaccine, Haemophilus influenzae type b vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="511571000000106" /> + <display value="Diphtheria, tetanus, acellular pertussis, inactivated polio vaccine, haemophilus influenzae type b vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="903241000000108" /> + <display value="Diphtheria, tetanus, inactivated polio vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="903281000000100" /> + <display value="Diphtheria, tetanus, inactivated polio vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1086431000000100" /> + <display value="First diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="871521000000104" /> + <display value="First intranasal influenza vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="885991000000104" /> + <display value="First intranasal pandemic influenza vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="885971000000103" /> + <display value="First intranasal seasonal influenza vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="722397009" /> + <display value="First meningitis B vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="882201000000107" /> + <display value="First rotavirus vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="213257006" /> + <display value="Generally unwell" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="897331000000109" /> + <display value="Haemophilus influenzae type b and meningitis C vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="299161000000100" /> + <display value="Haemophilus influenzae type B and meningitis C vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719886001" /> + <display value="Haemophilus influenzae type b vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719330009" /> + <display value="Hepatitis A vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="11121000175106" /> + <display value="Hepatitis A vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="408778004" /> + <display value="Hepatitis B immunisation declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="699037006" /> + <display value="Hepatitis B vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="868531000000103" /> + <display value="Herpes zoster vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="9691000175102" /> + <display value="Herpes zoster vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="761844008" /> + <display value="Human papilloma virus vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="438765003" /> + <display value="Human papillomavirus vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310376006" /> + <display value="Immunisation consent not given" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="266758009" /> + <display value="Immunisation contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1157198004" /> + <display value="Inactivated whole SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) antigen vaccine contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1157200005" /> + <display value="Inactivated whole SARS-CoV-2 antigen vaccine declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="698950001" /> + <display value="Influenza A virus subtype H1N1 vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="390796006" /> + <display value="Influenza vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="315640000" /> + <display value="Influenza vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="130651000119102" /> + <display value="Influenza vaccination declined by caregiver" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719458000" /> + <display value="Japanese encephalitis vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1239871000000107" /> + <display value="Live attenuated influenza vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="505031000000103" /> + <display value="Measles mumps rubella catch-up vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719467000" /> + <display value="Measles vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="9711000175104" /> + <display value="Measles, mumps and rubella vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="275974002" /> + <display value="Measles/mumps/rubella vaccine contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="957771000000107" /> + <display value="Meningitis ACW & Y vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="957791000000106" /> + <display value="Meningitis ACW & Y vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="957601000000106" /> + <display value="Meningitis B vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="720548009" /> + <display value="Meningitis B vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="395703005" /> + <display value="Meningitis C immunisation declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719598000" /> + <display value="Meningitis C vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="23691000175109" /> + <display value="Meningococcal vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171271006" /> + <display value="No consent - BCG" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171266004" /> + <display value="No consent - diphtheria immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171272004" /> + <display value="No consent - influenza immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171269006" /> + <display value="No consent - measles immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171265000" /> + <display value="No consent - pertussis immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171268003" /> + <display value="No consent - polio immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171285001" /> + <display value="No consent - pre-school vaccinations" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171270007" /> + <display value="No consent - rubella immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171286000" /> + <display value="No consent - school exit vaccinations" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171267008" /> + <display value="No consent - tetanus immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171257003" /> + <display value="No consent - Tetanus/low dose diphtheria vaccine" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="314769006" /> + <display value="No consent DT immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="314768003" /> + <display value="No consent DTP immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="268559007" /> + <display value="No consent for any immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171283008" /> + <display value="No consent for any primary immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171291004" /> + <display value="No consent for Haemophilus influenzae type b immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="198811000000100" /> + <display value="No consent for hepatitis A vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="198041000000109" /> + <display value="No consent for hepatitis B vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="868601000000108" /> + <display value="No consent for herpes zoster vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="375821000000103" /> + <display value="No consent for human papillomavirus vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="515371000000101" /> + <display value="No consent for influenza A (H1N1v) 2009 vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="314936001" /> + <display value="No consent for meningitis C immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171280006" /> + <display value="No consent for MMR" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310839003" /> + <display value="No consent for MMR1" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310840001" /> + <display value="No consent for MMR2" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171293001" /> + <display value="No consent for MR - Measles/rubella vaccine" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="868731000000107" /> + <display value="No consent for rotavirus vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="868491000000103" /> + <display value="No consent for seasonal influenza vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="88381000000109" /> + <display value="No consent for second Haemophilus influenzae type B booster" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="407598009" /> + <display value="No consent for third Haemophilus influenzae type b vaccine booster" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171292006" /> + <display value="No consent pneumococcal immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="380631000000100" /> + <display value="Pandemic influenza vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="380381000000108" /> + <display value="Pandemic influenza vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="21131000175102" /> + <display value="Pertussis vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="957291000000102" /> + <display value="Pertussis vaccination in pregnancy contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="866641000000105" /> + <display value="Pertussis vaccination in pregnancy declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171284002" /> + <display value="Pertussis vaccine contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="390795005" /> + <display value="Pneumococcal vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="401086001" /> + <display value="Pneumococcal vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="139731000119106" /> + <display value="Pneumococcal vaccination declined by caregiver" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719476007" /> + <display value="Polio vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="842881000000105" /> + <display value="Post exposure diphtheria, tetanus, acellular pertussis and inactivated polio vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719472009" /> + <display value="Rabies vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="868691000000101" /> + <display value="Rotavirus vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="868711000000104" /> + <display value="Rotavirus vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719473004" /> + <display value="Rubella vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1157110005" /> + <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) non-replicating viral vector vaccine contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1324721000000108" /> + <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination dose declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1363851000000101" /> + <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination fifth dose declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1324741000000101" /> + <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination first dose declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1363811000000100" /> + <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination fourth dose declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1324751000000103" /> + <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination second dose declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1363781000000103" /> + <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination third dose declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1145023008" /> + <display value="SARS-CoV-2 antigen vaccine contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1145033000" /> + <display value="SARS-CoV-2 antigen vaccine declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1193584006" /> + <display value="SARS-CoV-2 DNA plasmid encoding spike protein vaccine contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1193582005" /> + <display value="SARS-CoV-2 DNA plasmid encoding spike protein vaccine declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1145022003" /> + <display value="SARS-CoV-2 mRNA vaccine contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1145032005" /> + <display value="SARS-CoV-2 mRNA vaccine declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1157118003" /> + <display value="SARS-CoV-2 non-replicating viral vector vaccine declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1162647000" /> + <display value="SARS-CoV-2 recombinant spike protein antigen vaccine contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1162649002" /> + <display value="SARS-CoV-2 recombinant spike protein antigen vaccine declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1156270003" /> + <display value="SARS-CoV-2 vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1156265005" /> + <display value="SARS-CoV-2 vaccine contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1179498004" /> + <display value="SARS-CoV-2 virus-like particle antigen vaccine contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1179500003" /> + <display value="SARS-CoV-2 virus-like particle antigen vaccine declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="822951000000107" /> + <display value="Seasonal influenza vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="822931000000100" /> + <display value="Seasonal influenza vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1086441000000109" /> + <display value="Second diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1157199007" /> + <display value="Second dose of inactivated whole SARS-CoV-2 antigen vaccine contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1157201009" /> + <display value="Second dose of inactivated whole SARS-CoV-2 antigen vaccine declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1162648005" /> + <display value="Second dose of recombinant spike protein SARS-CoV-2 antigen vaccine contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1145035007" /> + <display value="Second dose of SARS-CoV-2 mRNA vaccine contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1145034006" /> + <display value="Second dose of SARS-CoV-2 mRNA vaccine declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1157113007" /> + <display value="Second dose of SARS-CoV-2 non-replicating viral vector vaccine contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1157120000" /> + <display value="Second dose of SARS-CoV-2 non-replicating viral vector vaccine declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1162650002" /> + <display value="Second dose of SARS-CoV-2 recombinant spike protein antigen vaccine declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1179501004" /> + <display value="Second dose of SARS-CoV-2 virus-like particle antigen vaccine declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1179499007" /> + <display value="Second dose of virus-like particle SARS-CoV-2 antigen vaccine contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="871541000000106" /> + <display value="Second intranasal influenza vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="886031000000106" /> + <display value="Second intranasal pandemic influenza vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="886011000000103" /> + <display value="Second intranasal seasonal influenza vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="722338002" /> + <display value="Second meningitis B vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="882221000000103" /> + <display value="Second rotavirus vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="171277005" /> + <display value="Sensitivity contraindicated - immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719325005" /> + <display value="Smallpox vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1373621000000100" /> + <display value="Smallpox virus vaccination dose declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1373651000000105" /> + <display value="Smallpox virus vaccination first dose declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1373661000000108" /> + <display value="Smallpox virus vaccination second dose declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1373671000000101" /> + <display value="Smallpox virus vaccination third dose declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="16472341000119108" /> + <display value="Tetanus diphtheria and acellular pertussis vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719474005" /> + <display value="Tetanus vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="723061000" /> + <display value="Tetanus vaccination declined by patient" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1086451000000107" /> + <display value="Third diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination declined" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719457005" /> + <display value="Tick-borne encephalitis vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719470001" /> + <display value="Typhoid vaccination contraindicated" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="591000119102" /> + <display value="Vaccine declined by patient" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="723062007" /> + <display value="Varicella zoster vaccination declined by patient" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="719320000" /> + <display value="Yellow fever vaccination contraindicated" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-RecordingSetting.xml b/valuesets/ValueSet-UKCore-RecordingSetting.xml index 9830ab61..f752a420 100644 --- a/valuesets/ValueSet-UKCore-RecordingSetting.xml +++ b/valuesets/ValueSet-UKCore-RecordingSetting.xml @@ -1,42 +1,42 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-RecordingSetting"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-RecordingSetting"/> - <version value="1.0.0"/> - <name value="UKCoreRecordingSetting"/> - <title value="UK Core Recording Setting"/> - <status value="draft"/> - <date value="2023-09-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="A set of codes that define whether an observation was taken at home or in a clinical setting."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordingSetting"/> - </include> - </compose> - <expansion> - <identifier value="214adc79-3eb3-4cd5-81ce-bba8a45293b1"/> - <timestamp value="2023-09-12T15:00:00+00:00"/> - <total value="2"/> - <offset value="0"/> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordingSetting"/> - <code value="residential"/> - <display value="Residential"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordingSetting"/> - <code value="clinical"/> - <display value="Clinical"/> - </contains> - </expansion> + <id value="UKCore-RecordingSetting" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-RecordingSetting" /> + <version value="1.0.0" /> + <name value="UKCoreRecordingSetting" /> + <title value="UK Core Recording Setting" /> + <status value="draft" /> + <date value="2023-09-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="A set of codes that define whether an observation was taken at home or in a clinical setting." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordingSetting" /> + </include> + </compose> + <expansion> + <identifier value="214adc79-3eb3-4cd5-81ce-bba8a45293b1" /> + <timestamp value="2023-09-12T15:00:00+00:00" /> + <total value="2" /> + <offset value="0" /> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordingSetting" /> + <code value="residential" /> + <display value="Residential" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordingSetting" /> + <code value="clinical" /> + <display value="Clinical" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ReligiousAffiliation.xml b/valuesets/ValueSet-UKCore-ReligiousAffiliation.xml index 31a8bb40..74c9afca 100644 --- a/valuesets/ValueSet-UKCore-ReligiousAffiliation.xml +++ b/valuesets/ValueSet-UKCore-ReligiousAffiliation.xml @@ -1,35 +1,35 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ReligiousAffiliation"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ReligiousAffiliation"/> - <identifier> - <system value="urn:ietf:rfc:3986"/> - <value value="urn:oid:2.16.840.1.113883.2.1.3.2.4.16.21"/> - </identifier> - <version value="2.0.0"/> - <name value="UKCoreReligiousAffiliation"/> - <title value="UK Core Religious Affiliation"/> - <status value="retired" /> - <date value="2021-09-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="A code from the SNOMED Clinical Terminology UK coding system that describes the religious or other belief system affiliation of a person. Any code from the SNOMED CT UK 'Religious Affiliation SnCT' subset with subset original id 10791000000130; the corresponding SNOMED CT UK Refset fully specified name is 'Religious or other belief system affiliation simple reference set (foundation metadata concept)' with Refset Id 999000531000000100."/> - <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://snomed.info/sct"/> - <filter> - <property value="concept"/> - <op value="in"/> - <value value="^999000531000000100"/> - </filter> - </include> - </compose> + <id value="UKCore-ReligiousAffiliation" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ReligiousAffiliation" /> + <identifier> + <system value="urn:ietf:rfc:3986" /> + <value value="urn:oid:2.16.840.1.113883.2.1.3.2.4.16.21" /> + </identifier> + <version value="2.0.0" /> + <name value="UKCoreReligiousAffiliation" /> + <title value="UK Core Religious Affiliation" /> + <status value="retired" /> + <date value="2021-09-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="A code from the SNOMED Clinical Terminology UK coding system that describes the religious or other belief system affiliation of a person. Any code from the SNOMED CT UK 'Religious Affiliation SnCT' subset with subset original id 10791000000130; the corresponding SNOMED CT UK Refset fully specified name is 'Religious or other belief system affiliation simple reference set (foundation metadata concept)' with Refset Id 999000531000000100." /> + <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://snomed.info/sct" /> + <filter> + <property value="concept" /> + <op value="in" /> + <value value="^999000531000000100" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ReportCode.xml b/valuesets/ValueSet-UKCore-ReportCode.xml index 7ecf4667..6650db3a 100644 --- a/valuesets/ValueSet-UKCore-ReportCode.xml +++ b/valuesets/ValueSet-UKCore-ReportCode.xml @@ -1,31 +1,31 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ReportCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ReportCode"/> - <version value="1.0.0"/> - <name value="UKCoreReportCode"/> - <title value="UK Core Report Code"/> - <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="A code from the SNOMED Clinical Terminology UK coding system that describes a diagnostic report. Selected from the following SNOMED CT UK coding system: - descendantOrSelfOf 371525003 | Clinical procedure 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." /> - <compose> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="descendantOrSelfOf 371525003"/> - </filter> - </include> - </compose> + <id value="UKCore-ReportCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ReportCode" /> + <version value="1.0.0" /> + <name value="UKCoreReportCode" /> + <title value="UK Core Report Code" /> + <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="A code from the SNOMED Clinical Terminology UK coding system that describes a diagnostic report. Selected from the following SNOMED CT UK coding system: - descendantOrSelfOf 371525003 | Clinical procedure 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." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="descendantOrSelfOf 371525003" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ReportCodeSnCT.xml b/valuesets/ValueSet-UKCore-ReportCodeSnCT.xml index 2894579a..c7790ec8 100644 --- a/valuesets/ValueSet-UKCore-ReportCodeSnCT.xml +++ b/valuesets/ValueSet-UKCore-ReportCodeSnCT.xml @@ -1,31 +1,31 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ReportCodeSnCT"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ReportCodeSnCT"/> - <version value="2.0.0"/> - <name value="UKCoreReportCodeSnCT"/> - <title value="UK Core Report Code SnCT"/> - <status value="retired" /> - <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="A code from the SNOMED Clinical Terminology UK coding system that describes a 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." /> - <compose> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="(<<371525003 | Clinical procedure report|)"/> - </filter> - </include> - </compose> + <id value="UKCore-ReportCodeSnCT" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ReportCodeSnCT" /> + <version value="2.0.0" /> + <name value="UKCoreReportCodeSnCT" /> + <title value="UK Core Report Code SnCT" /> + <status value="retired" /> + <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="A code from the SNOMED Clinical Terminology UK coding system that describes a 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." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="(<<371525003 | Clinical procedure report|)" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ResidentialStatus.xml b/valuesets/ValueSet-UKCore-ResidentialStatus.xml index aaa010e0..a4a48cd0 100644 --- a/valuesets/ValueSet-UKCore-ResidentialStatus.xml +++ b/valuesets/ValueSet-UKCore-ResidentialStatus.xml @@ -1,54 +1,54 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ResidentialStatus"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ResidentialStatus"/> - <version value="2.1.0" /> - <name value="UKCoreResidentialStatus"/> - <title value="UK Core Residential Status"/> - <status value="active" /> - <date value="2021-09-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="A set of codes that define the residential status of a patient with regard to the UK."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus"/> - </include> - </compose> - <expansion> - <identifier value="7c6b6561-0f1a-4ee3-9358-cb7ea299f513"/> - <timestamp value="2021-09-10T07:42:15+00:00"/> - <total value="2"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus|2.1.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus"/> - <code value="O"/> - <display value="Overseas Resident"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus"/> - <code value="H"/> - <display value="UK Resident"/> - </contains> - </expansion> + <id value="UKCore-ResidentialStatus" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ResidentialStatus" /> + <version value="2.1.0" /> + <name value="UKCoreResidentialStatus" /> + <title value="UK Core Residential Status" /> + <status value="active" /> + <date value="2021-09-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="A set of codes that define the residential status of a patient with regard to the UK." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus" /> + </include> + </compose> + <expansion> + <identifier value="7c6b6561-0f1a-4ee3-9358-cb7ea299f513" /> + <timestamp value="2021-09-10T07:42:15+00:00" /> + <total value="2" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus|2.1.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus" /> + <code value="O" /> + <display value="Overseas Resident" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus" /> + <code value="H" /> + <display value="UK Resident" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-RespirationRate.xml b/valuesets/ValueSet-UKCore-RespirationRate.xml index 3411c134..3d9914a2 100644 --- a/valuesets/ValueSet-UKCore-RespirationRate.xml +++ b/valuesets/ValueSet-UKCore-RespirationRate.xml @@ -1,34 +1,34 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-RespirationRate"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-RespirationRate"/> - <version value="1.0.0"/> - <name value="UKCoreRespirationRate"/> - <title value="UK Core RespirationRate"/> - <status value="draft"/> - <date value="2023-09-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="A set of codes that define a patients level of consciousness. Selected from the SNOMED CT UK coding system: + <id value="UKCore-RespirationRate" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-RespirationRate" /> + <version value="1.0.0" /> + <name value="UKCoreRespirationRate" /> + <title value="UK Core RespirationRate" /> + <status value="draft" /> + <date value="2023-09-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="A set of codes that define a patients level of consciousness. Selected from the SNOMED CT UK coding system: - DescendantOrSelfOf 86290005 | Respiratory rate - MINUS -&nbsp; - DescendantOrSelfOf 927961000000102 | Baseline respiratory rate"/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="DescendantOrSelfOf 86290005 MINUS DescendantOrSelfOf 927961000000102 "/> - </filter> - </include> - </compose> +&nbsp; - DescendantOrSelfOf 927961000000102 | Baseline respiratory rate" /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="DescendantOrSelfOf 86290005 MINUS DescendantOrSelfOf 927961000000102 " /> + </filter> + </include> + </compose> </ValueSet> \ No newline at end of file diff --git a/valuesets/ValueSet-UKCore-SDSJobRoleName.xml b/valuesets/ValueSet-UKCore-SDSJobRoleName.xml index 08f7e8c1..d2bc07b5 100644 --- a/valuesets/ValueSet-UKCore-SDSJobRoleName.xml +++ b/valuesets/ValueSet-UKCore-SDSJobRoleName.xml @@ -1,26 +1,26 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-SDSJobRoleName"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-SDSJobRoleName"/> - <version value="2.0.0"/> - <name value="UKCoreSDSJobRoleName"/> - <title value="UK Core SDS Job Role Name"/> - <status value="retired" /> - <date value="2021-09-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="A ValueSet that identifies the job role associated with the person on the smart card. This consists of a set of Role Based Access Control (RBAC) codes. This code list is externally maintained."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-SDSJobRoleName"/> - </include> - </compose> + <id value="UKCore-SDSJobRoleName" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-SDSJobRoleName" /> + <version value="2.0.0" /> + <name value="UKCoreSDSJobRoleName" /> + <title value="UK Core SDS Job Role Name" /> + <status value="retired" /> + <date value="2021-09-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="A ValueSet that identifies the job role associated with the person on the smart card. This consists of a set of Role Based Access Control (RBAC) codes. This code list is externally maintained." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-SDSJobRoleName" /> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-SampleCategory.xml b/valuesets/ValueSet-UKCore-SampleCategory.xml index 28e04c25..8d47c7ce 100644 --- a/valuesets/ValueSet-UKCore-SampleCategory.xml +++ b/valuesets/ValueSet-UKCore-SampleCategory.xml @@ -23,20 +23,20 @@ <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory" /> </include> </compose> - <expansion> - <identifier value="98bada17-6d7a-4c4a-989a-57f3fda4f4f5"/> - <timestamp value="2023-05-04T14:02:57+00:00"/> - <total value="2"/> - <offset value="0"/> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory"/> - <code value="tumour"/> - <display value="Tumour"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory"/> - <code value="germline"/> - <display value="Germline"/> - </contains> - </expansion> + <expansion> + <identifier value="98bada17-6d7a-4c4a-989a-57f3fda4f4f5" /> + <timestamp value="2023-05-04T14:02:57+00:00" /> + <total value="2" /> + <offset value="0" /> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory" /> + <code value="tumour" /> + <display value="Tumour" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory" /> + <code value="germline" /> + <display value="Germline" /> + </contains> + </expansion> </ValueSet> \ No newline at end of file diff --git a/valuesets/ValueSet-UKCore-ServiceRequestMethod.xml b/valuesets/ValueSet-UKCore-ServiceRequestMethod.xml index 3f2e982b..8833aaff 100644 --- a/valuesets/ValueSet-UKCore-ServiceRequestMethod.xml +++ b/valuesets/ValueSet-UKCore-ServiceRequestMethod.xml @@ -1,79 +1,79 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ServiceRequestMethod"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ServiceRequestMethod"/> - <version value="1.0.0"/> - <name value="UKCoreServiceRequestMethod"/> - <title value="UK Core Service Request Method"/> - <status value="retired" /> - <date value="2022-05-20" /> - <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 form in which a service request is sent and received."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod"/> - </include> - </compose> - <expansion> - <identifier value="e9b545c7-88db-4bf0-932c-c011588b588b"/> - <timestamp value="2022-02-23T15:22:23+00:00"/> - <total value="7"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod"/> - <code value="1"/> - <display value="Fax"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod"/> - <code value="5"/> - <display value="Letter"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod"/> - <code value="6"/> - <display value="NHS E-Referral Service"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod"/> - <code value="2"/> - <display value="Phone"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod"/> - <code value="4"/> - <display value="Secure Email"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod"/> - <code value="3"/> - <display value="Secure Messaging"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod"/> - <code value="7"/> - <display value="Self Referral"/> - </contains> - </expansion> + <id value="UKCore-ServiceRequestMethod" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ServiceRequestMethod" /> + <version value="1.0.0" /> + <name value="UKCoreServiceRequestMethod" /> + <title value="UK Core Service Request Method" /> + <status value="retired" /> + <date value="2022-05-20" /> + <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 form in which a service request is sent and received." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod" /> + </include> + </compose> + <expansion> + <identifier value="e9b545c7-88db-4bf0-932c-c011588b588b" /> + <timestamp value="2022-02-23T15:22:23+00:00" /> + <total value="7" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod" /> + <code value="1" /> + <display value="Fax" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod" /> + <code value="5" /> + <display value="Letter" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod" /> + <code value="6" /> + <display value="NHS E-Referral Service" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod" /> + <code value="2" /> + <display value="Phone" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod" /> + <code value="4" /> + <display value="Secure Email" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod" /> + <code value="3" /> + <display value="Secure Messaging" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ServiceRequestMethod" /> + <code value="7" /> + <display value="Self Referral" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-ServiceRequestReasonCode.xml b/valuesets/ValueSet-UKCore-ServiceRequestReasonCode.xml index 37b98fc1..2179339e 100644 --- a/valuesets/ValueSet-UKCore-ServiceRequestReasonCode.xml +++ b/valuesets/ValueSet-UKCore-ServiceRequestReasonCode.xml @@ -1,31 +1,31 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-ServiceRequestReasonCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ServiceRequestReasonCode"/> - <version value="1.1.0"/> - <name value="UKCoreServiceRequestReasonCode"/> - <title value="UK Core Service Request Reason Code"/> - <status value="active"/> - <date value="2022-12-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 a reason for a service request. Selected from the following hierarchies within the SNOMED CT UK coding system: - descendantOrSelfOf 404684003 | Clinical finding - descendantOrSelfOf 71388002 | Procedure - descendantOrSelfOf 272379006 | Event - descendantOrSelfOf 363787002 | Observable entity - descendantOrSelfOf 243796009 | Situation with explicit context"/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="descendantOrSelfOf 404684003 OR descendantOrSelfOf 71388002 OR descendantOrSelfOf 272379006 OR descendantOrSelfOf 363787002 OR descendantOrSelfOf 243796009"/> - </filter> - </include> - </compose> + <id value="UKCore-ServiceRequestReasonCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ServiceRequestReasonCode" /> + <version value="1.1.0" /> + <name value="UKCoreServiceRequestReasonCode" /> + <title value="UK Core Service Request Reason Code" /> + <status value="active" /> + <date value="2022-12-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 a reason for a service request. Selected from the following hierarchies within the SNOMED CT UK coding system: - descendantOrSelfOf 404684003 | Clinical finding - descendantOrSelfOf 71388002 | Procedure - descendantOrSelfOf 272379006 | Event - descendantOrSelfOf 363787002 | Observable entity - descendantOrSelfOf 243796009 | Situation with explicit context" /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="descendantOrSelfOf 404684003 OR descendantOrSelfOf 71388002 OR descendantOrSelfOf 272379006 OR descendantOrSelfOf 363787002 OR descendantOrSelfOf 243796009" /> + </filter> + </include> + </compose> </ValueSet> \ No newline at end of file diff --git a/valuesets/ValueSet-UKCore-SourceOfAdmission.xml b/valuesets/ValueSet-UKCore-SourceOfAdmission.xml index 1f072a2c..4335afa2 100644 --- a/valuesets/ValueSet-UKCore-SourceOfAdmission.xml +++ b/valuesets/ValueSet-UKCore-SourceOfAdmission.xml @@ -1,225 +1,225 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-SourceOfAdmission" /> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-SourceOfAdmission" /> - <version value="2.1.0" /> - <name value="UKCoreSourceOfAdmission" /> - <title value="UK Core Source Of Admission" /> - <status value="active" /> - <date value="2022-01-07" /> - <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 source of admission to a hospital provider spell or a nursing episode when the patient is in a hospital site or a care home." /> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> - </include> - <include> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> - </include> - </compose> - <expansion> - <identifier value="46af3917-793c-41cb-8f25-7896369966e7"/> - <timestamp value="2022-01-07T13:58:13+00:00"/> - <total value="29"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales|1.0.0"/> - </parameter> - <parameter> - <name value="version"/> - <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland|1.0.0"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland"/> - <version value="1.0.0"/> - <code value="79"/> - <display value="Babies born in or on the way to hospital"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales"/> - <version value="1.0.0"/> - <code value="79"/> - <display value="Babies born in or on way to hospital. (Baby Activity)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales"/> - <version value="1.0.0"/> - <code value="23"/> - <display value="Hospice."/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland"/> - <version value="1.0.0"/> - <code value="66"/> - <display value="Local Authority foster care"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales"/> - <version value="1.0.0"/> - <code value="66"/> - <display value="Local Authority foster care but not in Part 3 residential accommodation."/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales"/> - <version value="1.0.0"/> - <code value="65"/> - <display value="Local Authority Part 3 residential accommodations i.e. where care is provided."/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland"/> - <version value="1.0.0"/> - <code value="65"/> - <display value="Local Authority residential accommodation i.e. where care is provided"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland"/> - <version value="1.0.0"/> - <code value="49"/> - <display value="NHS other Hospital Provider - high security psychiatric accommodation in an NHS Hospital Provider (NHS Trust or NHS Foundation Trust)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland"/> - <version value="1.0.0"/> - <code value="51"/> - <display value="NHS other Hospital Provider - Ward for general Patients or the younger physically disabled or Emergency Care Department"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland"/> - <version value="1.0.0"/> - <code value="52"/> - <display value="NHS other Hospital Provider - Ward for maternity Patients or Neonates"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland"/> - <version value="1.0.0"/> - <code value="53"/> - <display value="NHS other Hospital Provider - Ward for Patients who are mentally ill or have Learning Disabilities"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland"/> - <version value="1.0.0"/> - <code value="54"/> - <display value="NHS run Care Home"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales"/> - <version value="1.0.0"/> - <code value="22"/> - <display value="No fixed abode."/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland"/> - <version value="1.0.0"/> - <code value="87"/> - <display value="Non NHS run hospital"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland"/> - <version value="1.0.0"/> - <code value="85"/> - <display value="Non-NHS (other than Local Authority) run Care Home"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland"/> - <version value="1.0.0"/> - <code value="88"/> - <display value="Non-NHS (other than Local Authority) run Hospice"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland"/> - <version value="1.0.0"/> - <code value="98"/> - <display value="Not applicable"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales"/> - <version value="1.0.0"/> - <code value="19"/> - <display value="Own Home"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales"/> - <version value="1.0.0"/> - <code value="87"/> - <display value="Patient transfer from non NHS hospital, includes private hospitals e.g. BUPA"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales"/> - <version value="1.0.0"/> - <code value="51"/> - <display value="Patient transfer from other health board / trust"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales"/> - <version value="1.0.0"/> - <code value="55"/> - <display value="Patient transfer within the same health board / trust."/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales"/> - <version value="1.0.0"/> - <code value="39"/> - <display value="Penal establishment, court or police station or police custody suite"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland"/> - <version value="1.0.0"/> - <code value="39"/> - <display value="Penal establishment, Court, or Police Station / Police Custody Suite"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales"/> - <version value="1.0.0"/> - <code value="20"/> - <display value="Permanent residence at nursing home, residential care home."/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland"/> - <version value="1.0.0"/> - <code value="99"/> - <display value="Source of admission not known"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland"/> - <version value="1.0.0"/> - <code value="29"/> - <display value="Temporary place of residence when usually resident elsewhere (e.g. hotels, residential Educational Establishments)"/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales"/> - <version value="1.0.0"/> - <code value="29"/> - <display value="Temporary place of residence, when usually resident elsewhere (includes hotel, residential educational institution)."/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales"/> - <version value="1.0.0"/> - <code value="21"/> - <display value="Temporary residence at nursing home, residential care home."/> - </contains> - <contains> - <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland"/> - <version value="1.0.0"/> - <code value="19"/> - <display value="Usual place of residence unless listed below, for example, a private dwelling whether owner occupied or owned by Local Authority, housing association or other landlord. This includes wardened accommodation but not residential accommodation where health care is provided. It also includes Patients with no fixed abode."/> - </contains> - </expansion> + <id value="UKCore-SourceOfAdmission" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-SourceOfAdmission" /> + <version value="2.1.0" /> + <name value="UKCoreSourceOfAdmission" /> + <title value="UK Core Source Of Admission" /> + <status value="active" /> + <date value="2022-01-07" /> + <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 source of admission to a hospital provider spell or a nursing episode when the patient is in a hospital site or a care home." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + </include> + <include> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> + </include> + </compose> + <expansion> + <identifier value="46af3917-793c-41cb-8f25-7896369966e7" /> + <timestamp value="2022-01-07T13:58:13+00:00" /> + <total value="29" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales|1.0.0" /> + </parameter> + <parameter> + <name value="version" /> + <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland|1.0.0" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.0" /> + <code value="79" /> + <display value="Babies born in or on the way to hospital" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> + <version value="1.0.0" /> + <code value="79" /> + <display value="Babies born in or on way to hospital. (Baby Activity)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> + <version value="1.0.0" /> + <code value="23" /> + <display value="Hospice." /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.0" /> + <code value="66" /> + <display value="Local Authority foster care" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> + <version value="1.0.0" /> + <code value="66" /> + <display value="Local Authority foster care but not in Part 3 residential accommodation." /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> + <version value="1.0.0" /> + <code value="65" /> + <display value="Local Authority Part 3 residential accommodations i.e. where care is provided." /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.0" /> + <code value="65" /> + <display value="Local Authority residential accommodation i.e. where care is provided" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.0" /> + <code value="49" /> + <display value="NHS other Hospital Provider - high security psychiatric accommodation in an NHS Hospital Provider (NHS Trust or NHS Foundation Trust)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.0" /> + <code value="51" /> + <display value="NHS other Hospital Provider - Ward for general Patients or the younger physically disabled or Emergency Care Department" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.0" /> + <code value="52" /> + <display value="NHS other Hospital Provider - Ward for maternity Patients or Neonates" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.0" /> + <code value="53" /> + <display value="NHS other Hospital Provider - Ward for Patients who are mentally ill or have Learning Disabilities" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.0" /> + <code value="54" /> + <display value="NHS run Care Home" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> + <version value="1.0.0" /> + <code value="22" /> + <display value="No fixed abode." /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.0" /> + <code value="87" /> + <display value="Non NHS run hospital" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.0" /> + <code value="85" /> + <display value="Non-NHS (other than Local Authority) run Care Home" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.0" /> + <code value="88" /> + <display value="Non-NHS (other than Local Authority) run Hospice" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.0" /> + <code value="98" /> + <display value="Not applicable" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> + <version value="1.0.0" /> + <code value="19" /> + <display value="Own Home" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> + <version value="1.0.0" /> + <code value="87" /> + <display value="Patient transfer from non NHS hospital, includes private hospitals e.g. BUPA" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> + <version value="1.0.0" /> + <code value="51" /> + <display value="Patient transfer from other health board / trust" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> + <version value="1.0.0" /> + <code value="55" /> + <display value="Patient transfer within the same health board / trust." /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> + <version value="1.0.0" /> + <code value="39" /> + <display value="Penal establishment, court or police station or police custody suite" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.0" /> + <code value="39" /> + <display value="Penal establishment, Court, or Police Station / Police Custody Suite" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> + <version value="1.0.0" /> + <code value="20" /> + <display value="Permanent residence at nursing home, residential care home." /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.0" /> + <code value="99" /> + <display value="Source of admission not known" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.0" /> + <code value="29" /> + <display value="Temporary place of residence when usually resident elsewhere (e.g. hotels, residential Educational Establishments)" /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> + <version value="1.0.0" /> + <code value="29" /> + <display value="Temporary place of residence, when usually resident elsewhere (includes hotel, residential educational institution)." /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionWales" /> + <version value="1.0.0" /> + <code value="21" /> + <display value="Temporary residence at nursing home, residential care home." /> + </contains> + <contains> + <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SourceOfAdmissionEngland" /> + <version value="1.0.0" /> + <code value="19" /> + <display value="Usual place of residence unless listed below, for example, a private dwelling whether owner occupied or owned by Local Authority, housing association or other landlord. This includes wardened accommodation but not residential accommodation where health care is provided. It also includes Patients with no fixed abode." /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-SourceOfServiceRequest.xml b/valuesets/ValueSet-UKCore-SourceOfServiceRequest.xml index 1db32160..b58ef619 100644 --- a/valuesets/ValueSet-UKCore-SourceOfServiceRequest.xml +++ b/valuesets/ValueSet-UKCore-SourceOfServiceRequest.xml @@ -1,23 +1,23 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-SourceOfServiceRequest"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-SourceOfServiceRequest"/> - <version value="1.2.0"/> - <name value="UKCoreSourceOfServiceRequest"/> - <title value="UK Core Source Of ServiceRequest"/> - <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="A set of codes that describe the source of the service request. Selected from the Referred by person and Self-referral hierarchies of the SNOMED CT UK coding system: - descendantOf 309013001 | Referred by person - descendantOf 306098008 | Self-referral"/> - <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." /> + <id value="UKCore-SourceOfServiceRequest" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-SourceOfServiceRequest" /> + <version value="1.2.0" /> + <name value="UKCoreSourceOfServiceRequest" /> + <title value="UK Core Source Of ServiceRequest" /> + <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="A set of codes that describe the source of the service request. Selected from the Referred by person and Self-referral hierarchies of the SNOMED CT UK coding system: - descendantOf 309013001 | Referred by person - descendantOf 306098008 | Self-referral" /> + <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://snomed.info/sct" /> @@ -28,310 +28,310 @@ </filter> </include> </compose> - <expansion> - <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> - <valueBoolean value="true"/> - </extension> - <identifier value="0ca3ae33-ba5f-4ee2-873c-f73f349d3e70"/> - <timestamp value="2022-02-23T08:33:53+00:00"/> - <total value="57"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20220119"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183701009"/> - <display value="Dermatology self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183697006"/> - <display value="ENT self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183688007"/> - <display value="General medical self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183689004"/> - <display value="General surgical self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183691007"/> - <display value="Geriatric self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183693005"/> - <display value="Gynaecological self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183705000"/> - <display value="Haematology self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183702002"/> - <display value="Neurology self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183695003"/> - <display value="Obstetric self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183699009"/> - <display value="Ophthalmology self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183696002"/> - <display value="Orthopaedic self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183692000"/> - <display value="Paediatric self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="760081000000107"/> - <display value="Physiotherapy self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183706004"/> - <display value="Plastic surgery self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183690008"/> - <display value="Psychiatric self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183704001"/> - <display value="Radiotherapy self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1066021000000105"/> - <display value="Referred by advanced care practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185359002"/> - <display value="Referred by another GP"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="200181000000100"/> - <display value="Referred by cardiologist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1065391000000104"/> - <display value="Referred by carer"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185361006"/> - <display value="Referred by community doctor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="835221000000101"/> - <display value="Referred by community matron"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1077201000000101"/> - <display value="Referred by community mental health nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1077191000000103"/> - <display value="Referred by community nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="312357002"/> - <display value="Referred by consultant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185366001"/> - <display value="Referred by dentist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1033551000000109"/> - <display value="Referred by Diabetes UK roadshow clinician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="309014007"/> - <display value="Referred by doctor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185373006"/> - <display value="Referred by family"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="108161000000109"/> - <display value="Referred by general practitioner"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1052681000000105"/> - <display value="Referred by health visitor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="200171000000102"/> - <display value="Referred by heart failure nurse specialist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185360007"/> - <display value="Referred by hospital doctor"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="276491000"/> - <display value="Referred by member of Primary Health Care Team"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185363009"/> - <display value="Referred by midwife"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185362004"/> - <display value="Referred by nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185368000"/> - <display value="Referred by optician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185369008"/> - <display value="Referred by pharmacist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="2051000124106"/> - <display value="Referred by physician assistant"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185370009"/> - <display value="Referred by physiotherapist"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="2021000124102"/> - <display value="Referred by primary care physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1079521000000104"/> - <display value="Referred by private sector physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1065401000000101"/> - <display value="Referred by school nurse"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1991000124105"/> - <display value="Referred by self"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="185365002"/> - <display value="Referred by social worker"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="2031000124104"/> - <display value="Referred by specialist physician"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183700005"/> - <display value="Rheumatology self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1107201000000100"/> - <display value="Self referral for digital cognitive behavioural therapy for insomnia"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="304301000000105"/> - <display value="Self referral to substance misuse service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="769411000000104"/> - <display value="Self referral to termination of pregnancy service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="507291000000100"/> - <display value="Self-referral to accident and emergency department"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183687002"/> - <display value="Self-referral to hospital"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1036481000000106"/> - <display value="Self-referral to IAPT (Improving Access to Psychological Therapies) programme"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="198151000000108"/> - <display value="Self-referral to minor injuries clinic"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="310434002"/> - <display value="Self-referral to service"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="266752005"/> - <display value="Trauma self-referral"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="183703007"/> - <display value="Urology self-referral"/> - </contains> - </expansion> + <expansion> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> + <valueBoolean value="true" /> + </extension> + <identifier value="0ca3ae33-ba5f-4ee2-873c-f73f349d3e70" /> + <timestamp value="2022-02-23T08:33:53+00:00" /> + <total value="57" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20220119" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183701009" /> + <display value="Dermatology self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183697006" /> + <display value="ENT self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183688007" /> + <display value="General medical self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183689004" /> + <display value="General surgical self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183691007" /> + <display value="Geriatric self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183693005" /> + <display value="Gynaecological self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183705000" /> + <display value="Haematology self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183702002" /> + <display value="Neurology self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183695003" /> + <display value="Obstetric self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183699009" /> + <display value="Ophthalmology self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183696002" /> + <display value="Orthopaedic self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183692000" /> + <display value="Paediatric self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="760081000000107" /> + <display value="Physiotherapy self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183706004" /> + <display value="Plastic surgery self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183690008" /> + <display value="Psychiatric self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183704001" /> + <display value="Radiotherapy self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1066021000000105" /> + <display value="Referred by advanced care practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185359002" /> + <display value="Referred by another GP" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="200181000000100" /> + <display value="Referred by cardiologist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1065391000000104" /> + <display value="Referred by carer" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185361006" /> + <display value="Referred by community doctor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="835221000000101" /> + <display value="Referred by community matron" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1077201000000101" /> + <display value="Referred by community mental health nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1077191000000103" /> + <display value="Referred by community nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="312357002" /> + <display value="Referred by consultant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185366001" /> + <display value="Referred by dentist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1033551000000109" /> + <display value="Referred by Diabetes UK roadshow clinician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="309014007" /> + <display value="Referred by doctor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185373006" /> + <display value="Referred by family" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="108161000000109" /> + <display value="Referred by general practitioner" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1052681000000105" /> + <display value="Referred by health visitor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="200171000000102" /> + <display value="Referred by heart failure nurse specialist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185360007" /> + <display value="Referred by hospital doctor" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="276491000" /> + <display value="Referred by member of Primary Health Care Team" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185363009" /> + <display value="Referred by midwife" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185362004" /> + <display value="Referred by nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185368000" /> + <display value="Referred by optician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185369008" /> + <display value="Referred by pharmacist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="2051000124106" /> + <display value="Referred by physician assistant" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185370009" /> + <display value="Referred by physiotherapist" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="2021000124102" /> + <display value="Referred by primary care physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1079521000000104" /> + <display value="Referred by private sector physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1065401000000101" /> + <display value="Referred by school nurse" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1991000124105" /> + <display value="Referred by self" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="185365002" /> + <display value="Referred by social worker" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="2031000124104" /> + <display value="Referred by specialist physician" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183700005" /> + <display value="Rheumatology self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1107201000000100" /> + <display value="Self referral for digital cognitive behavioural therapy for insomnia" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="304301000000105" /> + <display value="Self referral to substance misuse service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="769411000000104" /> + <display value="Self referral to termination of pregnancy service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="507291000000100" /> + <display value="Self-referral to accident and emergency department" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183687002" /> + <display value="Self-referral to hospital" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1036481000000106" /> + <display value="Self-referral to IAPT (Improving Access to Psychological Therapies) programme" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="198151000000108" /> + <display value="Self-referral to minor injuries clinic" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="310434002" /> + <display value="Self-referral to service" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="266752005" /> + <display value="Trauma self-referral" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="183703007" /> + <display value="Urology self-referral" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-SpecimenBodySite.xml b/valuesets/ValueSet-UKCore-SpecimenBodySite.xml index 0d987e09..92268a3e 100644 --- a/valuesets/ValueSet-UKCore-SpecimenBodySite.xml +++ b/valuesets/ValueSet-UKCore-SpecimenBodySite.xml @@ -1,33 +1,33 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-SpecimenBodySite"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-SpecimenBodySite"/> - <version value="2.1.0"/> - <name value="UKCoreSpecimenBodySite"/> - <title value="UK Core Specimen Body Site"/> - <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="A set of codes to record a specimen body site. Selected from the following SNOMED CT UK coding system: + <id value="UKCore-SpecimenBodySite" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-SpecimenBodySite" /> + <version value="2.1.0" /> + <name value="UKCoreSpecimenBodySite" /> + <title value="UK Core Specimen Body Site" /> + <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="A set of codes to record a specimen body site. Selected from the following SNOMED CT UK coding system: - descendantOf 442083009 | Anatomical or acquired body structure, or - - descendantOf 49755003 | Morphologically abnormal structure"/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="(descendantOf 442083009 OR descendantOf 49755003)"/> - </filter> - </include> - </compose> + - descendantOf 49755003 | Morphologically abnormal structure" /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="(descendantOf 442083009 OR descendantOf 49755003)" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-SpecimenType.xml b/valuesets/ValueSet-UKCore-SpecimenType.xml index 73b42a54..093bbc60 100644 --- a/valuesets/ValueSet-UKCore-SpecimenType.xml +++ b/valuesets/ValueSet-UKCore-SpecimenType.xml @@ -1,36 +1,36 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-SpecimenType"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-SpecimenType"/> - <version value="2.2.0"/> - <name value="UKCoreSpecimenType"/> - <title value="UK Core Specimen Type"/> - <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="A set of codes to record a specimen type. Selected from the following SNOMED CT UK coding system: + <id value="UKCore-SpecimenType" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-SpecimenType" /> + <version value="2.2.0" /> + <name value="UKCoreSpecimenType" /> + <title value="UK Core Specimen Type" /> + <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="A set of codes to record a specimen type. Selected from the following SNOMED CT UK coding system: - descendantOf 49755003 | Morphologically abnormal structure - descendantOf 105590001 | Substance - descendantOf 123037004 | Body structure - descendantOf 123038009 | Specimen - - descendantOf 260787004 | Physical object"/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="descendantOf 49755003 OR descendantOf 105590001 OR descendantOf 123037004 OR descendantOf 123038009 OR descendantOf 260787004"/> - </filter> - </include> - </compose> + - descendantOf 260787004 | Physical object" /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="descendantOf 49755003 OR descendantOf 105590001 OR descendantOf 123037004 OR descendantOf 123038009 OR descendantOf 260787004" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-SubstanceOrProductAdministrationRoute.xml b/valuesets/ValueSet-UKCore-SubstanceOrProductAdministrationRoute.xml index 48e41266..0d3d22bc 100644 --- a/valuesets/ValueSet-UKCore-SubstanceOrProductAdministrationRoute.xml +++ b/valuesets/ValueSet-UKCore-SubstanceOrProductAdministrationRoute.xml @@ -1,474 +1,474 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-SubstanceOrProductAdministrationRoute"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-SubstanceOrProductAdministrationRoute"/> - <version value="1.0.0" /> - <name value="UKCoreSubstanceOrProductAdministrationRoute"/> - <title value="UK Core Substance Or Product Administration Route"/> - <status value="active" /> - <date value="2021-09-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="A set of codes that describe the route: + <id value="UKCore-SubstanceOrProductAdministrationRoute" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-SubstanceOrProductAdministrationRoute" /> + <version value="1.0.0" /> + <name value="UKCoreSubstanceOrProductAdministrationRoute" /> + <title value="UK Core Substance Or Product Administration Route" /> + <status value="active" /> + <date value="2021-09-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="A set of codes that describe the route: - with which a medication was or should be administered to a patient; - by which a vaccine product is taken into the body; - by which a patient was exposed to a substance or product causing an allergy or intolerance. -Selected from the 'ePrescribing route of administration' simple reference set of the SNOMED CT UK coding system."/> - <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> - <compose> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="memberOf 999000051000001100" /> - </filter> - </include> - </compose> +Selected from the 'ePrescribing route of administration' simple reference set of the SNOMED CT UK coding system." /> + <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="memberOf 999000051000001100" /> + </filter> + </include> + </compose> <expansion> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> - <valueBoolean value="true"/> + <valueBoolean value="true" /> </extension> - <identifier value="6accb1ff-9c54-4f5a-9962-abc322c3951e"/> - <timestamp value="2021-09-09T12:50:22+00:00"/> - <total value="83"/> - <offset value="0"/> + <identifier value="6accb1ff-9c54-4f5a-9962-abc322c3951e" /> + <timestamp value="2021-09-09T12:50:22+00:00" /> + <total value="83" /> + <offset value="0" /> <parameter> - <name value="version"/> - <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20210804"/> + <name value="version" /> + <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20210804" /> </parameter> <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> + <name value="count" /> + <valueInteger value="2147483647" /> </parameter> <parameter> - <name value="offset"/> - <valueInteger value="0"/> + <name value="offset" /> + <valueInteger value="0" /> </parameter> <contains> - <system value="http://snomed.info/sct"/> - <code value="420254004"/> - <display value="Body cavity"/> + <system value="http://snomed.info/sct" /> + <code value="420254004" /> + <display value="Body cavity" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="54471007"/> - <display value="Buccal"/> + <system value="http://snomed.info/sct" /> + <code value="54471007" /> + <display value="Buccal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372449004"/> - <display value="Dental"/> + <system value="http://snomed.info/sct" /> + <code value="372449004" /> + <display value="Dental" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372450004"/> - <display value="Endocervical"/> + <system value="http://snomed.info/sct" /> + <code value="372450004" /> + <display value="Endocervical" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372451000"/> - <display value="Endosinusial"/> + <system value="http://snomed.info/sct" /> + <code value="372451000" /> + <display value="Endosinusial" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372452007"/> - <display value="Endotracheopulmonary"/> + <system value="http://snomed.info/sct" /> + <code value="372452007" /> + <display value="Endotracheopulmonary" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="404820008"/> - <display value="Epidural"/> + <system value="http://snomed.info/sct" /> + <code value="404820008" /> + <display value="Epidural" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="18246711000001107"/> - <display value="Epilesional"/> + <system value="http://snomed.info/sct" /> + <code value="18246711000001107" /> + <display value="Epilesional" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372453002"/> - <display value="Extraamniotic"/> + <system value="http://snomed.info/sct" /> + <code value="372453002" /> + <display value="Extraamniotic" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372454008"/> - <display value="Gastroenteral"/> + <system value="http://snomed.info/sct" /> + <code value="372454008" /> + <display value="Gastroenteral" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="127490009"/> - <display value="Gastrostomy route"/> + <system value="http://snomed.info/sct" /> + <code value="127490009" /> + <display value="Gastrostomy route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372457001"/> - <display value="Gingival"/> + <system value="http://snomed.info/sct" /> + <code value="372457001" /> + <display value="Gingival" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="9191401000001100"/> - <display value="Haemodiafiltration"/> + <system value="http://snomed.info/sct" /> + <code value="9191401000001100" /> + <display value="Haemodiafiltration" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="18682911000001103"/> - <display value="Haemodialysis"/> + <system value="http://snomed.info/sct" /> + <code value="18682911000001103" /> + <display value="Haemodialysis" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="10334211000001103"/> - <display value="Haemofiltration"/> + <system value="http://snomed.info/sct" /> + <code value="10334211000001103" /> + <display value="Haemofiltration" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="718329006"/> - <display value="Infiltration"/> + <system value="http://snomed.info/sct" /> + <code value="718329006" /> + <display value="Infiltration" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="18679011000001101"/> - <display value="Inhalation"/> + <system value="http://snomed.info/sct" /> + <code value="18679011000001101" /> + <display value="Inhalation" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="34777511000001106"/> - <display value="Intestinal use"/> + <system value="http://snomed.info/sct" /> + <code value="34777511000001106" /> + <display value="Intestinal use" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372458006"/> - <display value="Intraamniotic"/> + <system value="http://snomed.info/sct" /> + <code value="372458006" /> + <display value="Intraamniotic" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="58100008"/> - <display value="Intraarterial"/> + <system value="http://snomed.info/sct" /> + <code value="58100008" /> + <display value="Intraarterial" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="12130007"/> - <display value="Intraarticular"/> + <system value="http://snomed.info/sct" /> + <code value="12130007" /> + <display value="Intraarticular" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372459003"/> - <display value="Intrabursal"/> + <system value="http://snomed.info/sct" /> + <code value="372459003" /> + <display value="Intrabursal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="418821007"/> - <display value="Intracameral use"/> + <system value="http://snomed.info/sct" /> + <code value="418821007" /> + <display value="Intracameral use" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372460008"/> - <display value="Intracardiac"/> + <system value="http://snomed.info/sct" /> + <code value="372460008" /> + <display value="Intracardiac" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372461007"/> - <display value="Intracavernous"/> + <system value="http://snomed.info/sct" /> + <code value="372461007" /> + <display value="Intracavernous" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420719007"/> - <display value="Intracerebroventricular"/> + <system value="http://snomed.info/sct" /> + <code value="420719007" /> + <display value="Intracerebroventricular" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="19537211000001108"/> - <display value="Intracervical route"/> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="19537211000001108" /> + <display value="Intracervical route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372463005"/> - <display value="Intracoronary"/> + <system value="http://snomed.info/sct" /> + <code value="372463005" /> + <display value="Intracoronary" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372464004"/> - <display value="Intradermal"/> + <system value="http://snomed.info/sct" /> + <code value="372464004" /> + <display value="Intradermal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372465003"/> - <display value="Intradiscal"/> + <system value="http://snomed.info/sct" /> + <code value="372465003" /> + <display value="Intradiscal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="448077001"/> - <display value="Intraepidermal"/> + <system value="http://snomed.info/sct" /> + <code value="448077001" /> + <display value="Intraepidermal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="38233211000001106"/> - <display value="Intraglandular"/> + <system value="http://snomed.info/sct" /> + <code value="38233211000001106" /> + <display value="Intraglandular" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372466002"/> - <display value="Intralesional"/> + <system value="http://snomed.info/sct" /> + <code value="372466002" /> + <display value="Intralesional" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372467006"/> - <display value="Intralymphatic"/> + <system value="http://snomed.info/sct" /> + <code value="372467006" /> + <display value="Intralymphatic" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="78421000"/> - <display value="Intramuscular"/> + <system value="http://snomed.info/sct" /> + <code value="78421000" /> + <display value="Intramuscular" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372468001"/> - <display value="Intraocular"/> + <system value="http://snomed.info/sct" /> + <code value="372468001" /> + <display value="Intraocular" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="417255000"/> - <display value="Intraosseous"/> + <system value="http://snomed.info/sct" /> + <code value="417255000" /> + <display value="Intraosseous" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="38239002"/> - <display value="Intraperitoneal"/> + <system value="http://snomed.info/sct" /> + <code value="38239002" /> + <display value="Intraperitoneal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372469009"/> - <display value="Intrapleural"/> + <system value="http://snomed.info/sct" /> + <code value="372469009" /> + <display value="Intrapleural" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372470005"/> - <display value="Intrasternal"/> + <system value="http://snomed.info/sct" /> + <code value="372470005" /> + <display value="Intrasternal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="418586008"/> - <display value="Intratendinous route"/> + <system value="http://snomed.info/sct" /> + <code value="418586008" /> + <display value="Intratendinous route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="72607000"/> - <display value="Intrathecal"/> + <system value="http://snomed.info/sct" /> + <code value="72607000" /> + <display value="Intrathecal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="447122006"/> - <display value="Intratumoral"/> + <system value="http://snomed.info/sct" /> + <code value="447122006" /> + <display value="Intratumoral" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="62226000"/> - <display value="Intrauterine"/> + <system value="http://snomed.info/sct" /> + <code value="62226000" /> + <display value="Intrauterine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="47625008"/> - <display value="Intravenous"/> + <system value="http://snomed.info/sct" /> + <code value="47625008" /> + <display value="Intravenous" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="420287000"/> - <display value="Intraventricular cardiac"/> + <system value="http://snomed.info/sct" /> + <code value="420287000" /> + <display value="Intraventricular cardiac" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372471009"/> - <display value="Intravesical"/> + <system value="http://snomed.info/sct" /> + <code value="372471009" /> + <display value="Intravesical" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="418401004"/> - <display value="Intravitreal"/> + <system value="http://snomed.info/sct" /> + <code value="418401004" /> + <display value="Intravitreal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="21856811000001103"/> - <display value="Iontophoresis"/> + <system value="http://snomed.info/sct" /> + <code value="21856811000001103" /> + <display value="Iontophoresis" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="127491008"/> - <display value="Jejunostomy route"/> + <system value="http://snomed.info/sct" /> + <code value="127491008" /> + <display value="Jejunostomy route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="9907001000001103"/> - <display value="Line lock"/> + <system value="http://snomed.info/sct" /> + <code value="9907001000001103" /> + <display value="Line lock" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="46713006"/> - <display value="Nasal"/> + <system value="http://snomed.info/sct" /> + <code value="46713006" /> + <display value="Nasal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="127492001"/> - <display value="Nasogastric route"/> + <system value="http://snomed.info/sct" /> + <code value="127492001" /> + <display value="Nasogastric route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="418730005"/> - <display value="Nasojejunal route"/> + <system value="http://snomed.info/sct" /> + <code value="418730005" /> + <display value="Nasojejunal route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="54485002"/> - <display value="Ophthalmic route"/> + <system value="http://snomed.info/sct" /> + <code value="54485002" /> + <display value="Ophthalmic route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="26643006"/> - <display value="Oral"/> + <system value="http://snomed.info/sct" /> + <code value="26643006" /> + <display value="Oral" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372473007"/> - <display value="Oromucosal"/> + <system value="http://snomed.info/sct" /> + <code value="372473007" /> + <display value="Oromucosal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="10547007"/> - <display value="Otic"/> + <system value="http://snomed.info/sct" /> + <code value="10547007" /> + <display value="Otic" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="225691000001105"/> - <display value="PEG tube route"/> + <system value="http://snomed.info/sct" /> + <code value="225691000001105" /> + <display value="PEG tube route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="9191501000001101"/> - <display value="Percutaneous"/> + <system value="http://snomed.info/sct" /> + <code value="9191501000001101" /> + <display value="Percutaneous" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372474001"/> - <display value="Periarticular"/> + <system value="http://snomed.info/sct" /> + <code value="372474001" /> + <display value="Periarticular" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="39338211000001108"/> - <display value="Peribulbar ocular"/> + <system value="http://snomed.info/sct" /> + <code value="39338211000001108" /> + <display value="Peribulbar ocular" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="3323001000001107"/> - <display value="Pericardial route"/> + <system value="http://snomed.info/sct" /> + <code value="3323001000001107" /> + <display value="Pericardial route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372475000"/> - <display value="Perineural"/> + <system value="http://snomed.info/sct" /> + <code value="372475000" /> + <display value="Perineural" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="11478901000001102"/> - <display value="Periosseous"/> + <system value="http://snomed.info/sct" /> + <code value="11478901000001102" /> + <display value="Periosseous" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="419762003"/> - <display value="Peritendinous route"/> + <system value="http://snomed.info/sct" /> + <code value="419762003" /> + <display value="Peritendinous route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="39337511000001107"/> - <display value="Peritumoral"/> + <system value="http://snomed.info/sct" /> + <code value="39337511000001107" /> + <display value="Peritumoral" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="37161004"/> - <display value="Rectal"/> + <system value="http://snomed.info/sct" /> + <code value="37161004" /> + <display value="Rectal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="11564311000001109"/> - <display value="Regional perfusion"/> + <system value="http://snomed.info/sct" /> + <code value="11564311000001109" /> + <display value="Regional perfusion" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="418321004"/> - <display value="Retrobulbar route"/> + <system value="http://snomed.info/sct" /> + <code value="418321004" /> + <display value="Retrobulbar route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="3594011000001102"/> - <display value="Route of administration not applicable"/> + <system value="http://snomed.info/sct" /> + <code value="3594011000001102" /> + <display value="Route of administration not applicable" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="372476004"/> - <display value="Subconjunctival"/> + <system value="http://snomed.info/sct" /> + <code value="372476004" /> + <display value="Subconjunctival" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="34206005"/> - <display value="Subcutaneous"/> + <system value="http://snomed.info/sct" /> + <code value="34206005" /> + <display value="Subcutaneous" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="37839007"/> - <display value="Sublingual"/> + <system value="http://snomed.info/sct" /> + <code value="37839007" /> + <display value="Sublingual" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="419874009"/> - <display value="Submucosal"/> + <system value="http://snomed.info/sct" /> + <code value="419874009" /> + <display value="Submucosal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="11564211000001101"/> - <display value="Submucosal rectal"/> + <system value="http://snomed.info/sct" /> + <code value="11564211000001101" /> + <display value="Submucosal rectal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="33770711000001104"/> - <display value="Subretinal"/> + <system value="http://snomed.info/sct" /> + <code value="33770711000001104" /> + <display value="Subretinal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="6064005"/> - <display value="Topical"/> + <system value="http://snomed.info/sct" /> + <code value="6064005" /> + <display value="Topical" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="45890007"/> - <display value="Transdermal"/> + <system value="http://snomed.info/sct" /> + <code value="45890007" /> + <display value="Transdermal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="11479001000001107"/> - <display value="Translingual"/> + <system value="http://snomed.info/sct" /> + <code value="11479001000001107" /> + <display value="Translingual" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="404815008"/> - <display value="Transmucosal"/> + <system value="http://snomed.info/sct" /> + <code value="404815008" /> + <display value="Transmucosal" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="90028008"/> - <display value="Urethral"/> + <system value="http://snomed.info/sct" /> + <code value="90028008" /> + <display value="Urethral" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="16857009"/> - <display value="Vaginal"/> + <system value="http://snomed.info/sct" /> + <code value="16857009" /> + <display value="Vaginal" /> </contains> </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-TobaccoConsumption.xml b/valuesets/ValueSet-UKCore-TobaccoConsumption.xml index 23b55668..7a1cabcd 100644 --- a/valuesets/ValueSet-UKCore-TobaccoConsumption.xml +++ b/valuesets/ValueSet-UKCore-TobaccoConsumption.xml @@ -1,35 +1,35 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-TobaccoConsumption"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-TobaccoConsumption"/> - <version value="0.0.1"/> - <name value="UKCoreTobaccoConsumption"/> - <title value="UK Core Tobacco Consumption"/> - <status value="draft"/> - <date value="2023-09-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="A set of codes that define a patients level of consciousness. Selected from the SNOMED CT UK coding system: + <id value="UKCore-TobaccoConsumption" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-TobaccoConsumption" /> + <version value="0.0.1" /> + <name value="UKCoreTobaccoConsumption" /> + <title value="UK Core Tobacco Consumption" /> + <status value="draft" /> + <date value="2023-09-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="A set of codes that define a patients level of consciousness. Selected from the SNOMED CT UK coding system: - DescendantOrSelfOf 266918002 | Tobacco smoking consumption - 228500003 | Moist tobacco consumption - 228510007 | Chewed tobacco consumption - - 228490006 | Snuff consumption "/> - <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://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="DescendantOrSelfOf 266918002 OR 228500003 OR 228510007 OR 228490006"/> - </filter> - </include> - </compose> + - 228490006 | Snuff consumption " /> + <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://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="DescendantOrSelfOf 266918002 OR 228500003 OR 228510007 OR 228490006" /> + </filter> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-TreatmentCategory.xml b/valuesets/ValueSet-UKCore-TreatmentCategory.xml index 3242cde4..3e87b3f3 100644 --- a/valuesets/ValueSet-UKCore-TreatmentCategory.xml +++ b/valuesets/ValueSet-UKCore-TreatmentCategory.xml @@ -1,26 +1,26 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-TreatmentCategory"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-TreatmentCategory"/> - <version value="2.0.0"/> - <name value="UKCoreTreatmentCategory"/> - <title value="UK Core Treatment Category"/> - <status value="retired" /> - <date value="2021-09-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="A ValueSet that identifies the treatment category for a patient."/> - <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-TreatmentCategory"/> - </include> - </compose> + <id value="UKCore-TreatmentCategory" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-TreatmentCategory" /> + <version value="2.0.0" /> + <name value="UKCoreTreatmentCategory" /> + <title value="UK Core Treatment Category" /> + <status value="retired" /> + <date value="2021-09-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="A ValueSet that identifies the treatment category for a patient." /> + <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="https://fhir.hl7.org.uk/CodeSystem/UKCore-TreatmentCategory" /> + </include> + </compose> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-UnifiedTestList.xml b/valuesets/ValueSet-UKCore-UnifiedTestList.xml index 1ce02342..b8fcb1e7 100644 --- a/valuesets/ValueSet-UKCore-UnifiedTestList.xml +++ b/valuesets/ValueSet-UKCore-UnifiedTestList.xml @@ -17,7 +17,7 @@ </telecom> </contact> <description value="A set of codes regarding laboratory medicine test requests and results intended for use by pathology services and their users. Selected from the SNOMED CT UK coding system: - - memberOf 44991000237108 | Unified Test List simple reference set" /> + - memberOf 44991000237108 | Unified Test List simple reference set" /> <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> <compose> <include> diff --git a/valuesets/ValueSet-UKCore-VaccinationProcedure.xml b/valuesets/ValueSet-UKCore-VaccinationProcedure.xml index 7858b306..0490981d 100644 --- a/valuesets/ValueSet-UKCore-VaccinationProcedure.xml +++ b/valuesets/ValueSet-UKCore-VaccinationProcedure.xml @@ -1,2131 +1,2131 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-VaccinationProcedure"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-VaccinationProcedure"/> - <version value="2.1.0" /> - <name value="UKCoreVaccinationProcedure"/> - <title value="UK Core Vaccination Procedure"/> - <status value="active" /> - <date value="2021-09-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="A set of codes that define a vaccination procedure. Selected from the following hierarchies within the SNOMED CT UK coding system: + <id value="UKCore-VaccinationProcedure" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-VaccinationProcedure" /> + <version value="2.1.0" /> + <name value="UKCoreVaccinationProcedure" /> + <title value="UK Core Vaccination Procedure" /> + <status value="active" /> + <date value="2021-09-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="A set of codes that define a vaccination procedure. Selected from the following hierarchies within the SNOMED CT UK coding system: - Active or passive immunisation; - Seasonal influenza vaccination given by midwife; - - Vaccination given. "/> - <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> - <compose> - <include> - <system value="http://snomed.info/sct"/> - <filter> - <property value="constraint"/> - <op value="="/> - <value value="descendantOrSelfOf 127785005 OR descendantOrSelfOf 1066171000000108 OR descendantOrSelfOf 713404003"/> - </filter> - </include> - </compose> + - Vaccination given. " /> + <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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <filter> + <property value="constraint" /> + <op value="=" /> + <value value="descendantOrSelfOf 127785005 OR descendantOrSelfOf 1066171000000108 OR descendantOrSelfOf 713404003" /> + </filter> + </include> + </compose> <expansion> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> - <valueBoolean value="true"/> + <valueBoolean value="true" /> </extension> - <identifier value="d78843bf-e92d-42a6-8955-18a4cb38210e"/> - <timestamp value="2021-09-09T12:52:29+00:00"/> - <total value="415"/> - <offset value="0"/> + <identifier value="d78843bf-e92d-42a6-8955-18a4cb38210e" /> + <timestamp value="2021-09-09T12:52:29+00:00" /> + <total value="415" /> + <offset value="0" /> <parameter> - <name value="version"/> - <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20210804"/> + <name value="version" /> + <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20210804" /> </parameter> <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> + <name value="count" /> + <valueInteger value="2147483647" /> </parameter> <parameter> - <name value="offset"/> - <valueInteger value="0"/> + <name value="offset" /> + <valueInteger value="0" /> </parameter> <contains> - <system value="http://snomed.info/sct"/> - <code value="170428009"/> - <display value="1st HiB and DTP vaccine given"/> + <system value="http://snomed.info/sct" /> + <code value="170428009" /> + <display value="1st HiB and DTP vaccine given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170429001"/> - <display value="2nd HiB and DTP vaccine given"/> + <system value="http://snomed.info/sct" /> + <code value="170429001" /> + <display value="2nd HiB and DTP vaccine given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170430006"/> - <display value="3rd HiB and DTP vaccine given"/> + <system value="http://snomed.info/sct" /> + <code value="170430006" /> + <display value="3rd HiB and DTP vaccine given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="33879002"/> - <display value="Active immunisation"/> + <system value="http://snomed.info/sct" /> + <code value="33879002" /> + <display value="Active immunisation" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="127785005"/> - <display value="Active or passive immunisation"/> + <system value="http://snomed.info/sct" /> + <code value="127785005" /> + <display value="Active or passive immunisation" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="866186002"/> - <display value="Administration diphtheria, poliomyelitis, and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="866186002" /> + <display value="Administration diphtheria, poliomyelitis, and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="571511000119102"/> - <display value="Administration of adult hepatitis A vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="571511000119102" /> + <display value="Administration of adult hepatitis A vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="49598002"/> - <display value="Administration of anthrax vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="49598002" /> + <display value="Administration of anthrax vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="312872008"/> - <display value="Administration of bacterial and viral vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="312872008" /> + <display value="Administration of bacterial and viral vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="312871001"/> - <display value="Administration of bacterial vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="312871001" /> + <display value="Administration of bacterial vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170342002"/> - <display value="Administration of booster dose of anthrax vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170342002" /> + <display value="Administration of booster dose of anthrax vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170313005"/> - <display value="Administration of booster dose of cholera vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170313005" /> + <display value="Administration of booster dose of cholera vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="390865008"/> - <display value="Administration of booster dose of diphtheria and acellular pertussis and poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="390865008" /> + <display value="Administration of booster dose of diphtheria and acellular pertussis and poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="390846000"/> - <display value="Administration of booster dose of diphtheria and acellular pertussis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="390846000" /> + <display value="Administration of booster dose of diphtheria and acellular pertussis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="866161006"/> - <display value="Administration of booster dose of diphtheria and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="866161006" /> + <display value="Administration of booster dose of diphtheria and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170323001"/> - <display value="Administration of booster dose of diphtheria vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170323001" /> + <display value="Administration of booster dose of diphtheria vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="866227002"/> - <display value="Administration of booster dose of diphtheria, poliomyelitis, and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="866227002" /> + <display value="Administration of booster dose of diphtheria, poliomyelitis, and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="16292241000119109"/> - <display value="Administration of booster dose of Haemophilus influenzae type B capsular polysaccharide polyribosylribitol phosphate conjugated to Clostridium tetani toxoid vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="16292241000119109" /> + <display value="Administration of booster dose of Haemophilus influenzae type B capsular polysaccharide polyribosylribitol phosphate conjugated to Clostridium tetani toxoid vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170346004"/> - <display value="Administration of booster dose of Haemophilus influenzae type B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170346004" /> + <display value="Administration of booster dose of Haemophilus influenzae type B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170437009"/> - <display value="Administration of booster dose of hepatitis A and B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170437009" /> + <display value="Administration of booster dose of hepatitis A and B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="394691002"/> - <display value="Administration of booster dose of hepatitis A and typhoid vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="394691002" /> + <display value="Administration of booster dose of hepatitis A and typhoid vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170381002"/> - <display value="Administration of booster dose of hepatitis A vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170381002" /> + <display value="Administration of booster dose of hepatitis A vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170373003"/> - <display value="Administration of booster dose of hepatitis B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170373003" /> + <display value="Administration of booster dose of hepatitis B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="315335004"/> - <display value="Administration of booster dose of Japanese encephalitis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="315335004" /> + <display value="Administration of booster dose of Japanese encephalitis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="395181003"/> - <display value="Administration of booster dose of low dose diphtheria and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="395181003" /> + <display value="Administration of booster dose of low dose diphtheria and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170431005"/> - <display value="Administration of booster dose of measles and mumps and rubella vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170431005" /> + <display value="Administration of booster dose of measles and mumps and rubella vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="720544006"/> - <display value="Administration of booster dose of meningitis B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="720544006" /> + <display value="Administration of booster dose of meningitis B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="700358002"/> - <display value="Administration of booster dose of meningitis C vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="700358002" /> + <display value="Administration of booster dose of meningitis C vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="871754003"/> - <display value="Administration of booster dose of paediatric hepatitis A vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="871754003" /> + <display value="Administration of booster dose of paediatric hepatitis A vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="300038004"/> - <display value="Administration of booster dose of pertussis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="300038004" /> + <display value="Administration of booster dose of pertussis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="394678003"/> - <display value="Administration of booster dose of pneumococcal vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="394678003" /> + <display value="Administration of booster dose of pneumococcal vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170421003"/> - <display value="Administration of booster dose of poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170421003" /> + <display value="Administration of booster dose of poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170356000"/> - <display value="Administration of booster dose of poliomyelitis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170356000" /> + <display value="Administration of booster dose of poliomyelitis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="416059007"/> - <display value="Administration of booster dose of rabies vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="416059007" /> + <display value="Administration of booster dose of rabies vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170333009"/> - <display value="Administration of booster dose of tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170333009" /> + <display value="Administration of booster dose of tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170318001"/> - <display value="Administration of booster dose of typhoid vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170318001" /> + <display value="Administration of booster dose of typhoid vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="117081005"/> - <display value="Administration of Botulism immune globulin, human"/> + <system value="http://snomed.info/sct" /> + <code value="117081005" /> + <display value="Administration of Botulism immune globulin, human" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="28877009"/> - <display value="Administration of cholera vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="28877009" /> + <display value="Administration of cholera vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="116790003"/> - <display value="Administration of Cytomegalovirus immunoglobulin, human"/> + <system value="http://snomed.info/sct" /> + <code value="116790003" /> + <display value="Administration of Cytomegalovirus immunoglobulin, human" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="827179001"/> - <display value="Administration of dengue vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="827179001" /> + <display value="Administration of dengue vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="16290681000119103"/> - <display value="Administration of diphtheria and acellular pertussis and inactivated poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="16290681000119103" /> + <display value="Administration of diphtheria and acellular pertussis and inactivated poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="571571000119105"/> - <display value="Administration of diphtheria and acellular pertussis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="571571000119105" /> + <display value="Administration of diphtheria and acellular pertussis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="414001002"/> - <display value="Administration of diphtheria and Haemophilus influenza B and five component acellular pertussis and inactivated poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="414001002" /> + <display value="Administration of diphtheria and Haemophilus influenza B and five component acellular pertussis and inactivated poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="770608009"/> - <display value="Administration of diphtheria and Haemophilus influenzae type B and hepatitis B and pertussis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="770608009" /> + <display value="Administration of diphtheria and Haemophilus influenzae type B and hepatitis B and pertussis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="312870000"/> - <display value="Administration of diphtheria and Haemophilus influenzae type B and pertussis and poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="312870000" /> + <display value="Administration of diphtheria and Haemophilus influenzae type B and pertussis and poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="787436003"/> - <display value="Administration of diphtheria and Haemophilus influenzae type B and pertussis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="787436003" /> + <display value="Administration of diphtheria and Haemophilus influenzae type B and pertussis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="312869001"/> - <display value="Administration of diphtheria and Haemophilus influenzae type B and poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="312869001" /> + <display value="Administration of diphtheria and Haemophilus influenzae type B and poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="572561000119108"/> - <display value="Administration of diphtheria and hepatitis B and acellular pertussis and inactivated poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="572561000119108" /> + <display value="Administration of diphtheria and hepatitis B and acellular pertussis and inactivated poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="396456003"/> - <display value="Administration of diphtheria and hepatitis B and inactivated poliomyelitis and acellular pertussis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="396456003" /> + <display value="Administration of diphtheria and hepatitis B and inactivated poliomyelitis and acellular pertussis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="868273007"/> - <display value="Administration of diphtheria and pertussis and poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="868273007" /> + <display value="Administration of diphtheria and pertussis and poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="73152006"/> - <display value="Administration of diphtheria and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="73152006" /> + <display value="Administration of diphtheria and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="632481000119106"/> - <display value="Administration of diphtheria and tetanus vaccine, less than 7 years of age"/> + <system value="http://snomed.info/sct" /> + <code value="632481000119106" /> + <display value="Administration of diphtheria and tetanus vaccine, less than 7 years of age" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="76668005"/> - <display value="Administration of diphtheria vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="76668005" /> + <display value="Administration of diphtheria vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="399014008"/> - <display value="Administration of diphtheria, pertussis, and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="399014008" /> + <display value="Administration of diphtheria, pertussis, and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170375005"/> - <display value="Administration of fifth dose of hepatitis B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170375005" /> + <display value="Administration of fifth dose of hepatitis B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170334003"/> - <display value="Administration of final dose of tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170334003" /> + <display value="Administration of final dose of tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="417211006"/> - <display value="Administration of first booster of low dose diphtheria and inactivated poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="417211006" /> + <display value="Administration of first booster of low dose diphtheria and inactivated poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170338000"/> - <display value="Administration of first dose of anthrax vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170338000" /> + <display value="Administration of first dose of anthrax vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170311007"/> - <display value="Administration of first dose of cholera vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170311007" /> + <display value="Administration of first dose of cholera vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="412762002"/> - <display value="Administration of first dose of diphtheria and acellular pertussis and poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="412762002" /> + <display value="Administration of first dose of diphtheria and acellular pertussis and poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="412755006"/> - <display value="Administration of first dose of diphtheria and acellular pertussis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="412755006" /> + <display value="Administration of first dose of diphtheria and acellular pertussis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="414259000"/> - <display value="Administration of first dose of diphtheria and Haemophilus influenza B and five component acellular pertussis and inactivated poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="414259000" /> + <display value="Administration of first dose of diphtheria and Haemophilus influenza B and five component acellular pertussis and inactivated poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="770616000"/> - <display value="Administration of first dose of diphtheria and Haemophilus influenzae type B and hepatitis B and pertussis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="770616000" /> + <display value="Administration of first dose of diphtheria and Haemophilus influenzae type B and hepatitis B and pertussis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="310306005"/> - <display value="Administration of first dose of diphtheria and Haemophilus influenzae type B and pertussis and poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="310306005" /> + <display value="Administration of first dose of diphtheria and Haemophilus influenzae type B and pertussis and poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="868277008"/> - <display value="Administration of first dose of diphtheria and pertussis and poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="868277008" /> + <display value="Administration of first dose of diphtheria and pertussis and poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="866185003"/> - <display value="Administration of first dose of diphtheria and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="866185003" /> + <display value="Administration of first dose of diphtheria and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170320003"/> - <display value="Administration of first dose of diphtheria vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170320003" /> + <display value="Administration of first dose of diphtheria vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="866158005"/> - <display value="Administration of first dose of diphtheria, pertussis, and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="866158005" /> + <display value="Administration of first dose of diphtheria, pertussis, and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="868267006"/> - <display value="Administration of first dose of diphtheria, poliomyelitis, and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="868267006" /> + <display value="Administration of first dose of diphtheria, poliomyelitis, and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="712834006"/> - <display value="Administration of first dose of Haemophilus influenzae type B and meningitis C vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="712834006" /> + <display value="Administration of first dose of Haemophilus influenzae type B and meningitis C vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170343007"/> - <display value="Administration of first dose of Haemophilus influenzae type B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170343007" /> + <display value="Administration of first dose of Haemophilus influenzae type B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170434002"/> - <display value="Administration of first dose of hepatitis A and B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170434002" /> + <display value="Administration of first dose of hepatitis A and B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="314178008"/> - <display value="Administration of first dose of hepatitis A and typhoid vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="314178008" /> + <display value="Administration of first dose of hepatitis A and typhoid vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170370000"/> - <display value="Administration of first dose of hepatitis B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170370000" /> + <display value="Administration of first dose of hepatitis B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="428741008"/> - <display value="Administration of first dose of human papilloma virus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="428741008" /> + <display value="Administration of first dose of human papilloma virus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="314761009"/> - <display value="Administration of first dose of Japanese encephalitis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="314761009" /> + <display value="Administration of first dose of Japanese encephalitis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="416591003"/> - <display value="Administration of first dose of low dose diphtheria and inactivated poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="416591003" /> + <display value="Administration of first dose of low dose diphtheria and inactivated poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="395178008"/> - <display value="Administration of first dose of low dose diphtheria and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="395178008" /> + <display value="Administration of first dose of low dose diphtheria and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="871909005"/> - <display value="Administration of first dose of measles and mumps and rubella and varicella virus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="871909005" /> + <display value="Administration of first dose of measles and mumps and rubella and varicella virus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="720539004"/> - <display value="Administration of first dose of meningitis B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="720539004" /> + <display value="Administration of first dose of meningitis B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="314414007"/> - <display value="Administration of first dose of meningitis C vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="314414007" /> + <display value="Administration of first dose of meningitis C vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170378007"/> - <display value="Administration of first dose of paediatric hepatitis A vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170378007" /> + <display value="Administration of first dose of paediatric hepatitis A vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170326009"/> - <display value="Administration of first dose of pertussis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170326009" /> + <display value="Administration of first dose of pertussis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170418000"/> - <display value="Administration of first dose of poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170418000" /> + <display value="Administration of first dose of poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170353008"/> - <display value="Administration of first dose of poliomyelitis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170353008" /> + <display value="Administration of first dose of poliomyelitis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170365007"/> - <display value="Administration of first dose of rabies vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170365007" /> + <display value="Administration of first dose of rabies vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1324681000000101"/> - <display value="Administration of first dose of SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="1324681000000101" /> + <display value="Administration of first dose of SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1144997007"/> - <display value="Administration of first dose of SARS-CoV-2 mRNA vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="1144997007" /> + <display value="Administration of first dose of SARS-CoV-2 mRNA vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="307416007"/> - <display value="Administration of first dose of smallpox vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="307416007" /> + <display value="Administration of first dose of smallpox vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170330007"/> - <display value="Administration of first dose of tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170330007" /> + <display value="Administration of first dose of tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170316002"/> - <display value="Administration of first dose of typhoid vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170316002" /> + <display value="Administration of first dose of typhoid vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="425897001"/> - <display value="Administration of first dose of Varicella-zoster vaccine for chickenpox"/> + <system value="http://snomed.info/sct" /> + <code value="425897001" /> + <display value="Administration of first dose of Varicella-zoster vaccine for chickenpox" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1326101000000105"/> - <display value="Administration of first dose of Varicella-zoster vaccine for shingles"/> + <system value="http://snomed.info/sct" /> + <code value="1326101000000105" /> + <display value="Administration of first dose of Varicella-zoster vaccine for shingles" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="985151000000100"/> - <display value="Administration of first inactivated seasonal influenza vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="985151000000100" /> + <display value="Administration of first inactivated seasonal influenza vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="871751000000104"/> - <display value="Administration of first intranasal influenza vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="871751000000104" /> + <display value="Administration of first intranasal influenza vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="884821000000108"/> - <display value="Administration of first intranasal pandemic influenza vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="884821000000108" /> + <display value="Administration of first intranasal pandemic influenza vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="884861000000100"/> - <display value="Administration of first intranasal seasonal influenza vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="884861000000100" /> + <display value="Administration of first intranasal seasonal influenza vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170341009"/> - <display value="Administration of fourth dose of anthrax vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170341009" /> + <display value="Administration of fourth dose of anthrax vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="313383003"/> - <display value="Administration of fourth dose of diphtheria and Haemophilus influenzae type B and pertussis and poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="313383003" /> + <display value="Administration of fourth dose of diphtheria and Haemophilus influenzae type B and pertussis and poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170374009"/> - <display value="Administration of fourth dose of hepatitis B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170374009" /> + <display value="Administration of fourth dose of hepatitis B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="786846001"/> - <display value="Administration of Haemophilus influenzae type b and hepatitis B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="786846001" /> + <display value="Administration of Haemophilus influenzae type b and hepatitis B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1119364007"/> - <display value="Administration of Haemophilus influenzae type B and meningitis C and Y vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="1119364007" /> + <display value="Administration of Haemophilus influenzae type B and meningitis C and Y vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="428975001"/> - <display value="Administration of Haemophilus influenzae type B and meningitis C vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="428975001" /> + <display value="Administration of Haemophilus influenzae type B and meningitis C vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="127787002"/> - <display value="Administration of Haemophilus influenzae type B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="127787002" /> + <display value="Administration of Haemophilus influenzae type B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="572211000119108"/> - <display value="Administration of heat treated rabies immune globulin"/> + <system value="http://snomed.info/sct" /> + <code value="572211000119108" /> + <display value="Administration of heat treated rabies immune globulin" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="312868009"/> - <display value="Administration of hepatitis A and B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="312868009" /> + <display value="Administration of hepatitis A and B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="314177003"/> - <display value="Administration of hepatitis A and typhoid vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="314177003" /> + <display value="Administration of hepatitis A and typhoid vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="243789007"/> - <display value="Administration of hepatitis A vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="243789007" /> + <display value="Administration of hepatitis A vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="16584000"/> - <display value="Administration of hepatitis B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="16584000" /> + <display value="Administration of hepatitis B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="116800003"/> - <display value="Administration of Hepatitis B Virus immune globulin, human"/> + <system value="http://snomed.info/sct" /> + <code value="116800003" /> + <display value="Administration of Hepatitis B Virus immune globulin, human" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="870534008"/> - <display value="Administration of human anti-D immunoglobulin"/> + <system value="http://snomed.info/sct" /> + <code value="870534008" /> + <display value="Administration of human anti-D immunoglobulin" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="117103007"/> - <display value="Administration of human immune globulin product"/> + <system value="http://snomed.info/sct" /> + <code value="117103007" /> + <display value="Administration of human immune globulin product" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="734154002"/> - <display value="Administration of human papilloma virus type 6, 11, 16, and 18 vaccine done"/> + <system value="http://snomed.info/sct" /> + <code value="734154002" /> + <display value="Administration of human papilloma virus type 6, 11, 16, and 18 vaccine done" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="761841000"/> - <display value="Administration of human papilloma virus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="761841000" /> + <display value="Administration of human papilloma virus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="717953009"/> - <display value="Administration of Human papillomavirus 16 and 18 vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="717953009" /> + <display value="Administration of Human papillomavirus 16 and 18 vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="724332002"/> - <display value="Administration of Human papillomavirus 9 vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="724332002" /> + <display value="Administration of Human papillomavirus 9 vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="572261000119106"/> - <display value="Administration of human tetanus immune globulin"/> + <system value="http://snomed.info/sct" /> + <code value="572261000119106" /> + <display value="Administration of human tetanus immune globulin" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="48556009"/> - <display value="Administration of immune serum"/> + <system value="http://snomed.info/sct" /> + <code value="48556009" /> + <display value="Administration of immune serum" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="698802001"/> - <display value="Administration of immunoglobulin by intravenous route"/> + <system value="http://snomed.info/sct" /> + <code value="698802001" /> + <display value="Administration of immunoglobulin by intravenous route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="16292731000119106"/> - <display value="Administration of inactivated Japanese encephalitis virus adsorbed vaccine via intramuscular route"/> + <system value="http://snomed.info/sct" /> + <code value="16292731000119106" /> + <display value="Administration of inactivated Japanese encephalitis virus adsorbed vaccine via intramuscular route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="16292771000119109"/> - <display value="Administration of inactivated poliomyelitis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="16292771000119109" /> + <display value="Administration of inactivated poliomyelitis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="442333005"/> - <display value="Administration of Influenza A virus subtype H1N1 antigen only vaccine product"/> + <system value="http://snomed.info/sct" /> + <code value="442333005" /> + <display value="Administration of Influenza A virus subtype H1N1 antigen only vaccine product" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="786847005"/> - <display value="Administration of influenza H5N1 vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="786847005" /> + <display value="Administration of influenza H5N1 vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="86198006"/> - <display value="Administration of influenza vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="86198006" /> + <display value="Administration of influenza vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="787016008"/> - <display value="Administration of influenza vaccine via nasal route"/> + <system value="http://snomed.info/sct" /> + <code value="787016008" /> + <display value="Administration of influenza vaccine via nasal route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="16292691000119104"/> - <display value="Administration of intramuscular inactivated Japanese encephalitis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="16292691000119104" /> + <display value="Administration of intramuscular inactivated Japanese encephalitis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="314759000"/> - <display value="Administration of Japanese encephalitis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="314759000" /> + <display value="Administration of Japanese encephalitis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="871898007"/> - <display value="Administration of live attenuated Human alphaherpesvirus 3 vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="871898007" /> + <display value="Administration of live attenuated Human alphaherpesvirus 3 vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="871899004"/> - <display value="Administration of live attenuated Human alphaherpesvirus 3 vaccine via subcutaneous route"/> + <system value="http://snomed.info/sct" /> + <code value="871899004" /> + <display value="Administration of live attenuated Human alphaherpesvirus 3 vaccine via subcutaneous route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="572511000119105"/> - <display value="Administration of live attenuated measles and mumps and rubella and varicella-zoster vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="572511000119105" /> + <display value="Administration of live attenuated measles and mumps and rubella and varicella-zoster vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="572481000119103"/> - <display value="Administration of live attenuated measles vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="572481000119103" /> + <display value="Administration of live attenuated measles vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="571591000119106"/> - <display value="Administration of live attenuated measles, mumps, and rubella vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="571591000119106" /> + <display value="Administration of live attenuated measles, mumps, and rubella vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="871728006"/> - <display value="Administration of live attenuated Salmonella enterica subspecies enterica serovar Typhi antigen only vaccine product via oral route"/> + <system value="http://snomed.info/sct" /> + <code value="871728006" /> + <display value="Administration of live attenuated Salmonella enterica subspecies enterica serovar Typhi antigen only vaccine product via oral route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="414620004"/> - <display value="Administration of low dose diphtheria and acellular pertussis five component and inactivated poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="414620004" /> + <display value="Administration of low dose diphtheria and acellular pertussis five component and inactivated poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="414619005"/> - <display value="Administration of low dose diphtheria and inactivated poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="414619005" /> + <display value="Administration of low dose diphtheria and inactivated poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="871828004"/> - <display value="Administration of low dose diphtheria and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="871828004" /> + <display value="Administration of low dose diphtheria and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170324007"/> - <display value="Administration of low dose diphtheria vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170324007" /> + <display value="Administration of low dose diphtheria vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="396455004"/> - <display value="Administration of Lyme disease vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="396455004" /> + <display value="Administration of Lyme disease vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="432636005"/> - <display value="Administration of measles and mumps and rubella and varicella virus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="432636005" /> + <display value="Administration of measles and mumps and rubella and varicella virus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="38598009"/> - <display value="Administration of measles and mumps and rubella vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="38598009" /> + <display value="Administration of measles and mumps and rubella vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="792896000"/> - <display value="Administration of measles and rubella vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="792896000" /> + <display value="Administration of measles and rubella vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="47435007"/> - <display value="Administration of measles vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="47435007" /> + <display value="Administration of measles vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="314417000"/> - <display value="Administration of meningitis A and C vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="314417000" /> + <display value="Administration of meningitis A and C vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="871874000"/> - <display value="Administration of meningitis A, C, W135 and Y vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="871874000" /> + <display value="Administration of meningitis A, C, W135 and Y vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="720537002"/> - <display value="Administration of meningitis B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="720537002" /> + <display value="Administration of meningitis B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="719596001"/> - <display value="Administration of meningitis C vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="719596001" /> + <display value="Administration of meningitis C vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="571641000119102"/> - <display value="Administration of meningitis polysaccharide vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="571641000119102" /> + <display value="Administration of meningitis polysaccharide vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="16298691000119102"/> - <display value="Administration of meningococcus A, C, W135 and Y capsular oligosaccharide conjugated vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="16298691000119102" /> + <display value="Administration of meningococcus A, C, W135 and Y capsular oligosaccharide conjugated vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="41088001"/> - <display value="Administration of Meningococcus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="41088001" /> + <display value="Administration of Meningococcus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="50583002"/> - <display value="Administration of mumps vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="50583002" /> + <display value="Administration of mumps vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="626061000119109"/> - <display value="Administration of pentavalent live attenuated rotavirus vaccine via oral route"/> + <system value="http://snomed.info/sct" /> + <code value="626061000119109" /> + <display value="Administration of pentavalent live attenuated rotavirus vaccine via oral route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="39343008"/> - <display value="Administration of pertussis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="39343008" /> + <display value="Administration of pertussis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="50069008"/> - <display value="Administration of plague vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="50069008" /> + <display value="Administration of plague vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1119366009"/> - <display value="Administration of pneumococcal 13-valent conjugate vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="1119366009" /> + <display value="Administration of pneumococcal 13-valent conjugate vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1119367000"/> - <display value="Administration of pneumococcal 23-valent conjugate vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="1119367000" /> + <display value="Administration of pneumococcal 23-valent conjugate vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1119368005"/> - <display value="Administration of pneumococcal 7-valent conjugate vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="1119368005" /> + <display value="Administration of pneumococcal 7-valent conjugate vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="12866006"/> - <display value="Administration of pneumococcal vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="12866006" /> + <display value="Administration of pneumococcal vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="268499008"/> - <display value="Administration of poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="268499008" /> + <display value="Administration of poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="72093006"/> - <display value="Administration of poliomyelitis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="72093006" /> + <display value="Administration of poliomyelitis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170432003"/> - <display value="Administration of pre-school booster dose of measles and mumps and rubella vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170432003" /> + <display value="Administration of pre-school booster dose of measles and mumps and rubella vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="370772009"/> - <display value="Administration of prescribed antibiotic therapy and immunizing agents"/> + <system value="http://snomed.info/sct" /> + <code value="370772009" /> + <display value="Administration of prescribed antibiotic therapy and immunizing agents" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="734152003"/> - <display value="Administration of quadrivalent HPV (human papillomavirus) vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="734152003" /> + <display value="Administration of quadrivalent HPV (human papillomavirus) vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="117085001"/> - <display value="Administration of Rabies immune globulin, human"/> + <system value="http://snomed.info/sct" /> + <code value="117085001" /> + <display value="Administration of Rabies immune globulin, human" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="34631000"/> - <display value="Administration of rabies vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="34631000" /> + <display value="Administration of rabies vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="572391000119109"/> - <display value="Administration of rabies vaccine via intramuscular route"/> + <system value="http://snomed.info/sct" /> + <code value="572391000119109" /> + <display value="Administration of rabies vaccine via intramuscular route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="117089007"/> - <display value="Administration of Respiratory Syncytial virus immune globulin, human"/> + <system value="http://snomed.info/sct" /> + <code value="117089007" /> + <display value="Administration of Respiratory Syncytial virus immune globulin, human" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="6466004"/> - <display value="Administration of RhD immune globulin"/> + <system value="http://snomed.info/sct" /> + <code value="6466004" /> + <display value="Administration of RhD immune globulin" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="415354003"/> - <display value="Administration of rotavirus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="415354003" /> + <display value="Administration of rotavirus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="82314000"/> - <display value="Administration of rubella vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="82314000" /> + <display value="Administration of rubella vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1119350007"/> - <display value="Administration of SARS-CoV-2 mRNA vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="1119350007" /> + <display value="Administration of SARS-CoV-2 mRNA vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="417384007"/> - <display value="Administration of second booster of low dose diphtheria and inactivated poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="417384007" /> + <display value="Administration of second booster of low dose diphtheria and inactivated poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170339008"/> - <display value="Administration of second dose of anthrax vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170339008" /> + <display value="Administration of second dose of anthrax vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170312000"/> - <display value="Administration of second dose of cholera vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170312000" /> + <display value="Administration of second dose of cholera vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="412763007"/> - <display value="Administration of second dose of diphtheria and acellular pertussis and poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="412763007" /> + <display value="Administration of second dose of diphtheria and acellular pertussis and poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="412756007"/> - <display value="Administration of second dose of diphtheria and acellular pertussis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="412756007" /> + <display value="Administration of second dose of diphtheria and acellular pertussis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="415507003"/> - <display value="Administration of second dose of diphtheria and Haemophilus influenza B and five component acellular pertussis and inactivated poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="415507003" /> + <display value="Administration of second dose of diphtheria and Haemophilus influenza B and five component acellular pertussis and inactivated poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="770617009"/> - <display value="Administration of second dose of diphtheria and Haemophilus influenzae type B and hepatitis B and pertussis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="770617009" /> + <display value="Administration of second dose of diphtheria and Haemophilus influenzae type B and hepatitis B and pertussis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="310307001"/> - <display value="Administration of second dose of diphtheria and Haemophilus influenzae type B and pertussis and poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="310307001" /> + <display value="Administration of second dose of diphtheria and Haemophilus influenzae type B and pertussis and poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="868274001"/> - <display value="Administration of second dose of diphtheria and pertussis and poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="868274001" /> + <display value="Administration of second dose of diphtheria and pertussis and poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="866184004"/> - <display value="Administration of second dose of diphtheria and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="866184004" /> + <display value="Administration of second dose of diphtheria and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170321004"/> - <display value="Administration of second dose of diphtheria vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170321004" /> + <display value="Administration of second dose of diphtheria vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="866159002"/> - <display value="Administration of second dose of diphtheria, pertussis, and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="866159002" /> + <display value="Administration of second dose of diphtheria, pertussis, and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="868266002"/> - <display value="Administration of second dose of diphtheria, poliomyelitis, and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="868266002" /> + <display value="Administration of second dose of diphtheria, poliomyelitis, and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="712833000"/> - <display value="Administration of second dose of Haemophilus influenzae type B and meningitis C vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="712833000" /> + <display value="Administration of second dose of Haemophilus influenzae type B and meningitis C vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170344001"/> - <display value="Administration of second dose of Haemophilus influenzae type B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170344001" /> + <display value="Administration of second dose of Haemophilus influenzae type B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170435001"/> - <display value="Administration of second dose of hepatitis A and B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170435001" /> + <display value="Administration of second dose of hepatitis A and B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170379004"/> - <display value="Administration of second dose of hepatitis A vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170379004" /> + <display value="Administration of second dose of hepatitis A vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170371001"/> - <display value="Administration of second dose of hepatitis B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170371001" /> + <display value="Administration of second dose of hepatitis B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="429396009"/> - <display value="Administration of second dose of human papilloma virus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="429396009" /> + <display value="Administration of second dose of human papilloma virus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="314762002"/> - <display value="Administration of second dose of Japanese encephalitis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="314762002" /> + <display value="Administration of second dose of Japanese encephalitis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="395179000"/> - <display value="Administration of second dose of low dose diphtheria and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="395179000" /> + <display value="Administration of second dose of low dose diphtheria and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="433733003"/> - <display value="Administration of second dose of measles and mumps and rubella and varicella virus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="433733003" /> + <display value="Administration of second dose of measles and mumps and rubella and varicella virus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170433008"/> - <display value="Administration of second dose of measles and mumps and rubella vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170433008" /> + <display value="Administration of second dose of measles and mumps and rubella vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="720540002"/> - <display value="Administration of second dose of meningitis B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="720540002" /> + <display value="Administration of second dose of meningitis B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="314415008"/> - <display value="Administration of second dose of meningitis C vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="314415008" /> + <display value="Administration of second dose of meningitis C vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="871752004"/> - <display value="Administration of second dose of paediatric hepatitis A vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="871752004" /> + <display value="Administration of second dose of paediatric hepatitis A vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170327000"/> - <display value="Administration of second dose of pertussis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170327000" /> + <display value="Administration of second dose of pertussis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170419008"/> - <display value="Administration of second dose of poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170419008" /> + <display value="Administration of second dose of poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170354002"/> - <display value="Administration of second dose of poliomyelitis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170354002" /> + <display value="Administration of second dose of poliomyelitis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170366008"/> - <display value="Administration of second dose of rabies vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170366008" /> + <display value="Administration of second dose of rabies vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1324691000000104"/> - <display value="Administration of second dose of SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="1324691000000104" /> + <display value="Administration of second dose of SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1144998002"/> - <display value="Administration of second dose of SARS-CoV-2 mRNA vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="1144998002" /> + <display value="Administration of second dose of SARS-CoV-2 mRNA vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170360002"/> - <display value="Administration of second dose of smallpox vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170360002" /> + <display value="Administration of second dose of smallpox vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170331006"/> - <display value="Administration of second dose of tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170331006" /> + <display value="Administration of second dose of tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170317006"/> - <display value="Administration of second dose of typhoid vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170317006" /> + <display value="Administration of second dose of typhoid vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="428502009"/> - <display value="Administration of second dose of Varicella-zoster vaccine for chickenpox"/> + <system value="http://snomed.info/sct" /> + <code value="428502009" /> + <display value="Administration of second dose of Varicella-zoster vaccine for chickenpox" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1326111000000107"/> - <display value="Administration of second dose of Varicella-zoster vaccine for shingles"/> + <system value="http://snomed.info/sct" /> + <code value="1326111000000107" /> + <display value="Administration of second dose of Varicella-zoster vaccine for shingles" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="314179000"/> - <display value="Administration of second hepatitis A and typhoid vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="314179000" /> + <display value="Administration of second hepatitis A and typhoid vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="985171000000109"/> - <display value="Administration of second inactivated seasonal influenza vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="985171000000109" /> + <display value="Administration of second inactivated seasonal influenza vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="871781000000105"/> - <display value="Administration of second intranasal influenza vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="871781000000105" /> + <display value="Administration of second intranasal influenza vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="884841000000101"/> - <display value="Administration of second intranasal pandemic influenza vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="884841000000101" /> + <display value="Administration of second intranasal pandemic influenza vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="884881000000109"/> - <display value="Administration of second intranasal seasonal influenza vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="884881000000109" /> + <display value="Administration of second intranasal seasonal influenza vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="314450000"/> - <display value="Administration of single dose of meningitis C vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="314450000" /> + <display value="Administration of single dose of meningitis C vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="395665009"/> - <display value="Administration of single dose of typhoid vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="395665009" /> + <display value="Administration of single dose of typhoid vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="416923003"/> - <display value="Administration of sixth dose of hepatitis B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="416923003" /> + <display value="Administration of sixth dose of hepatitis B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="40001004"/> - <display value="Administration of smallpox vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="40001004" /> + <display value="Administration of smallpox vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="127786006"/> - <display value="Administration of tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="127786006" /> + <display value="Administration of tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170340005"/> - <display value="Administration of third dose of anthrax vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170340005" /> + <display value="Administration of third dose of anthrax vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="412764001"/> - <display value="Administration of third dose of diphtheria and acellular pertussis and poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="412764001" /> + <display value="Administration of third dose of diphtheria and acellular pertussis and poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="412757003"/> - <display value="Administration of third dose of diphtheria and acellular pertussis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="412757003" /> + <display value="Administration of third dose of diphtheria and acellular pertussis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="415712004"/> - <display value="Administration of third dose of diphtheria and Haemophilus influenza B and five component acellular pertussis and inactivated poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="415712004" /> + <display value="Administration of third dose of diphtheria and Haemophilus influenza B and five component acellular pertussis and inactivated poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="770618004"/> - <display value="Administration of third dose of diphtheria and Haemophilus influenzae type B and hepatitis B and pertussis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="770618004" /> + <display value="Administration of third dose of diphtheria and Haemophilus influenzae type B and hepatitis B and pertussis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="310308006"/> - <display value="Administration of third dose of diphtheria and Haemophilus influenzae type B and pertussis and poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="310308006" /> + <display value="Administration of third dose of diphtheria and Haemophilus influenzae type B and pertussis and poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="868276004"/> - <display value="Administration of third dose of diphtheria and pertussis and poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="868276004" /> + <display value="Administration of third dose of diphtheria and pertussis and poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="870668008"/> - <display value="Administration of third dose of diphtheria and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="870668008" /> + <display value="Administration of third dose of diphtheria and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170322006"/> - <display value="Administration of third dose of diphtheria vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170322006" /> + <display value="Administration of third dose of diphtheria vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="866226006"/> - <display value="Administration of third dose of diphtheria, pertussis, and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="866226006" /> + <display value="Administration of third dose of diphtheria, pertussis, and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="868268001"/> - <display value="Administration of third dose of diphtheria, poliomyelitis, and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="868268001" /> + <display value="Administration of third dose of diphtheria, poliomyelitis, and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170345000"/> - <display value="Administration of third dose of Haemophilus influenzae type B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170345000" /> + <display value="Administration of third dose of Haemophilus influenzae type B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170436000"/> - <display value="Administration of third dose of hepatitis A and B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170436000" /> + <display value="Administration of third dose of hepatitis A and B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170380001"/> - <display value="Administration of third dose of hepatitis A vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170380001" /> + <display value="Administration of third dose of hepatitis A vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170372008"/> - <display value="Administration of third dose of hepatitis B vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170372008" /> + <display value="Administration of third dose of hepatitis B vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="428931000"/> - <display value="Administration of third dose of human papilloma virus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="428931000" /> + <display value="Administration of third dose of human papilloma virus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="314763007"/> - <display value="Administration of third dose of Japanese encephalitis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="314763007" /> + <display value="Administration of third dose of Japanese encephalitis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="395180002"/> - <display value="Administration of third dose of low dose diphtheria and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="395180002" /> + <display value="Administration of third dose of low dose diphtheria and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="314416009"/> - <display value="Administration of third dose of meningitis C vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="314416009" /> + <display value="Administration of third dose of meningitis C vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="871753009"/> - <display value="Administration of third dose of paediatric hepatitis A vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="871753009" /> + <display value="Administration of third dose of paediatric hepatitis A vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170328005"/> - <display value="Administration of third dose of pertussis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170328005" /> + <display value="Administration of third dose of pertussis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170420002"/> - <display value="Administration of third dose of poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170420002" /> + <display value="Administration of third dose of poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170355001"/> - <display value="Administration of third dose of poliomyelitis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170355001" /> + <display value="Administration of third dose of poliomyelitis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170367004"/> - <display value="Administration of third dose of rabies vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170367004" /> + <display value="Administration of third dose of rabies vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170361003"/> - <display value="Administration of third dose of smallpox vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170361003" /> + <display value="Administration of third dose of smallpox vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170332004"/> - <display value="Administration of third dose of tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="170332004" /> + <display value="Administration of third dose of tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="281658005"/> - <display value="Administration of tick-borne encephalitis vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="281658005" /> + <display value="Administration of tick-borne encephalitis vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="9856004"/> - <display value="Administration of tularaemia vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="9856004" /> + <display value="Administration of tularaemia vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="15483003"/> - <display value="Administration of typhoid vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="15483003" /> + <display value="Administration of typhoid vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="572431000119104"/> - <display value="Administration of typhoid VI capsular polysaccharide vaccine via intramuscular route"/> + <system value="http://snomed.info/sct" /> + <code value="572431000119104" /> + <display value="Administration of typhoid VI capsular polysaccharide vaccine via intramuscular route" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="283511000000105"/> - <display value="Administration of vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="283511000000105" /> + <display value="Administration of vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="823371000000105"/> - <display value="Administration of vaccine under patient specific direction"/> + <system value="http://snomed.info/sct" /> + <code value="823371000000105" /> + <display value="Administration of vaccine under patient specific direction" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="117095008"/> - <display value="Administration of Vaccinia immune globulin, human"/> + <system value="http://snomed.info/sct" /> + <code value="117095008" /> + <display value="Administration of Vaccinia immune globulin, human" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="116813009"/> - <display value="Administration of Varicella virus immune globulin"/> + <system value="http://snomed.info/sct" /> + <code value="116813009" /> + <display value="Administration of Varicella virus immune globulin" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="767634004"/> - <display value="Administration of Varicella-zoster vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="767634004" /> + <display value="Administration of Varicella-zoster vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="737081007"/> - <display value="Administration of Varicella-zoster vaccine for chickenpox"/> + <system value="http://snomed.info/sct" /> + <code value="737081007" /> + <display value="Administration of Varicella-zoster vaccine for chickenpox" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="722215002"/> - <display value="Administration of Varicella-zoster vaccine for shingles"/> + <system value="http://snomed.info/sct" /> + <code value="722215002" /> + <display value="Administration of Varicella-zoster vaccine for shingles" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="49083007"/> - <display value="Administration of viral vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="49083007" /> + <display value="Administration of viral vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="67308009"/> - <display value="Administration of yellow fever vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="67308009" /> + <display value="Administration of yellow fever vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="271498007"/> - <display value="Anti-rabies immunoglobulin injection"/> + <system value="http://snomed.info/sct" /> + <code value="271498007" /> + <display value="Anti-rabies immunoglobulin injection" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="359959008"/> - <display value="Autogenous vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="359959008" /> + <display value="Autogenous vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="151071000119107"/> - <display value="Bacillus Calmette-Guerin vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="151071000119107" /> + <display value="Bacillus Calmette-Guerin vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="42284007"/> - <display value="BCG vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="42284007" /> + <display value="BCG vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="201421000000100"/> - <display value="Booster BCG (Bacillus Calmette-Guerin) vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="201421000000100" /> + <display value="Booster BCG (Bacillus Calmette-Guerin) vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="310551000000106"/> - <display value="Booster diphtheria tetanus and five component acellular pertussis, haemophilus influenzae type b, inactivated polio vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="310551000000106" /> + <display value="Booster diphtheria tetanus and five component acellular pertussis, haemophilus influenzae type b, inactivated polio vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="379241000000107"/> - <display value="Booster diphtheria tetanus and three component acellular pertussis, haemophilus influenzae type b, inactivated polio vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="379241000000107" /> + <display value="Booster diphtheria tetanus and three component acellular pertussis, haemophilus influenzae type b, inactivated polio vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="247821000000102"/> - <display value="Booster diphtheria, tetanus, acellular pertussis and inactivated polio vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="247821000000102" /> + <display value="Booster diphtheria, tetanus, acellular pertussis and inactivated polio vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="335051000000104"/> - <display value="Booster diphtheria, tetanus, acellular pertussis, haemophilus influenzae type b, inactivated polio vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="335051000000104" /> + <display value="Booster diphtheria, tetanus, acellular pertussis, haemophilus influenzae type b, inactivated polio vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="201391000000106"/> - <display value="Booster influenza vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="201391000000106" /> + <display value="Booster influenza vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1037011000000108"/> - <display value="Booster meningitis B vaccination given by other healthcare provider"/> + <system value="http://snomed.info/sct" /> + <code value="1037011000000108" /> + <display value="Booster meningitis B vaccination given by other healthcare provider" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="359953009"/> - <display value="Booster vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="359953009" /> + <display value="Booster vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="921761000000109"/> - <display value="Booster yellow fever vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="921761000000109" /> + <display value="Booster yellow fever vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="515291000000105"/> - <display value="CELVAPAN - first influenza A (H1N1v) 2009 vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="515291000000105" /> + <display value="CELVAPAN - first influenza A (H1N1v) 2009 vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="515321000000100"/> - <display value="CELVAPAN - second influenza A (H1N1v) 2009 vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="515321000000100" /> + <display value="CELVAPAN - second influenza A (H1N1v) 2009 vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1091001000000108"/> - <display value="Combined measles and rubella vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="1091001000000108" /> + <display value="Combined measles and rubella vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="311780005"/> - <display value="Continuous infusion of immunoglobulin"/> + <system value="http://snomed.info/sct" /> + <code value="311780005" /> + <display value="Continuous infusion of immunoglobulin" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="151051000119103"/> - <display value="Diphtheria and tetanus vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="151051000119103" /> + <display value="Diphtheria and tetanus vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="132751000119107"/> - <display value="Diphtheria, tetanus and acellular pertussis vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="132751000119107" /> + <display value="Diphtheria, tetanus and acellular pertussis vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1082431000000104"/> - <display value="Diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="1082431000000104" /> + <display value="Diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="14747002"/> - <display value="Elective immunisation for international travel"/> + <system value="http://snomed.info/sct" /> + <code value="14747002" /> + <display value="Elective immunisation for international travel" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="91223004"/> - <display value="Emergency administration of vaccine during epidemic"/> + <system value="http://snomed.info/sct" /> + <code value="91223004" /> + <display value="Emergency administration of vaccine during epidemic" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="891891000000107"/> - <display value="Fifth rabies vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="891891000000107" /> + <display value="Fifth rabies vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="865151000000106"/> - <display value="First combined paediatric hepatitis A and B vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="865151000000106" /> + <display value="First combined paediatric hepatitis A and B vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1082441000000108"/> - <display value="First diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="1082441000000108" /> + <display value="First diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="865061000000108"/> - <display value="First hepatitis B junior vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="865061000000108" /> + <display value="First hepatitis B junior vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1066181000000105"/> - <display value="First inactivated seasonal influenza vaccination given by midwife"/> + <system value="http://snomed.info/sct" /> + <code value="1066181000000105" /> + <display value="First inactivated seasonal influenza vaccination given by midwife" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1037351000000105"/> - <display value="First inactivated seasonal influenza vaccination given by pharmacist"/> + <system value="http://snomed.info/sct" /> + <code value="1037351000000105" /> + <display value="First inactivated seasonal influenza vaccination given by pharmacist" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="945831000000105"/> - <display value="First intramuscular seasonal influenza vaccination given by other healthcare provider"/> + <system value="http://snomed.info/sct" /> + <code value="945831000000105" /> + <display value="First intramuscular seasonal influenza vaccination given by other healthcare provider" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="955661000000102"/> - <display value="First intranasal seasonal influenza vaccination given by other healthcare provider"/> + <system value="http://snomed.info/sct" /> + <code value="955661000000102" /> + <display value="First intranasal seasonal influenza vaccination given by other healthcare provider" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1037311000000106"/> - <display value="First intranasal seasonal influenza vaccination given by pharmacist"/> + <system value="http://snomed.info/sct" /> + <code value="1037311000000106" /> + <display value="First intranasal seasonal influenza vaccination given by pharmacist" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="957671000000103"/> - <display value="First meningitis ACW & Y vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="957671000000103" /> + <display value="First meningitis ACW & Y vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="958381000000107"/> - <display value="First meningitis B vaccination given by other healthcare provider"/> + <system value="http://snomed.info/sct" /> + <code value="958381000000107" /> + <display value="First meningitis B vaccination given by other healthcare provider" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="202301000000106"/> - <display value="First pandemic influenza vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="202301000000106" /> + <display value="First pandemic influenza vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="247631000000101"/> - <display value="First pneumococcal conjugated vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="247631000000101" /> + <display value="First pneumococcal conjugated vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="868631000000102"/> - <display value="First rotavirus vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="868631000000102" /> + <display value="First rotavirus vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="783521000000106"/> - <display value="First tick-borne encephalitis vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="783521000000106" /> + <display value="First tick-borne encephalitis vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="865121000000101"/> - <display value="Fourth hepatitis B junior vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="865121000000101" /> + <display value="Fourth hepatitis B junior vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="957731000000105"/> - <display value="Fourth meningitis ACW & Y vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="957731000000105" /> + <display value="Fourth meningitis ACW & Y vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="957561000000106"/> - <display value="Fourth meningitis B vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="957561000000106" /> + <display value="Fourth meningitis B vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="958441000000105"/> - <display value="Fourth meningitis B vaccination given by other healthcare provider"/> + <system value="http://snomed.info/sct" /> + <code value="958441000000105" /> + <display value="Fourth meningitis B vaccination given by other healthcare provider" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="891871000000108"/> - <display value="Fourth rabies vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="891871000000108" /> + <display value="Fourth rabies vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="859641000000109"/> - <display value="Herpes zoster vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="859641000000109" /> + <display value="Herpes zoster vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="105941000119105"/> - <display value="Herpes zoster vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="105941000119105" /> + <display value="Herpes zoster vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="140611000119104"/> - <display value="Human papilloma virus type 16 and 18 vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="140611000119104" /> + <display value="Human papilloma virus type 16 and 18 vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="99501000119107"/> - <display value="Human papilloma virus vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="99501000119107" /> + <display value="Human papilloma virus vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="16300531000119107"/> - <display value="Human papillomavirus type 9 vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="16300531000119107" /> + <display value="Human papillomavirus type 9 vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="965851000000105"/> - <display value="Human papillomavirus vaccination given by other healthcare provider"/> + <system value="http://snomed.info/sct" /> + <code value="965851000000105" /> + <display value="Human papillomavirus vaccination given by other healthcare provider" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="22850005"/> - <display value="Immunisation for autoimmune disease"/> + <system value="http://snomed.info/sct" /> + <code value="22850005" /> + <display value="Immunisation for autoimmune disease" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="70322007"/> - <display value="Immunisation in infancy"/> + <system value="http://snomed.info/sct" /> + <code value="70322007" /> + <display value="Immunisation in infancy" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="73701000119109"/> - <display value="Influenza vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="73701000119109" /> + <display value="Influenza vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="955641000000103"/> - <display value="Influenza vaccination given by other healthcare provider"/> + <system value="http://snomed.info/sct" /> + <code value="955641000000103" /> + <display value="Influenza vaccination given by other healthcare provider" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="713534006"/> - <display value="Injection of normal human immunoglobulin"/> + <system value="http://snomed.info/sct" /> + <code value="713534006" /> + <display value="Injection of normal human immunoglobulin" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="180190006"/> - <display value="Injection of rRhD immune globulin"/> + <system value="http://snomed.info/sct" /> + <code value="180190006" /> + <display value="Injection of rRhD immune globulin" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="180244008"/> - <display value="Intramuscular immunotherapy"/> + <system value="http://snomed.info/sct" /> + <code value="180244008" /> + <display value="Intramuscular immunotherapy" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="116802006"/> - <display value="Intramuscular injection of Hepatitis B Virus immune globulin, human"/> + <system value="http://snomed.info/sct" /> + <code value="116802006" /> + <display value="Intramuscular injection of Hepatitis B Virus immune globulin, human" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="117064001"/> - <display value="Intramuscular injection of immune serum globulin, human"/> + <system value="http://snomed.info/sct" /> + <code value="117064001" /> + <display value="Intramuscular injection of immune serum globulin, human" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="117086000"/> - <display value="Intramuscular injection of Rabies immune globulin, human"/> + <system value="http://snomed.info/sct" /> + <code value="117086000" /> + <display value="Intramuscular injection of Rabies immune globulin, human" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="117065000"/> - <display value="Intramuscular injection of Rh immune globulin"/> + <system value="http://snomed.info/sct" /> + <code value="117065000" /> + <display value="Intramuscular injection of Rh immune globulin" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="117093001"/> - <display value="Intramuscular injection of Tetanus immune globulin, human"/> + <system value="http://snomed.info/sct" /> + <code value="117093001" /> + <display value="Intramuscular injection of Tetanus immune globulin, human" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="283431000000103"/> - <display value="Intramuscular injection of vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="283431000000103" /> + <display value="Intramuscular injection of vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="117096009"/> - <display value="Intramuscular injection of Vaccinia immune globulin, human"/> + <system value="http://snomed.info/sct" /> + <code value="117096009" /> + <display value="Intramuscular injection of Vaccinia immune globulin, human" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="116868008"/> - <display value="Intramuscular injection of Varicella virus immune globulin"/> + <system value="http://snomed.info/sct" /> + <code value="116868008" /> + <display value="Intramuscular injection of Varicella virus immune globulin" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="135231000119103"/> - <display value="Intranasal influenza vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="135231000119103" /> + <display value="Intranasal influenza vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="117083008"/> - <display value="Intravenous infusion of Botulism immune globulin, human"/> + <system value="http://snomed.info/sct" /> + <code value="117083008" /> + <display value="Intravenous infusion of Botulism immune globulin, human" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="116792006"/> - <display value="Intravenous infusion of Cytomegalovirus immune globulin"/> + <system value="http://snomed.info/sct" /> + <code value="116792006" /> + <display value="Intravenous infusion of Cytomegalovirus immune globulin" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="116805008"/> - <display value="Intravenous infusion of human immune serum globulin (IVIg)"/> + <system value="http://snomed.info/sct" /> + <code value="116805008" /> + <display value="Intravenous infusion of human immune serum globulin (IVIg)" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="117090003"/> - <display value="Intravenous infusion of Respiratory syncytial virus immune globulin, human"/> + <system value="http://snomed.info/sct" /> + <code value="117090003" /> + <display value="Intravenous infusion of Respiratory syncytial virus immune globulin, human" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="116812004"/> - <display value="Intravenous infusion of Rh immune globulin"/> + <system value="http://snomed.info/sct" /> + <code value="116812004" /> + <display value="Intravenous infusion of Rh immune globulin" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="271500008"/> - <display value="Intravenous injection of anticytomegalovirus immunoglobulin"/> + <system value="http://snomed.info/sct" /> + <code value="271500008" /> + <display value="Intravenous injection of anticytomegalovirus immunoglobulin" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="427633002"/> - <display value="Intravenous injection of vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="427633002" /> + <display value="Intravenous injection of vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170392001"/> - <display value="Leishmaniasis vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="170392001" /> + <display value="Leishmaniasis vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="308081000000105"/> - <display value="Measles mumps and rubella vaccination - first dose"/> + <system value="http://snomed.info/sct" /> + <code value="308081000000105" /> + <display value="Measles mumps and rubella vaccination - first dose" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="505001000000109"/> - <display value="Measles mumps rubella catch-up vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="505001000000109" /> + <display value="Measles mumps rubella catch-up vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="150961000119105"/> - <display value="Measles vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="150961000119105" /> + <display value="Measles vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170364006"/> - <display value="Measles vaccination plus immunoglobulin"/> + <system value="http://snomed.info/sct" /> + <code value="170364006" /> + <display value="Measles vaccination plus immunoglobulin" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="150971000119104"/> - <display value="Measles, mumps and rubella vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="150971000119104" /> + <display value="Measles, mumps and rubella vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="957751000000103"/> - <display value="Meningitis ACW & Y vaccination given by other healthcare provider"/> + <system value="http://snomed.info/sct" /> + <code value="957751000000103" /> + <display value="Meningitis ACW & Y vaccination given by other healthcare provider" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="957581000000102"/> - <display value="Meningitis B vaccination given by other healthcare provider"/> + <system value="http://snomed.info/sct" /> + <code value="957581000000102" /> + <display value="Meningitis B vaccination given by other healthcare provider" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="39361000119108"/> - <display value="Meningococcus vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="39361000119108" /> + <display value="Meningococcus vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="150981000119101"/> - <display value="Mumps vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="150981000119101" /> + <display value="Mumps vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="283541000000106"/> - <display value="Oral administration of vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="283541000000106" /> + <display value="Oral administration of vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="843231000000104"/> - <display value="Oral typhoid vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="843231000000104" /> + <display value="Oral typhoid vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="515281000000108"/> - <display value="PANDEMRIX - first influenza A (H1N1v) 2009 vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="515281000000108" /> + <display value="PANDEMRIX - first influenza A (H1N1v) 2009 vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="515301000000109"/> - <display value="PANDEMRIX - second influenza A (H1N1v) 2009 vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="515301000000109" /> + <display value="PANDEMRIX - second influenza A (H1N1v) 2009 vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="83798008"/> - <display value="Paratyphoid fever vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="83798008" /> + <display value="Paratyphoid fever vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="51116004"/> - <display value="Passive immunisation"/> + <system value="http://snomed.info/sct" /> + <code value="51116004" /> + <display value="Passive immunisation" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="956951000000104"/> - <display value="Pertussis vaccination in pregnancy"/> + <system value="http://snomed.info/sct" /> + <code value="956951000000104" /> + <display value="Pertussis vaccination in pregnancy" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="139791000119105"/> - <display value="Pneumococcal 13-valent conjugate vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="139791000119105" /> + <display value="Pneumococcal 13-valent conjugate vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="77891000119100"/> - <display value="Pneumococcal 23-valent polysaccharide vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="77891000119100" /> + <display value="Pneumococcal 23-valent polysaccharide vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="43961000119109"/> - <display value="Pneumococcal 7-valent conjugate vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="43961000119109" /> + <display value="Pneumococcal 7-valent conjugate vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="170337005"/> - <display value="Pneumococcal vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="170337005" /> + <display value="Pneumococcal vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1324631000000100"/> - <display value="Pneumococcal vaccination given by other healthcare provider"/> + <system value="http://snomed.info/sct" /> + <code value="1324631000000100" /> + <display value="Pneumococcal vaccination given by other healthcare provider" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="151011000119104"/> - <display value="Poliomyelitis vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="151011000119104" /> + <display value="Poliomyelitis vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="842861000000101"/> - <display value="Post exposure diphtheria, tetanus, acellular pertussis and inactivated polio vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="842861000000101" /> + <display value="Post exposure diphtheria, tetanus, acellular pertussis and inactivated polio vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="281039000"/> - <display value="Post-school administration of poliomyelitis and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="281039000" /> + <display value="Post-school administration of poliomyelitis and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="870670004"/> - <display value="Preschool administration diphtheria, poliomyelitis, and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="870670004" /> + <display value="Preschool administration diphtheria, poliomyelitis, and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="870669000"/> - <display value="Preschool administration of diphtheria and tetanus vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="870669000" /> + <display value="Preschool administration of diphtheria and tetanus vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="308091000000107"/> - <display value="Primary immunisation"/> + <system value="http://snomed.info/sct" /> + <code value="308091000000107" /> + <display value="Primary immunisation" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="308141000000101"/> - <display value="Primary immunisation - fifth dose"/> + <system value="http://snomed.info/sct" /> + <code value="308141000000101" /> + <display value="Primary immunisation - fifth dose" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="308101000000104"/> - <display value="Primary immunisation - first dose"/> + <system value="http://snomed.info/sct" /> + <code value="308101000000104" /> + <display value="Primary immunisation - first dose" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="308131000000105"/> - <display value="Primary immunisation - fourth dose"/> + <system value="http://snomed.info/sct" /> + <code value="308131000000105" /> + <display value="Primary immunisation - fourth dose" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="308111000000102"/> - <display value="Primary immunisation - second dose"/> + <system value="http://snomed.info/sct" /> + <code value="308111000000102" /> + <display value="Primary immunisation - second dose" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="308121000000108"/> - <display value="Primary immunisation - third dose"/> + <system value="http://snomed.info/sct" /> + <code value="308121000000108" /> + <display value="Primary immunisation - third dose" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="151021000119106"/> - <display value="Rabies vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="151021000119106" /> + <display value="Rabies vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="516301000000101"/> - <display value="Recombinant meningococcal group B and outer membrane vesicle vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="516301000000101" /> + <display value="Recombinant meningococcal group B and outer membrane vesicle vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="11842003"/> - <display value="Rocky Mountain spotted fever vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="11842003" /> + <display value="Rocky Mountain spotted fever vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="98331000119100"/> - <display value="Rotavirus vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="98331000119100" /> + <display value="Rotavirus vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="151031000119109"/> - <display value="Rubella vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="151031000119109" /> + <display value="Rubella vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="85720009"/> - <display value="Salmonella vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="85720009" /> + <display value="Salmonella vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="840534001"/> - <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) antigen vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="840534001" /> + <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) antigen vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="822851000000102"/> - <display value="Seasonal influenza vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="822851000000102" /> + <display value="Seasonal influenza vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1066171000000108"/> - <display value="Seasonal influenza vaccination given by midwife"/> + <system value="http://snomed.info/sct" /> + <code value="1066171000000108" /> + <display value="Seasonal influenza vaccination given by midwife" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="955651000000100"/> - <display value="Seasonal influenza vaccination given by other healthcare provider"/> + <system value="http://snomed.info/sct" /> + <code value="955651000000100" /> + <display value="Seasonal influenza vaccination given by other healthcare provider" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="955691000000108"/> - <display value="Seasonal influenza vaccination given by pharmacist"/> + <system value="http://snomed.info/sct" /> + <code value="955691000000108" /> + <display value="Seasonal influenza vaccination given by pharmacist" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1239861000000100"/> - <display value="Seasonal influenza vaccination given in school"/> + <system value="http://snomed.info/sct" /> + <code value="1239861000000100" /> + <display value="Seasonal influenza vaccination given in school" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="955701000000108"/> - <display value="Seasonal influenza vaccination given while hospital inpatient"/> + <system value="http://snomed.info/sct" /> + <code value="955701000000108" /> + <display value="Seasonal influenza vaccination given while hospital inpatient" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="865171000000102"/> - <display value="Second combined paediatric hepatitis A and B vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="865171000000102" /> + <display value="Second combined paediatric hepatitis A and B vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1082451000000106"/> - <display value="Second diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="1082451000000106" /> + <display value="Second diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="865081000000104"/> - <display value="Second hepatitis B junior vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="865081000000104" /> + <display value="Second hepatitis B junior vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1066191000000107"/> - <display value="Second inactivated seasonal influenza vaccination given by midwife"/> + <system value="http://snomed.info/sct" /> + <code value="1066191000000107" /> + <display value="Second inactivated seasonal influenza vaccination given by midwife" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1037371000000101"/> - <display value="Second inactivated seasonal influenza vaccination given by pharmacist"/> + <system value="http://snomed.info/sct" /> + <code value="1037371000000101" /> + <display value="Second inactivated seasonal influenza vaccination given by pharmacist" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="955671000000109"/> - <display value="Second intramuscular seasonal influenza vaccination given by other healthcare provider"/> + <system value="http://snomed.info/sct" /> + <code value="955671000000109" /> + <display value="Second intramuscular seasonal influenza vaccination given by other healthcare provider" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="955681000000106"/> - <display value="Second intranasal seasonal influenza vaccination given by other healthcare provider"/> + <system value="http://snomed.info/sct" /> + <code value="955681000000106" /> + <display value="Second intranasal seasonal influenza vaccination given by other healthcare provider" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1037331000000103"/> - <display value="Second intranasal seasonal influenza vaccination given by pharmacist"/> + <system value="http://snomed.info/sct" /> + <code value="1037331000000103" /> + <display value="Second intranasal seasonal influenza vaccination given by pharmacist" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="417615007"/> - <display value="Second low dose diphtheria, tetanus and inactivated polio vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="417615007" /> + <display value="Second low dose diphtheria, tetanus and inactivated polio vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="957691000000104"/> - <display value="Second meningitis ACW & Y vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="957691000000104" /> + <display value="Second meningitis ACW & Y vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="958401000000107"/> - <display value="Second meningitis B vaccination given by other healthcare provider"/> + <system value="http://snomed.info/sct" /> + <code value="958401000000107" /> + <display value="Second meningitis B vaccination given by other healthcare provider" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="202311000000108"/> - <display value="Second pandemic influenza vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="202311000000108" /> + <display value="Second pandemic influenza vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="247641000000105"/> - <display value="Second pneumococcal conjugated vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="247641000000105" /> + <display value="Second pneumococcal conjugated vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="868651000000109"/> - <display value="Second rotavirus vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="868651000000109" /> + <display value="Second rotavirus vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="783541000000104"/> - <display value="Second tick-borne encephalitis vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="783541000000104" /> + <display value="Second tick-borne encephalitis vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="44004000"/> - <display value="Staphylococcus vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="44004000" /> + <display value="Staphylococcus vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="3509001"/> - <display value="Streptococcus vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="3509001" /> + <display value="Streptococcus vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="871833000"/> - <display value="Subcutaneous injection of pneumococcal vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="871833000" /> + <display value="Subcutaneous injection of pneumococcal vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="117087009"/> - <display value="Subcutaneous injection of Rabies immune globulin, human"/> + <system value="http://snomed.info/sct" /> + <code value="117087009" /> + <display value="Subcutaneous injection of Rabies immune globulin, human" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="283451000000105"/> - <display value="Subcutaneous injection of vaccine"/> + <system value="http://snomed.info/sct" /> + <code value="283451000000105" /> + <display value="Subcutaneous injection of vaccine" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="820741000000108"/> - <display value="Supplemental pneumococcal conjugated vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="820741000000108" /> + <display value="Supplemental pneumococcal conjugated vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="151061000119101"/> - <display value="Tetanus toxoid vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="151061000119101" /> + <display value="Tetanus toxoid vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="865191000000103"/> - <display value="Third combined paediatric hepatitis A and B vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="865191000000103" /> + <display value="Third combined paediatric hepatitis A and B vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="1082461000000109"/> - <display value="Third diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="1082461000000109" /> + <display value="Third diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="865101000000105"/> - <display value="Third hepatitis B junior vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="865101000000105" /> + <display value="Third hepatitis B junior vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="416144004"/> - <display value="Third low dose diphtheria, tetanus and inactivated polio vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="416144004" /> + <display value="Third low dose diphtheria, tetanus and inactivated polio vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="957711000000102"/> - <display value="Third meningitis ACW & Y vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="957711000000102" /> + <display value="Third meningitis ACW & Y vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="957541000000105"/> - <display value="Third meningitis B vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="957541000000105" /> + <display value="Third meningitis B vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="958421000000103"/> - <display value="Third meningitis B vaccination given by other healthcare provider"/> + <system value="http://snomed.info/sct" /> + <code value="958421000000103" /> + <display value="Third meningitis B vaccination given by other healthcare provider" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="247651000000108"/> - <display value="Third pneumococcal conjugated vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="247651000000108" /> + <display value="Third pneumococcal conjugated vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="783561000000103"/> - <display value="Third tick-borne encephalitis vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="783561000000103" /> + <display value="Third tick-borne encephalitis vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="16609791000119102"/> - <display value="Transfusion of immunoglobulin"/> + <system value="http://snomed.info/sct" /> + <code value="16609791000119102" /> + <display value="Transfusion of immunoglobulin" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="148297000"/> - <display value="Travel vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="148297000" /> + <display value="Travel vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="117841000119108"/> - <display value="Typhoid vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="117841000119108" /> + <display value="Typhoid vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="30338008"/> - <display value="Typhus vaccination"/> + <system value="http://snomed.info/sct" /> + <code value="30338008" /> + <display value="Typhus vaccination" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="46079006"/> - <display value="Vaccination by injection gun"/> + <system value="http://snomed.info/sct" /> + <code value="46079006" /> + <display value="Vaccination by injection gun" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="22989000"/> - <display value="Vaccination for arthropod-borne virus"/> + <system value="http://snomed.info/sct" /> + <code value="22989000" /> + <display value="Vaccination for arthropod-borne virus" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="713404003"/> - <display value="Vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="713404003" /> + <display value="Vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="286941000119101"/> - <display value="Viral hepatitis A and B vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="286941000119101" /> + <display value="Viral hepatitis A and B vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="43941000119105"/> - <display value="Viral hepatitis A vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="43941000119105" /> + <display value="Viral hepatitis A vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="39031000119103"/> - <display value="Viral hepatitis B vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="39031000119103" /> + <display value="Viral hepatitis B vaccination given" /> </contains> <contains> - <system value="http://snomed.info/sct"/> - <code value="151111000119100"/> - <display value="Yellow fever vaccination given"/> + <system value="http://snomed.info/sct" /> + <code value="151111000119100" /> + <display value="Yellow fever vaccination given" /> </contains> </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-VaccinationProcedureSupplementary.xml b/valuesets/ValueSet-UKCore-VaccinationProcedureSupplementary.xml index fc3c6ae2..a6c70868 100644 --- a/valuesets/ValueSet-UKCore-VaccinationProcedureSupplementary.xml +++ b/valuesets/ValueSet-UKCore-VaccinationProcedureSupplementary.xml @@ -44,601 +44,601 @@ </filter> </include> </compose> - <expansion> - <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> - <valueBoolean value="true"/> - </extension> - <timestamp value="2021-09-07T08:48:09+00:00"/> - <total value="106"/> - <offset value="0"/> - <parameter> - <name value="version"/> - <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20210804"/> - </parameter> - <parameter> - <name value="count"/> - <valueInteger value="2147483647"/> - </parameter> - <parameter> - <name value="offset"/> - <valueInteger value="0"/> - </parameter> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="868241000000109"/> - <display value="Administration of intranasal influenza vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="572421000119102"/> - <display value="Administration of oral typhoid live vaccine"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="626071000119103"/> - <display value="Administration of subcutaneous zoster virus live vaccine"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="16298561000119108"/> - <display value="Administration of tetanus, diphtheria, and acellular pertussis vaccine"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="571611000119101"/> - <display value="Administration of varicella live vaccine"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170415002"/> - <display value="Booster diphtheria and tetanus double and polio vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170408005"/> - <display value="Booster diphtheria and tetanus double vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="412743000"/> - <display value="Booster hepatitis A junior vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="7141001"/> - <display value="Brucellosis vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="270898008"/> - <display value="Diphtheria and tetanus double and polio vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170399005"/> - <display value="Diphtheria, pertussis and tetanus triple and polio vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170412004"/> - <display value="First diphtheria and tetanus double and polio vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170405008"/> - <display value="First diphtheria and tetanus double vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170400003"/> - <display value="First diphtheria, pertussis and tetanus triple and polio vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170395004"/> - <display value="First diphtheria, pertussis and tetanus triple vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="313188000"/> - <display value="First hepatitis A junior vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="51572002"/> - <display value="Haemophilus influenzae immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="8605003"/> - <display value="Immunisation for bordetella"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="39568006"/> - <display value="Immunisation for encephalitis virus"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="275849001"/> - <display value="Infective hepatitis immunisation"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="390892002"/> - <display value="Meningitis ACW & Y vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="281040003"/> - <display value="Pre-school diphtheria and tetanus double and polio vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="275841003"/> - <display value="Pre-school diphtheria and tetanus double vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="777611000000100"/> - <display value="Quadrivalent human papillomavirus vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="1240491000000103"/> - <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170413009"/> - <display value="Second diphtheria and tetanus double and polio vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170406009"/> - <display value="Second diphtheria and tetanus double vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170401004"/> - <display value="Second diphtheria, pertussis and tetanus triple and polio vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170396003"/> - <display value="Second diphtheria, pertussis and tetanus triple vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="313189008"/> - <display value="Second hepatitis A junior vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="308753004"/> - <display value="Subcutaneous injection of Pneumovax II"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170409002"/> - <display value="Tetanus and low dose diphtheria double vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170414003"/> - <display value="Third diphtheria and tetanus double and polio vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170407000"/> - <display value="Third diphtheria and tetanus double vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170402006"/> - <display value="Third diphtheria, pertussis and tetanus triple and polio vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170397007"/> - <display value="Third diphtheria, pertussis and tetanus triple vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="412742005"/> - <display value="Third hepatitis A junior vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170425007"/> - <display value="Typhoid and Paratyphoid first dose"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170427004"/> - <display value="Typhoid and Paratyphoid reinforcing dose"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="170426008"/> - <display value="Typhoid and Paratyphoid second dose"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="312867004"/> - <display value="Typhoid and paratyphoid vaccination"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="570001"/> - <display value="Vaccination for arthropod-borne viral encephalitis"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="787438002"/> - <display value="Vaccination for diphtheria, pertussis, tetanus, poliomyelitis, Hepatitis B virus and Haemophilus influenzae type b"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="428570002"/> - <display value="Vaccination for human papillomavirus"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="882761000000103"/> - <display value="Booster meningitis C vaccination given by other healthcare provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="515331000000103"/> - <display value="CELVAPAN - first influenza A (H1N1v) 2009 vaccination given by other healthcare provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="515351000000105"/> - <display value="CELVAPAN - second influenza A (H1N1v) 2009 vaccination given by other healthcare provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1037211000000101"/> - <display value="First hepatitis B vaccination given by other healthcare provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1066181000000105"/> - <display value="First inactivated seasonal influenza vaccination given by midwife"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="884901000000107"/> - <display value="First intranasal pandemic influenza vaccination given by other healthcare provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1037251000000102"/> - <display value="First MMR (measles mumps and rubella) vaccination given by other healthcare provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="380741000000101"/> - <display value="First pandemic influenza vaccination given by other healthcare provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1036721000000101"/> - <display value="First rotavirus vaccination given by other health care provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="868511000000106"/> - <display value="Herpes zoster vaccination given by other health care provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="515341000000107"/> - <display value="PANDEMRIX - first influenza A (H1N1v) 2009 vaccination given by other healthcare provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="515361000000108"/> - <display value="PANDEMRIX - second influenza A (H1N1v) 2009 vaccination given by other healthcare provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="908671000000105"/> - <display value="Pertussis vaccination given by other healthcare provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="956971000000108"/> - <display value="Pertussis vaccination in pregnancy given by other healthcare provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="310578008"/> - <display value="Pneumococcal vaccination given"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="382551000000109"/> - <display value="Pneumococcal vaccination given by other healthcare provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="868671000000100"/> - <display value="Rotavirus vaccination given by other health care provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1066171000000108"/> - <display value="Seasonal influenza vaccination given by midwife"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1037231000000109"/> - <display value="Second hepatitis B vaccination given by other healthcare provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1066191000000107"/> - <display value="Second inactivated seasonal influenza vaccination given by midwife"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="884921000000103"/> - <display value="Second intranasal pandemic influenza vaccination given by other healthcare provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1037271000000106"/> - <display value="Second MMR (measles mumps and rubella) vaccination given by other healthcare provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="380771000000107"/> - <display value="Second pandemic influenza vaccination given by other healthcare provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1036741000000108"/> - <display value="Second rotavirus vaccination given by other health care provider"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="62221000000101"/> - <display value="BCG (Bacillus Calmette-Guerin) vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61591000000109"/> - <display value="Booster diphtheria, tetanus, acellular pertussis and inactivated polio vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61671000000106"/> - <display value="Booster meningitis B vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61541000000104"/> - <display value="First diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="82671000000102"/> - <display value="First hepatitis B junior vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="62181000000106"/> - <display value="First human papillomavirus vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="63281000000106"/> - <display value="First intranasal seasonal influenza vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61751000000106"/> - <display value="First measles, mumps and rubella vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61641000000100"/> - <display value="First meningitis B vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61721000000101"/> - <display value="First pneumococcal conjugated vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61621000000107"/> - <display value="First rotavirus vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="62201000000105"/> - <display value="First varicella vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="82691000000103"/> - <display value="Fourth hepatitis B junior vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61811000000102"/> - <display value="Haemophilus influenzae type B and meningitis C vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="6041000175108"/> - <display value="Hepatitis A vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="6051000175105"/> - <display value="Hepatitis B vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61611000000101"/> - <display value="Low dose diphtheria, tetanus and inactivated polio vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="4521000175102"/> - <display value="Measles mumps and rubella vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="62141000000103"/> - <display value="Meningitis ACW and Y vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1324771000000107"/> - <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination dose not given"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1324781000000109"/> - <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination first dose not given"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <inactive value="true"/> - <code value="1240681000000103"/> - <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1324791000000106"/> - <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination second dose not given"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="1240701000000101"/> - <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccine not available"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61551000000101"/> - <display value="Second diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="82681000000100"/> - <display value="Second hepatitis B junior vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="62191000000108"/> - <display value="Second human papillomavirus vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61761000000109"/> - <display value="Second measles, mumps and rubella vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61651000000102"/> - <display value="Second meningitis B vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61731000000104"/> - <display value="Second pneumococcal conjugated vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61631000000109"/> - <display value="Second rotavirus vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="62211000000107"/> - <display value="Second varicella vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61561000000103"/> - <display value="Third diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="82701000000103"/> - <display value="Third hepatitis B junior vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="61741000000108"/> - <display value="Third pneumococcal conjugated vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="6021000175100"/> - <display value="Vaccination for diphtheria, pertussis, and tetanus not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="90351000119108"/> - <display value="Vaccination not done"/> - </contains> - <contains> - <system value="http://snomed.info/sct"/> - <code value="6031000175102"/> - <display value="Varicella vaccination not done"/> - </contains> - </expansion> + <expansion> + <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> + <valueBoolean value="true" /> + </extension> + <timestamp value="2021-09-07T08:48:09+00:00" /> + <total value="106" /> + <offset value="0" /> + <parameter> + <name value="version" /> + <valueUri value="http://snomed.info/sct|http://snomed.info/sct/83821000000107/version/20210804" /> + </parameter> + <parameter> + <name value="count" /> + <valueInteger value="2147483647" /> + </parameter> + <parameter> + <name value="offset" /> + <valueInteger value="0" /> + </parameter> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="868241000000109" /> + <display value="Administration of intranasal influenza vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="572421000119102" /> + <display value="Administration of oral typhoid live vaccine" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="626071000119103" /> + <display value="Administration of subcutaneous zoster virus live vaccine" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="16298561000119108" /> + <display value="Administration of tetanus, diphtheria, and acellular pertussis vaccine" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="571611000119101" /> + <display value="Administration of varicella live vaccine" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170415002" /> + <display value="Booster diphtheria and tetanus double and polio vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170408005" /> + <display value="Booster diphtheria and tetanus double vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="412743000" /> + <display value="Booster hepatitis A junior vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="7141001" /> + <display value="Brucellosis vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="270898008" /> + <display value="Diphtheria and tetanus double and polio vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170399005" /> + <display value="Diphtheria, pertussis and tetanus triple and polio vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170412004" /> + <display value="First diphtheria and tetanus double and polio vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170405008" /> + <display value="First diphtheria and tetanus double vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170400003" /> + <display value="First diphtheria, pertussis and tetanus triple and polio vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170395004" /> + <display value="First diphtheria, pertussis and tetanus triple vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="313188000" /> + <display value="First hepatitis A junior vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="51572002" /> + <display value="Haemophilus influenzae immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="8605003" /> + <display value="Immunisation for bordetella" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="39568006" /> + <display value="Immunisation for encephalitis virus" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="275849001" /> + <display value="Infective hepatitis immunisation" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="390892002" /> + <display value="Meningitis ACW & Y vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="281040003" /> + <display value="Pre-school diphtheria and tetanus double and polio vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="275841003" /> + <display value="Pre-school diphtheria and tetanus double vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="777611000000100" /> + <display value="Quadrivalent human papillomavirus vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="1240491000000103" /> + <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170413009" /> + <display value="Second diphtheria and tetanus double and polio vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170406009" /> + <display value="Second diphtheria and tetanus double vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170401004" /> + <display value="Second diphtheria, pertussis and tetanus triple and polio vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170396003" /> + <display value="Second diphtheria, pertussis and tetanus triple vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="313189008" /> + <display value="Second hepatitis A junior vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="308753004" /> + <display value="Subcutaneous injection of Pneumovax II" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170409002" /> + <display value="Tetanus and low dose diphtheria double vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170414003" /> + <display value="Third diphtheria and tetanus double and polio vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170407000" /> + <display value="Third diphtheria and tetanus double vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170402006" /> + <display value="Third diphtheria, pertussis and tetanus triple and polio vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170397007" /> + <display value="Third diphtheria, pertussis and tetanus triple vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="412742005" /> + <display value="Third hepatitis A junior vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170425007" /> + <display value="Typhoid and Paratyphoid first dose" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170427004" /> + <display value="Typhoid and Paratyphoid reinforcing dose" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="170426008" /> + <display value="Typhoid and Paratyphoid second dose" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="312867004" /> + <display value="Typhoid and paratyphoid vaccination" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="570001" /> + <display value="Vaccination for arthropod-borne viral encephalitis" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="787438002" /> + <display value="Vaccination for diphtheria, pertussis, tetanus, poliomyelitis, Hepatitis B virus and Haemophilus influenzae type b" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="428570002" /> + <display value="Vaccination for human papillomavirus" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="882761000000103" /> + <display value="Booster meningitis C vaccination given by other healthcare provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="515331000000103" /> + <display value="CELVAPAN - first influenza A (H1N1v) 2009 vaccination given by other healthcare provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="515351000000105" /> + <display value="CELVAPAN - second influenza A (H1N1v) 2009 vaccination given by other healthcare provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1037211000000101" /> + <display value="First hepatitis B vaccination given by other healthcare provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1066181000000105" /> + <display value="First inactivated seasonal influenza vaccination given by midwife" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="884901000000107" /> + <display value="First intranasal pandemic influenza vaccination given by other healthcare provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1037251000000102" /> + <display value="First MMR (measles mumps and rubella) vaccination given by other healthcare provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="380741000000101" /> + <display value="First pandemic influenza vaccination given by other healthcare provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1036721000000101" /> + <display value="First rotavirus vaccination given by other health care provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="868511000000106" /> + <display value="Herpes zoster vaccination given by other health care provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="515341000000107" /> + <display value="PANDEMRIX - first influenza A (H1N1v) 2009 vaccination given by other healthcare provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="515361000000108" /> + <display value="PANDEMRIX - second influenza A (H1N1v) 2009 vaccination given by other healthcare provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="908671000000105" /> + <display value="Pertussis vaccination given by other healthcare provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="956971000000108" /> + <display value="Pertussis vaccination in pregnancy given by other healthcare provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="310578008" /> + <display value="Pneumococcal vaccination given" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="382551000000109" /> + <display value="Pneumococcal vaccination given by other healthcare provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="868671000000100" /> + <display value="Rotavirus vaccination given by other health care provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1066171000000108" /> + <display value="Seasonal influenza vaccination given by midwife" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1037231000000109" /> + <display value="Second hepatitis B vaccination given by other healthcare provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1066191000000107" /> + <display value="Second inactivated seasonal influenza vaccination given by midwife" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="884921000000103" /> + <display value="Second intranasal pandemic influenza vaccination given by other healthcare provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1037271000000106" /> + <display value="Second MMR (measles mumps and rubella) vaccination given by other healthcare provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="380771000000107" /> + <display value="Second pandemic influenza vaccination given by other healthcare provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1036741000000108" /> + <display value="Second rotavirus vaccination given by other health care provider" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="62221000000101" /> + <display value="BCG (Bacillus Calmette-Guerin) vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61591000000109" /> + <display value="Booster diphtheria, tetanus, acellular pertussis and inactivated polio vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61671000000106" /> + <display value="Booster meningitis B vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61541000000104" /> + <display value="First diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="82671000000102" /> + <display value="First hepatitis B junior vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="62181000000106" /> + <display value="First human papillomavirus vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="63281000000106" /> + <display value="First intranasal seasonal influenza vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61751000000106" /> + <display value="First measles, mumps and rubella vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61641000000100" /> + <display value="First meningitis B vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61721000000101" /> + <display value="First pneumococcal conjugated vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61621000000107" /> + <display value="First rotavirus vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="62201000000105" /> + <display value="First varicella vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="82691000000103" /> + <display value="Fourth hepatitis B junior vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61811000000102" /> + <display value="Haemophilus influenzae type B and meningitis C vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="6041000175108" /> + <display value="Hepatitis A vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="6051000175105" /> + <display value="Hepatitis B vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61611000000101" /> + <display value="Low dose diphtheria, tetanus and inactivated polio vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="4521000175102" /> + <display value="Measles mumps and rubella vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="62141000000103" /> + <display value="Meningitis ACW and Y vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1324771000000107" /> + <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination dose not given" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1324781000000109" /> + <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination first dose not given" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <inactive value="true" /> + <code value="1240681000000103" /> + <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1324791000000106" /> + <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccination second dose not given" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="1240701000000101" /> + <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) vaccine not available" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61551000000101" /> + <display value="Second diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="82681000000100" /> + <display value="Second hepatitis B junior vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="62191000000108" /> + <display value="Second human papillomavirus vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61761000000109" /> + <display value="Second measles, mumps and rubella vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61651000000102" /> + <display value="Second meningitis B vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61731000000104" /> + <display value="Second pneumococcal conjugated vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61631000000109" /> + <display value="Second rotavirus vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="62211000000107" /> + <display value="Second varicella vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61561000000103" /> + <display value="Third diphtheria, tetanus and acellular pertussis, inactivated polio, Haemophilus influenzae type b and hepatitis B vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="82701000000103" /> + <display value="Third hepatitis B junior vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="61741000000108" /> + <display value="Third pneumococcal conjugated vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="6021000175100" /> + <display value="Vaccination for diphtheria, pertussis, and tetanus not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="90351000119108" /> + <display value="Vaccination not done" /> + </contains> + <contains> + <system value="http://snomed.info/sct" /> + <code value="6031000175102" /> + <display value="Varicella vaccination not done" /> + </contains> + </expansion> </ValueSet> diff --git a/valuesets/ValueSet-UKCore-VaccineCode.xml b/valuesets/ValueSet-UKCore-VaccineCode.xml index e560d4e7..26f8cb16 100644 --- a/valuesets/ValueSet-UKCore-VaccineCode.xml +++ b/valuesets/ValueSet-UKCore-VaccineCode.xml @@ -1,62 +1,62 @@ <ValueSet xmlns="http://hl7.org/fhir"> - <id value="UKCore-VaccineCode"/> - <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-VaccineCode"/> - <version value="2.2.0"/> - <name value="UKCoreVaccineCode"/> - <title value="UK Core Vaccine Code"/> - <status value="active"/> - <date value="2022-08-26"/> - <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 from the following dm+d (dictionary of medicines and devices) concept classes that define a vaccine: + <id value="UKCore-VaccineCode" /> + <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-VaccineCode" /> + <version value="2.2.0" /> + <name value="UKCoreVaccineCode" /> + <title value="UK Core Vaccine Code" /> + <status value="active" /> + <date value="2022-08-26" /> + <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 from the following dm+d (dictionary of medicines and devices) concept classes that define a vaccine: - AMP – Actual Medicinal Product (preferred) - VMP – Virtual Medicinal Product. -Where no dm+d coded information is available, a specific code from the nullFlavor Code System can be used instead to indicate this. "/> - <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="https://dmd.nhs.uk"/> - <filter> - <property value = "parent"/> - <op value = "="/> - <value value = "AMP"/> - </filter> - </include><include> - <system value="https://dmd.nhs.uk"/> - <filter> - <property value = "parent"/> - <op value = "="/> - <value value = "VMP"/> - </filter> - </include> - <include> - <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> - <concept> - <code value="NAVU"/> - <display value="Not available"/> - </concept> - <concept> - <code value="UNC"/> - <display value="un-encoded"/> - </concept> - <concept> - <code value="UNK"/> - <display value="unknown"/> - </concept> - <concept> - <code value="NA"/> - <display value="not applicable"/> - </concept> - </include> - </compose> +Where no dm+d coded information is available, a specific code from the nullFlavor Code System can be used instead to indicate this. " /> + <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="https://dmd.nhs.uk" /> + <filter> + <property value = "parent" /> + <op value = "=" /> + <value value = "AMP" /> + </filter> + </include><include> + <system value="https://dmd.nhs.uk" /> + <filter> + <property value = "parent" /> + <op value = "=" /> + <value value = "VMP" /> + </filter> + </include> + <include> + <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor" /> + <concept> + <code value="NAVU" /> + <display value="Not available" /> + </concept> + <concept> + <code value="UNC" /> + <display value="un-encoded" /> + </concept> + <concept> + <code value="UNK" /> + <display value="unknown" /> + </concept> + <concept> + <code value="NA" /> + <display value="not applicable" /> + </concept> + </include> + </compose> </ValueSet> From 0c8273e4739a5f5e27941604b172d035be206234 Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 31 Oct 2023 09:46:46 +0000 Subject: [PATCH 3/3] Delete structuredefinitions/UKCore-Task - Copy.xml --- structuredefinitions/UKCore-Task - Copy.xml | 208 -------------------- 1 file changed, 208 deletions(-) delete mode 100644 structuredefinitions/UKCore-Task - Copy.xml diff --git a/structuredefinitions/UKCore-Task - Copy.xml b/structuredefinitions/UKCore-Task - Copy.xml deleted file mode 100644 index 0374f4b3..00000000 --- a/structuredefinitions/UKCore-Task - Copy.xml +++ /dev/null @@ -1,208 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<StructureDefinition xmlns="http://hl7.org/fhir"> - <id value="UKCore-Task" /> - <url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Task" /> - <version value="1.2.0" /> - <name value="UKCoreTask" /> - <title value="UK Core Task" /> - <status value="active" /> - <date value="2022-12-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="This profile defines the UK constraints and extensions on the International FHIR resource [Task](https://hl7.org/fhir/R4/Task.html)." /> - <purpose value="A task resource describes an activity that can be performed and tracks the state of completion of that activity. It is a representation that an activity should be or has been initiated, and eventually, represents the successful or unsuccessful completion of that activity. Note that there are a variety of processes associated with making and processing orders. Some orders may be handled immediately by automated systems but most require real world actions by one or more humans. Some orders can only be processed when other real world actions happen, such as a patient presenting themselves so that the action to be performed can actually be performed. Often these real world dependencies are only implicit in the order details." /> - <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="workflow" /> - <uri value="http://hl7.org/fhir/workflow" /> - <name value="Workflow Pattern" /> - </mapping> - <mapping> - <identity value="rim" /> - <uri value="http://hl7.org/v3" /> - <name value="RIM Mapping" /> - </mapping> - <mapping> - <identity value="w5" /> - <uri value="http://hl7.org/fhir/fivews" /> - <name value="FiveWs Pattern Mapping" /> - </mapping> - <mapping> - <identity value="v2" /> - <uri value="http://hl7.org/v2" /> - <name value="HL7 v2 Mapping" /> - </mapping> - <kind value="resource" /> - <abstract value="false" /> - <type value="Task" /> - <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Task" /> - <derivation value="constraint" /> - <differential> - <element id="Task.identifier.assigner"> - <path value="Task.identifier.assigner" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> - </type> - </element> - <element id="Task.basedOn.identifier.assigner"> - <path value="Task.basedOn.identifier.assigner" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> - </type> - </element> - <element id="Task.partOf"> - <path value="Task.partOf" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Task" /> - </type> - </element> - <element id="Task.partOf.identifier.assigner"> - <path value="Task.partOf.identifier.assigner" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> - </type> - </element> - <element id="Task.focus.identifier.assigner"> - <path value="Task.focus.identifier.assigner" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> - </type> - </element> - <element id="Task.for.identifier.assigner"> - <path value="Task.for.identifier.assigner" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> - </type> - </element> - <element id="Task.encounter"> - <path value="Task.encounter" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter" /> - </type> - </element> - <element id="Task.encounter.identifier.assigner"> - <path value="Task.encounter.identifier.assigner" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> - </type> - </element> - <element id="Task.requester"> - <path value="Task.requester" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Device" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson" /> - </type> - </element> - <element id="Task.requester.identifier.assigner"> - <path value="Task.requester.identifier.assigner" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> - </type> - </element> - <element id="Task.owner"> - <path value="Task.owner" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-CareTeam" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Device" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-HealthcareService" /> - </type> - </element> - <element id="Task.owner.identifier.assigner"> - <path value="Task.owner.identifier.assigner" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> - </type> - </element> - <element id="Task.location"> - <path value="Task.location" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location" /> - </type> - </element> - <element id="Task.location.identifier.assigner"> - <path value="Task.location.identifier.assigner" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> - </type> - </element> - <element id="Task.reasonReference.identifier.assigner"> - <path value="Task.reasonReference.identifier.assigner" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> - </type> - </element> - <element id="Task.insurance.identifier.assigner"> - <path value="Task.insurance.identifier.assigner" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> - </type> - </element> - <element id="Task.relevantHistory"> - <path value="Task.relevantHistory" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Provenance" /> - </type> - </element> - <element id="Task.relevantHistory.identifier.assigner"> - <path value="Task.relevantHistory.identifier.assigner" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> - </type> - </element> - <element id="Task.restriction.recipient"> - <path value="Task.restriction.recipient" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Practitioner" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson" /> - <targetProfile value="http://hl7.org/fhir/StructureDefinition/Group" /> - </type> - </element> - <element id="Task.restriction.recipient.identifier.assigner"> - <path value="Task.restriction.recipient.identifier.assigner" /> - <type> - <code value="Reference" /> - <targetProfile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization" /> - </type> - </element> - </differential> -</StructureDefinition>