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

: DSF Organization Role - JSON Representation

Active as of 2023-06-28

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "organization-role",
  "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 organization-role</b></p><a name=\"organization-role\"> </a><a name=\"hcorganization-role\"> </a><a name=\"organization-role-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/organization-role</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></tr><tr><td style=\"white-space:nowrap\">UAC<a name=\"organization-role-UAC\"> </a></td><td>Use-and-Access Committee</td></tr><tr><td style=\"white-space:nowrap\">COS<a name=\"organization-role-COS\"> </a></td><td>Coordinating Site</td></tr><tr><td style=\"white-space:nowrap\">CRR<a name=\"organization-role-CRR\"> </a></td><td>Central Research Repository</td></tr><tr><td style=\"white-space:nowrap\">DIC<a name=\"organization-role-DIC\"> </a></td><td>Data Integration Center</td></tr><tr><td style=\"white-space:nowrap\">DMS<a name=\"organization-role-DMS\"> </a></td><td>Data Management Site</td></tr><tr><td style=\"white-space:nowrap\">DTS<a name=\"organization-role-DTS\"> </a></td><td>Data Transfer Site</td></tr><tr><td style=\"white-space:nowrap\">HRP<a name=\"organization-role-HRP\"> </a></td><td>Health Research Platform</td></tr><tr><td style=\"white-space:nowrap\">TTP<a name=\"organization-role-TTP\"> </a></td><td>Trusted Third Party</td></tr><tr><td style=\"white-space:nowrap\">AMS<a name=\"organization-role-AMS\"> </a></td><td>Allowlist Management Site</td></tr></table></div>"
  },
  "url" : "http://dsf.dev/fhir/CodeSystem/organization-role",
  "version" : "1.0.0",
  "name" : "DSF_Organization_Role",
  "title" : "DSF Organization Role",
  "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 DSF organization roles used in OrganizationAffiliation resources",
  "caseSensitive" : true,
  "hierarchyMeaning" : "grouped-by",
  "versionNeeded" : false,
  "content" : "complete",
  "count" : 9,
  "concept" : [
    {
      "code" : "UAC",
      "display" : "Use-and-Access Committee"
    },
    {
      "code" : "COS",
      "display" : "Coordinating Site"
    },
    {
      "code" : "CRR",
      "display" : "Central Research Repository"
    },
    {
      "code" : "DIC",
      "display" : "Data Integration Center"
    },
    {
      "code" : "DMS",
      "display" : "Data Management Site"
    },
    {
      "code" : "DTS",
      "display" : "Data Transfer Site"
    },
    {
      "code" : "HRP",
      "display" : "Health Research Platform"
    },
    {
      "code" : "TTP",
      "display" : "Trusted Third Party"
    },
    {
      "code" : "AMS",
      "display" : "Allowlist Management Site"
    }
  ]
}