This page is part of the FHIR for FAIR - FHIR Implementation Guide (v0.1.0: STU 1 (FHIR R4b) Ballot 1) based on FHIR v4.1.0. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
@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:Resource.id [ fhir:value "f4h-rs-2"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/ResearchStudy-uv-f4f";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/ResearchStudy-uv-f4f> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "additional" ];
fhir:Narrative.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> </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> </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:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/persistentUrl" ];
fhir:Extension.valueUrl [ fhir:value "https://example.org/registry/f4h-study-2b" ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/copyright" ];
fhir:Extension.valueMarkdown [ fhir:value "Fair4Health H2020 Project" ]
], [
fhir:index 2;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/researchStudy-context" ];
fhir:Extension.valueUsageContext [
fhir:UsageContext.code [
fhir:Coding.system [ fhir:value "http://example.org" ];
fhir:Coding.code [ fhir:value "number-of-patients" ];
fhir:Coding.display [ fhir:value "Total number of patients" ] ];
fhir:UsageContext.valueQuantity [
fhir:Quantity.value [ fhir:value "4944"^^xsd:decimal ] ] ]
], [
fhir:index 3;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/researchStudy-context" ];
fhir:Extension.valueUsageContext [
fhir:UsageContext.code [
fhir:Coding.system [ fhir:value "http://example.org" ];
fhir:Coding.code [ fhir:value "number-of-sites" ];
fhir:Coding.display [ fhir:value "Total number of sites" ] ];
fhir:UsageContext.valueQuantity [
fhir:Quantity.value [ fhir:value "3"^^xsd:decimal ] ] ]
], [
fhir:index 4;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/researchStudy-context" ];
fhir:Extension.valueUsageContext [
fhir:UsageContext.code [
fhir:Coding.system [ fhir:value "http://example.org" ];
fhir:Coding.code [ fhir:value "algorithm" ];
fhir:Coding.display [ fhir:value "AI Algorithm" ] ];
fhir:UsageContext.valueCodeableConcept [
fhir:CodeableConcept.text [ fhir:value "Support Vector Machine (SVM), Logistic Regression, Decision Trees, Random Forest, Gradient Boosted Trees" ] ] ]
];
fhir:ResearchStudy.title [ fhir:value "FAIR4Health Study 2: 30-days readmission risk in COPD patients"];
fhir:ResearchStudy.status [ fhir:value "active"];
fhir:ResearchStudy.primaryPurposeType [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/research-study-prim-purp-type" ];
fhir:Coding.code [ fhir:value "health-services-research" ] ]
];
fhir:ResearchStudy.description [ fhir:value "Develop and pilot an early prediction service for 30-days readmission risk in COPD (Chronic Obstructive Pulmonary Disease) patients"];
fhir:ResearchStudy.objective [
fhir:index 0;
fhir:ResearchStudy.objective.name [ fhir:value "30-days readmission risk in COPD patients" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.