Skip to content

Commit 2a72819

Browse files
authored
Merge pull request #549 from NHSDigital/ryma2fhir-patch-2
Fix incorrect CodeSystem for BirthSex example
2 parents e3b2c52 + 2b38b81 commit 2a72819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/UKCore-Extension-BirthSex-Example.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
99
<valueCodeableConcept>
1010
<coding>
11-
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-BirthSex" />
11+
<system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
1212
<code value="F" />
1313
<display value="Female" />
1414
</coding>

0 commit comments

Comments
 (0)