Skip to content

Commit

Permalink
Add missing DefinitionCode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorn Duwel committed Nov 17, 2023
1 parent f73b656 commit 94d2a02
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/nl-core-FamilySituationChild-01.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="TODO"/>
<display value="ParentCarer"/>
<code value="133932002"/>
<display value="verzorger"/>
</coding>
</valueCodeableConcept>
</extension>
Expand Down
2 changes: 1 addition & 1 deletion examples/nl-core-FamilySituationChild-RelatedPerson-01.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<RelatedPerson xmlns="http://hl7.org/fhir">
<id value="nl-core-ContactPerson-01"/>
<id value="nl-core-FamilySituationChild-RelatedPerson-01"/>
<meta>
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson"/>
</meta>
Expand Down
2 changes: 1 addition & 1 deletion examples/nl-core-FamilySituationChild-RelatedPerson-02.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<RelatedPerson xmlns="http://hl7.org/fhir">
<id value="nl-core-ContactPerson-01"/>
<id value="nl-core-FamilySituationChild-RelatedPerson-02"/>
<meta>
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson"/>
</meta>
Expand Down
2 changes: 1 addition & 1 deletion examples/nl-core-FamilySituationChild-RelatedPerson-03.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<RelatedPerson xmlns="http://hl7.org/fhir">
<id value="nl-core-ContactPerson-01"/>
<id value="nl-core-FamilySituationChild-RelatedPerson-03"/>
<meta>
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson"/>
</meta>
Expand Down
3 changes: 2 additions & 1 deletion resources/zib/zib-FamilySituationChild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,11 @@
</element>
<element id="List.entry:parentCarer.extension:category.value[x]">
<path value="List.entry.extension.value[x]"/>
<comment value="This code aligns with the future version of this zib. See [ZIB-2116](https://bits.nictiz.nl/browse/ZIB-2116) for details." />
<patternCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="TODO"/>
<code value="133932002"/>
</coding>
</patternCodeableConcept>
</element>
Expand Down

0 comments on commit 94d2a02

Please sign in to comment.