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

PMIP EDIFACT (NHS003) - Potentially Abnormal Code #555

Draft
wants to merge 14 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all 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
27 changes: 27 additions & 0 deletions codesystems/CodeSystem-UKCore-ObservationInterpretationCode.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="UKCore-ObservationInterpretationCode" />
<url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ObservationInterpretationCode" />
<version value="0.0.1" />
<name value="UKCoreObservationInterpretationCode" />
<title value="UK Core Observation Interpretation Code" />
<status value="draft" />
<date value="2024-07-16" />
<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 contain codes from PMIP EDIFACT (NHS003) messaging specification that cannot be mapped to v3-ObservationInterpretation." />
<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="PA" />
<display value="Potentially abnormal" />
</concept>
</CodeSystem>
13 changes: 10 additions & 3 deletions structuredefinitions/UKCore-Observation-Lab.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-Observation-Lab" />
<url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab" />
<version value="2.0.0" />
<version value="2.1.0" />
<name value="UKCoreObservationLab" />
<title value="UK Core Observation Lab" />
<status value="active" />
<date value="2023-12-12" />
<date value="2024-07-16" />
<publisher value="HL7 UK" />
<contact>
<name value="HL7 UK" />
Expand Down Expand Up @@ -88,14 +88,14 @@
</element>
<element id="Observation.category">
<path value="Observation.category" />
<short value="A code that classifies the general type of observation being made." />
<slicing>
<discriminator>
<type value="value" />
<path value="coding.code" />
</discriminator>
<rules value="open" />
</slicing>
<short value="A code that classifies the general type of observation being made." />
<min value="1" />
<mustSupport value="true" />
</element>
Expand Down Expand Up @@ -132,6 +132,13 @@
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
</type>
</element>
<element id="Observation.interpretation">
<path value="Observation.interpretation" />
<binding>
<strength value="extensible" />
<valueSet value="https://fhir.hl7.org.uk/ValueSet/UKCore-ObservationInterpretationCode" />
</binding>
</element>
<element id="Observation.bodySite">
<path value="Observation.bodySite" />
<binding>
Expand Down
Loading