DRAFT - CodeX Implementation Guide: Integrated Trial Matching for Cancer Patients and Providers
0.1.0 - CI Build

DRAFT - CodeX Implementation Guide: Integrated Trial Matching for Cancer Patients and Providers, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/standardhealth/fsh-pct/ and changes regularly. See the Directory of published versions

: Clinical Trial Match Service - XML Representation

Draft as of 2024-03-07

Raw xml | Download



<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="ClinicalTrialMatchService"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>URL: [base]/ResearchStudy/$match</p><p>Parameters</p><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>zipCode</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>The zipcode of the area in which to search</p>
</div></td></tr><tr><td>IN</td><td>travelRadius</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>The distance from the zipcode to include in the search radius</p>
</div></td></tr><tr><td>IN</td><td>phase</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>The phase of the clinical trial</p>
</div></td></tr><tr><td>IN</td><td>recruitmentStatus</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>The recruitement status of the clinical trial</p>
</div></td></tr><tr><td>IN</td><td>trialMatchClinicalData</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>TrialMatchDataBundle that contains the mCODE clinical patient data</p>
</div></td></tr><tr><td>OUT</td><td>trialMatchOutput</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>TrialMatchResultSet that contains the results from the Clinical Trial Match Service</p>
</div></td></tr></table></div>
  </text>
  <url
       value="http://mcodeinitiative.org/codex/us/patient.clinical.trial.matching/OperationDefinition/ClinicalTrialMatchService"/>
  <version value="0.1.0"/>
  <name value="clinicalTrialMatchService"/>
  <title value="Clinical Trial Match Service"/>
  <status value="draft"/>
  <kind value="operation"/>
  <date value="2024-03-07T13:30:33+00:00"/>
  <contact>
    <name value="CodeX Team"/>
    <telecom>
      <system value="url"/>
      <value value="https://mitre.org/"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="sbratt@mitre.org"/>
    </telecom>
  </contact>
  <description
               value="Operation defintion for clinical trial matching service"/>
  <code value="match"/>
  <resource value="ResearchStudy"/>
  <system value="false"/>
  <type value="true"/>
  <instance value="false"/>
  <parameter>
    <name value="zipCode"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation value="The zipcode of the area in which to search"/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="travelRadius"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="The distance from the zipcode to include in the search radius"/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="phase"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation value="The phase of the clinical trial"/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="recruitmentStatus"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation value="The recruitement status of the clinical trial"/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="trialMatchClinicalData"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="TrialMatchDataBundle that contains the mCODE clinical patient data"/>
    <type value="Bundle"/>
  </parameter>
  <parameter>
    <name value="trialMatchOutput"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="TrialMatchResultSet that contains the results from the Clinical Trial Match Service"/>
    <type value="Bundle"/>
  </parameter>
</OperationDefinition>