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

: Example study from GREGoR - 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 "research-study-gregor"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-research-study"^^xsd:anyURI ;
fhir:link <https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-research-study>     ] )
  ] ; # 
  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: ResearchStudy research-study-gregor</b></p><a name=\"research-study-gregor\"> </a><a name=\"hcresearch-study-gregor\"> </a><a name=\"research-study-gregor-en-US\"> </a><p><b>identifier</b>: AnVIL_GREGoR_GSS_U08_GRU</p><p><b>status</b>: Completed</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "AnVIL_GREGoR_GSS_U08_GRU" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] . #