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

: CBTN GRU data access via DAC - TTL Representation

Raw ttl | Download


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

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

 a fhir:ResearchStudy ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "kf-research-study-subject-gru-dac"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/research-study-subject"^^xsd:anyURI ;
fhir:link <https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/research-study-subject>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ResearchStudy</b><a name=\"kf-research-study-subject-gru-dac\"> </a><a name=\"hckf-research-study-subject-gru-dac\"> </a></p><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\">Resource ResearchStudy &quot;kf-research-study-subject-gru-dac&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-research-study-subject.html\">Research Study Subject</a></p></div><p><b>Research Study Subject Consent</b>: <a href=\"Consent-kf-gru-dac-consent.html\">Consent/kf-gru-dac-consent</a></p><p><b>identifier</b>: <code>https://cbtn.org/</code>/GRU-DAC</p><p><b>title</b>: GRU-DAC Study Subject</p><p><b>partOf</b>: <a href=\"ResearchStudy-kf-research-study-cbtn.html\">ResearchStudy/kf-research-study-cbtn</a></p><p><b>status</b>: completed</p><p><b>description</b>: General Research Use data access via DAC</p><p><b>enrollment</b>: <a href=\"Group-kf-research-study-cbtn-participants.html\">Group/kf-research-study-cbtn-participants</a> &quot;Participants from the CBTN research study&quot;</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/research-study-subject-consent"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Consent/kf-gru-dac-consent" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://cbtn.org/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GRU-DAC" ]
  ] ) ; # 
  fhir:title [ fhir:v "GRU-DAC Study Subject"] ; # 
  fhir:partOf ( [
fhir:reference [ fhir:v "ResearchStudy/kf-research-study-cbtn" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:description [ fhir:v "General Research Use data access via DAC"] ; # 
  fhir:enrollment ( [
fhir:reference [ fhir:v "Group/kf-research-study-cbtn-participants" ]
  ] ) . #