Onconova Implementation Guide
0.2.0 - ci-build
Onconova Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2026-03-18 |
{
"resourceType" : "ValueSet",
"id" : "onconova-vs-consent-status",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet onconova-vs-consent-status</b></p><a name=\"onconova-vs-consent-status\"> </a><a name=\"hconconova-vs-consent-status\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-onconova-cs-consent-status.html\"><code>http://onconova.github.io/fhir/CodeSystem/onconova-cs-consent-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version 📦0.2.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-onconova-cs-consent-status.html#onconova-cs-consent-status-valid\">valid</a></td><td>Valid</td></tr><tr><td><a href=\"CodeSystem-onconova-cs-consent-status.html#onconova-cs-consent-status-revoked\">revoked</a></td><td>Revoked</td></tr><tr><td><a href=\"CodeSystem-onconova-cs-consent-status.html#onconova-cs-consent-status-unknown\">unknown</a></td><td>Unknown</td></tr></table></li></ul></div>"
},
"url" : "http://onconova.github.io/fhir/ValueSet/onconova-vs-consent-status",
"version" : "0.2.0",
"name" : "ConsentStatus",
"title" : "Consent Status Value Set",
"status" : "active",
"date" : "2026-03-18T14:24:59+00:00",
"publisher" : "Onconova",
"contact" : [
{
"name" : "Onconova",
"telecom" : [
{
"system" : "url",
"value" : "http://onconova.github.io/docs"
}
]
}
],
"description" : "The consent status of a patient for further use of data in research.",
"compose" : {
"include" : [
{
"system" : "http://onconova.github.io/fhir/CodeSystem/onconova-cs-consent-status",
"concept" : [
{
"code" : "valid",
"display" : "Valid"
},
{
"code" : "revoked",
"display" : "Revoked"
},
{
"code" : "unknown",
"display" : "Unknown"
}
]
}
]
}
}