Skip to content

Commit

Permalink
Thu Dec 21 18:06:08 UTC 2023 (#1291)
Browse files Browse the repository at this point in the history
Co-authored-by: Workflows.Backup <[email protected]>
  • Loading branch information
github-actions[bot] and Workflows.Backup authored Dec 21, 2023
1 parent 0d10ebf commit 5df1933
Show file tree
Hide file tree
Showing 131 changed files with 2,481 additions and 6,861 deletions.
2 changes: 1 addition & 1 deletion HL7FHIRUKCoreR4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ It was created on 28/09/2023 and has been set up to run at 16:00 every day.

## Last Updated

Updated at: Wed Dec 20 18:06:32 UTC 2023
Updated at: Thu Dec 21 18:06:18 UTC 2023
Original file line number Diff line number Diff line change
@@ -1,37 +1,38 @@
<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="[email protected]" />
<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 &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® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® 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>
<?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="[email protected]" />
<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 &#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="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>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
</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" />
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel" />
<code value="In-person" />
<display value="In person" />
</coding>
</valueCodeableConcept>
</extension>
<identifier>
<system value="https://tools.ietf.org/html/rfc4122" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
<!-- **************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>
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType" />
<code value="PAF" />
<display value="Postcode Address File" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="value">
<valueString value="LS10ABC" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
<id value="UKCore-Extension-BirthSex-Example" />
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
<valueCode value="F" />
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-BirthSex" />
<code value="F" />
<display value="Female" />
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
</Patient>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ConditionEpisode">
<valueCode value="new" />
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity" />
<code value="new" />
<display value="New" />
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
<subject>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
<id value="UKCore-Extension-DeliveryChannel-Example" />
<!-- ***************extension start*************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel">
<valueCode value="In-person" />
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel" />
<code value="In-person" />
<display value="In person" />
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end ****************** -->
<status value="booked" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
<id value="UKCore-Extension-ListWarningCode-Example" />
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ListWarningCode">
<valueCode value="data-in-transit" />
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode" />
<code value="data-in-transit" />
<display value="Data in Transit" />
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
<status value="current" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
<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>
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem" />
<code value="textphone" />
<display value="Minicom (Textphone)" />
</coding>
</valueCodeableConcept>
</extension>
<!-- *************extension end *****************-->
</system>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
<Observation>
<id value="UKCore-Extension-RecordingSetting-Example" />
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-RcordingSetting">
<valueCode value="residential" />
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordingSetting" />
<code value="residential" />
<display value="Residential" />
</coding>
</valueCodeableConcept>
</extension>
<status value="final" />
<category>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<Questionnaire xmlns="http://hl7.org/fhir">
<id value="UKCore-Questionnaire-EOLPlan-Example" />
<url value="https://example.com/base/Questionnaire/UKCore-Questionnaire-EOLPlan-Example" />
<title value="End of Life Care Plan (Mock up)" />
<status value="draft" />
<experimental value="true" />
<subjectType value="Patient" />
<description value="This is an End of Life plan, purely for demonstration purposes" />
<date value="2023-11-13T13:32:13+00:00" />
<code>
<system value="http://snomed.info/sct" />
<code value="861411000000103" />
<display value="End of Life Care Document" />
</code>
<item>
<linkId value="Q1" />
<text value="Advanced Treatment Preferences" />
<type value="group" />
<enableBehavior value="any" />
<item>
<linkId value="Q1.1" />
<text value="Clinical Problems and Advised Interventions" />
<type value="group" />
<enableBehavior value="any" />
<repeats value="true" />
<item>
<linkId value="Q1.1g" />
<extension url="http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl">
<valueCodeableConcept>
<coding>
<system value="http://hl7.org/fhir/questionnaire-item-control" />
<code value="autocomplete" />
<display value="Auto-complete" />
</coding>
</valueCodeableConcept>
</extension>
<text value="ATP Problems" />
<type value="choice" />
<enableBehavior value="any" />
<required value="true" />
<answerValueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionCode" />
</item>
</item>
<item>
<linkId value="Q1.2" />
<text value="Anticipatory medicines/just in case box issued" />
<type value="string" />
<enableBehavior value="any" />
<required value="true" />
</item>
<item>
<linkId value="Q1.3" />
<text value="Advance Decision to Refuse Treatment" />
<type value="string" />
<enableBehavior value="any" />
<required value="true" />
</item>
</item>
<item>
<linkId value="Q2" />
<text value="Consent" />
<type value="group" />
<enableBehavior value="any" />
<item>
<linkId value="Q2g" />
<code>
<system value="http://snomed.info/sct" />
<code value="887031000000108" />
<display value="Consent for information sharing" />
</code>
<text value="Consent for Information Sharing" />
<type value="date" />
</item>
</item>
<item>
<linkId value="Q3" />
<text value="EOL Register" />
<type value="group" />
<enableBehavior value="any" />
<repeats value="false" />
<item>
<linkId value="Q3g" />
<code>
<system value="http://snomed.info/sct" />
<code value="526631000000108" />
<display value="On end of life care register" />
</code>
<text value="On End Of Life Register" />
<type value="dateTime" />
</item>
</item>
</Questionnaire>
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<Questionnaire xmlns="http://hl7.org/fhir">
<id value="UKCore-Questionnaire-FitnessForWork-Example" />
<url value="https://example.com/base/Questionnaire/UKCore-Questionnaire-FitnessForWork-Example" />
<title value="Statement of Fitness for Work (Mock up)" />
<status value="draft" />
<experimental value="true" />
<subjectType value="Patient" />
<description value="This is based on Med 3 from DWP purely for demonstration purposes" />
<code>
<system value="http://snomed.info/sct" />
<code value="18381000000107" />
<display value="Sickness certificates" />
</code>
<item>
<linkId value="Q1" />
<text value="Assessment Date" />
<type value="date" />
<required value="true" />
</item>
<item>
<linkId value="Q2" />
<text value="Condition(s)" />
<type value="group" />
<item>
<linkId value="Q2g" />
<extension url="http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl">
<valueCodeableConcept>
<coding>
<system value="http://hl7.org/fhir/questionnaire-item-control" />
<code value="autocomplete" />
<display value="Auto-complete" />
</coding>
</valueCodeableConcept>
</extension>
<text value="Condition (Coded)" />
<type value="choice" />
<repeats value="true" />
<answerValueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConditionCode" />
</item>
</item>
<item>
<linkId value="Q3" />
<code>
<system value="http://snomed.info/sct" />
<code value="365524007" />
<display value="Fitness for work - finding" />
</code>
<text value="I find you" />
<type value="choice" />
<required value="true" />
<answerOption>
<valueCoding>
<system value="http://snomed.info/sct" />
<code value="160910001" />
<display value="Unfit for work" />
</valueCoding>
</answerOption>
<answerOption>
<valueCoding>
<system value="http://snomed.info/sct" />
<code value="225891002" />
<display value="Fit for work with restrictions" />
</valueCoding>
</answerOption>
</item>
</Questionnaire>
Loading

0 comments on commit 5df1933

Please sign in to comment.