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 Type Codes - JSON Representation

Draft as of 2024-09-26

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "research-data-access-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem research-data-access-type</b></p><a name=\"research-data-access-type\"> </a><a name=\"hcresearch-data-access-type\"> </a><a name=\"research-data-access-type-en-US\"> </a><p>This case-sensitive code system <code>https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/research-data-access-type</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\">open<a name=\"research-data-access-type-open\"> </a></td><td>Open Access</td></tr><tr><td style=\"white-space:nowrap\">registered<a name=\"research-data-access-type-registered\"> </a></td><td>Registered Access</td></tr><tr><td style=\"white-space:nowrap\">controlled<a name=\"research-data-access-type-controlled\"> </a></td><td>Controlled</td></tr><tr><td style=\"white-space:nowrap\">gsr-restricted<a name=\"research-data-access-type-gsr-restricted\"> </a></td><td>GSR Restricted</td></tr><tr><td style=\"white-space:nowrap\">gsr-allowed<a name=\"research-data-access-type-gsr-allowed\"> </a></td><td>GSR Allowed</td></tr></table></div>"
  },
  "url" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/research-data-access-type",
  "version" : "0.1.0",
  "name" : "ResearchDataAccessType",
  "title" : "Research Data Access Type 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 type codes such as 'Open Access', 'Registered Access' and 'Controlled Access'",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "open",
      "display" : "Open Access"
    },
    {
      "code" : "registered",
      "display" : "Registered Access"
    },
    {
      "code" : "controlled",
      "display" : "Controlled"
    },
    {
      "code" : "gsr-restricted",
      "display" : "GSR Restricted"
    },
    {
      "code" : "gsr-allowed",
      "display" : "GSR Allowed"
    }
  ]
}