Retrieval of Real World Data for Clinical Research, published by HL7 International - Biomedical Research & Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/vulcan-rwd/ and changes regularly. 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: NCT03890445.
This study is a prospective, observational study that was looking at the effectiveness of treatment of Crohn’s Disease with biosimilar drugs to Adalimumab and Infliximab. The study size was 1600 patients who had been diagnosed with moderate-to-severe Crohn’s Disease receiving treatment of Hyrimoz and Zessly.
The patients for this study would have the following criteria:
These criteria would be represented by the following queries:
/Patient?birthdate=le<birthdate of 18 years before today>&gender=male,female
/Condition?code:in=http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleCrohnsDiseaseConditionCodes
/MedicationAdministration?status=completed&code:in=http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleAntiTNFADrugCodes
/Observation?status=final&code=http://loinc.org|<code for HBI>&value-quantity=ge5
The patients would also not have the following criteria:
This exclusion criteria would be represented by the following query:
/Observation?status=final&code=http://loinc.org#718-7&value-quantity=le8.5|http://unitsofmeasure.org|g%2FdL
The patients that were common to the first four queries and were not found in the exclusion query would form the set of patients representing this cohort.
For patients that meet the criteria above, the following data, as a minimum, would be retrieved: