Skip to content

Commit 5c80a87

Browse files
authored
Merge pull request #546 from NHSDigital/develop
MustSupport + example fix into Main
2 parents e36a98d + 9e78c82 commit 5c80a87

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

examples/UKCore-Observation-24HourBloodPressure-Example.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<id value="UKCore-Observation-24HourBloodPressure-Example" />
33
<text>
44
<status value="additional" />
5-
<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate an average blood pressure over 24 hours
6-
</div>
5+
<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate an average blood pressure over 24 hours</div>
76
</text>
87
<status value="final" />
98
<category>
@@ -59,4 +58,4 @@
5958
<code value="mm[Hg]" />
6059
</valueQuantity>
6160
</component>
62-
</Observation>
61+
</Observation>

structuredefinitions/UKCore-Patient.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<StructureDefinition xmlns="http://hl7.org/fhir">
33
<id value="UKCore-Patient" />
44
<url value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" />
5-
<version value="2.5.0" />
5+
<version value="2.6.0" />
66
<name value="UKCorePatient" />
77
<title value="UK Core Patient" />
88
<status value="active" />
9-
<date value="2023-12-12" />
9+
<date value="2024-03-28" />
1010
<publisher value="HL7 UK" />
1111
<contact>
1212
<name value="HL7 UK" />
@@ -313,5 +313,9 @@
313313
<valueSet value="http://hl7.org/fhir/ValueSet/all-languages" />
314314
</binding>
315315
</element>
316+
<element id="Patient.managingOrganization">
317+
<path value="Patient.managingOrganization" />
318+
<mustSupport value="true" />
319+
</element>
316320
</differential>
317321
</StructureDefinition>

0 commit comments

Comments
 (0)