This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Definition for Code SystemConsentDataMeaning
{
"resourceType" : "CodeSystem",
"id" : "consent-data-meaning",
"meta" : {
"lastUpdated" : "2024-11-12T02:57:08.856+00:00",
"profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem consent-data-meaning</b></p><a name=\"consent-data-meaning\"> </a><a name=\"hcconsent-data-meaning\"> </a><a name=\"consent-data-meaning-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/consent-data-meaning</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">instance<a name=\"consent-data-meaning-instance\"> </a></td><td>Instance</td><td>The consent applies directly to the instance of the resource.</td></tr><tr><td style=\"white-space:nowrap\">related<a name=\"consent-data-meaning-related\"> </a></td><td>Related</td><td>The consent applies directly to the instance of the resource and instances it refers to.</td></tr><tr><td style=\"white-space:nowrap\">dependents<a name=\"consent-data-meaning-dependents\"> </a></td><td>Dependents</td><td>The consent applies directly to the instance of the resource and instances that refer to it.</td></tr><tr><td style=\"white-space:nowrap\">authoredby<a name=\"consent-data-meaning-authoredby\"> </a></td><td>AuthoredBy</td><td>The consent applies to instances of resources that are authored by.</td></tr></table></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cbcc"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2
}],
"url" : "http://hl7.org/fhir/consent-data-meaning",
"identifier" : [{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.4.760"
},
{
"use" : "old",
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.1.744"
}],
"version" : "6.0.0-ballot2",
"name" : "ConsentDataMeaning",
"title" : "Consent Data Meaning",
"status" : "active",
"experimental" : false,
"date" : "2021-01-05T10:01:24+11:00",
"publisher" : "HL7 (FHIR Project)",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}]
}],
"description" : "How a resource reference is interpreted when testing consent restrictions.",
"jurisdiction" : [{
"coding" : [{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}]
}],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/consent-data-meaning",
"content" : "complete",
"concept" : [{
"code" : "instance",
"display" : "Instance",
"definition" : "The consent applies directly to the instance of the resource."
},
{
"code" : "related",
"display" : "Related",
"definition" : "The consent applies directly to the instance of the resource and instances it refers to."
},
{
"code" : "dependents",
"display" : "Dependents",
"definition" : "The consent applies directly to the instance of the resource and instances that refer to it."
},
{
"code" : "authoredby",
"display" : "AuthoredBy",
"definition" : "The consent applies to instances of resources that are authored by."
}]
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.