This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v2.1.0: STU 2) 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
Official URL: http://hl7.org/fhir/us/mcode/CapabilityStatement/mcode-receiver-patients-with-cancer-condition | Version: 2.1.0 | |||
Draft as of 2020-10-30 | Computable Name: CapabilityStatementReceiverPatientsWithCancerCondition |
Uses reverse chaining to retrieve a Bundle of Patient resources with a condition code in mCODE’s cancer condition value set.
Raw OpenAPI-Swagger Definition file | Download
http://hl7.org/fhir/us/mcode/CapabilityStatement/mcode-receiver-patients-with-cancer-condition
Uses reverse chaining to retrieve a Bundle of Patient resources with a condition code in mCODE's cancer condition value set.
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, search-type | Cancer Patient | _has:Condition:subject:code:in | |||
Group | search-type | code |
Conformance Expectation: SHALL
Supported Profiles:
Profile Interaction Summary:
read
, search-type
†.search-type†
Identify Patient resources conforming to mCODE's CancerPatient profile via reverse chaining searching for conditions in a specific ValueSet.
Fetch and Search Criteria:
GET [base]/Patient/[id]
GET [base]/Patient/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | _has:Condition:subject:code:in | uri | GET [base]/Patient?_has:Condition:subject: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] |