<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.8" />
  <name value="nl-core-contactpoint" />
  <title value="nl-core-contactpoint" />
  <status value="active" />
  <publisher value="HL7 Netherlands" />
  <contact>
    <name value="Nictiz" />
    <telecom>
      <system value="url" />
      <value value="https://www.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-v1.0-2017EN" />
    <uri value="https://zibs.nl/wiki/ContactInformation-v1.0(2017EN)" />
    <name value="HCIM ContactInformation-v1.0(2017EN)" />
  </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-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>
  <kind value="complex-type" />
  <abstract value="false" />
  <type value="ContactPoint" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/ContactPoint" />
  <derivation value="constraint" />
  <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>
      <min value="0" />
    </element>
    <element id="ContactPoint.extension:TelecomType">
      <path value="ContactPoint.extension" />
      <sliceName value="TelecomType" />
      <short value="TelecomType" />
      <alias value="TelecomType" />
      <min value="0" />
      <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 value set." />
      </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>
        </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 value set." />
      </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 value set." />
      </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 value set." />
      </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 value set." />
      </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>
        </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 value set." />
      </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 value set." />
      </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 value set." />
      </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 value set." />
      </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 value set." />
      </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 value set." />
      </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 value set" />
      </mapping>
    </element>
  </differential>
</StructureDefinition>