Skip to content

Commit 94d2a02

Browse files
author
Jorn Duwel
committed
Add missing DefinitionCode
1 parent f73b656 commit 94d2a02

5 files changed

+7
-6
lines changed

examples/nl-core-FamilySituationChild-01.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<valueCodeableConcept>
3232
<coding>
3333
<system value="http://snomed.info/sct"/>
34-
<code value="TODO"/>
35-
<display value="ParentCarer"/>
34+
<code value="133932002"/>
35+
<display value="verzorger"/>
3636
</coding>
3737
</valueCodeableConcept>
3838
</extension>

examples/nl-core-FamilySituationChild-RelatedPerson-01.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<RelatedPerson xmlns="http://hl7.org/fhir">
3-
<id value="nl-core-ContactPerson-01"/>
3+
<id value="nl-core-FamilySituationChild-RelatedPerson-01"/>
44
<meta>
55
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson"/>
66
</meta>

examples/nl-core-FamilySituationChild-RelatedPerson-02.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<RelatedPerson xmlns="http://hl7.org/fhir">
3-
<id value="nl-core-ContactPerson-01"/>
3+
<id value="nl-core-FamilySituationChild-RelatedPerson-02"/>
44
<meta>
55
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson"/>
66
</meta>

examples/nl-core-FamilySituationChild-RelatedPerson-03.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<RelatedPerson xmlns="http://hl7.org/fhir">
3-
<id value="nl-core-ContactPerson-01"/>
3+
<id value="nl-core-FamilySituationChild-RelatedPerson-03"/>
44
<meta>
55
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson"/>
66
</meta>

resources/zib/zib-FamilySituationChild.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,11 @@
147147
</element>
148148
<element id="List.entry:parentCarer.extension:category.value[x]">
149149
<path value="List.entry.extension.value[x]"/>
150+
<comment value="This code aligns with the future version of this zib. See [ZIB-2116](https://bits.nictiz.nl/browse/ZIB-2116) for details." />
150151
<patternCodeableConcept>
151152
<coding>
152153
<system value="http://snomed.info/sct"/>
153-
<code value="TODO"/>
154+
<code value="133932002"/>
154155
</coding>
155156
</patternCodeableConcept>
156157
</element>

0 commit comments

Comments
 (0)