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

FHIR IG Statistics: StructureDefinition/PayerCz

Packagehl7.fhir.cz.img
TypeStructureDefinition
IdPayerCz
FHIR VersionR4
Sourcehttps://hl7.cz/fhir/img/https://build.fhir.org/ig/HL7-cz/img/StructureDefinition-PayerCz.html
URLhttps://hl7.cz/fhir/img/StructureDefinition/PayerCz
Version0.1.0-ballot
Statusdraft
Date2025-07-18T09:00:23+00:00
NameLogEnPayerImagingCz
TitleA.1.3 - Health insurance and payment information
Realmcz
Authorityhl7
DescriptionHealth insurance and payment information - Health insurance information is not always required, however, in some jurisdictions, the insurance number is also used as the patient identifier. It is necessary not just for identification but also forms access to funding for care.
Typehttps://hl7.cz/fhir/img/StructureDefinition/PayerCz
Kindlogical

Resources that use this resource

ConceptMap
HeaderImagingReport2FHIR-czCZ Header Model to this guide Map
StructureDefinition
HeaderImagingReportCzA.1 - Imaging Report header data element

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition PayerCz

NameFlagsCard.TypeDescription & Constraintsdoco
.. PayerCz 0..*BaseA.1.3 - Health insurance and payment information
... insuranceCode 0..1IdentifierA.1.3.1 - Health insurance code
... insuranceName 0..1stringA.1.3.2 - Health insurance name
... insuranceNumber 0..1IdentifierA.1.3.3 - Health insurance number

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "PayerCz",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    }
  ],
  "url": "https://hl7.cz/fhir/img/StructureDefinition/PayerCz",
  "version": "0.1.0-ballot",
  "name": "LogEnPayerImagingCz",
  "title": "A.1.3 - Health insurance and payment information",
  "status": "draft",
  "date": "2025-07-18T09:00:23+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Health insurance and payment information - Health insurance information is not always required, however, in some jurisdictions, the insurance number is also used as the patient identifier. It is necessary not just for identification but also forms access to funding for care.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://hl7.cz/fhir/img/StructureDefinition/PayerCz",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "PayerCz",
        "path": "PayerCz",
        "short": "A.1.3 - Health insurance and payment information",
        "definition": "Health insurance and payment information - Health insurance information is not always required, however, in some jurisdictions, the insurance number is also used as the patient identifier. It is necessary not just for identification but also forms access to funding for care.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "PayerCz.insuranceCode",
        "path": "PayerCz.insuranceCode",
        "short": "A.1.3.1 - Health insurance code",
        "definition": "Unique health insurance company identification code.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PayerCz.insuranceCode",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "PayerCz.insuranceName",
        "path": "PayerCz.insuranceName",
        "short": "A.1.3.2 - Health insurance name",
        "definition": "Full, official name of the healthcare insurance provider.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PayerCz.insuranceName",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "PayerCz.insuranceNumber",
        "path": "PayerCz.insuranceNumber",
        "short": "A.1.3.3 - Health insurance number",
        "definition": "Number or code under which the insured person is registered at the insurance provider.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PayerCz.insuranceNumber",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "PayerCz",
        "path": "PayerCz",
        "short": "A.1.3 - Health insurance and payment information",
        "definition": "Health insurance and payment information - Health insurance information is not always required, however, in some jurisdictions, the insurance number is also used as the patient identifier. It is necessary not just for identification but also forms access to funding for care."
      },
      {
        "id": "PayerCz.insuranceCode",
        "path": "PayerCz.insuranceCode",
        "short": "A.1.3.1 - Health insurance code",
        "definition": "Unique health insurance company identification code.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "PayerCz.insuranceName",
        "path": "PayerCz.insuranceName",
        "short": "A.1.3.2 - Health insurance name",
        "definition": "Full, official name of the healthcare insurance provider.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "PayerCz.insuranceNumber",
        "path": "PayerCz.insuranceNumber",
        "short": "A.1.3.3 - Health insurance number",
        "definition": "Number or code under which the insured person is registered at the insurance provider.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      }
    ]
  }
}