This page is part of the Retrieval of Real World Data for Clinical Research (v1.0.0: STU1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
The following use case was used to determine the requirements for determining a patient cohort along with what data elements were necessary when retrieving clinical data:
The details of this study can be found on ClinicalTrials.gov: NCT02190123.
This study is a retrospective study that was looking at the effectiveness and persistence of treatment of Acute Coronary Syndrome with oral antiplatelets. The study size was 500 patients who had been diagnosed with an episode of Acute Coronary Syndrome and had been treated with oral antiplatelets.
The patients for this study would have the following criteria:
These criteria would be represented by the following queries:
/Patient?birthdate=le2002-09-01&gender=male,female
/Encounter?reason-code:in=http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleACSConditionCodes&date=ge2020-09-01&date=le2021-09-31&status=finished&dischargeDisposition:not=exp
/MedicationAdministration?status=completed&effective-time=ge[Encounter-Start-Date]&
code:in=http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleACSOralAntiplatelets
The patients that were common to all three queries would then form the set of patients representing this cohort.
For patients that meet the criteria above, the following data, as a minimum, would be retrieved: