CH Core (R4)
7.0.0-ballot-ci-build - ci-build Switzerland flag

CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 7.0.0-ballot-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-core/ and changes regularly. See the Directory of published versions

: CH Core General Consent State - JSON Representation

Active as of 2026-06-08

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "CHCoreGeneralConsentStateVS",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet CHCoreGeneralConsentStateVS</b></p><a name=\"CHCoreGeneralConsentStateVS\"> </a><a name=\"hcCHCoreGeneralConsentStateVS\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-consent-state-codes.html\"><code>http://hl7.org/fhir/consent-state-codes</code></a><span title=\"Version is explicitly stated to be 4.0.1\"> version &#x1F4CD;4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-consent-state-codes.html#consent-state-codes-active\">active</a></td><td style=\"color: #cccccc\">Active</td><td>The consent is to be followed and enforced.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-consent-state-codes.html#consent-state-codes-inactive\">inactive</a></td><td style=\"color: #cccccc\">Inactive</td><td>The consent is terminated or replaced.</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.ch/ig/ch-core/ValueSet/CHCoreGeneralConsentStateVS",
  "version" : "7.0.0-ballot-ci-build",
  "name" : "CHCoreGeneralConsentStateVS",
  "title" : "CH Core General Consent State",
  "status" : "active",
  "date" : "2026-06-08T16:05:15+00:00",
  "publisher" : "HL7 Switzerland",
  "contact" : [
    {
      "name" : "HL7 Switzerland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ch/"
        }
      ]
    },
    {
      "name" : "HL7 Switzerland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ch/",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Allowed status values for CH Core General Consent: only active and inactive.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH"
        }
      ]
    }
  ],
  "copyright" : "CC0-1.0",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/consent-state-codes",
        "version" : "4.0.1",
        "concept" : [
          {
            "code" : "active"
          },
          {
            "code" : "inactive"
          }
        ]
      }
    ]
  }
}