HL7 Czech Hospital Discharge Report Implementation Guide
0.1.0 - ci-build
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.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/hdr/ and changes regularly. See the Directory of published versions
| Active as of 2025-11-18 |
{
"resourceType" : "ValueSet",
"id" : "cz-consent-category",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet cz-consent-category</b></p><a name=\"cz-consent-category\"> </a><a name=\"hccz-consent-category\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/ValueSet/consentcategorycodes</code><span title=\"Version is not explicity stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>acd</td><td>Dříve vyslovené přání</td></tr><tr><td>dnr</td><td>Neprovádět neodkladnou resuscitaci</td></tr></table></li><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicity stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/59284-0/\">59284-0</a></td><td>Informovaný souhlas</td></tr></table></li></ul></div>"
},
"url" : "https://hl7.cz/fhir/hdr/ValueSet/cz-consent-category",
"version" : "0.1.0",
"name" : "CZConsentCategory",
"title" : "CZ Consent Category",
"status" : "active",
"experimental" : false,
"date" : "2025-11-18T16:01:29+00:00",
"publisher" : "HL7 Czech Republic",
"contact" : [
{
"name" : "HL7 Czech Republic",
"telecom" : [
{
"system" : "url",
"value" : "https://www.hl7.cz/"
}
]
}
],
"description" : "ValueSet for Consent Categories in the Czech HDR project.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CZ",
"display" : "Czechia"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/ValueSet/consentcategorycodes",
"concept" : [
{
"code" : "acd",
"display" : "Dříve vyslovené přání"
},
{
"code" : "dnr",
"display" : "Neprovádět neodkladnou resuscitaci"
}
]
},
{
"system" : "http://loinc.org",
"concept" : [
{
"code" : "59284-0",
"display" : "Informovaný souhlas"
}
]
}
]
}
}