Skip to content

Commit

Permalink
Test on a different codesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
APageNHS committed Oct 30, 2023
1 parent 2b5d566 commit 1c76837
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 35 deletions.
14 changes: 1 addition & 13 deletions codesystems/CodeSystem-UKCore-FundingCategory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,5 @@
<description value="A set of codes that define the funding category for a patient."/>
<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="nhs"/>
<display value="NHS"/>
</concept>
<concept>
<code value="private"/>
<display value="Private"/>
</concept>
<concept>
<code value="devolved-nations"/>
<display value="Devolved nations"/>
</concept>
<content value="not-present"/>
</CodeSystem>
10 changes: 9 additions & 1 deletion codesystems/CodeSystem-UKCore-RecordingSetting.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,13 @@
<description value="A CodeSystem to record if an observation was recorded at home or in a clinical setting."/>
<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="not-present"/>
<content value="complete"/>
<concept>
<code value="residential"/>
<display value="Residential"/>
</concept>
<concept>
<code value="clinical"/>
<display value="Clinical"/>
</concept>
</CodeSystem>
21 changes: 0 additions & 21 deletions valuesets/ValueSet-UKCore-FundingCategory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,4 @@
<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>
16 changes: 16 additions & 0 deletions valuesets/ValueSet-UKCore-RecordingSetting.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,20 @@
<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>

0 comments on commit 1c76837

Please sign in to comment.