Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CodeSystem-UKCore-PrimarySampleState #566

Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions codesystems/CodeSystem-UKCore-BiopsyState.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<version value="1.0.0" />
<name value="UKCoreBiopsyState" />
<title value="UK Core Biopsy State" />
<status value="active" />
<date value="2023-04-28" />
<status value="retired" />
<date value="2023-10-07" />
<publisher value="HL7 UK" />
<contact>
<name value="HL7 UK" />
Expand Down
45 changes: 45 additions & 0 deletions codesystems/CodeSystem-UKCore-PrimarySampleState.xml
KazeemHamzat marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="UKCore-PrimarySampleState" />
<url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PrimarySampleState" />
<version value="1.0.0" />
<name value="UKCorePrimarySampleState" />
<title value="UK Core Primary Sample State" />
<status value="active" />
<date value="2024-10-07" />
<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 CodeSystem to used indicate the sample state/condition." />
<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="blood-spot" />
<display value="Blood spot" />
</concept>
<concept>
<code value="FFPE" />
KazeemHamzat marked this conversation as resolved.
Show resolved Hide resolved
<display value="Formalin-fixed paraffin-embedded" />
</concept>
<concept>
<code value="fresh" />
<display value="Fresh" />
</concept>
<concept>
<code value="frozen" />
<display value="Frozen" />
</concept>
<concept>
<code value="other" />
<display value="Other" />
<definition value="Any other suitable sample condition that is an alternative to concepts provided in this CodeSystem. This should be provided by free text." />
</concept>
</CodeSystem>
8 changes: 4 additions & 4 deletions structuredefinitions/UKCore-Specimen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="UKCore-Specimen" />
<url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Specimen" />
<version value="2.4.0" />
<version value="3.0.0" />
<name value="UKCoreSpecimen" />
<title value="UK Core Specimen" />
<status value="active" />
<date value="2023-12-12" />
<date value="2024-10-07" />
<publisher value="HL7 UK" />
<contact>
<name value="HL7 UK" />
Expand Down Expand Up @@ -159,8 +159,8 @@
<path value="Specimen.condition" />
<binding>
<strength value="extensible" />
<valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-BiopsyState" />
<valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-SampleState" />
</binding>
</element>
</differential>
</StructureDefinition>
</StructureDefinition>
4 changes: 2 additions & 2 deletions valuesets/ValueSet-UKCore-BiopsyState.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<version value="2.1.0" />
<name value="UKCoreBiopsyState" />
<title value="UK Core Biopsy State" />
<status value="active" />
<date value="2023-04-28" />
<status value="retired" />
<date value="2023-10-07" />
<publisher value="HL7 UK" />
<contact>
<name value="HL7 UK" />
Expand Down
29 changes: 29 additions & 0 deletions valuesets/ValueSet-UKCore-SampleState.xml
KazeemHamzat marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<ValueSet xmlns="http://hl7.org/fhir">
<id value="UKCore-SampleState" />
<url value="https://fhir.hl7.org.uk/ValueSet/UKCore-SampleState" />
<version value="1.0.0" />
<name value="UKCoreSampleState" />
<title value="UK Core Sample State" />
<status value="active" />
<date value="2024-10-07" />
<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 used indicate the sample state/condition." />
<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." />
<compose>
<include>
<system value="http://terminology.hl7.org/CodeSystem/v2-0493" />
</include>
<include>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PrimarySampleState" />
</include>
</compose>
</ValueSet>