FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cz.order
Resource TypeStructureDefinition
IdStructureDefinition-LMEnPayerOrderCz.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/k-order/StructureDefinition-LMEnPayerOrderCz.html
URLhttps://hl7.cz/fhir/order/StructureDefinition/LMEnPayerOrderCz
Version0.0.3
Statusdraft
Date2026-06-02T12:05:36+00:00
NameLMEnPayerOrderCz
TitleA.1.3 - Health coverage and payment information
Realmcz
Authorityhl7
DescriptionHealth coverage and payment information - Health coverage information is not always required, however, in some jurisdictions, the coverage 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/order/StructureDefinition/LMEnPayerOrderCz
Kindlogical

Resources that use this resource

StructureDefinition
hl7.fhir.cz.order#currentLMEnHeaderOrderA.1 Order header data elements

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition LMEnPayerOrderCz

NameFlagsCard.TypeDescription & Constraintsdoco
.. LMEnPayerOrderCz 0..*BaseA.1.3 - Health coverage and payment information
... coverageCode 0..1IdentifierA.1.3.1 - Health coverage code
... coverageName 0..1stringA.1.3.2 - Health coverage name
... coverageNumber 0..1IdentifierA.1.3.3 - Health coverage number

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "LMEnPayerOrderCz",
  "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/order/StructureDefinition/LMEnPayerOrderCz",
  "version": "0.0.3",
  "name": "LMEnPayerOrderCz",
  "title": "A.1.3 - Health coverage and payment information",
  "status": "draft",
  "date": "2026-06-02T12:05:36+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Health coverage and payment information - Health coverage information is not always required, however, in some jurisdictions, the coverage 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/order/StructureDefinition/LMEnPayerOrderCz",
  "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": "LMEnPayerOrderCz",
        "path": "LMEnPayerOrderCz",
        "short": "A.1.3 - Health coverage and payment information",
        "definition": "Health coverage and payment information - Health coverage information is not always required, however, in some jurisdictions, the coverage 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": "LMEnPayerOrderCz.coverageCode",
        "path": "LMEnPayerOrderCz.coverageCode",
        "short": "A.1.3.1 - Health coverage code",
        "definition": "Unique health coverage company identification code.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LMEnPayerOrderCz.coverageCode",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "LMEnPayerOrderCz.coverageName",
        "path": "LMEnPayerOrderCz.coverageName",
        "short": "A.1.3.2 - Health coverage name",
        "definition": "Full, official name of the healthcare coverage provider.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LMEnPayerOrderCz.coverageName",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LMEnPayerOrderCz.coverageNumber",
        "path": "LMEnPayerOrderCz.coverageNumber",
        "short": "A.1.3.3 - Health coverage number",
        "definition": "Number or code under which the insured person is registered at the coverage provider.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LMEnPayerOrderCz.coverageNumber",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "LMEnPayerOrderCz",
        "path": "LMEnPayerOrderCz",
        "short": "A.1.3 - Health coverage and payment information",
        "definition": "Health coverage and payment information - Health coverage information is not always required, however, in some jurisdictions, the coverage number is also used as the patient identifier. It is necessary not just for identification but also forms access to funding for care."
      },
      {
        "id": "LMEnPayerOrderCz.coverageCode",
        "path": "LMEnPayerOrderCz.coverageCode",
        "short": "A.1.3.1 - Health coverage code",
        "definition": "Unique health coverage company identification code.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "LMEnPayerOrderCz.coverageName",
        "path": "LMEnPayerOrderCz.coverageName",
        "short": "A.1.3.2 - Health coverage name",
        "definition": "Full, official name of the healthcare coverage provider.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LMEnPayerOrderCz.coverageNumber",
        "path": "LMEnPayerOrderCz.coverageNumber",
        "short": "A.1.3.3 - Health coverage number",
        "definition": "Number or code under which the insured person is registered at the coverage provider.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      }
    ]
  }
}