NCPI FHIR Implementation Guide v2
0.1.0 - ci-build

NCPI FHIR Implementation Guide v2 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Research Data Access Codes - JSON Representation

Draft as of 2024-09-26

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "research-data-access-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem research-data-access-code</b></p><a name=\"research-data-access-code\"> </a><a name=\"hcresearch-data-access-code\"> </a><a name=\"research-data-access-code-en-US\"> </a><p>This case-sensitive code system <code>https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/research-data-access-code</code> defines the following codes:</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\">GRU<a name=\"research-data-access-code-GRU\"> </a></td><td>General Research Use</td></tr><tr><td style=\"white-space:nowrap\">HMB<a name=\"research-data-access-code-HMB\"> </a></td><td>Health/Medical/Biomedical</td></tr><tr><td style=\"white-space:nowrap\">DS<a name=\"research-data-access-code-DS\"> </a></td><td>Disease-Specific (Disease/Trait/Exposure)</td></tr><tr><td style=\"white-space:nowrap\">IRB<a name=\"research-data-access-code-IRB\"> </a></td><td>IRB approval required</td></tr><tr><td style=\"white-space:nowrap\">PUB<a name=\"research-data-access-code-PUB\"> </a></td><td>Publication required</td></tr><tr><td style=\"white-space:nowrap\">COL<a name=\"research-data-access-code-COL\"> </a></td><td>Collaboration Required</td></tr><tr><td style=\"white-space:nowrap\">NPU<a name=\"research-data-access-code-NPU\"> </a></td><td>Not-for-profit use only</td></tr><tr><td style=\"white-space:nowrap\">MDS<a name=\"research-data-access-code-MDS\"> </a></td><td>Methods</td></tr><tr><td style=\"white-space:nowrap\">GSO<a name=\"research-data-access-code-GSO\"> </a></td><td>Genetic studies only</td></tr><tr><td style=\"white-space:nowrap\">GSR<a name=\"research-data-access-code-GSR\"> </a></td><td>Genomic Summary Results</td></tr></table></div>"
  },
  "url" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/research-data-access-code",
  "version" : "0.1.0",
  "name" : "ResearchDataAccessCode",
  "title" : "Research Data Access Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-26T19:08:25+00:00",
  "publisher" : "NCPI FHIR Working Group",
  "contact" : [
    {
      "name" : "NCPI FHIR Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        },
        {
          "system" : "email",
          "value" : "ncpi-fhir-ig@googlegroups.com"
        }
      ]
    }
  ],
  "description" : "Enumerated list of access codes such as dbGaP consent codes among others.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 10,
  "concept" : [
    {
      "code" : "GRU",
      "display" : "General Research Use"
    },
    {
      "code" : "HMB",
      "display" : "Health/Medical/Biomedical"
    },
    {
      "code" : "DS",
      "display" : "Disease-Specific (Disease/Trait/Exposure)"
    },
    {
      "code" : "IRB",
      "display" : "IRB approval required"
    },
    {
      "code" : "PUB",
      "display" : "Publication required"
    },
    {
      "code" : "COL",
      "display" : "Collaboration Required"
    },
    {
      "code" : "NPU",
      "display" : "Not-for-profit use only"
    },
    {
      "code" : "MDS",
      "display" : "Methods"
    },
    {
      "code" : "GSO",
      "display" : "Genetic studies only"
    },
    {
      "code" : "GSR",
      "display" : "Genomic Summary Results"
    }
  ]
}