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

: Participants from the CBTN research study - 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:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "kf-research-study-cbtn-participants"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/research-study-group"^^xsd:anyURI ;
fhir:link <https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/research-study-group>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group kf-research-study-cbtn-participants</b></p><a name=\"kf-research-study-cbtn-participants\"> </a><a name=\"hckf-research-study-cbtn-participants\"> </a><a name=\"kf-research-study-cbtn-participants-en-US\"> </a><p><b>identifier</b>: <code>https://cbtn.org/</code>/CBTN-Participants</p><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>name</b>: Participants from the CBTN research study</p><p><b>quantity</b>: 6667</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://cbtn.org/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CBTN-Participants" ]
  ] ) ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:actual [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name [ fhir:v "Participants from the CBTN research study"] ; # 
  fhir:quantity [ fhir:v "6667"^^xsd:nonNegativeInteger] . #