FHIR IG analytics| Package | ch.fhir.ig.ch-orf |
| Resource Type | ValueSet |
| Id | ValueSet-ch-orf-vs-consentstatus.json |
| FHIR Version | R4 |
| Source | http://fhir.ch/ig/ch-orf/3.0.2/ValueSet-ch-orf-vs-consentstatus.html |
| URL | http://fhir.ch/ig/ch-orf/ValueSet/ch-orf-vs-consentstatus |
| Version | 3.0.2 |
| Status | active |
| Date | 2025-12-16T09:33:08+00:00 |
| Name | ChOrfConsentStatus |
| Title | Consent Status |
| Realm | ch |
| Authority | hl7 |
| Description | Value Set for CH ORF Consent Status |
| Copyright | CC0-1.0 |
| StructureDefinition | ||
| ch.fhir.ig.ch-orf#3.0.2 | ch-orf-consentcode | CH ORF Consent Code |
| CodeSystem | ||
| ch.fhir.ig.ch-orf#3.0.2 | ch-orf-cs-consentstatus | Consent Status |
| who.ddcc#current | sct | SNOMED codes used in this IG |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ch-orf-vs-consentstatus
This value set includes codes based on the following rules:
http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-consentstatus version 📦3.0.2| Code | Display |
| ExplicitAgreement | Patient is informed and has explicitly agreed |
| Other | Other situation such as 'implicit agreement', 'agreed by legal guardian' etc. |
http://snomed.info/sct version Not Stated (use latest from terminology server)| Code | Display |
| 373068000 | Undetermined (qualifier value) |
{
"resourceType": "ValueSet",
"id": "ch-orf-vs-consentstatus",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-orf/ValueSet/ch-orf-vs-consentstatus",
"version": "3.0.2",
"name": "ChOrfConsentStatus",
"title": "Consent Status",
"status": "active",
"experimental": false,
"date": "2025-12-16T09:33:08+00:00",
"publisher": "HL7 Switzerland",
"contact": [
{
"name": "HL7 Switzerland",
"telecom": [
{
"system": "url",
"value": "https://www.hl7.ch/"
}
]
}
],
"description": "Value Set for CH ORF Consent Status",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CH"
}
]
}
],
"copyright": "CC0-1.0",
"compose": {
"include": [
{
"system": "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-consentstatus",
"concept": [
{
"code": "ExplicitAgreement",
"display": "Patient is informed and has explicitly agreed"
},
{
"code": "Other",
"display": "Other situation such as 'implicit agreement', 'agreed by legal guardian' etc."
}
]
},
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "373068000",
"display": "Undetermined (qualifier value)"
}
]
}
]
}
}