{
  "resourceType": "StructureDefinition",
  "id": "medmij-core-lm-HealthcareProvider",
  "text": {
    "status": "empty",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthcareProvider",
  "identifier": [
    {
      "use": "official",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.528.1.1023.3.6.3"
    }
  ],
  "name": "MedMijCoreLmHealthcareProvider",
  "title": "HealthcareProvider",
  "status": "draft",
  "publisher": "MedMij",
  "contact": [
    {
      "name": "MedMij",
      "telecom": [
        {
          "system": "email",
          "value": "info@medmij.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A healthcare provider is an organization that offers and provides medical, paramedic and/or nursing care to patients/clients. Examples include: hospitals, nursing homes, doctor's offices.",
  "purpose": "This LogicalModel represents the HealthcareProvider Clinical Information Model (CIM) for patient use cases in the context of MedMij. It is largely based on the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) HealthcareProvider v3.4 (2020)](https://zibs.nl/wiki/HealthcareProvider-v3.4(2020EN)) adjusted such that it is suitable for implementation purposes in the context of MedMij.",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "zib-healthcareprovider-v3.4-2020EN",
      "uri": "https://zibs.nl/wiki/HealthcareProvider-v3.4(2020EN)",
      "name": "zib HealthcareProvider-v3.4(2020EN)"
    },
    {
      "identity": "zib-contactinformation-v1.2-2020EN",
      "uri": "https://zibs.nl/wiki/ContactInformation-v1.2(2020EN)",
      "name": "zib ContactInformation-v1.2(2020EN)"
    },
    {
      "identity": "zib-addressinformation-v1.1-2020EN",
      "uri": "https://zibs.nl/wiki/AddressInformation-v1.1(2020EN)",
      "name": "zib AddressInformation-v1.1(2020EN)"
    },
    {
      "identity": "medmij-core-dataset-101-20260413",
      "name": "Dataset MedMij R4 Core 1.0.1 20260413"
    },
    {
      "identity": "SNOMED",
      "uri": "http://snomed.info/sct",
      "name": "SNOMED CT"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthcareProvider",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "snapshot": {
    "element": [
      {
        "id": "medmij-core-lm-HealthcareProvider",
        "path": "medmij-core-lm-HealthcareProvider",
        "short": "HealthcareProvider",
        "definition": "A healthcare provider is an organization that offers and provides medical, paramedic and/or nursing care to patients/clients. Examples include: hospitals, nursing homes, doctor's offices.",
        "alias": [
          "Zorgaanbieder"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider",
          "min": 0,
          "max": "*"
        },
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.1",
            "comment": "HealthcareProvider"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-45",
            "comment": "HealthcareProvider"
          },
          {
            "identity": "SNOMED",
            "map": "257622000",
            "comment": "zorginstelling"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.id",
        "path": "medmij-core-lm-HealthcareProvider.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.extension",
        "path": "medmij-core-lm-HealthcareProvider.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "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": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.HealthcareProviderIdentificationNumber",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "medmij-core-lm-HealthcareProvider.HealthcareProviderIdentificationNumber",
        "short": "Healthcare provider identification number",
        "definition": "The organization's identification number. For Dutch healthcare providers, the URA number or the AGB number is used, if possible. Depending on the context other IDs are also possible. For foreign or non-affiliated healthcare providers, another unique identification number can be used. This must be accompanied by the name and/or code of the issuing organization.",
        "alias": [
          "ZorgaanbiederIdentificatienummer"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.HealthcareProviderIdentificationNumber",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "v2",
            "map": "CX / EI (occasionally, more often EI maps to a resource id or a URL)"
          },
          {
            "identity": "rim",
            "map": "II - The Identifier class is a little looser than the v3 type II because it allows URIs as well as registered OIDs or GUIDs.  Also maps to Role[classCode=IDENT]"
          },
          {
            "identity": "servd",
            "map": "Identifier"
          },
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.2",
            "comment": "HealthcareProviderIdentificationNumber"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-46",
            "comment": "HealthcareProviderIdentificationNumber"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.OrganizationName",
        "path": "medmij-core-lm-HealthcareProvider.OrganizationName",
        "short": "Organization name",
        "definition": "Name of the organization. If an identification number is given, the name must match the name that corresponds to the identification number.",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
        "alias": [
          "OrganisatieNaam"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.OrganizationName",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.3",
            "comment": "OrganizationName"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-47",
            "comment": "OrganizationName"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.DepartmentSpecialty",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "medmij-core-lm-HealthcareProvider.DepartmentSpecialty",
        "short": "Department specialty",
        "definition": "The specialty of the healthcare provider's department. The departmental specialty can be filled in if further indication of the healthcare provider is needed. This refers to the recognized medical specialties as stated in the BIG Act.",
        "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
        "alias": [
          "AfdelingSpecialisme"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.DepartmentSpecialty",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.106.11.22--20240205133006"
        },
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "v2",
            "map": "CE/CNE/CWE"
          },
          {
            "identity": "rim",
            "map": "CD"
          },
          {
            "identity": "orim",
            "map": "fhir:CodeableConcept rdfs:subClassOf dt:CD"
          },
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.7",
            "comment": "DepartmentSpecialty"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-48",
            "comment": "DepartmentSpecialty"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation",
        "short": "Contact information",
        "definition": "The information needed to contact the healthcare organization via telephone and/or e-mail.",
        "alias": [
          "Contactgegevens"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.ContactInformation",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.6",
            "comment": "ContactInformation"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-49",
            "comment": "ContactInformation"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.id",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.extension",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "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": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.modifierExtension",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.modifierExtension",
        "short": "Extensions that cannot be ignored even if unrecognized",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "comment": "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.",
        "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).",
        "alias": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "BackboneElement.modifierExtension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": true,
        "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers",
        "short": "Telephone numbers",
        "definition": "Container of the TelephoneNumbers concept. This container contains all data elements of the TelephoneNumbers concept.",
        "alias": [
          "Telefoonnummers"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-contactinformation-v1.2-2020EN",
            "map": "NL-CM:20.6.2",
            "comment": "TelephoneNumbers"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-50",
            "comment": "TelephoneNumbers"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.id",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.extension",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "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": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.modifierExtension",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.modifierExtension",
        "short": "Extensions that cannot be ignored even if unrecognized",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "comment": "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.",
        "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).",
        "alias": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "BackboneElement.modifierExtension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": true,
        "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.TelephoneNumber",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.TelephoneNumber",
        "short": "Telephone number",
        "definition": "The healthcare provider's telephone number.",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
        "alias": [
          "Telefoonnummer"
        ],
        "min": 1,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.TelephoneNumber",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-contactinformation-v1.2-2020EN",
            "map": "NL-CM:20.6.4",
            "comment": "TelephoneNumber"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-51",
            "comment": "TelephoneNumber"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.TelecomType",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.TelecomType",
        "short": "Telecom type",
        "definition": "The telecom or device type that the telephone number is connected to.",
        "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
        "alias": [
          "TelecomType"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.TelecomType",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.6.1--20200901000000"
        },
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "v2",
            "map": "CE/CNE/CWE"
          },
          {
            "identity": "rim",
            "map": "CD"
          },
          {
            "identity": "orim",
            "map": "fhir:CodeableConcept rdfs:subClassOf dt:CD"
          },
          {
            "identity": "zib-contactinformation-v1.2-2020EN",
            "map": "NL-CM:20.6.5",
            "comment": "TelecomType"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-52",
            "comment": "TelecomType"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.NumberType",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.NumberType",
        "short": "Number type",
        "definition": "The number type indicates whether the number is a landline, temporary or work telephone number.",
        "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
        "alias": [
          "NummerSoort"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.NumberType",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.6.2--20200901000000"
        },
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "v2",
            "map": "CE/CNE/CWE"
          },
          {
            "identity": "rim",
            "map": "CD"
          },
          {
            "identity": "orim",
            "map": "fhir:CodeableConcept rdfs:subClassOf dt:CD"
          },
          {
            "identity": "zib-contactinformation-v1.2-2020EN",
            "map": "NL-CM:20.6.6",
            "comment": "NumberType"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-53",
            "comment": "NumberType"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.Comment",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.Comment",
        "short": "Comment",
        "definition": "Explanation about the telephone number and how to use it. It can be indicated, for example, that it is a department number (for healthcare professionnals) or that availability by phone is only possible during a specified part of the day.",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
        "alias": [
          "Toelichting"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.Comment",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-contactinformation-v1.2-2020EN",
            "map": "NL-CM:20.6.9",
            "comment": "Comment"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-54",
            "comment": "Comment"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses",
        "short": "E-mail addresses",
        "definition": "Container of the EmailAddresses concept. This container contains all data elements of the E-mailAddresses concept.",
        "alias": [
          "EmailAdressen"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-contactinformation-v1.2-2020EN",
            "map": "NL-CM:20.6.3",
            "comment": "EmailAddresses"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-55",
            "comment": "EmailAddresses"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses.id",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses.extension",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "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": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses.modifierExtension",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses.modifierExtension",
        "short": "Extensions that cannot be ignored even if unrecognized",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "comment": "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.",
        "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).",
        "alias": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "BackboneElement.modifierExtension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": true,
        "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses.EmailAddress",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses.EmailAddress",
        "short": "E-mail address",
        "definition": "The healthcare provider's e-mail address.",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
        "alias": [
          "EmailAdres"
        ],
        "min": 1,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses.EmailAddress",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-contactinformation-v1.2-2020EN",
            "map": "NL-CM:20.6.7",
            "comment": "EmailAddress"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-56",
            "comment": "EmailAddress"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses.EmailAddressType",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses.EmailAddressType",
        "short": "E-mail address type",
        "definition": "The e-mail address type indicates whether it is a private or business e-mail address.",
        "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
        "alias": [
          "EmailSoort"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses.EmailAddressType",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.6.3--20200901000000"
        },
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "v2",
            "map": "CE/CNE/CWE"
          },
          {
            "identity": "rim",
            "map": "CD"
          },
          {
            "identity": "orim",
            "map": "fhir:CodeableConcept rdfs:subClassOf dt:CD"
          },
          {
            "identity": "zib-contactinformation-v1.2-2020EN",
            "map": "NL-CM:20.6.8",
            "comment": "EmailAddressType"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-57",
            "comment": "EmailAddressType"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation",
        "short": "Address information",
        "definition": "The physical address of the healthcare provider's location.",
        "alias": [
          "Adresgegevens"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.AddressInformation",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.5",
            "comment": "AddressInformation"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-58",
            "comment": "AddressInformation"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.id",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.extension",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "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": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.modifierExtension",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.modifierExtension",
        "short": "Extensions that cannot be ignored even if unrecognized",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "comment": "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.",
        "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).",
        "alias": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "BackboneElement.modifierExtension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": true,
        "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.Street",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.Street",
        "short": "Street",
        "definition": "Street name of the address.",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
        "alias": [
          "Straat"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.AddressInformation.Street",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.2",
            "comment": "Street"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-59",
            "comment": "Street"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumber",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumber",
        "short": "House number",
        "definition": "House number of the address.",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
        "alias": [
          "Huisnummer"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumber",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.12",
            "comment": "HouseNumber"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-60",
            "comment": "HouseNumber"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumberLetter",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumberLetter",
        "short": "House number letter",
        "definition": "A letter following the house number as assigned by the municipal authorities.",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
        "alias": [
          "Huisnummerletter"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumberLetter",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.11",
            "comment": "HouseNumberLetter"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-61",
            "comment": "HouseNumberLetter"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumberAddition",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumberAddition",
        "short": "House number addition",
        "definition": "The letters or signs needed to locate the mailbox, in addition to the house number and letter.",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
        "alias": [
          "Huisnummertoevoeging"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumberAddition",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.10",
            "comment": "HouseNumberAddition"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-62",
            "comment": "HouseNumberAddition"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumberIndication",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumberIndication",
        "short": "House number indication",
        "definition": "The indication used for addresses which do not consist of the usual street name and house number.",
        "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
        "alias": [
          "AanduidingBijNummer"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumberIndication",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.5.4--20200901000000"
        },
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "v2",
            "map": "CE/CNE/CWE"
          },
          {
            "identity": "rim",
            "map": "CD"
          },
          {
            "identity": "orim",
            "map": "fhir:CodeableConcept rdfs:subClassOf dt:CD"
          },
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.9",
            "comment": "HouseNumberIndication"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-63",
            "comment": "HouseNumberIndication"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.Postcode",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.Postcode",
        "short": "Postcode",
        "definition": "Postcode of the address.\nIn Dutch addresses, preferably use the postcode from the Postcode table (OID: 2.16.840.1.113883.2.4.4.15).",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
        "alias": [
          "Postcode"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.AddressInformation.Postcode",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.6",
            "comment": "Postcode"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-64",
            "comment": "Postcode"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.PlaceOfResidence",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.PlaceOfResidence",
        "short": "Place of residence",
        "definition": "A geographically determined area which forms part of the municipal area.\nFor Dutch places of residence, preferably use the name from the GBA, table 33 (OID: 2.16.840.1.113883.2.4.6.14).",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
        "alias": [
          "Woonplaats"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.AddressInformation.PlaceOfResidence",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.3",
            "comment": "PlaceOfResidence"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-65",
            "comment": "PlaceOfResidence"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.Municipality",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.Municipality",
        "short": "Municipality",
        "definition": "Municipality of residence.\nFor Dutch municipalities, preferably use the name from the GBA, table 33 (OID: 2.16.840.1.113883.2.4.6.14).",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
        "alias": [
          "Gemeente"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.AddressInformation.Municipality",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.4",
            "comment": "Municipality"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-66",
            "comment": "Municipality"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.Country",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.Country",
        "short": "Country",
        "definition": "Country in which the address is located.",
        "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
        "alias": [
          "Land"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.AddressInformation.Country",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.10--20200901000000"
        },
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "v2",
            "map": "CE/CNE/CWE"
          },
          {
            "identity": "rim",
            "map": "CD"
          },
          {
            "identity": "orim",
            "map": "fhir:CodeableConcept rdfs:subClassOf dt:CD"
          },
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.5",
            "comment": "Country"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-67",
            "comment": "Country"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.AdditionalInformation",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.AdditionalInformation",
        "short": "Additional information",
        "definition": "Extra information such as the building name, building number, entrance, route number.",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
        "alias": [
          "AdditioneleInformatie"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.AddressInformation.AdditionalInformation",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.7",
            "comment": "AdditionalInformation"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-68",
            "comment": "AdditionalInformation"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.AddressType",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.AddressType",
        "short": "Address type",
        "definition": "The type of address in question, such as a home address or mailing address.",
        "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
        "alias": [
          "AdresSoort"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.AddressInformation.AddressType",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.5.3--20200901000000"
        },
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "v2",
            "map": "CE/CNE/CWE"
          },
          {
            "identity": "rim",
            "map": "CD"
          },
          {
            "identity": "orim",
            "map": "fhir:CodeableConcept rdfs:subClassOf dt:CD"
          },
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.8",
            "comment": "AddressType"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-69",
            "comment": "AddressType"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.OrganizationType",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "medmij-core-lm-HealthcareProvider.OrganizationType",
        "short": "Organization type",
        "definition": "The type of healthcare provider, such as general hospital, or nursing home. If this field is filled in and an AGB code is used for the HealthcareProviderIdentificationNumber, the type must match the type implicitly contained in the AGB code.",
        "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
        "alias": [
          "OrganisatieType"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.OrganizationType",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.2.3--20200901000000"
        },
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "v2",
            "map": "CE/CNE/CWE"
          },
          {
            "identity": "rim",
            "map": "CD"
          },
          {
            "identity": "orim",
            "map": "fhir:CodeableConcept rdfs:subClassOf dt:CD"
          },
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.4",
            "comment": "OrganizationType"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-70",
            "comment": "OrganizationType"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.OrganizationLocation",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "medmij-core-lm-HealthcareProvider.OrganizationLocation",
        "short": "Organization location",
        "definition": "Container of the OrganizationLocation concept. This container contains all data elements of the OrganizationLocation concept.",
        "alias": [
          "OrganisatieLocatie"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.OrganizationLocation",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.9",
            "comment": "OrganizationLocation"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-71",
            "comment": "OrganizationLocation"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.OrganizationLocation.id",
        "path": "medmij-core-lm-HealthcareProvider.OrganizationLocation.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.OrganizationLocation.extension",
        "path": "medmij-core-lm-HealthcareProvider.OrganizationLocation.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "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": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.OrganizationLocation.modifierExtension",
        "path": "medmij-core-lm-HealthcareProvider.OrganizationLocation.modifierExtension",
        "short": "Extensions that cannot be ignored even if unrecognized",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "comment": "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.",
        "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).",
        "alias": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "BackboneElement.modifierExtension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": true,
        "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.OrganizationLocation.LocationName",
        "path": "medmij-core-lm-HealthcareProvider.OrganizationLocation.LocationName",
        "short": "Location name",
        "definition": "Name of the location, in case a healthcare organization has more than one location.",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
        "alias": [
          "LocatieNaam"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.OrganizationLocation.LocationName",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.8",
            "comment": "LocationName"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-72",
            "comment": "LocationName"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.OrganizationLocation.LocationNumber",
        "path": "medmij-core-lm-HealthcareProvider.OrganizationLocation.LocationNumber",
        "short": "Location number",
        "definition": "Number of the location, if a numerical location identification is used next to or instead of a location name.",
        "comment": "32 bit number; for values larger than this, use decimal",
        "alias": [
          "LocatieNummer"
        ],
        "min": 0,
        "max": "1",
        "base": {
          "path": "medmij-core-lm-HealthcareProvider.OrganizationLocation.LocationNumber",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "integer"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.10",
            "comment": "LocationNumber"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-73",
            "comment": "LocationNumber"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "medmij-core-lm-HealthcareProvider",
        "path": "medmij-core-lm-HealthcareProvider",
        "short": "HealthcareProvider",
        "definition": "A healthcare provider is an organization that offers and provides medical, paramedic and/or nursing care to patients/clients. Examples include: hospitals, nursing homes, doctor's offices.",
        "alias": [
          "Zorgaanbieder"
        ],
        "mapping": [
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.1",
            "comment": "HealthcareProvider"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-45",
            "comment": "HealthcareProvider"
          },
          {
            "identity": "SNOMED",
            "map": "257622000",
            "comment": "zorginstelling"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.HealthcareProviderIdentificationNumber",
        "path": "medmij-core-lm-HealthcareProvider.HealthcareProviderIdentificationNumber",
        "short": "Healthcare provider identification number",
        "definition": "The organization's identification number. For Dutch healthcare providers, the URA number or the AGB number is used, if possible. Depending on the context other IDs are also possible. For foreign or non-affiliated healthcare providers, another unique identification number can be used. This must be accompanied by the name and/or code of the issuing organization.",
        "alias": [
          "ZorgaanbiederIdentificatienummer"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mapping": [
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.2",
            "comment": "HealthcareProviderIdentificationNumber"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-46",
            "comment": "HealthcareProviderIdentificationNumber"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.OrganizationName",
        "path": "medmij-core-lm-HealthcareProvider.OrganizationName",
        "short": "Organization name",
        "definition": "Name of the organization. If an identification number is given, the name must match the name that corresponds to the identification number.",
        "alias": [
          "OrganisatieNaam"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.3",
            "comment": "OrganizationName"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-47",
            "comment": "OrganizationName"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.DepartmentSpecialty",
        "path": "medmij-core-lm-HealthcareProvider.DepartmentSpecialty",
        "short": "Department specialty",
        "definition": "The specialty of the healthcare provider's department. The departmental specialty can be filled in if further indication of the healthcare provider is needed. This refers to the recognized medical specialties as stated in the BIG Act.",
        "alias": [
          "AfdelingSpecialisme"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.106.11.22--20240205133006"
        },
        "mapping": [
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.7",
            "comment": "DepartmentSpecialty"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-48",
            "comment": "DepartmentSpecialty"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation",
        "short": "Contact information",
        "definition": "The information needed to contact the healthcare organization via telephone and/or e-mail.",
        "alias": [
          "Contactgegevens"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mapping": [
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.6",
            "comment": "ContactInformation"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-49",
            "comment": "ContactInformation"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers",
        "short": "Telephone numbers",
        "definition": "Container of the TelephoneNumbers concept. This container contains all data elements of the TelephoneNumbers concept.",
        "alias": [
          "Telefoonnummers"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mapping": [
          {
            "identity": "zib-contactinformation-v1.2-2020EN",
            "map": "NL-CM:20.6.2",
            "comment": "TelephoneNumbers"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-50",
            "comment": "TelephoneNumbers"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.TelephoneNumber",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.TelephoneNumber",
        "short": "Telephone number",
        "definition": "The healthcare provider's telephone number.",
        "alias": [
          "Telefoonnummer"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "zib-contactinformation-v1.2-2020EN",
            "map": "NL-CM:20.6.4",
            "comment": "TelephoneNumber"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-51",
            "comment": "TelephoneNumber"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.TelecomType",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.TelecomType",
        "short": "Telecom type",
        "definition": "The telecom or device type that the telephone number is connected to.",
        "alias": [
          "TelecomType"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.6.1--20200901000000"
        },
        "mapping": [
          {
            "identity": "zib-contactinformation-v1.2-2020EN",
            "map": "NL-CM:20.6.5",
            "comment": "TelecomType"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-52",
            "comment": "TelecomType"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.NumberType",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.NumberType",
        "short": "Number type",
        "definition": "The number type indicates whether the number is a landline, temporary or work telephone number.",
        "alias": [
          "NummerSoort"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.6.2--20200901000000"
        },
        "mapping": [
          {
            "identity": "zib-contactinformation-v1.2-2020EN",
            "map": "NL-CM:20.6.6",
            "comment": "NumberType"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-53",
            "comment": "NumberType"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.Comment",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.TelephoneNumbers.Comment",
        "short": "Comment",
        "definition": "Explanation about the telephone number and how to use it. It can be indicated, for example, that it is a department number (for healthcare professionnals) or that availability by phone is only possible during a specified part of the day.",
        "alias": [
          "Toelichting"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "zib-contactinformation-v1.2-2020EN",
            "map": "NL-CM:20.6.9",
            "comment": "Comment"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-54",
            "comment": "Comment"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses",
        "short": "E-mail addresses",
        "definition": "Container of the EmailAddresses concept. This container contains all data elements of the E-mailAddresses concept.",
        "alias": [
          "EmailAdressen"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mapping": [
          {
            "identity": "zib-contactinformation-v1.2-2020EN",
            "map": "NL-CM:20.6.3",
            "comment": "EmailAddresses"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-55",
            "comment": "EmailAddresses"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses.EmailAddress",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses.EmailAddress",
        "short": "E-mail address",
        "definition": "The healthcare provider's e-mail address.",
        "alias": [
          "EmailAdres"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "zib-contactinformation-v1.2-2020EN",
            "map": "NL-CM:20.6.7",
            "comment": "EmailAddress"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-56",
            "comment": "EmailAddress"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses.EmailAddressType",
        "path": "medmij-core-lm-HealthcareProvider.ContactInformation.EmailAddresses.EmailAddressType",
        "short": "E-mail address type",
        "definition": "The e-mail address type indicates whether it is a private or business e-mail address.",
        "alias": [
          "EmailSoort"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.6.3--20200901000000"
        },
        "mapping": [
          {
            "identity": "zib-contactinformation-v1.2-2020EN",
            "map": "NL-CM:20.6.8",
            "comment": "EmailAddressType"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-57",
            "comment": "EmailAddressType"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation",
        "short": "Address information",
        "definition": "The physical address of the healthcare provider's location.",
        "alias": [
          "Adresgegevens"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mapping": [
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.5",
            "comment": "AddressInformation"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-58",
            "comment": "AddressInformation"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.Street",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.Street",
        "short": "Street",
        "definition": "Street name of the address.",
        "alias": [
          "Straat"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.2",
            "comment": "Street"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-59",
            "comment": "Street"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumber",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumber",
        "short": "House number",
        "definition": "House number of the address.",
        "alias": [
          "Huisnummer"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.12",
            "comment": "HouseNumber"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-60",
            "comment": "HouseNumber"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumberLetter",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumberLetter",
        "short": "House number letter",
        "definition": "A letter following the house number as assigned by the municipal authorities.",
        "alias": [
          "Huisnummerletter"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.11",
            "comment": "HouseNumberLetter"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-61",
            "comment": "HouseNumberLetter"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumberAddition",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumberAddition",
        "short": "House number addition",
        "definition": "The letters or signs needed to locate the mailbox, in addition to the house number and letter.",
        "alias": [
          "Huisnummertoevoeging"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.10",
            "comment": "HouseNumberAddition"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-62",
            "comment": "HouseNumberAddition"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumberIndication",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.HouseNumberIndication",
        "short": "House number indication",
        "definition": "The indication used for addresses which do not consist of the usual street name and house number.",
        "alias": [
          "AanduidingBijNummer"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.5.4--20200901000000"
        },
        "mapping": [
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.9",
            "comment": "HouseNumberIndication"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-63",
            "comment": "HouseNumberIndication"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.Postcode",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.Postcode",
        "short": "Postcode",
        "definition": "Postcode of the address.\nIn Dutch addresses, preferably use the postcode from the Postcode table (OID: 2.16.840.1.113883.2.4.4.15).",
        "alias": [
          "Postcode"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.6",
            "comment": "Postcode"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-64",
            "comment": "Postcode"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.PlaceOfResidence",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.PlaceOfResidence",
        "short": "Place of residence",
        "definition": "A geographically determined area which forms part of the municipal area.\nFor Dutch places of residence, preferably use the name from the GBA, table 33 (OID: 2.16.840.1.113883.2.4.6.14).",
        "alias": [
          "Woonplaats"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.3",
            "comment": "PlaceOfResidence"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-65",
            "comment": "PlaceOfResidence"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.Municipality",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.Municipality",
        "short": "Municipality",
        "definition": "Municipality of residence.\nFor Dutch municipalities, preferably use the name from the GBA, table 33 (OID: 2.16.840.1.113883.2.4.6.14).",
        "alias": [
          "Gemeente"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.4",
            "comment": "Municipality"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-66",
            "comment": "Municipality"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.Country",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.Country",
        "short": "Country",
        "definition": "Country in which the address is located.",
        "alias": [
          "Land"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.10--20200901000000"
        },
        "mapping": [
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.5",
            "comment": "Country"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-67",
            "comment": "Country"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.AdditionalInformation",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.AdditionalInformation",
        "short": "Additional information",
        "definition": "Extra information such as the building name, building number, entrance, route number.",
        "alias": [
          "AdditioneleInformatie"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.7",
            "comment": "AdditionalInformation"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-68",
            "comment": "AdditionalInformation"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.AddressInformation.AddressType",
        "path": "medmij-core-lm-HealthcareProvider.AddressInformation.AddressType",
        "short": "Address type",
        "definition": "The type of address in question, such as a home address or mailing address.",
        "alias": [
          "AdresSoort"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.5.3--20200901000000"
        },
        "mapping": [
          {
            "identity": "zib-addressinformation-v1.1-2020EN",
            "map": "NL-CM:20.5.8",
            "comment": "AddressType"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-69",
            "comment": "AddressType"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.OrganizationType",
        "path": "medmij-core-lm-HealthcareProvider.OrganizationType",
        "short": "Organization type",
        "definition": "The type of healthcare provider, such as general hospital, or nursing home. If this field is filled in and an AGB code is used for the HealthcareProviderIdentificationNumber, the type must match the type implicitly contained in the AGB code.",
        "alias": [
          "OrganisatieType"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.2.3--20200901000000"
        },
        "mapping": [
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.4",
            "comment": "OrganizationType"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-70",
            "comment": "OrganizationType"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.OrganizationLocation",
        "path": "medmij-core-lm-HealthcareProvider.OrganizationLocation",
        "short": "Organization location",
        "definition": "Container of the OrganizationLocation concept. This container contains all data elements of the OrganizationLocation concept.",
        "alias": [
          "OrganisatieLocatie"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mapping": [
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.9",
            "comment": "OrganizationLocation"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-71",
            "comment": "OrganizationLocation"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.OrganizationLocation.LocationName",
        "path": "medmij-core-lm-HealthcareProvider.OrganizationLocation.LocationName",
        "short": "Location name",
        "definition": "Name of the location, in case a healthcare organization has more than one location.",
        "alias": [
          "LocatieNaam"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.8",
            "comment": "LocationName"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-72",
            "comment": "LocationName"
          }
        ]
      },
      {
        "id": "medmij-core-lm-HealthcareProvider.OrganizationLocation.LocationNumber",
        "path": "medmij-core-lm-HealthcareProvider.OrganizationLocation.LocationNumber",
        "short": "Location number",
        "definition": "Number of the location, if a numerical location identification is used next to or instead of a location name.",
        "alias": [
          "LocatieNummer"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ],
        "mapping": [
          {
            "identity": "zib-healthcareprovider-v3.4-2020EN",
            "map": "NL-CM:17.2.10",
            "comment": "LocationNumber"
          },
          {
            "identity": "medmij-core-dataset-101-20260413",
            "map": "medmij-core-dataelement-73",
            "comment": "LocationNumber"
          }
        ]
      }
    ]
  }
}