This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v3.0.0-ballot: STU 3 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.0.0. For a full list of available versions, see the Directory of published versions
| Official URL: http://hl7.org/fhir/us/mcode/CapabilityStatement/mcode-receiver-patients-and-cancer-conditions | Version: 3.0.0-ballot | |||
| Draft as of 2020-10-30 | Computable Name: CapabilityStatementReceiverPatientsAndCancerConditions | |||
Uses _include to retrieve a Bundle of Condition resources with a code in mCODE’s cancer condition value set, along with the associated Patient resources. Use ONLY when reverse chaining is not available on the system.
Raw OpenAPI-Swagger Definition file | Download
http://hl7.org/fhir/us/mcode/CapabilityStatement/mcode-receiver-patients-and-cancer-conditionsUses _include to retrieve a Bundle of Condition resources with a code in mCODE's cancer condition value set, along with the associated Patient resources. Use ONLY when reverse chaining is not available on the system.
An mCODE Client SHALL:
meta.profile attribute for each instance.The mCODE Client SHOULD:
Security:
HTTP 401 unauthorized response code.Summary
| Resource Type | Supported Interactions | Supported Profiles | Supported Searches | Supported _includes | Supported _revincludes | Supported Operations |
|---|---|---|---|---|---|---|
| Patient | read | Cancer Patient Profile | ||||
| Condition | search-type | Cancer Patient Profile | code:in | Condition:subject | ||
| Group | search-type | code |
Conformance Expectation: SHALL
Supported Profiles:
Profile Interaction Summary:
read.Fetch and Search Criteria:
GET [base]/Patient/[id]Conformance Expectation: SHALL
Supported Profiles:
Profile Interaction Summary:
search-type†.search-type†
Identify Patient resources conforming to mCODE's CancerPatient profile via searching for conditions in a specific ValueSet.
Fetch and Search Criteria:
GET [base]/Condition/[id]{?[parameters]{&_format=[mime-type]}}GET [base]/Condition?[parameter=value]&_include=Condition:subjectSearch Parameter Summary:
| Conformance | Parameter | Type | Example |
|---|---|---|---|
| SHALL | code:in | uri | GET [base]/Condition?code:in=[uri] |
Conformance Expectation: SHALL
Profile Interaction Summary:
search-type†.search-type†
Retrieve Group of references to Patient resources conforming to mCODE.
Fetch and Search Criteria:
GET [base]/Group/[id]{?[parameters]{&_format=[mime-type]}}Search Parameter Summary:
| Conformance | Parameter | Type | Example |
|---|---|---|---|
| SHALL | code | token | GET [base]/Group?code=[system]|[code] |