HL7 Czech Terminology Implementation Guide
0.3.0 - release Czechia flag

HL7 Czech Terminology Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/terminology/ and changes regularly. See the Directory of published versions

: Číselník typů úhrady

Active as of 2025-01-01

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "cz-coverage-type",
  "language" : "en",
  "text" : {
    "status" : "extensions"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
      "valueCanonical" : "https://hl7.cz/terminology/CodeSystem/coverage-selfpay-cz"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
      "valueCanonical" : "https://hl7.cz/terminology/CodeSystem/v3-ActCode-cz"
    }
  ],
  "url" : "https://ncez.mzcr.cz/terminology/ValueSet/cz-coverage-type",
  "version" : "0.3.0",
  "name" : "CZ_CoverageType",
  "title" : "Číselník typů úhrady",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-01-01",
  "publisher" : "HL7 Czech Republic",
  "contact" : [
    {
      "name" : "HL7 Czech Republic",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description" : "Číselník typů úhrady zdravotní péče.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CZ",
          "display" : "Czechia"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version" : "10.0.0",
        "concept" : [
          {
            "code" : "HIP",
            "display" : "zdravotní pojištění"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/coverage-selfpay",
        "version" : "1.0.1",
        "concept" : [
          {
            "code" : "pay",
            "display" : "samoplátce"
          }
        ]
      }
    ]
  }
}