Skip to content

Commit

Permalink
Corrected typo in extension
Browse files Browse the repository at this point in the history
  • Loading branch information
LuudSlagter committed Aug 8, 2023
1 parent fcb2b6a commit f9d358e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions examples/nl-core-FamilySituation-01.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<valueString value="Heeft zorg voor vader die in huis woont."/>
</component>
<component>
<extension url="http://nictiz.nl/fhir/StructureDefinition/ext-FamiliySituation.LivingAtHome">
<extension url="http://nictiz.nl/fhir/StructureDefinition/ext-FamilySituation.LivingAtHome">
<valueBoolean value="true"/>
</extension>
<extension url="http://nictiz.nl/fhir/StructureDefinition/ext-Comment">
Expand All @@ -83,7 +83,7 @@
<valueDateTime value="2011-04-19"/>
</component>
<component>
<extension url="http://nictiz.nl/fhir/StructureDefinition/ext-FamiliySituation.LivingAtHome">
<extension url="http://nictiz.nl/fhir/StructureDefinition/ext-FamilySituation.LivingAtHome">
<valueBoolean value="true"/>
</extension>
<code>
Expand All @@ -96,7 +96,7 @@
<valueDateTime value="2003-01-01"/>
</component>
<component>
<extension url="http://nictiz.nl/fhir/StructureDefinition/ext-FamiliySituation.LivingAtHome">
<extension url="http://nictiz.nl/fhir/StructureDefinition/ext-FamilySituation.LivingAtHome">
<valueBoolean value="false"/>
</extension>
<code>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="ext-FamiliySituation.LivingAtHome" />
<url value="http://nictiz.nl/fhir/StructureDefinition/ext-FamiliySituation.LivingAtHome" />
<name value="ExtFamiliySituationLivingAtHome" />
<title value="ext FamiliySituation.LivingAtHome" />
<id value="ext-FamilySituation.LivingAtHome" />
<url value="http://nictiz.nl/fhir/StructureDefinition/ext-FamilySituation.LivingAtHome" />
<name value="ExtFamilySituationLivingAtHome" />
<title value="ext FamilySituation.LivingAtHome" />
<status value="draft" />
<publisher value="Nictiz" />
<contact>
Expand All @@ -15,7 +15,7 @@
</telecom>
</contact>
<description value="An extension for keeping track of the children living at home." />
<purpose value="This extension represents the LivingAtHome concept of [zib FamiliySituation v3.2(2020)](https://zibs.nl/wiki/FamilySituation-v3.2(2020EN))" />
<purpose value="This extension represents the LivingAtHome concept of [zib FamilySituation v3.2(2020)](https://zibs.nl/wiki/FamilySituation-v3.2(2020EN))" />
<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>
Expand All @@ -35,7 +35,7 @@
<differential>
<element id="Extension.url">
<path value="Extension.url" />
<fixedUri value="http://nictiz.nl/fhir/StructureDefinition/ext-FamiliySituation.LivingAtHome" />
<fixedUri value="http://nictiz.nl/fhir/StructureDefinition/ext-FamilySituation.LivingAtHome" />
</element>
<element id="Extension.value[x]">
<path value="Extension.value[x]" />
Expand Down
2 changes: 1 addition & 1 deletion resources/zib/zib-FamilySituation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<max value="1" />
<type>
<code value="Extension" />
<profile value="http://nictiz.nl/fhir/StructureDefinition/ext-FamiliySituation.LivingAtHome" />
<profile value="http://nictiz.nl/fhir/StructureDefinition/ext-FamilySituation.LivingAtHome" />
</type>
<isModifier value="false" />
</element>
Expand Down

0 comments on commit f9d358e

Please sign in to comment.