PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.r4.zib2020@0.7.0-beta.1
    http://nictiz.nl/fhir/StructureDefinition/zib-Payer-Organization
{
  "description": "Payers are organizations or individuals that pay for the healthcare supplied to the patient. These organizations or individuals can be: facilities or people who financially guarantee or who are responsible for the patient (such as parents or guardians of minors), organizations with direct financial responsibility, combinations of these or the patient themselves.",
  "_filename": "zib-Payer-Organization.json",
  "package_name": "nictiz.fhir.nl.r4.zib2020",
  "date": null,
  "derivation": "constraint",
  "meta": {
    "lastUpdated": "2021-12-08T15:55:05.1996924+00:00"
  },
  "publisher": "Nictiz",
  "fhirVersion": "4.0.1",
  "purpose": "This Organization resource represents the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) Payer-v3.1.1(2020EN)](https://zibs.nl/wiki/Payer-v3.1.1(2020EN)).",
  "name": "ZibPayerOrganization",
  "mapping": [ {
    "uri": "https://zibs.nl/wiki/Payer-v3.1.1(2020EN)",
    "name": "zib Payer-v3.1.1(2020EN)",
    "identity": "zib-payer-v3.1.1-2020EN"
  } ],
  "abstract": true,
  "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.",
  "type": "Organization",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "zib Payer Organization",
  "package_version": "0.7.0-beta.1",
  "status": "draft",
  "id": "3c055038-795c-45d2-91e1-2140d353cce0",
  "kind": "resource",
  "url": "http://nictiz.nl/fhir/StructureDefinition/zib-Payer-Organization",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Organization",
      "path": "Organization",
      "alias": [ "Verzekeraar" ],
      "short": "InsuranceCompany",
      "comment": "The zib Payer is split into two focal profiles on Coverage based on the PayerPerson and InsuranceCompany containers. These profiles can refer to respectively an Organization as PayerPerson or an InsuranceCompany. This profile can thus represent either the PayerName or InsuranceCompany concept and both the AddressInformation and ContactInformation concepts of the zib.",
      "mapping": [ {
        "map": "NL-CM:1.1.3",
        "comment": "InsuranceCompany",
        "identity": "zib-payer-v3.1.1-2020EN"
      } ]
    }, {
      "id": "Organization.identifier",
      "path": "Organization.identifier",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "value"
        } ]
      }
    }, {
      "path": "Organization.identifier",
      "definition": "Unique healthcare insurance company identification (the UZOVI number).",
      "short": "IdentificationNumber",
      "mapping": [ {
        "map": "NL-CM:1.1.7",
        "comment": "IdentificationNumber",
        "identity": "zib-payer-v3.1.1-2020EN"
      } ],
      "sliceName": "uzovi",
      "alias": [ "IdentificatieNummer" ],
      "patternIdentifier": {
        "system": "http://fhir.nl/fhir/NamingSystem/uzovi"
      },
      "max": "1",
      "id": "Organization.identifier:uzovi"
    }, {
      "id": "Organization.name",
      "path": "Organization.name",
      "alias": [ "OrganisatieNaam", "BetalerNaam" ],
      "short": "OrganizationName / PayerName",
      "mapping": [ {
        "map": "NL-CM:1.1.16",
        "comment": "OrganizationName",
        "identity": "zib-payer-v3.1.1-2020EN"
      }, {
        "map": "NL-CM:1.1.5",
        "comment": "PayerName",
        "identity": "zib-payer-v3.1.1-2020EN"
      } ],
      "definition": "Full, official name of the healthcare insurance company or paying organization. If the UZOVI number is entered as an identification number, this will be the name as listed in the UZOVI register and the name which is returned in the Check for Right to Insurance (COV)."
    }, {
      "id": "Organization.telecom",
      "path": "Organization.telecom",
      "alias": [ "Contactgegevens" ],
      "short": "ContactInformation",
      "mapping": [ {
        "map": "NL-CM:1.1.12",
        "comment": "ContactInformation",
        "identity": "zib-payer-v3.1.1-2020EN"
      } ],
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "profile"
        } ]
      },
      "definition": "The payer’s telephone number and/or e-mail address."
    }, {
      "id": "Organization.telecom:telephoneNumbers",
      "path": "Organization.telecom",
      "type": [ {
        "code": "ContactPoint",
        "profile": [ "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelephoneNumbers" ]
      } ],
      "sliceName": "telephoneNumbers"
    }, {
      "id": "Organization.telecom:emailAddresses",
      "path": "Organization.telecom",
      "type": [ {
        "code": "ContactPoint",
        "profile": [ "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-EmailAddresses" ]
      } ],
      "sliceName": "emailAddresses"
    }, {
      "id": "Organization.address",
      "path": "Organization.address",
      "type": [ {
        "code": "Address",
        "profile": [ "http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation" ]
      } ],
      "mapping": [ {
        "map": "NL-CM:1.1.17",
        "comment": "AddressInformation",
        "identity": "zib-payer-v3.1.1-2020EN"
      } ],
      "definition": "The payer’s address information."
    } ]
  },
  "contact": [ {
    "name": "Nictiz",
    "telecom": [ {
      "use": "work",
      "value": "https://www.nictiz.nl",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization"
}