Skip to content

Commit ea0e983

Browse files
authored
Merge pull request #545 from NHSDigital/fix/IHEPatientAlignment
Add managingOrg to MustSupport
2 parents 4a49994 + 2003ac6 commit ea0e983

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

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)