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" : "ValueSet",
"id" : "process-authorization-recipient",
"meta" : {
"tag" : [
{
"system" : "http://dsf.dev/fhir/CodeSystem/read-access-tag",
"code" : "ALL"
}
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet process-authorization-recipient</b></p><a name=\"process-authorization-recipient\"> </a><a name=\"hcprocess-authorization-recipient\"> </a><a name=\"process-authorization-recipient-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><ul><li>Include these codes as defined in <a href=\"CodeSystem-process-authorization.html\"><code>http://dsf.dev/fhir/CodeSystem/process-authorization</code></a> version <code>1.0.0</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-process-authorization.html#process-authorization-LOCAL_ORGANIZATION\">LOCAL_ORGANIZATION</a></td><td>LOCAL_ORGANIZATION</td><td>Process authorization for a local organization specified via extension http://dsf.dev/fhir/StructureDefinition/extension-process-authorization-organization</td></tr><tr><td><a href=\"CodeSystem-process-authorization.html#process-authorization-LOCAL_ROLE\">LOCAL_ROLE</a></td><td>LOCAL_ROLE</td><td>Process authorization for a local parent organization member with a role specified via extension http://dsf.dev/fhir/StructureDefinition/extension-process-authorization-parent-organization-role</td></tr><tr><td><a href=\"CodeSystem-process-authorization.html#process-authorization-LOCAL_ALL\">LOCAL_ALL</a></td><td>LOCAL_ALL</td><td>Process authorization for all local organizations</td></tr></table></li></ul></div>"
},
"url" : "http://dsf.dev/fhir/ValueSet/process-authorization-recipient",
"version" : "1.0.0",
"name" : "DSF_Process_Authorization_Recipient",
"title" : "DSF Process Authorization Recipient",
"status" : "active",
"experimental" : false,
"date" : "2023-06-28",
"publisher" : "DSF Community",
"contact" : [
{
"name" : "DSF Community",
"telecom" : [
{
"system" : "url",
"value" : "https://dsf.dev"
}
]
}
],
"description" : "ValueSet with proces authorization codes for recipients",
"immutable" : true,
"compose" : {
"include" : [
{
"system" : "http://dsf.dev/fhir/CodeSystem/process-authorization",
"version" : "1.0.0",
"concept" : [
{
"code" : "LOCAL_ORGANIZATION",
"display" : "LOCAL_ORGANIZATION"
},
{
"code" : "LOCAL_ROLE",
"display" : "LOCAL_ROLE"
},
{
"code" : "LOCAL_ALL",
"display" : "LOCAL_ALL"
}
]
}
]
}
}