FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| ch.fhir.ig.ch-core#current | CHCoreConsent | CH Core Consent |
Resources that this resource uses
| CodeSystem |
| kl.dk.fhir.children#2.1.0 | loinc.org | Logical Observation Identifiers, Names and Codes (LOINC) |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://loinc.org version Not Stated (use latest from terminology server)| Code | Display |
| 59284-0 | Patient Consent |
| 64292-6 | Release 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"
}
]
}
]
}
}