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

FHIR IG analytics

Packagech.fhir.ig.ch-core
Resource TypeValueSet
IdValueSet-ConsentProvisionCodesVS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7ch/ch-core/ValueSet-ConsentProvisionCodesVS.html
URLhttp://fhir.ch/ig/ch-core/ValueSet/ConsentProvisionCodesVS
Version7.0.0-ballot
Statusactive
Date2026-06-23T06:42:39+00:00
NameConsentProvisionCodesVS
TitleConsentProvisionCodesVS
Realmch
Authorityhl7
DescriptionValueSet of all used codes for Consent.provision.code
CopyrightCC0-1.0

Resources that use this resource

StructureDefinition
ch.fhir.ig.ch-core#currentCHCoreConsentCH Core Consent

Resources that this resource uses

CodeSystem
ch.fhir.ig.ch-core#currentConsentProvisionCodesCSConsentProvisionCodesCS

Narrative

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

Generated Narrative: ValueSet ConsentProvisionCodesVS

  • Include these codes as defined in http://fhir.ch/ig/ch-core/CodeSystem/ConsentProvisionCodesCS version 📦7.0.0-ballot
    CodeDisplayDefinition
    GCGeneral ConsentThe General Consent is a consent form in which the patient agrees to the further use of health data and biological samples collected by the institution
    for certain research purposes. It must be signed by the patient or a legal representative and is based on the unimedsuisse template.
    Further information can be found at: https://swissethics.ch/documents/generalkonsent
    PATPORTALPatient PortalConsent given by a patient or legal representative to participate in the patient portal. The patient consents to sharing of their protected health information
    between the patient portal and the healthcare facility as specified in the agreement.

Source1

{
  "resourceType": "ValueSet",
  "id": "ConsentProvisionCodesVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-core/ValueSet/ConsentProvisionCodesVS",
  "version": "7.0.0-ballot",
  "name": "ConsentProvisionCodesVS",
  "title": "ConsentProvisionCodesVS",
  "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": "ValueSet of all used codes for Consent.provision.code",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "compose": {
    "include": [
      {
        "system": "http://fhir.ch/ig/ch-core/CodeSystem/ConsentProvisionCodesCS",
        "concept": [
          {
            "code": "GC",
            "display": "General Consent"
          },
          {
            "code": "PATPORTAL",
            "display": "Patient Portal"
          }
        ]
      }
    ]
  }
}