Extensions for Using Data Elements from FHIR R4B in FHIR R5 - Downloaded Version null See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 0 |
{
"resourceType" : "CodeSystem",
"id" : "consent-scope",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system http://terminology.hl7.org/CodeSystem/consentscope defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">adr\n <a name=\"consent-scope-adr\"> </a>\n </td>\n <td>Advanced Care Directive</td>\n <td>Actions to be taken if they are no longer able to make decisions for themselves</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">research\n <a name=\"consent-scope-research\"> </a>\n </td>\n <td>Research</td>\n <td>Consent to participate in research protocol and information sharing required</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">patient-privacy\n <a name=\"consent-scope-patient-privacy\"> </a>\n </td>\n <td>Privacy Consent</td>\n <td>Agreement to collect, access, use or disclose (share) information</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">treatment\n <a name=\"consent-scope-treatment\"> </a>\n </td>\n <td>Treatment</td>\n <td>Consent to undergo a specific treatment</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r4b.r5"
},
{
"url" : "version",
"valueString" : "0.1.0"
},
{
"url" : "uri",
"valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r5"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cbcc"
}
],
"url" : "http://terminology.hl7.org/CodeSystem/consentscope",
"version" : "4.3.0",
"name" : "ConsentScopeCodes",
"title" : "Consent Scope Codes",
"status" : "draft",
"experimental" : false,
"date" : "2026-03-20T14:38:32+11:00",
"publisher" : "Community Based Collaborative Care",
"contact" : [
{
"name" : "Community Based Collaborative Care",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cbcc"
}
]
}
],
"description" : "This value set includes the current scopes for the Consent resources.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"copyright" : "This is an example set.",
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "adr",
"display" : "Advanced Care Directive",
"definition" : "Actions to be taken if they are no longer able to make decisions for themselves"
},
{
"code" : "research",
"display" : "Research",
"definition" : "Consent to participate in research protocol and information sharing required"
},
{
"code" : "patient-privacy",
"display" : "Privacy Consent",
"definition" : "Agreement to collect, access, use or disclose (share) information"
},
{
"code" : "treatment",
"display" : "Treatment",
"definition" : "Consent to undergo a specific treatment"
}
]
}