diff --git a/examples/nl-core-FamilySituationChild-01.xml b/examples/nl-core-FamilySituationChild-01.xml
new file mode 100644
index 000000000..36ad45023
--- /dev/null
+++ b/examples/nl-core-FamilySituationChild-01.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
diff --git a/examples/nl-core-FamilySituationChild-RelatedPerson-01.xml b/examples/nl-core-FamilySituationChild-RelatedPerson-01.xml
new file mode 100644
index 000000000..2eaf57a4b
--- /dev/null
+++ b/examples/nl-core-FamilySituationChild-RelatedPerson-01.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/nl-core-FamilySituationChild-RelatedPerson-02.xml b/examples/nl-core-FamilySituationChild-RelatedPerson-02.xml
new file mode 100644
index 000000000..a72ea6f1a
--- /dev/null
+++ b/examples/nl-core-FamilySituationChild-RelatedPerson-02.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/nl-core-FamilySituationChild-RelatedPerson-03.xml b/examples/nl-core-FamilySituationChild-RelatedPerson-03.xml
new file mode 100644
index 000000000..6e1f7aefa
--- /dev/null
+++ b/examples/nl-core-FamilySituationChild-RelatedPerson-03.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/known-issues.yml b/known-issues.yml
index e4cd6c3c7..894b5cf78 100644
--- a/known-issues.yml
+++ b/known-issues.yml
@@ -211,6 +211,22 @@ zib-Encounter:
- cardinality: 0..* instead of 0..1
reason: The cardinality mismatch between the zib (0..1) and FHIR (0..*, effective) is explained by the missing ContactReason container in FHIR. This container may exist 0..* times, thereby this mapping is still honoring the cardinality requirements of the zib.
+zib-FamilySituationChild:
+ zib deviations:
+ List.entry:parentCarer.item:
+ - cardinality: 1..1 instead of 0..*
+ reason: List.entry:parentCarer has cardinality 0..*, making the cardinality of List.entry:parentCarer.item effectively 0..* as required by the zib.
+ List.entry:child.item:
+ - cardinality: 1..1 instead of 0..1
+ reason: List.entry:child (mapped to the container Child) has cardinality 0..*. Because both concepts in the Child container, ContactPerson and DateOfBirth, refer to or are present in the RelatedPerson resource that should be referenced in List.entry:child.item, this element has to be present for the List.entry to have any meaningful contents.
+ List.entry:sibling.item:
+ - cardinality: 1..1 instead of 0..1
+ reason: List.entry:sibling (mapped to the container Sibling) has cardinality 0..*. Because both concepts in the Sibling container, ContactPerson and DateOfBirth, refer to or are present in the RelatedPerson resource that should be referenced in List.entry:sibling.item, this element has to be present for the List.entry to have any meaningful contents.
+ ignored issues:
+ List.entry:*.item:
+ - message: "Rule sd-zpg-03: 'References to other resource profiles should be added next to the HL7 base references.'"
+ reason: The slice is constrained on the target profile because this is what defines the slice. The HL7 base references are still available in the default slice.
+
zib-FLACCpainScale:
zib deviations:
Observation:
diff --git a/release-notes.md b/release-notes.md
index f934c7f26..a66b0685a 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -138,6 +138,9 @@ This document contains release notes per zib, indicating differences with their
* The extension EpisodOfCare-Title has been replaced by ext-EpisodeOfCare.EpisodeOfCareName because this zib concept is functionally equivalent.
* The extensions EpisodeOfCare-DateFirstEncounter and EpisodeOfCare-DateLastEncounter from the previous profile are not inherited because no functional backing exists.
+## zib-FamilySituationChild
+* The focal resource type has been changed from Observation to List, as this type is deemed more appropriate for a collection of references. All references to zib-ContactPerson are separate entries, while all elements of the zib that are true Observation have landed on separate profiles called zib-FamilySituationChild.FamilyComposition and zib-FamilySituationChild.NumberOfSiblings, which are also referenced.
+
## zib-FeedingPatternInfant
* No specific changes have been made to this profile other than the generic changes for the Observation resource.
diff --git a/resources/nl-core/nl-core-ContactPerson.xml b/resources/nl-core/nl-core-ContactPerson.xml
index a7574687e..f57d9e61e 100644
--- a/resources/nl-core/nl-core-ContactPerson.xml
+++ b/resources/nl-core/nl-core-ContactPerson.xml
@@ -37,6 +37,11 @@
+
+
+
+
+
diff --git a/resources/nl-core/nl-core-FamilySituationChild.FamilyComposition.xml b/resources/nl-core/nl-core-FamilySituationChild.FamilyComposition.xml
new file mode 100644
index 000000000..5d6130ae2
--- /dev/null
+++ b/resources/nl-core/nl-core-FamilySituationChild.FamilyComposition.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/nl-core/nl-core-FamilySituationChild.NumberOfSiblings.xml b/resources/nl-core/nl-core-FamilySituationChild.NumberOfSiblings.xml
new file mode 100644
index 000000000..9a8607c2f
--- /dev/null
+++ b/resources/nl-core/nl-core-FamilySituationChild.NumberOfSiblings.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/nl-core/nl-core-FamilySituationChild.xml b/resources/nl-core/nl-core-FamilySituationChild.xml
new file mode 100644
index 000000000..7d8293cd9
--- /dev/null
+++ b/resources/nl-core/nl-core-FamilySituationChild.xml
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/zib/ext-List-EntryCategory.xml b/resources/zib/ext-List-EntryCategory.xml
new file mode 100644
index 000000000..01069c709
--- /dev/null
+++ b/resources/zib/ext-List-EntryCategory.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/zib/terminology/GezinssamenstellingKindCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.7.16.1--20200901000000.xml b/resources/zib/terminology/GezinssamenstellingKindCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.7.16.1--20200901000000.xml
new file mode 100644
index 000000000..1bceeffa5
--- /dev/null
+++ b/resources/zib/terminology/GezinssamenstellingKindCodelijst-2.16.840.1.113883.2.4.3.11.60.40.2.7.16.1--20200901000000.xml
@@ -0,0 +1,343 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/zib/zib-ContactPerson.xml b/resources/zib/zib-ContactPerson.xml
index 668e2ad69..f2f4d2aec 100644
--- a/resources/zib/zib-ContactPerson.xml
+++ b/resources/zib/zib-ContactPerson.xml
@@ -182,6 +182,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -201,4 +218,4 @@
-
\ No newline at end of file
+
diff --git a/resources/zib/zib-FamilySituationChild.FamilyComposition.xml b/resources/zib/zib-FamilySituationChild.FamilyComposition.xml
new file mode 100644
index 000000000..d5c9937f4
--- /dev/null
+++ b/resources/zib/zib-FamilySituationChild.FamilyComposition.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/zib/zib-FamilySituationChild.NumberOfSiblings.xml b/resources/zib/zib-FamilySituationChild.NumberOfSiblings.xml
new file mode 100644
index 000000000..9abd1e892
--- /dev/null
+++ b/resources/zib/zib-FamilySituationChild.NumberOfSiblings.xml
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/zib/zib-FamilySituationChild.xml b/resources/zib/zib-FamilySituationChild.xml
new file mode 100644
index 000000000..f3dd859ee
--- /dev/null
+++ b/resources/zib/zib-FamilySituationChild.xml
@@ -0,0 +1,256 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file