Data Sharing Framework (DSF) Implementation Guide
2.0.0 - ci-build
Data Sharing Framework (DSF) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2023-06-28 |
{
"resourceType" : "CodeSystem",
"id" : "read-access-tag",
"meta" : {
"tag" : [
{
"system" : "http://dsf.dev/fhir/CodeSystem/read-access-tag",
"code" : "ALL"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem read-access-tag</b></p><a name=\"read-access-tag\"> </a><a name=\"hcread-access-tag\"> </a><a name=\"read-access-tag-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Tag: All (Details: DSF Read Access Tag code ALL = 'All')</p></div><p>This case-sensitive code system <code>http://dsf.dev/fhir/CodeSystem/read-access-tag</code> defines the following codes in a Grouped By hierarchy:</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\">LOCAL<a name=\"read-access-tag-LOCAL\"> </a></td><td>Local</td><td>Read access for local users</td></tr><tr><td style=\"white-space:nowrap\">ORGANIZATION<a name=\"read-access-tag-ORGANIZATION\"> </a></td><td>Organization</td><td>Read access for organization specified via extension http://dsf.dev/fhir/StructureDefinition/extension-read-access-organization</td></tr><tr><td style=\"white-space:nowrap\">ROLE<a name=\"read-access-tag-ROLE\"> </a></td><td>Role</td><td>Read access for member organizations with role in consortium (parent organization) specified via extension http://dsf.dev/fhir/StructureDefinition/extension-read-access-consortium-role</td></tr><tr><td style=\"white-space:nowrap\">ALL<a name=\"read-access-tag-ALL\"> </a></td><td>All</td><td>Read access for remote and local users</td></tr></table></div>"
},
"url" : "http://dsf.dev/fhir/CodeSystem/read-access-tag",
"version" : "1.0.0",
"name" : "DSF_Read_Access_Tag",
"title" : "DSF Read Access Tag",
"status" : "active",
"experimental" : false,
"date" : "2023-06-28",
"publisher" : "DSF Community",
"contact" : [
{
"name" : "DSF Community",
"telecom" : [
{
"system" : "url",
"value" : "https://dsf.dev"
}
]
}
],
"description" : "CodeSystem with read access tags",
"caseSensitive" : true,
"hierarchyMeaning" : "grouped-by",
"versionNeeded" : false,
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "LOCAL",
"display" : "Local",
"definition" : "Read access for local users"
},
{
"code" : "ORGANIZATION",
"display" : "Organization",
"definition" : "Read access for organization specified via extension http://dsf.dev/fhir/StructureDefinition/extension-read-access-organization"
},
{
"code" : "ROLE",
"display" : "Role",
"definition" : "Read access for member organizations with role in consortium (parent organization) specified via extension http://dsf.dev/fhir/StructureDefinition/extension-read-access-consortium-role"
},
{
"code" : "ALL",
"display" : "All",
"definition" : "Read access for remote and local users"
}
]
}