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

FHIR IG analytics

Packagech.fhir.ig.ch-core
Resource TypeValueSet
IdValueSet-CHCoreGeneralConsentStateVS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7ch/ch-core/ValueSet-CHCoreGeneralConsentStateVS.html
URLhttp://fhir.ch/ig/ch-core/ValueSet/CHCoreGeneralConsentStateVS
Version7.0.0-ballot
Statusactive
Date2026-06-23T06:42:39+00:00
NameCHCoreGeneralConsentStateVS
TitleCH Core General Consent State
Realmch
Authorityhl7
DescriptionAllowed status values for CH Core General Consent: only active and inactive.
CopyrightCC0-1.0

Resources that use this resource

StructureDefinition
ch.fhir.ig.ch-core#currentCHCoreGeneralConsentCH Core General Consent

Resources that this resource uses

CodeSystem
dk.ehealth.sundhed.fhir.ig.core#currentconsent-state-codesConsent State Codes

Narrative

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

Generated Narrative: ValueSet CHCoreGeneralConsentStateVS


Source1

{
  "resourceType": "ValueSet",
  "id": "CHCoreGeneralConsentStateVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-core/ValueSet/CHCoreGeneralConsentStateVS",
  "version": "7.0.0-ballot",
  "name": "CHCoreGeneralConsentStateVS",
  "title": "CH Core General Consent State",
  "status": "active",
  "date": "2026-06-23T06:42:39+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"
          }
        ]
      }
    ]
  }
}