FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/zib-Payer-Organization

Packagenictiz.fhir.nl.r4.zib2020
TypeStructureDefinition
Idzib-Payer-Organization
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.zib2020@0.12.0-beta.1&canonical=http://nictiz.nl/fhir/StructureDefinition/zib-Payer-Organization
URLhttp://nictiz.nl/fhir/StructureDefinition/zib-Payer-Organization
Statusdraft
NameZibPayerOrganization
Titlezib Payer Organization
Realmnl
Authorityhl7
DescriptionPayers 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.
PurposeThis Organization resource represents the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) Payer v3.1.1 (2020)](https://zibs.nl/wiki/Payer-v3.1.1(2020EN)).
CopyrightCopyright 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.
TypeOrganization
Kindresource

Resources that use this resource

StructureDefinition
nl-core-Payer-Organizationnl core Payer Organization
zib-Payer.InsuranceCompanyzib Payer.InsuranceCompany
zib-Payer.PayerPersonzib Payer.PayerPerson

Resources that this resource uses

StructureDefinition
zib-AddressInformationzib AddressInformation
zib-ContactInformation-EmailAddresseszib ContactInformation EmailAddresses
zib-ContactInformation-TelephoneNumberszib ContactInformation TelephoneNumbers

Narrative

Note: links and images are rebased to the (stated) source

No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.

Source

{
  "resourceType": "StructureDefinition",
  "id": "zib-Payer-Organization",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://nictiz.nl/fhir/StructureDefinition/zib-Payer-Organization",
  "name": "ZibPayerOrganization",
  "title": "zib Payer Organization",
  "status": "draft",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "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.",
  "purpose": "This Organization resource represents the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) Payer v3.1.1 (2020)](https://zibs.nl/wiki/Payer-v3.1.1(2020EN)).",
  "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-payer-v3.1.1-2020EN",
      "uri": "https://zibs.nl/wiki/Payer-v3.1.1(2020EN)",
      "name": "zib Payer-v3.1.1(2020EN)"
    }
  ],
  "kind": "resource",
  "abstract": true,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization",
        "path": "Organization",
        "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.",
        "alias": [
          "Verzekeraar"
        ],
        "mapping": [
          {
            "identity": "zib-payer-v3.1.1-2020EN",
            "map": "NL-CM:1.1.3",
            "comment": "InsuranceCompany"
          }
        ]
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Organization.identifier:uzovi",
        "path": "Organization.identifier",
        "sliceName": "uzovi",
        "short": "IdentificationNumber",
        "definition": "Unique healthcare insurance company identification (the UZOVI number).",
        "alias": [
          "IdentificatieNummer"
        ],
        "max": "1",
        "patternIdentifier": {
          "system": "http://fhir.nl/fhir/NamingSystem/uzovi"
        },
        "mapping": [
          {
            "identity": "zib-payer-v3.1.1-2020EN",
            "map": "NL-CM:1.1.7",
            "comment": "IdentificationNumber"
          }
        ]
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "short": "OrganizationName / PayerName",
        "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).",
        "alias": [
          "OrganisatieNaam",
          "BetalerNaam"
        ],
        "mapping": [
          {
            "identity": "zib-payer-v3.1.1-2020EN",
            "map": "NL-CM:1.1.16",
            "comment": "OrganizationName"
          },
          {
            "identity": "zib-payer-v3.1.1-2020EN",
            "map": "NL-CM:1.1.5",
            "comment": "PayerName"
          }
        ]
      },
      {
        "id": "Organization.telecom",
        "path": "Organization.telecom",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "short": "ContactInformation",
        "definition": "The payer’s telephone number and/or e-mail address.",
        "alias": [
          "Contactgegevens"
        ],
        "mapping": [
          {
            "identity": "zib-payer-v3.1.1-2020EN",
            "map": "NL-CM:1.1.12",
            "comment": "ContactInformation"
          }
        ]
      },
      {
        "id": "Organization.telecom:telephoneNumbers",
        "path": "Organization.telecom",
        "sliceName": "telephoneNumbers",
        "type": [
          {
            "code": "ContactPoint",
            "profile": [
              "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelephoneNumbers"
            ]
          }
        ]
      },
      {
        "id": "Organization.telecom:emailAddresses",
        "path": "Organization.telecom",
        "sliceName": "emailAddresses",
        "type": [
          {
            "code": "ContactPoint",
            "profile": [
              "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-EmailAddresses"
            ]
          }
        ]
      },
      {
        "id": "Organization.address",
        "path": "Organization.address",
        "definition": "The payer’s address information.",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation"
            ]
          }
        ],
        "mapping": [
          {
            "identity": "zib-payer-v3.1.1-2020EN",
            "map": "NL-CM:1.1.17",
            "comment": "AddressInformation"
          }
        ]
      }
    ]
  }
}