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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeValueSet
IdValueSet-cz-consent-category.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/hdr/ValueSet-cz-consent-category.html
URLhttps://hl7.cz/fhir/hdr/ValueSet/cz-consent-category
Version0.1.0
Statusactive
Date2025-12-22T16:16:03+00:00
NameCZConsentCategory
TitleCZ Consent Category
Realmcz
Authorityhl7
DescriptionValueSet for Consent Categories in the Czech HDR project.

Resources that use this resource

StructureDefinition
cz-consent-psConsent (CZ PS)
cz-consent-hdrConsent (Advance Directives) (HDR CZ)

Resources that this resource uses

CodeSystem
loinc.orgLOINC codes used in this IG

Narrative

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

Generated Narrative: ValueSet cz-consent-category

This value set includes codes based on the following rules:

  • Include these codes as defined in http://hl7.org/fhir/ValueSet/consentcategorycodes version Not Stated (use latest from terminology server)
    CodeDisplay
    acdDříve vyslovené přání
    dnrNeprovádět neodkladnou resuscitaci
  • Include these codes as defined in http://loinc.org version Not Stated (use latest from terminology server)
    CodeDisplay
    59284-0Informovaný souhlas

Source1

{
  "resourceType": "ValueSet",
  "id": "cz-consent-category",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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-12-22T16:16:03+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"
          }
        ]
      }
    ]
  }
}