Skip to content

Commit 101dc06

Browse files
committed
fix minor errors
1 parent c2571e1 commit 101dc06

2 files changed

Lines changed: 4 additions & 14 deletions

File tree

structuredefinitions/UKCore-Observation-VitalSigns-BloodPressure.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@
2727
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/bp" />
2828
<derivation value="constraint" />
2929
<differential>
30-
<element id="Observation.code.coding">
31-
<path value="Observation.code.coding" />
32-
<slicing>
33-
<discriminator>
34-
<type value="value" />
35-
<path value="system" />
36-
</discriminator>
37-
<rules value="open" />
38-
</slicing>
39-
</element>
4030
<element id="Observation.code.coding:BPCodeSnomedct">
4131
<path value="Observation.code.coding" />
4232
<sliceName value="BPCodeSnomedct" />

valuesets/ValueSet-UKCore-BodyWeightMeasurements - Copy.xml renamed to valuesets/ValueSet-UKCore-BodyWeightUCUM.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<ValueSet xmlns="http://hl7.org/fhir">
2-
<id value="UKCore-BodyWeightMeasurements" />
2+
<id value="UKCore-BodyWeightUCUM" />
33
<url value="https://fhir.hl7.org.uk/ValueSet/UKCore-BodyWeightUCUM" />
44
<version value="0.1.0" />
55
<name value="UKCoreBodyWeightUCUM" />
@@ -20,12 +20,12 @@
2020
<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." />
2121
<compose>
2222
<include>
23-
<system value="http://unitsofmeasure.org" />
23+
<system value="http://unitsofmeasure.org"/>
2424
<concept>
25-
<code value="kg" />
25+
<code value="kg"/>
2626
</concept>
2727
<concept>
28-
<code value="g" />
28+
<code value="g"/>
2929
</concept>
3030
</include>
3131
</compose>

0 commit comments

Comments
 (0)