<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="nl-core-contactpoint" />
  <url value="http://fhir.nl/fhir/StructureDefinition/nl-core-contactpoint" />
  <version value="2.0.4" />
  <name value="nl-core-contactpoint" />
  <title value="nl-core-contactpoint" />
  <status value="active" />
  <publisher value="HL7 Netherlands" />
  <contact>
    <name value="Nictiz" />
    <telecom>
      <system value="email" />
      <value value="info@nictiz.nl" />
      <use value="work" />
    </telecom>
  </contact>
  <description value="Base StructureDefinition for Address Type with additions for Dutch realm addresses. Dutch addresses break down Address.line in several parts and it is important to mark an address as being 'officially registered'." />
  <purpose value="Address information is used for visiting a person or organization and for addressing of mail." />
  <copyright value="CC0" />
  <fhirVersion value="3.0.2" />
  <mapping>
    <identity value="hcim-contactinformation-v2.0.1-2015EN" />
    <uri value="https://zibs.nl/wiki/Patient-v2.0.1(2015EN)" />
    <name value="ContactInformation as part of HCIM Patient-v2.0.1(2015EN)" />
    <comment value="ContactInformation has become an independent information model as of release 2017 of the HCIMs" />
  </mapping>
  <mapping>
    <identity value="hcim-contactinformation-v3.0-2016EN" />
    <uri value="https://zibs.nl/wiki/Patient-v3.0(2016EN)" />
    <name value="ContactInformation as part of HCIM Patient-v3.0(2016EN)" />
    <comment value="ContactInformation has become an independent information model as of release 2017 of the HCIMs" />
  </mapping>
  <mapping>
    <identity value="hcim-contactinformation-v1.0-2017EN" />
    <uri value="https://zibs.nl/wiki/ContactInformation-v1.0(2017EN)" />
    <name value="HCIM ContactInformation-v1.0.1(2017EN)" />
  </mapping>
  <kind value="complex-type" />
  <abstract value="false" />
  <type value="ContactPoint" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/ContactPoint" />
  <derivation value="constraint" />
  <snapshot>
    <element id="ContactPoint">
      <path value="ContactPoint" />
      <short value="ContactInformation" />
      <definition value="Contact information includes a person's telephone numbers and email addresses. This datatype defines a common basis for expressing all contact information around the world, but adds extensions to express Dutch contacts specifically, according to the HCIM ContactInformation (v1.0, 2017). A Dutch ContactPoint still is a proper FHIR ContactPoint, which means that systems that cannot interpret the extensions will still be able to render and work with this datatype. The table below explains how the HCIM concepts are mapped to the various FHIR elements. The HCIM code itself should also be included using the TelecomType extension.&#xD;&#xA;&#xD;&#xA;         | HCIM                                               | .ext:TelecomType | .system | .use   |&#xD;&#xA;         |----------------------------------------------------|------------------|---------|--------|&#xD;&#xA;         | Primary Home Land Line                             | LL               | phone   | home   |&#xD;&#xA;         | Temporary Land Line                                | LL               | phone   | temp   |&#xD;&#xA;         | Primary Work Land Line                             | LL               | phone   | work   |&#xD;&#xA;         |                                                    |                  |         |        |&#xD;&#xA;         | Primary Home Fax                                   | FAX              | fax     | home   |&#xD;&#xA;         | Temporary Fax                                      | FAX              | fax     | temp   |&#xD;&#xA;         | Primary Work Fax                                   | FAX              | fax     | work   |&#xD;&#xA;         |                                                    |                  |         |        |&#xD;&#xA;         | Primary Home Mobile Phone                          | MC               | phone   | home   |&#xD;&#xA;         | Temporary Mobile Phone                             | MC               | phone   | temp   |&#xD;&#xA;         | Primary Work Mobile Phone                          | MC               | phone   | work   |&#xD;&#xA;         |                                                    |                  |         |        |&#xD;&#xA;         | Primary Home Pager                                 | PG               | pager   | home   |&#xD;&#xA;         | Temporary Pager                                    | PG               | pager   | temp   |&#xD;&#xA;         | Primary Work Pager                                 | PG               | pager   | work   |&#xD;&#xA;         |                                                    |                  |         |        |&#xD;&#xA;         | Private email address                              |                  | email   | home   |&#xD;&#xA;         | Work email address                                 |                  | email   | work   |&#xD;&#xA;         |                                                    |                  |         |        |&#xD;&#xA;         | Mobile phone number undetermined private/business  |                  | phone   | mobile |" />
      <alias value="Contactgegevens" />
      <min value="0" />
      <max value="*" />
      <base>
        <path value="Element" />
        <min value="0" />
        <max value="*" />
      </base>
      <example>
        <label value="Mobile business phone number. Note: the mobile nature stems from the number being an 06-* number." />
        <valueContactPoint>
          <system value="phone" />
          <value value="+31611234567" />
          <use value="work" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Mobile phone number undetermined private/business. Note: the mobile nature stems from the number being an 06-* number." />
        <valueContactPoint>
          <system value="phone" />
          <value value="+31611234567" />
          <use value="mobile" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Primary Home Land Line" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1" />
                <code value="LL" />
                <display value="Land Line" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="phone" />
          <value value="..." />
          <use value="home" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Temporary Land Line" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1" />
                <code value="LL" />
                <display value="Land Line" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="phone" />
          <value value="..." />
          <use value="temp" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Primary Work Land Line" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1" />
                <code value="LL" />
                <display value="Land Line" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="phone" />
          <value value="..." />
          <use value="work" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Primary Home Fax" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1" />
                <code value="FAX" />
                <display value="Fax" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="fax" />
          <value value="..." />
          <use value="home" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Temporary Fax" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1" />
                <code value="FAX" />
                <display value="Fax" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="fax" />
          <value value="..." />
          <use value="temp" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Primary Work Fax" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1" />
                <code value="FAX" />
                <display value="Fax" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="fax" />
          <value value="..." />
          <use value="work" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Primary Home Mobile Phone" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="http://hl7.org/fhir/v3/AddressUse" />
                <code value="MC" />
                <display value="Mobile Phone" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="phone" />
          <value value="..." />
          <use value="home" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Temporary Mobile Phone" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="http://hl7.org/fhir/v3/AddressUse" />
                <code value="MC" />
                <display value="Mobile Phone" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="phone" />
          <value value="..." />
          <use value="temp" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Primary Work Mobile Phone" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="http://hl7.org/fhir/v3/AddressUse" />
                <code value="MC" />
                <display value="Mobile Phone" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="phone" />
          <value value="..." />
          <use value="work" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Primary Home Pager" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="http://hl7.org/fhir/v3/AddressUse" />
                <code value="PG" />
                <display value="Pager" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="pager" />
          <value value="..." />
          <use value="home" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Temporary Pager" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="http://hl7.org/fhir/v3/AddressUse" />
                <code value="PG" />
                <display value="Pager" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="pager" />
          <value value="..." />
          <use value="temp" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Primary Work Pager" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="http://hl7.org/fhir/v3/AddressUse" />
                <code value="PG" />
                <display value="Pager" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="pager" />
          <value value="..." />
          <use value="work" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Private email address" />
        <valueContactPoint>
          <system value="email" />
          <value value="giesput@myweb.nl" />
          <use value="home" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Work email address" />
        <valueContactPoint>
          <system value="email" />
          <value value="example@workplace.nl" />
          <use value="work" />
        </valueContactPoint>
      </example>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() | (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
      </constraint>
      <constraint>
        <key value="cpt-2" />
        <severity value="error" />
        <human value="A system is required if a value is provided." />
        <expression value="value.empty() or system.exists()" />
        <xpath value="not(exists(f:value)) or exists(f:system)" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="v2" />
        <map value="XTN" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="TEL" />
      </mapping>
      <mapping>
        <identity value="servd" />
        <map value="ContactPoint" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v2.0.1-2015EN" />
        <map value="NL-CM:0.1.5" />
        <comment value="ContactInformation" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v3.0-2016EN" />
        <map value="NL-CM:0.1.5" />
        <comment value="ContactInformation" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.1" />
        <comment value="ContactInformation" />
      </mapping>
    </element>
    <element id="ContactPoint.id">
      <path value="ContactPoint.id" />
      <representation value="xmlAttr" />
      <short value="xml:id (or equivalent in JSON)" />
      <definition value="unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
      <comment value="Note that FHIR strings may not exceed 1MB in size" />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="Element.id" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="string" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() | (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
    </element>
    <element id="ContactPoint.extension">
      <path value="ContactPoint.extension" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="url" />
        </discriminator>
        <description value="Extensions are always sliced by (at least) url" />
        <rules value="open" />
      </slicing>
      <short value="Additional Content defined by implementations" />
      <definition value="May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." />
      <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." />
      <alias value="extensions" />
      <alias value="user content" />
      <min value="0" />
      <max value="*" />
      <base>
        <path value="Element.extension" />
        <min value="0" />
        <max value="*" />
      </base>
      <type>
        <code value="Extension" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() | (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
      </constraint>
      <constraint>
        <key value="ext-1" />
        <severity value="error" />
        <human value="Must have either extensions or value[x], not both" />
        <expression value="extension.exists() != value.exists()" />
        <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="N/A" />
      </mapping>
    </element>
    <element id="ContactPoint.extension:TelecomType">
      <path value="ContactPoint.extension" />
      <sliceName value="TelecomType" />
      <short value="TelecomType" />
      <definition value="Defines a more specific coded value for the concept TelecomType used in HCIM ContactInformation, to be able to use the required HCIM valueset." />
      <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." />
      <alias value="extensions" />
      <alias value="user content" />
      <alias value="Definieert een specifieke gecodeerde waarde voor het concept TelecomType gebruikt in de zib Contactgegevens, zodat de in de zib gedefinieerde waardelijst kan worden gebruikt." />
      <alias value="TelecomType" />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="Element.extension" />
        <min value="0" />
        <max value="*" />
      </base>
      <type>
        <code value="Extension" />
        <profile value="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() | (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
      </constraint>
      <constraint>
        <key value="ext-1" />
        <severity value="error" />
        <human value="Must have either extensions or value[x], not both" />
        <expression value="extension.exists() != value.exists()" />
        <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="N/A" />
      </mapping>
    </element>
    <element id="ContactPoint.extension:TelecomType.id">
      <path value="ContactPoint.extension.id" />
      <representation value="xmlAttr" />
      <short value="xml:id (or equivalent in JSON)" />
      <definition value="unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
      <comment value="Note that FHIR strings may not exceed 1MB in size" />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="Element.id" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="string" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() | (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
    </element>
    <element id="ContactPoint.extension:TelecomType.extension">
      <path value="ContactPoint.extension.extension" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="url" />
        </discriminator>
        <description value="Extensions are always sliced by (at least) url" />
        <rules value="open" />
      </slicing>
      <short value="Additional Content defined by implementations" />
      <definition value="May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." />
      <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." />
      <alias value="extensions" />
      <alias value="user content" />
      <min value="0" />
      <max value="*" />
      <base>
        <path value="Element.extension" />
        <min value="0" />
        <max value="*" />
      </base>
      <type>
        <code value="Extension" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() | (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
      </constraint>
      <constraint>
        <key value="ext-1" />
        <severity value="error" />
        <human value="Must have either extensions or value[x], not both" />
        <expression value="extension.exists() != value.exists()" />
        <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="N/A" />
      </mapping>
    </element>
    <element id="ContactPoint.extension:TelecomType.url">
      <path value="ContactPoint.extension.url" />
      <representation value="xmlAttr" />
      <short value="identifies the meaning of the extension" />
      <definition value="Source of the definition for the extension code - a logical name or a URL." />
      <comment value="The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension." />
      <min value="1" />
      <max value="1" />
      <base>
        <path value="Extension.url" />
        <min value="1" />
        <max value="1" />
      </base>
      <type>
        <code value="uri" />
      </type>
      <fixedUri value="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType" />
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() | (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
      </constraint>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="N/A" />
      </mapping>
    </element>
    <element id="ContactPoint.extension:TelecomType.valueCodeableConcept:valueCodeableConcept">
      <path value="ContactPoint.extension.valueCodeableConcept" />
      <sliceName value="valueCodeableConcept" />
      <short value="Value of extension" />
      <definition value="Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list)." />
      <min value="1" />
      <max value="1" />
      <base>
        <path value="Extension.value[x]" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="CodeableConcept" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() | (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
      </constraint>
      <binding>
        <strength value="required" />
        <description value="TelecomTypeCodelijst" />
        <valueSetReference>
          <reference value="http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.6.1--20171231000000" />
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="N/A" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.5" />
        <comment value="TelecomType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/TelecomTypeCodelijst-to-ContactPointSystem) is available that maps TelecomTypeCodeLijst to the ContactPointSystem valueset." />
      </mapping>
    </element>
    <element id="ContactPoint.system">
      <path value="ContactPoint.system" />
      <short value="TelecomType / EmailAddressType" />
      <definition value="Telecommunications form for contact point - what communications system is required to make use of the contact." />
      <comment value="Note that FHIR strings may not exceed 1MB in size" />
      <alias value="TelecomType / EmailSoort" />
      <min value="1" />
      <max value="1" />
      <base>
        <path value="ContactPoint.system" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="code" />
      </type>
      <condition value="ele-1" />
      <condition value="cpt-2" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() | (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
      </constraint>
      <isSummary value="true" />
      <binding>
        <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
          <valueString value="ContactPointSystem" />
        </extension>
        <strength value="required" />
        <description value="Telecommunications form for contact point" />
        <valueSetReference>
          <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap">
            <valueReference>
              <reference value="http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactPointSystem" />
              <display value="EmailSoortCodelijst-to-ContactPointSystem" />
            </valueReference>
          </extension>
          <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap">
            <valueReference>
              <reference value="http://nictiz.nl/fhir/ConceptMap/TelecomTypeCodelijst-to-ContactPointSystem" />
              <display value="TelecomTypeCodelijst-to-ContactPointSystem" />
            </valueReference>
          </extension>
          <reference value="http://hl7.org/fhir/ValueSet/contact-point-system" />
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="v2" />
        <map value="XTN.3" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="./scheme" />
      </mapping>
      <mapping>
        <identity value="servd" />
        <map value="./ContactPointType" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.5" />
        <comment value="TelecomType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/TelecomTypeCodelijst-to-ContactPointSystem) is available that maps TelecomTypeCodeLijst to the ContactPointUse valueset." />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v2.0.1-2015EN" />
        <map value="NL-CM:0.1.19" />
        <comment value="EmailAddressType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactPointSystem) is available that maps EmailSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v3.0-2016EN" />
        <map value="NL-CM:0.1.19" />
        <comment value="EmailAddressType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactPointSystem) is available that maps EmailSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.8" />
        <comment value="EmailAddressType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactPointSystem) is available that maps EmailSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
    </element>
    <element id="ContactPoint.value">
      <path value="ContactPoint.value" />
      <short value="TelephoneNumber / EmailAddress" />
      <definition value="The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address)." />
      <comment value="Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value." />
      <requirements value="Need to support legacy numbers that are not in a tightly controlled format." />
      <alias value="Telefoonnummer / E-mailadres" />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="ContactPoint.value" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="string" />
      </type>
      <example>
        <label value="Example TelephoneNumber international" />
        <valueString value="+31611234567" />
      </example>
      <example>
        <label value="Example EmailAddress" />
        <valueString value="giesput@myweb.nl" />
      </example>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() | (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
      </constraint>
      <isSummary value="true" />
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="v2" />
        <map value="XTN.1 (or XTN.12)" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="./url" />
      </mapping>
      <mapping>
        <identity value="servd" />
        <map value="./Value" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v2.0.1-2015EN" />
        <map value="NL-CM:0.1.23" />
        <comment value="TelephoneNumber" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v3.0-2016EN" />
        <map value="NL-CM:0.1.23" />
        <comment value="TelephoneNumber" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.4" />
        <comment value="EmailAddress" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v2.0.1-2015EN" />
        <map value="NL-CM:0.1.20" />
        <comment value="EmailAddress" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v3.0-2016EN" />
        <map value="NL-CM:0.1.20" />
        <comment value="EmailAddress" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.7" />
        <comment value="EmailAddress" />
      </mapping>
    </element>
    <element id="ContactPoint.use">
      <path value="ContactPoint.use" />
      <short value="TelecomType / NumberType / EmailAddressType" />
      <definition value="Purpose of this contact point" />
      <comment value="This is labeled as &quot;Is Modifier&quot; because applications should not mistake a temporary or old contact etc.for a current/permanent one. Applications can assume that a contact is current unless it explicitly says that it is temporary or old." />
      <requirements value="Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose." />
      <alias value="TelecomType / NummerSoort / EmailSoort" />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="ContactPoint.use" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="code" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() | (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
      </constraint>
      <isModifier value="true" />
      <isSummary value="true" />
      <binding>
        <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
          <valueString value="ContactPointUse" />
        </extension>
        <strength value="required" />
        <description value="Use of contact point" />
        <valueSetReference>
          <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap">
            <valueReference>
              <reference value="http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactPointUse" />
              <display value="EmailSoortCodelijst-to-ContactPointUse" />
            </valueReference>
          </extension>
          <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap">
            <valueReference>
              <reference value="http://nictiz.nl/fhir/ConceptMap/TelecomTypeCodelijst-to-ContactPointUse" />
              <display value="TelecomTypeCodelijst-to-ContactPointUse" />
            </valueReference>
          </extension>
          <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap">
            <valueReference>
              <reference value="http://nictiz.nl/fhir/ConceptMap/NummerSoortCodelijst-to-ContactPointUse" />
              <display value="NummerSoortCodelijst-to-ContactPointUse" />
            </valueReference>
          </extension>
          <reference value="http://hl7.org/fhir/ValueSet/contact-point-use" />
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="v2" />
        <map value="XTN.2 - but often indicated by field" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="unique(./use)" />
      </mapping>
      <mapping>
        <identity value="servd" />
        <map value="./ContactPointPurpose" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.5" />
        <comment value="TelecomType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/TelecomTypeCodelijst-to-ContactPointUse) is available that maps TelecomTypeCodeLijst to the ContactPointUse valueset." />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v2.0.1-2015EN" />
        <map value="NL-CM:0.1.22" />
        <comment value="NumberType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/NummerSoortCodelijst-to-ContactPointUse) is available that maps NummerSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v3.0-2016EN" />
        <map value="NL-CM:0.1.22" />
        <comment value="NumberType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/NummerSoortCodelijst-to-ContactPointUse) is available that maps NummerSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.6" />
        <comment value="NumberType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/NummerSoortCodelijst-to-ContactPointUse) is available that maps NummerSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v2.0.1-2015EN" />
        <map value="NL-CM:0.1.19" />
        <comment value="EmailAddressType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactPointUse) is available that maps EmailSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v3.0-2016EN" />
        <map value="NL-CM:0.1.19" />
        <comment value="EmailAddressType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactPointUse) is available that maps EmailSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.8" />
        <comment value="EmailAddressType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactPointUse) is available that maps EmailSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
    </element>
    <element id="ContactPoint.rank">
      <path value="ContactPoint.rank" />
      <short value="Specify preferred order of use (1 = highest)" />
      <definition value="Specifies a preferred order in which to use a set of contacts. Contacts are ranked with lower values coming before higher values." />
      <comment value="Note that rank does not necessarily follow the order in which the contacts are represented in the instance." />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="ContactPoint.rank" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="positiveInt" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() | (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
      </constraint>
      <isSummary value="true" />
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="v2" />
        <map value="n/a" />
      </mapping>
    </element>
    <element id="ContactPoint.period">
      <path value="ContactPoint.period" />
      <short value="Time period when the contact point was/is in use" />
      <definition value="Time period when the contact point was/is in use." />
      <comment value="This is not a duration - that's a measure of time (a separate type), but a duration that occurs at a fixed value of time. A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. &quot;the patient was an inpatient of the hospital for this time range&quot;) or one value from the range applies (e.g. &quot;give to the patient between these two times&quot;). If duration is required, specify the type as Interval|Duration." />
      <min value="0" />
      <max value="1" />
      <base>
        <path value="ContactPoint.period" />
        <min value="0" />
        <max value="1" />
      </base>
      <type>
        <code value="Period" />
      </type>
      <condition value="ele-1" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <expression value="hasValue() | (children().count() &gt; id.count())" />
        <xpath value="@value|f:*|h:div" />
      </constraint>
      <constraint>
        <key value="per-1" />
        <severity value="error" />
        <human value="If present, start SHALL have a lower value than end" />
        <expression value="start.empty() or end.empty() or (start &lt;= end)" />
        <xpath value="not(exists(f:start)) or not(exists(f:end)) or (f:start/@value &lt;= f:end/@value)" />
      </constraint>
      <isSummary value="true" />
      <mapping>
        <identity value="rim" />
        <map value="n/a" />
      </mapping>
      <mapping>
        <identity value="v2" />
        <map value="DR" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="IVL&lt;TS&gt;[lowClosed=&quot;true&quot; and highClosed=&quot;true&quot;] or URG&lt;TS&gt;[lowClosed=&quot;true&quot; and highClosed=&quot;true&quot;]" />
      </mapping>
      <mapping>
        <identity value="v2" />
        <map value="N/A" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="./usablePeriod[type=&quot;IVL&lt;TS&gt;&quot;]" />
      </mapping>
      <mapping>
        <identity value="servd" />
        <map value="./StartDate and ./EndDate" />
      </mapping>
    </element>
  </snapshot>
  <differential>
    <element id="ContactPoint">
      <path value="ContactPoint" />
      <short value="ContactInformation" />
      <definition value="Contact information includes a person's telephone numbers and email addresses. This datatype defines a common basis for expressing all contact information around the world, but adds extensions to express Dutch contacts specifically, according to the HCIM ContactInformation (v1.0, 2017). A Dutch ContactPoint still is a proper FHIR ContactPoint, which means that systems that cannot interpret the extensions will still be able to render and work with this datatype. The table below explains how the HCIM concepts are mapped to the various FHIR elements. The HCIM code itself should also be included using the TelecomType extension.&#xD;&#xA;&#xD;&#xA;         | HCIM                                               | .ext:TelecomType | .system | .use   |&#xD;&#xA;         |----------------------------------------------------|------------------|---------|--------|&#xD;&#xA;         | Primary Home Land Line                             | LL               | phone   | home   |&#xD;&#xA;         | Temporary Land Line                                | LL               | phone   | temp   |&#xD;&#xA;         | Primary Work Land Line                             | LL               | phone   | work   |&#xD;&#xA;         |                                                    |                  |         |        |&#xD;&#xA;         | Primary Home Fax                                   | FAX              | fax     | home   |&#xD;&#xA;         | Temporary Fax                                      | FAX              | fax     | temp   |&#xD;&#xA;         | Primary Work Fax                                   | FAX              | fax     | work   |&#xD;&#xA;         |                                                    |                  |         |        |&#xD;&#xA;         | Primary Home Mobile Phone                          | MC               | phone   | home   |&#xD;&#xA;         | Temporary Mobile Phone                             | MC               | phone   | temp   |&#xD;&#xA;         | Primary Work Mobile Phone                          | MC               | phone   | work   |&#xD;&#xA;         |                                                    |                  |         |        |&#xD;&#xA;         | Primary Home Pager                                 | PG               | pager   | home   |&#xD;&#xA;         | Temporary Pager                                    | PG               | pager   | temp   |&#xD;&#xA;         | Primary Work Pager                                 | PG               | pager   | work   |&#xD;&#xA;         |                                                    |                  |         |        |&#xD;&#xA;         | Private email address                              |                  | email   | home   |&#xD;&#xA;         | Work email address                                 |                  | email   | work   |&#xD;&#xA;         |                                                    |                  |         |        |&#xD;&#xA;         | Mobile phone number undetermined private/business  |                  | phone   | mobile |" />
      <alias value="Contactgegevens" />
      <example>
        <label value="Mobile business phone number. Note: the mobile nature stems from the number being an 06-* number." />
        <valueContactPoint>
          <system value="phone" />
          <value value="+31611234567" />
          <use value="work" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Mobile phone number undetermined private/business. Note: the mobile nature stems from the number being an 06-* number." />
        <valueContactPoint>
          <system value="phone" />
          <value value="+31611234567" />
          <use value="mobile" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Primary Home Land Line" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1" />
                <code value="LL" />
                <display value="Land Line" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="phone" />
          <value value="..." />
          <use value="home" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Temporary Land Line" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1" />
                <code value="LL" />
                <display value="Land Line" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="phone" />
          <value value="..." />
          <use value="temp" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Primary Work Land Line" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1" />
                <code value="LL" />
                <display value="Land Line" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="phone" />
          <value value="..." />
          <use value="work" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Primary Home Fax" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1" />
                <code value="FAX" />
                <display value="Fax" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="fax" />
          <value value="..." />
          <use value="home" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Temporary Fax" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1" />
                <code value="FAX" />
                <display value="Fax" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="fax" />
          <value value="..." />
          <use value="temp" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Primary Work Fax" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1" />
                <code value="FAX" />
                <display value="Fax" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="fax" />
          <value value="..." />
          <use value="work" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Primary Home Mobile Phone" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="http://hl7.org/fhir/v3/AddressUse" />
                <code value="MC" />
                <display value="Mobile Phone" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="phone" />
          <value value="..." />
          <use value="home" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Temporary Mobile Phone" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="http://hl7.org/fhir/v3/AddressUse" />
                <code value="MC" />
                <display value="Mobile Phone" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="phone" />
          <value value="..." />
          <use value="temp" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Primary Work Mobile Phone" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="http://hl7.org/fhir/v3/AddressUse" />
                <code value="MC" />
                <display value="Mobile Phone" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="phone" />
          <value value="..." />
          <use value="work" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Primary Home Pager" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="http://hl7.org/fhir/v3/AddressUse" />
                <code value="PG" />
                <display value="Pager" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="pager" />
          <value value="..." />
          <use value="home" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Temporary Pager" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="http://hl7.org/fhir/v3/AddressUse" />
                <code value="PG" />
                <display value="Pager" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="pager" />
          <value value="..." />
          <use value="temp" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Primary Work Pager" />
        <valueContactPoint>
          <extension url="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType">
            <valueCodeableConcept>
              <coding>
                <system value="http://hl7.org/fhir/v3/AddressUse" />
                <code value="PG" />
                <display value="Pager" />
              </coding>
            </valueCodeableConcept>
          </extension>
          <system value="pager" />
          <value value="..." />
          <use value="work" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Private email address" />
        <valueContactPoint>
          <system value="email" />
          <value value="giesput@myweb.nl" />
          <use value="home" />
        </valueContactPoint>
      </example>
      <example>
        <label value="Work email address" />
        <valueContactPoint>
          <system value="email" />
          <value value="example@workplace.nl" />
          <use value="work" />
        </valueContactPoint>
      </example>
      <mapping>
        <identity value="hcim-contactinformation-v2.0.1-2015EN" />
        <map value="NL-CM:0.1.5" />
        <comment value="ContactInformation" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v3.0-2016EN" />
        <map value="NL-CM:0.1.5" />
        <comment value="ContactInformation" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.1" />
        <comment value="ContactInformation" />
      </mapping>
    </element>
    <element id="ContactPoint.extension">
      <path value="ContactPoint.extension" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="url" />
        </discriminator>
        <rules value="open" />
      </slicing>
    </element>
    <element id="ContactPoint.extension:TelecomType">
      <path value="ContactPoint.extension" />
      <sliceName value="TelecomType" />
      <short value="TelecomType" />
      <alias value="TelecomType" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType" />
      </type>
    </element>
    <element id="ContactPoint.extension:TelecomType.valueCodeableConcept:valueCodeableConcept">
      <path value="ContactPoint.extension.valueCodeableConcept" />
      <sliceName value="valueCodeableConcept" />
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.5" />
        <comment value="TelecomType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/TelecomTypeCodelijst-to-ContactPointSystem) is available that maps TelecomTypeCodeLijst to the ContactPointSystem valueset." />
      </mapping>
    </element>
    <element id="ContactPoint.system">
      <path value="ContactPoint.system" />
      <short value="TelecomType / EmailAddressType" />
      <alias value="TelecomType / EmailSoort" />
      <min value="1" />
      <binding>
        <strength value="required" />
        <valueSetReference>
          <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap">
            <valueReference>
              <reference value="http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactPointSystem" />
              <display value="EmailSoortCodelijst-to-ContactPointSystem" />
            </valueReference>
          </extension>
          <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap">
            <valueReference>
              <reference value="http://nictiz.nl/fhir/ConceptMap/TelecomTypeCodelijst-to-ContactPointSystem" />
              <display value="TelecomTypeCodelijst-to-ContactPointSystem" />
            </valueReference>
          </extension>
          <reference value="http://hl7.org/fhir/ValueSet/contact-point-system" />
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.5" />
        <comment value="TelecomType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/TelecomTypeCodelijst-to-ContactPointSystem) is available that maps TelecomTypeCodeLijst to the ContactPointUse valueset." />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v2.0.1-2015EN" />
        <map value="NL-CM:0.1.19" />
        <comment value="EmailAddressType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactPointSystem) is available that maps EmailSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v3.0-2016EN" />
        <map value="NL-CM:0.1.19" />
        <comment value="EmailAddressType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactPointSystem) is available that maps EmailSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.8" />
        <comment value="EmailAddressType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactPointSystem) is available that maps EmailSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
    </element>
    <element id="ContactPoint.value">
      <path value="ContactPoint.value" />
      <short value="TelephoneNumber / EmailAddress" />
      <alias value="Telefoonnummer / E-mailadres" />
      <example>
        <label value="Example TelephoneNumber international" />
        <valueString value="+31611234567" />
      </example>
      <example>
        <label value="Example EmailAddress" />
        <valueString value="giesput@myweb.nl" />
      </example>
      <mapping>
        <identity value="hcim-contactinformation-v2.0.1-2015EN" />
        <map value="NL-CM:0.1.23" />
        <comment value="TelephoneNumber" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v3.0-2016EN" />
        <map value="NL-CM:0.1.23" />
        <comment value="TelephoneNumber" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.4" />
        <comment value="EmailAddress" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v2.0.1-2015EN" />
        <map value="NL-CM:0.1.20" />
        <comment value="EmailAddress" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v3.0-2016EN" />
        <map value="NL-CM:0.1.20" />
        <comment value="EmailAddress" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.7" />
        <comment value="EmailAddress" />
      </mapping>
    </element>
    <element id="ContactPoint.use">
      <path value="ContactPoint.use" />
      <short value="TelecomType / NumberType / EmailAddressType" />
      <definition value="Purpose of this contact point" />
      <alias value="TelecomType / NummerSoort / EmailSoort" />
      <binding>
        <strength value="required" />
        <valueSetReference>
          <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap">
            <valueReference>
              <reference value="http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactPointUse" />
              <display value="EmailSoortCodelijst-to-ContactPointUse" />
            </valueReference>
          </extension>
          <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap">
            <valueReference>
              <reference value="http://nictiz.nl/fhir/ConceptMap/TelecomTypeCodelijst-to-ContactPointUse" />
              <display value="TelecomTypeCodelijst-to-ContactPointUse" />
            </valueReference>
          </extension>
          <extension url="http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap">
            <valueReference>
              <reference value="http://nictiz.nl/fhir/ConceptMap/NummerSoortCodelijst-to-ContactPointUse" />
              <display value="NummerSoortCodelijst-to-ContactPointUse" />
            </valueReference>
          </extension>
          <reference value="http://hl7.org/fhir/ValueSet/contact-point-use" />
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.5" />
        <comment value="TelecomType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/TelecomTypeCodelijst-to-ContactPointUse) is available that maps TelecomTypeCodeLijst to the ContactPointUse valueset." />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v2.0.1-2015EN" />
        <map value="NL-CM:0.1.22" />
        <comment value="NumberType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/NummerSoortCodelijst-to-ContactPointUse) is available that maps NummerSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v3.0-2016EN" />
        <map value="NL-CM:0.1.22" />
        <comment value="NumberType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/NummerSoortCodelijst-to-ContactPointUse) is available that maps NummerSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.6" />
        <comment value="NumberType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/NummerSoortCodelijst-to-ContactPointUse) is available that maps NummerSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v2.0.1-2015EN" />
        <map value="NL-CM:0.1.19" />
        <comment value="EmailAddressType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactPointUse) is available that maps EmailSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v3.0-2016EN" />
        <map value="NL-CM:0.1.19" />
        <comment value="EmailAddressType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactPointUse) is available that maps EmailSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
      <mapping>
        <identity value="hcim-contactinformation-v1.0-2017EN" />
        <map value="NL-CM:20.6.8" />
        <comment value="EmailAddressType. A ConceptMap (http://nictiz.nl/fhir/ConceptMap/EmailSoortCodelijst-to-ContactPointUse) is available that maps EmailSoortCodelijst to the ContactPointUse valueset" />
      </mapping>
    </element>
  </differential>
</StructureDefinition>