NCPI FHIR Implementation Guide v2
0.2.0 - ci-build

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

: Genomic Summary Results (GSR) Allowed Access - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Consent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "kf-gsr-allowed-access"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-research-access-policy"^^xsd:anyURI ;
fhir:l <https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-research-access-policy>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent kf-gsr-allowed-access</b></p><a name=\"kf-gsr-allowed-access\"> </a><a name=\"hckf-gsr-allowed-access\"> </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\">Profile: <a href=\"StructureDefinition-ncpi-research-access-policy.html\">NCPI Research Access Policy</a></p></div><p><b>Access Policy Description</b>: </p><div><p>Public Posting of Genomic Summary Results - Allowed.</p>\n</div><p><b>Research Web Link</b>: <a href=\"https://www.genome.gov/about-nhgri/Policies-Guidance/Data-Sharing-Policies-and-Expectations/GSR-update-FAQs\">https://www.genome.gov/about-nhgri/Policies-Guidance/Data-Sharing-Policies-and-Expectations/GSR-update-FAQs</a></p><p><b>Access Type</b>: <span title=\"Codes:{https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/research-data-access-type gsr-allowed}\">GSR Allowed</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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/access-policy-description"^^xsd:anyURI ;
fhir:l <https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/access-policy-description>     ] ;
fhir:value [
a fhir:Markdown ;
fhir:v "Public Posting of Genomic Summary Results - Allowed."     ]
  ] [
fhir:url [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/research-web-link"^^xsd:anyURI ;
fhir:l <https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/research-web-link>     ] ;
fhir:value [
a fhir:Url ;
fhir:v "https://www.genome.gov/about-nhgri/Policies-Guidance/Data-Sharing-Policies-and-Expectations/GSR-update-FAQs"^^xsd:anyURI ;
fhir:l <https://www.genome.gov/about-nhgri/Policies-Guidance/Data-Sharing-Policies-and-Expectations/GSR-update-FAQs>     ]
  ] [
fhir:url [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/access-type"^^xsd:anyURI ;
fhir:l <https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/access-type>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/research-data-access-type"^^xsd:anyURI ;
fhir:l <https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/research-data-access-type>         ] ;
fhir:code [ fhir:v "gsr-allowed" ]       ] )     ]
  ] ) ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:scope [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/consentscope>       ] ;
fhir:code [ fhir:v "research" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/consentcategorycodes"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/consentcategorycodes>       ] ;
fhir:code [ fhir:v "research" ] ;
fhir:display [ fhir:v "Research Information Access" ]     ] )
  ] ) ; # 
  fhir:policyRule [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/consentpolicycodes"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/consentpolicycodes>       ] ;
fhir:code [ fhir:v "cric" ]     ] )
  ] . #