HL7 Czech Hospital Discharge Report Implementation Guide
0.0.1 - ci-build Czech Republic (CZE)

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

: eHDSI Treatment Class - JSON Representation

Page standards status: Draft Maturity Level: 1

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "eHDSITreatmentClass",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet eHDSITreatmentClass</b></p><a name=\"eHDSITreatmentClass\"> </a><a name=\"hceHDSITreatmentClass\"> </a><a name=\"eHDSITreatmentClass-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/69845001\">69845001</a></td><td>Received therapy or drug for</td></tr><tr><td><a href=\"http://snomed.info/id/25265005\">25265005</a></td><td>Not received therapy or drug for</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" : "http://terminology.ehdsi.eu/ValueSet/eHDSITreatmentClass",
  "version" : "0.0.1",
  "name" : "EHDSITreatmentClass",
  "title" : "eHDSI Treatment Class",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-06-12T10:41:45+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 category of treatment of the condition during encounter",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "203",
          "display" : "Czech Republic (CZE)"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "69845001",
            "display" : "Received therapy or drug for"
          },
          {
            "code" : "25265005",
            "display" : "Not received therapy or drug for"
          }
        ]
      }
    ]
  }
}