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

FHIR IG analytics

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

Resources that use this resource

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

Resources that this resource uses

CodeSystem
kl.dk.fhir.children#2.1.0loinc.orgLogical Observation Identifiers, Names and Codes (LOINC)

Narrative

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

Generated Narrative: ValueSet ConsentCategoriesVS

  • Include these codes as defined in http://loinc.org version Not Stated (use latest from terminology server)
    CodeDisplay
    59284-0Patient Consent
    64292-6Release of information consent

Source1

{
  "resourceType": "ValueSet",
  "id": "ConsentCategoriesVS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-core/ValueSet/ConsentCategoriesVS",
  "version": "7.0.0-ballot",
  "name": "ConsentCategoriesVS",
  "title": "ConsentCategoriesVS",
  "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 the Consent.category",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "59284-0",
            "display": "Patient Consent"
          },
          {
            "code": "64292-6",
            "display": "Release of information consent"
          }
        ]
      }
    ]
  }
}