HL7 Czech Terminology Implementation Guide
0.1.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.1.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

: eHDSI Absent Or Unknown Device - JSON Representation

Page standards status: Draft Maturity Level: 1

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "eHDSIAbsentOrUnknownDevice-cz",
  "language" : "cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"cs\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"cs\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet eHDSIAbsentOrUnknownDevice-cz</b></p><a name=\"eHDSIAbsentOrUnknownDevice-cz\"> </a><a name=\"hceHDSIAbsentOrUnknownDevice-cz\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: cs</p></div><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips</code><span title=\"Version is explicitly stated to be 1.1.0\"> version &#x1F4CD;</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>no-device-info</td><td>žádné informace o používaných zdravotnických prostředcích a implantátech</td></tr><tr><td>no-known-devices</td><td>žádné implantáty ani jiné zdravotnické prostředky</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft"
    }
  ],
  "url" : "https://ncez.mzcr.cz/terminology/ValueSet/eHDSIAbsentOrUnknownDevice-cz",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.3.6.1.4.1.12559.11.10.1.3.1.42.48"
    }
  ],
  "version" : "0.1.0",
  "name" : "EHDSIAbsentOrUnknownDeviceCZ",
  "title" : "eHDSI Absent Or Unknown Device",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-11-28T15:39:10+00:00",
  "publisher" : "HL7 Czech Republic",
  "contact" : [
    {
      "name" : "HL7 Czech Republic",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description" : "The Value set is used to encode absent or unknown medical devices.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CZ",
          "display" : "Czechia"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips",
        "version" : "1.1.0",
        "concept" : [
          {
            "code" : "no-device-info",
            "display" : "žádné informace o používaných zdravotnických prostředcích a implantátech"
          },
          {
            "code" : "no-known-devices",
            "display" : "žádné implantáty ani jiné zdravotnické prostředky"
          }
        ]
      }
    ]
  }
}