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 dbGaP - 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-dbgap"] ; #
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-dbgap\"> </a><a name=\"hckf-research-study-subject-gru-dbgap\"> </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 "kf-research-study-subject-gru-dbgap" </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-dbgap-consent.html\">Consent/kf-gru-dbgap-consent</a></p><p><b>identifier</b>: <code>https://cbtn.org/</code>/GRU-dbGaP</p><p><b>title</b>: GRU-dbGaP 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 dbGaP</p><p><b>enrollment</b>: <a href=\"Group-kf-research-study-cbtn-participants.html\">Group/kf-research-study-cbtn-participants</a> "Participants from the CBTN research study"</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-dbgap-consent" ] ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://cbtn.org/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GRU-dbGaP" ]
] ) ; #
fhir:title [ fhir:v "GRU-dbGaP 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 dbGaP"] ; #
fhir:enrollment ( [
fhir:reference [ fhir:v "Group/kf-research-study-cbtn-participants" ]
] ) . #