FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Group/example-Stroke-Thrombolysis-Trialists-2014-2016-IPD-MA-Cohort (Turtle)

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner

Raw Turtle (+ also see Turtle/RDF Format Specification)

Stroke Thrombolysis Trialists’ Collaborators Group collection used for individual patient data meta-analysis

@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 "example-Stroke-Thrombolysis-Trialists-2014-2016-IPD-MA-Cohort"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n		  \n      <p>\n			Stroke Thrombolysis Trialists’ Collaborators Group collection used for individual patient data meta-analysis\n	  </p>\n		\n    </div>"
  ] ; # 
  fhir:name [ fhir:v "StrokeThrombolysisTrialists20142016IPDMACohort"] ; # 
  fhir:title [ fhir:v "Stroke Thrombolysis Trialists’ Collaborators Group collection used for individual patient data meta-analysis"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:description [ fhir:v "Stroke Thrombolysis Trialists’ Collaborators Group collection used for individual patient data meta-analysis"] ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:membership [ fhir:v "enumerated"] ; # 
  fhir:member ( [
     fhir:entity [
       fhir:reference [ fhir:v "Group/ECASSIII-Trial-Cohort" ] ;
       fhir:type [ fhir:v "Group"^^xsd:anyURI ] ;
       fhir:display [ fhir:v "ECASS III Trial Cohort" ]
     ]
  ] [
     fhir:entity [
       fhir:reference [ fhir:v "Group/IST3-Trial-Cohort" ] ;
       fhir:type [ fhir:v "Group"^^xsd:anyURI ] ;
       fhir:display [ fhir:v "IST3 Trial Cohort" ]
     ]
  ] [
     fhir:entity [
       fhir:reference [ fhir:v "Group/ECASS-Trial-Cohort" ] ;
       fhir:type [ fhir:v "Group"^^xsd:anyURI ] ;
       fhir:display [ fhir:v "ECASS Trial Cohort" ]
     ]
  ] [
     fhir:entity [
       fhir:reference [ fhir:v "Group/ECASSII-Trial-Cohort" ] ;
       fhir:type [ fhir:v "Group"^^xsd:anyURI ] ;
       fhir:display [ fhir:v "ECASSII Trial Cohort" ]
     ]
  ] [
     fhir:entity [
       fhir:reference [ fhir:v "Group/EPITHET-Trial-Cohort" ] ;
       fhir:type [ fhir:v "Group"^^xsd:anyURI ] ;
       fhir:display [ fhir:v "EPITHET Trial Cohort" ]
     ]
  ] [
     fhir:entity [
       fhir:reference [ fhir:v "Group/ATLANTIS-Trial-Cohort" ] ;
       fhir:type [ fhir:v "Group"^^xsd:anyURI ] ;
       fhir:display [ fhir:v "ATLANTIS Trial Cohort" ]
     ]
  ] [
     fhir:entity [
       fhir:reference [ fhir:v "Group/NINDS-Trial-Cohort" ] ;
       fhir:type [ fhir:v "Group"^^xsd:anyURI ] ;
       fhir:display [ fhir:v "NINDS Trial Cohort" ]
     ]
  ] )] . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.