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

: Registered Tier Access - JSON Representation

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "kf-registered-allowed-access",
  "meta" : {
    "profile" : [
      🔗 "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-research-access-policy"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent kf-registered-allowed-access</b></p><a name=\"kf-registered-allowed-access\"> </a><a name=\"hckf-registered-allowed-access\"> </a><a name=\"kf-registered-allowed-access-en-US\"> </a><p><b>Access Policy Description</b>: </p><div><p>Spans clinical data, expression data, somatic mutations, etc</p>\n</div><p><b>Research Web Link</b>: <a href=\"https://kidsfirstdrc.org/portal/portal-features/#dataAccess\">https://kidsfirstdrc.org/portal/portal-features/#dataAccess</a></p><p><b>Access Type</b>: <span title=\"Codes:{https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/research-data-access-type registered}\">Registered Access</span></p><p><b>status</b>: Pending</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope research}\">Research</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentcategorycodes research}\">Research Information Access</span></p><p><b>policyRule</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentpolicycodes cric}\">Common Rule Informed Consent</span></p></div>"
  },
  "extension" : [
    {
      "url" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/access-policy-description",
      "valueMarkdown" : "Spans clinical data, expression data, somatic mutations, etc"
    },
    {
      "url" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/research-web-Link",
      "valueUrl" : "https://kidsfirstdrc.org/portal/portal-features/#dataAccess"
    },
    {
      "url" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/access-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/research-data-access-type",
            "code" : "registered"
          }
        ]
      }
    }
  ],
  "status" : "draft",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "research"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
          "code" : "research",
          "display" : "Research Information Access"
        }
      ]
    }
  ],
  "policyRule" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
        "code" : "cric"
      }
    ]
  }
}