Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zib-FamilySituationChild #418

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 77 additions & 0 deletions examples/nl-core-FamilySituationChild-01.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<List xmlns="http://hl7.org/fhir">
<id value="nl-core-FamilySituationChild-01"/>
<meta>
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-FamilySituationChild"/>
</meta>
<status value="current"/>
<mode value="working"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="55801000146105"/>
</coding>
</code>
<subject>
<reference value="Patient/nl-core-Patient-01"/>
<type value="Patient"/>
<display value="Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"/>
</subject>
<note>
<text value="Test 1 2 3"/>
</note>
<!--<entry>
<item>
<reference value="Observation/nl-core-FamilySituationChild-Observation-01"/>
<type value="Observation"/>
</item>
</entry>-->
<entry>

Check failure on line 29 in examples/nl-core-FamilySituationChild-01.xml

View workflow job for this annotation

GitHub Actions / Loose QA on the entire repo

Slicing cannot be evaluated: Unable to resolve discriminator extension('http://nictiz.nl/fhir/StructureDefinition/ext-List-EntryCategory').value on List.entry:familyComposition found in the definitions because the extension http://nictiz.nl/fhir/StructureDefinition/ext-List-EntryCategory wasn't found in the profile http://nictiz.nl/fhir/StructureDefinition/nl-core-FamilySituationChild (@char 1) (at List.entry[0])

Check failure on line 29 in examples/nl-core-FamilySituationChild-01.xml

View workflow job for this annotation

GitHub Actions / Loose QA on the entire repo

Slicing cannot be evaluated: Unable to resolve discriminator extension('http://nictiz.nl/fhir/StructureDefinition/ext-List-EntryCategory').value on List.entry:numberOfSiblings found in the definitions because the extension http://nictiz.nl/fhir/StructureDefinition/ext-List-EntryCategory wasn't found in the profile http://nictiz.nl/fhir/StructureDefinition/nl-core-FamilySituationChild (@char 1) (at List.entry[0])

Check failure on line 29 in examples/nl-core-FamilySituationChild-01.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

Slicing cannot be evaluated: Unable to resolve discriminator extension('http://nictiz.nl/fhir/StructureDefinition/ext-List-EntryCategory').value on List.entry:familyComposition found in the definitions because the extension http://nictiz.nl/fhir/StructureDefinition/ext-List-EntryCategory wasn't found in the profile http://nictiz.nl/fhir/StructureDefinition/nl-core-FamilySituationChild (@char 1) (at List.entry[0])

Check failure on line 29 in examples/nl-core-FamilySituationChild-01.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

Slicing cannot be evaluated: Unable to resolve discriminator extension('http://nictiz.nl/fhir/StructureDefinition/ext-List-EntryCategory').value on List.entry:numberOfSiblings found in the definitions because the extension http://nictiz.nl/fhir/StructureDefinition/ext-List-EntryCategory wasn't found in the profile http://nictiz.nl/fhir/StructureDefinition/nl-core-FamilySituationChild (@char 1) (at List.entry[0])
<extension url="http://nictiz.nl/fhir/StructureDefinition/ext-List-EntryCategory">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="133932002"/>
<display value="verzorger"/>
</coding>
</valueCodeableConcept>
</extension>
<item>
<reference value="RelatedPerson/nl-core-FamilySituationChild-RelatedPerson-01"/>
<type value="RelatedPerson"/>
<display value="ParentCarer"/>
</item>
</entry>
<entry>

Check failure on line 45 in examples/nl-core-FamilySituationChild-01.xml

View workflow job for this annotation

GitHub Actions / Loose QA on the entire repo

Slicing cannot be evaluated: Unable to resolve discriminator extension('http://nictiz.nl/fhir/StructureDefinition/ext-List-EntryCategory').value on List.entry:familyComposition found in the definitions because the extension http://nictiz.nl/fhir/StructureDefinition/ext-List-EntryCategory wasn't found in the profile http://nictiz.nl/fhir/StructureDefinition/nl-core-FamilySituationChild (@char 1) (at List.entry[1])

Check failure on line 45 in examples/nl-core-FamilySituationChild-01.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

Slicing cannot be evaluated: Unable to resolve discriminator extension('http://nictiz.nl/fhir/StructureDefinition/ext-List-EntryCategory').value on List.entry:familyComposition found in the definitions because the extension http://nictiz.nl/fhir/StructureDefinition/ext-List-EntryCategory wasn't found in the profile http://nictiz.nl/fhir/StructureDefinition/nl-core-FamilySituationChild (@char 1) (at List.entry[1])
<extension url="http://nictiz.nl/fhir/StructureDefinition/ext-List-EntryCategory">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="67822003"/>
<display value="Child"/>
</coding>
</valueCodeableConcept>
</extension>
<item>
<reference value="RelatedPerson/nl-core-FamilySituationChild-RelatedPerson-02"/>
<type value="RelatedPerson"/>
<display value="Child"/>
</item>
</entry>
<entry>
<extension url="http://nictiz.nl/fhir/StructureDefinition/ext-List-EntryCategory">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="375005"/>
<display value="Sibling"/>
</coding>
</valueCodeableConcept>
</extension>
<item>
<reference value="RelatedPerson/nl-core-FamilySituationChild-RelatedPerson-03"/>
<type value="RelatedPerson"/>
<display value="Sibling"/>
</item>
</entry>
</List>
16 changes: 16 additions & 0 deletions examples/nl-core-FamilySituationChild-RelatedPerson-01.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<RelatedPerson xmlns="http://hl7.org/fhir">

Check warning on line 2 in examples/nl-core-FamilySituationChild-RelatedPerson-01.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

Constraint failed: dom-6: 'A resource should have narrative for robust management' (defined in http://hl7.org/fhir/StructureDefinition/DomainResource) (Best Practice Recommendation) (at RelatedPerson)
<id value="nl-core-FamilySituationChild-RelatedPerson-01"/>
<meta>
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson"/>
</meta>
<patient>
<reference value="Patient/nl-core-Patient-01"/>
<type value="Patient"/>
<display value="Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"/>
</patient>
<name>
<use value="official"/>
<text value="Parent"/>
</name>
</RelatedPerson>
16 changes: 16 additions & 0 deletions examples/nl-core-FamilySituationChild-RelatedPerson-02.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<RelatedPerson xmlns="http://hl7.org/fhir">
<id value="nl-core-FamilySituationChild-RelatedPerson-02"/>
<meta>
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson"/>
</meta>
<patient>
<reference value="Patient/nl-core-Patient-01"/>
<type value="Patient"/>
<display value="Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"/>
</patient>
<name>
<use value="official"/>
<text value="Child"/>
</name>
</RelatedPerson>
16 changes: 16 additions & 0 deletions examples/nl-core-FamilySituationChild-RelatedPerson-03.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<RelatedPerson xmlns="http://hl7.org/fhir">

Check warning on line 2 in examples/nl-core-FamilySituationChild-RelatedPerson-03.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

Constraint failed: dom-6: 'A resource should have narrative for robust management' (defined in http://hl7.org/fhir/StructureDefinition/DomainResource) (Best Practice Recommendation) (at RelatedPerson)
<id value="nl-core-FamilySituationChild-RelatedPerson-03"/>
<meta>
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson"/>
</meta>
<patient>
<reference value="Patient/nl-core-Patient-01"/>
<type value="Patient"/>
<display value="Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"/>
</patient>
<name>
<use value="official"/>
<text value="Sibling"/>
</name>
</RelatedPerson>
16 changes: 16 additions & 0 deletions known-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 5 additions & 0 deletions resources/nl-core/nl-core-ContactPerson.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
<uri value="https://zibs.nl/wiki/Payer-v3.1.1(2020EN)" />
<name value="zib Payer-v3.1.1(2020EN)" />
</mapping>
<mapping>
<identity value="zib-familysituationchild-v1.2-2020EN"/>
<uri value="https://zibs.nl/wiki/FamilySituationChild-v1.2(2020EN)"/>
<name value="zib FamilySituationChild-v1.2(2020EN)"/>
</mapping>
<kind value="resource" />
<abstract value="false" />
<type value="RelatedPerson" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<StructureDefinition xmlns="http://hl7.org/fhir">

Check warning on line 2 in resources/nl-core/nl-core-FamilySituationChild.FamilyComposition.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

Constraint failed: dom-6: 'A resource should have narrative for robust management' (defined in http://hl7.org/fhir/StructureDefinition/DomainResource) (Best Practice Recommendation) (at StructureDefinition)
<id value="nl-core-FamilySituationChild.FamilyComposition"/>
<url value="http://nictiz.nl/fhir/StructureDefinition/nl-core-FamilySituationChild.FamilyComposition"/>
<name value="NlcoreFamilySituationChildFamilyComposition"/>
<title value="nl core FamilySituationChild.FamilyComposition"/>
<status value="draft"/>
<publisher value="Nictiz"/>
<contact>
<name value="Nictiz"/>
<telecom>
<system value="url"/>
<value value="https://www.nictiz.nl"/>
<use value="work"/>
</telecom>
</contact>
<description value="The family composition describes the child’s home situation and the form of cohabitation. A family can consist of one or more people."/>
<purpose value="A derived profile from [zib-FamilySituationChild.FamilyComposition](http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituationChild-Observation) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib."/>
<copyright value="Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise."/>
<fhirVersion value="4.0.1"/>
<mapping>
<identity value="zib-textresult-v4.4-2020EN" />
<uri value="https://zibs.nl/wiki/TextResult-v4.4(2020EN)" />
<name value="zib TextResult-v4.4(2020EN)" />
</mapping>
<kind value="resource"/>
<abstract value="false"/>
<type value="Observation"/>
<baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituationChild.FamilyComposition"/>
<derivation value="constraint"/>
<differential>
<element id="Observation">
<path value="Observation"/>
<alias value="nl-core-FamilySituationChild.FamilyComposition"/>
</element>
<element id="Observation.subject">
<path value="Observation.subject" />
<type>
<code value="Reference" />
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Group" />
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Location" />
<targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient" />
</type>
</element>
</differential>
</StructureDefinition>
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<StructureDefinition xmlns="http://hl7.org/fhir">

Check warning on line 2 in resources/nl-core/nl-core-FamilySituationChild.NumberOfSiblings.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

Constraint failed: dom-6: 'A resource should have narrative for robust management' (defined in http://hl7.org/fhir/StructureDefinition/DomainResource) (Best Practice Recommendation) (at StructureDefinition)
<id value="nl-core-FamilySituationChild.NumberOfSiblings"/>
<url value="http://nictiz.nl/fhir/StructureDefinition/nl-core-FamilySituationChild.NumberOfSiblings"/>
<name value="NlcoreFamilySituationChildNumberOfSiblings"/>
<title value="nl core FamilySituationChild.NumberOfSiblings"/>
<status value="draft"/>
<publisher value="Nictiz"/>
<contact>
<name value="Nictiz"/>
<telecom>
<system value="url"/>
<value value="https://www.nictiz.nl"/>
<use value="work"/>
</telecom>
</contact>
<description value="Number of brothers and sisters of the child, living at the same house. Children in this context can be biological and adopted children, stepchildren and foster children."/>
<purpose value="A derived profile from [zib-FamilySituationChild.NumberOfSiblings](http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituationChild-Observation) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib."/>
<copyright value="Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise."/>
<fhirVersion value="4.0.1"/>
<mapping>
<identity value="zib-textresult-v4.4-2020EN" />
<uri value="https://zibs.nl/wiki/TextResult-v4.4(2020EN)" />
<name value="zib TextResult-v4.4(2020EN)" />
</mapping>
<kind value="resource"/>
<abstract value="false"/>
<type value="Observation"/>
<baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituationChild.NumberOfSiblings"/>
<derivation value="constraint"/>
<differential>
<element id="Observation">
<path value="Observation"/>
<alias value="nl-core-FamilySituationChild.NumberOfSiblings"/>
</element>
<element id="Observation.subject">
<path value="Observation.subject" />
<type>
<code value="Reference" />
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Group" />
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Location" />
<targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient" />
</type>
</element>
</differential>
</StructureDefinition>
99 changes: 99 additions & 0 deletions resources/nl-core/nl-core-FamilySituationChild.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<?xml version="1.0" encoding="utf-8"?>
<StructureDefinition xmlns="http://hl7.org/fhir">

Check warning on line 2 in resources/nl-core/nl-core-FamilySituationChild.xml

View workflow job for this annotation

GitHub Actions / Strict QA on changed materials

Constraint failed: dom-6: 'A resource should have narrative for robust management' (defined in http://hl7.org/fhir/StructureDefinition/DomainResource) (Best Practice Recommendation) (at StructureDefinition)
<id value="nl-core-FamilySituationChild" />
<url value="http://nictiz.nl/fhir/StructureDefinition/nl-core-FamilySituationChild" />
<name value="NlcoreFamilySituationChild" />
<title value="nl core FamilySituationChild" />
<status value="draft" />
<publisher value="Nictiz" />
<contact>
<name value="Nictiz" />
<telecom>
<system value="url" />
<value value="https://www.nictiz.nl" />
<use value="work" />
</telecom>
</contact>
<description value="Traditionally, a family is defined as a group of people of one or more adults who carry responsibility for caring for and raising one or more children.&#xD;&#xA;Children can have multiple family situations when they live partly with their father and partly with their mother e.g. after a divorce.&#xD;&#xA;Currently, the term is used more broadly for all forms of cohabitation which form a recognizable social unit, of people who are or who are not related and who have long-lasting, affective bonds and provide each other with support and care."/>
<purpose value="A derived profile from [zib-FamilySituationChild](http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituationChild) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib." />
<copyright value="Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise." />
<fhirVersion value="4.0.1" />
<kind value="resource" />
<abstract value="false" />
<type value="List" />
<baseDefinition value="http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituationChild" />
<derivation value="constraint" />
<differential>
<element id="List">
<path value="List" />
<comment value="The zib FamilySituationChild is mapped to this List profile, and two profiles on Observation (&lt;http://nictiz.nl/fhir/StructureDefinition/nl-core-FamilySituationChild.FamilyComposition&gt; and &lt;http://nictiz.nl/fhir/StructureDefinition/nl-core-FamilySituationChild.NumberOfSiblings&gt;) and includes elements that are mapped in the zib-ContactPerson profile on the RelatedPerson resource type (&lt;http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson&gt;). This List profile acts as the focal resource of zib FamilySituationChild. This profile references the Observation and RelatedPerson resources through `.entry.list`. To differentiate between several functional concepts that include references to zib-ContactPerson, an extension [ext-List-EntryCategory](http://nictiz.nl/fhir/StructureDefinition/ext-List-EntryCategory) is applied to `.entry`, which acts as slicing discriminator." />
<alias value="nl-core-FamilySituationChild" />
</element>
<element id="List.subject">
<path value="List.subject" />
<type>
<code value="Reference" />
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Group" />
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Location" />
<targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient" />
</type>
</element>
<element id="List.entry:familyComposition">
<path value="List.entry"/>
<sliceName value="familyComposition"/>
</element>
<element id="List.entry:familyComposition.item">
<path value="List.entry.item"/>
<type>
<code value="Reference"/>
<targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-FamilySituationChild.FamilyComposition"/>
</type>
</element>
<element id="List.entry:numberOfSiblings">
<path value="List.entry"/>
<sliceName value="numberOfSiblings"/>
</element>
<element id="List.entry:numberOfSiblings.item">
<path value="List.entry.item"/>
<type>
<code value="Reference"/>
<targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-FamilySituationChild.NumberOfSiblings"/>
</type>
</element>
<element id="List.entry:parentCarer">
<path value="List.entry" />
<sliceName value="parentCarer" />
</element>
<element id="List.entry:parentCarer.item">
<path value="List.entry.item" />
<type>
<code value="Reference" />
<targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson" />
</type>
</element>
<element id="List.entry:child">
<path value="List.entry" />
<sliceName value="child" />
</element>
<element id="List.entry:child.item">
<path value="List.entry.item" />
<type>
<code value="Reference" />
<targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson" />
</type>
</element>
<element id="List.entry:sibling">
<path value="List.entry" />
<sliceName value="sibling" />
</element>
<element id="List.entry:sibling.item">
<path value="List.entry.item" />
<type>
<code value="Reference" />
<targetProfile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson" />
</type>
</element>
</differential>
</StructureDefinition>
Loading
Loading