FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.fhir-for-fair
Resource TypeResearchStudy
IdResearchStudy-f4h-rs-2.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

FAIR4Health Study 2: 30-days readmission risk in COPD patients

ID: https://example.org/registry/f4h-study-2b

 

Research studyDescriptionTotal number of sitesTotal number of patientsAI Algorithm
2Develop and pilot an early prediction service for 30-days readmission risk in COPD (Chronic Obstructive Pulmonary Disease) patients34.944Support Vector Machine (SVM), Logistic Regression, Decision Trees, Random Forest, Gradient Boosted Trees

 

(C) Fair4Health H2020 Project.

This project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 824666.


Source1

{
  "resourceType": "ResearchStudy",
  "id": "f4h-rs-2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/ResearchStudy-uv-f4f"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/copyright",
      "valueMarkdown": "Fair4Health H2020 Project"
    },
    {
      "url": "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/researchStudy-context",
      "valueUsageContext": {
        "code": {
          "system": "http://example.org",
          "code": "number-of-patients",
          "display": "Total number of patients"
        },
        "valueQuantity": {
          "value": 4944
        }
      }
    },
    {
      "url": "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/researchStudy-context",
      "valueUsageContext": {
        "code": {
          "system": "http://example.org",
          "code": "number-of-sites",
          "display": "Total number of sites"
        },
        "valueQuantity": {
          "value": 3
        }
      }
    },
    {
      "url": "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/researchStudy-context",
      "valueUsageContext": {
        "code": {
          "system": "http://example.org",
          "code": "algorithm",
          "display": "AI Algorithm"
        },
        "valueCodeableConcept": {
          "text": "Support Vector Machine (SVM), Logistic Regression, Decision Trees, Random Forest, Gradient Boosted Trees"
        }
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "https://example.org/registry/f4h-study-2b"
    }
  ],
  "title": "FAIR4Health Study 2: 30-days readmission risk in COPD patients",
  "status": "active",
  "primaryPurposeType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/research-study-prim-purp-type",
        "code": "health-services-research"
      }
    ]
  },
  "description": "Develop and pilot an early prediction service for 30-days readmission risk in COPD (Chronic Obstructive Pulmonary Disease) patients",
  "objective": [
    {
      "name": "30-days readmission risk in COPD patients"
    }
  ]
}