FHIR for FAIR - FHIR Implementation Guide
1.0.0 - STU 1 International flag

FHIR for FAIR - FHIR Implementation Guide, published by Health Level Seven International - SOA Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-for-fair/ and changes regularly. See the Directory of published versions

: FAIR4Health study case 2 [ResearchStudy] - 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 "f4h-rs-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/ResearchStudy-uv-f4f"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/ResearchStudy-uv-f4f>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>FAIR4Health Study 2: 30-days readmission risk in COPD patients</h3><p><strong>ID: </strong>https://example.org/registry/f4h-study-2b</p><p>&nbsp;</p><table border=\"1\"><tbody><tr><td><strong>Research study</strong></td><td><strong>Description</strong></td><td><strong>Total number of sites</strong></td><td><strong>Total number of patients</strong></td><td><strong>AI Algorithm</strong></td></tr><tr><td>2</td><td>Develop and pilot an early prediction service for 30-days readmission risk in COPD (Chronic Obstructive Pulmonary Disease) patients</td><td>3</td><td>4.944</td><td>Support Vector Machine (SVM), Logistic Regression, Decision Trees, Random Forest, Gradient Boosted Trees</td></tr></tbody></table><p>&nbsp;</p><p>(C) Fair4Health H2020 Project.</p><p>This project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 824666.</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/copyright"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Fair4Health H2020 Project" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/researchStudy-context"^^xsd:anyURI ] ;
fhir:value [
a fhir:UsageContext ;
fhir:code [
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "number-of-patients" ] ;
fhir:display [ fhir:v "Total number of patients" ]       ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "4944"^^xsd:decimal ]       ]     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/researchStudy-context"^^xsd:anyURI ] ;
fhir:value [
a fhir:UsageContext ;
fhir:code [
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "number-of-sites" ] ;
fhir:display [ fhir:v "Total number of sites" ]       ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "3"^^xsd:decimal ]       ]     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/researchStudy-context"^^xsd:anyURI ] ;
fhir:value [
a fhir:UsageContext ;
fhir:code [
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "algorithm" ] ;
fhir:display [ fhir:v "AI Algorithm" ]       ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Support Vector Machine (SVM), Logistic Regression, Decision Trees, Random Forest, Gradient Boosted Trees" ]       ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://example.org/registry/f4h-study-2b" ]
  ] ) ; # 
  fhir:title [ fhir:v "FAIR4Health Study 2: 30-days readmission risk in COPD patients"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:primaryPurposeType [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/research-study-prim-purp-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "health-services-research" ]     ] )
  ] ; # 
  fhir:description [ fhir:v "Develop and pilot an early prediction service for 30-days readmission risk in COPD (Chronic Obstructive Pulmonary Disease) patients"] ; # 
  fhir:objective ( [
fhir:name [ fhir:v "30-days readmission risk in COPD patients" ]
  ] ) . #