FHIR IG analytics
| Package | ch.fhir.ig.ch-core |
| Resource Type | ValueSet |
| Id | ValueSet-CHCoreGeneralConsentStateVS.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7ch/ch-core/ValueSet-CHCoreGeneralConsentStateVS.html |
| URL | http://fhir.ch/ig/ch-core/ValueSet/CHCoreGeneralConsentStateVS |
| Version | 7.0.0-ballot |
| Status | active |
| Date | 2026-06-23T06:42:39+00:00 |
| Name | CHCoreGeneralConsentStateVS |
| Title | CH Core General Consent State |
| Realm | ch |
| Authority | hl7 |
| Description | Allowed status values for CH Core General Consent: only active and inactive. |
| Copyright | CC0-1.0 |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
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"
}
]
}
]
}
}