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 - TTL Representation

Draft as of 2024-03-07

Raw ttl | Download


@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:OperationDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ClinicalTrialMatchService"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<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>\n</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>\n</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>\n</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>\n</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>\n</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>\n</div></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://mcodeinitiative.org/codex/us/patient.clinical.trial.matching/OperationDefinition/ClinicalTrialMatchService"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "clinicalTrialMatchService"] ; # 
  fhir:title [ fhir:v "Clinical Trial Match Service"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "operation"] ; # 
  fhir:date [ fhir:v "2024-03-07T13:30:33+00:00"^^xsd:dateTime] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "CodeX Team" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://mitre.org/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "sbratt@mitre.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Operation defintion for clinical trial matching service"] ; # 
  fhir:code [ fhir:v "match"] ; # 
  fhir:resource ( [ fhir:v "ResearchStudy"] ) ; # 
  fhir:system [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:type [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:instance [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "zipCode" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The zipcode of the area in which to search" ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:name [ fhir:v "travelRadius" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The distance from the zipcode to include in the search radius" ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:name [ fhir:v "phase" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The phase of the clinical trial" ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:name [ fhir:v "recruitmentStatus" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The recruitement status of the clinical trial" ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:name [ fhir:v "trialMatchClinicalData" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "TrialMatchDataBundle that contains the mCODE clinical patient data" ] ;
fhir:type [ fhir:v "Bundle" ]
  ] [
fhir:name [ fhir:v "trialMatchOutput" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v "1"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "TrialMatchResultSet that contains the results from the Clinical Trial Match Service" ] ;
fhir:type [ fhir:v "Bundle" ]
  ] ) . #