minimal Common Oncology Data Elements (mCODE) Implementation Guide
4.0.0-ballot - STU4 Ballot United States of America flag

minimal Common Oncology Data Elements (mCODE) Implementation Guide, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-mCODE-ig/ and changes regularly. See the Directory of published versions

OperationDefinition: Fetch mCODE Patient Bundle for a given Patient

Official URL: http://hl7.org/fhir/us/mcode/OperationDefinition/mcode-patient-everything Version: 4.0.0-ballot
Draft as of 2024-04-09 Computable Name: Fetch_mCODE_patient_bundle
Other Identifiers: OID:2.16.840.1.113883.4.642.40.15.33.1

Gets an mCODE Patient Bundle for a specific patient that contains all of that patient’s resources that conform to mCODE Profiles.

URL: [base]/Patient/[id]/$mcode-everything

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INid1..1string

Patient ID

INstart0..1date

The date range relates to filtering by date for a subset of resources in the Bundle. If no start date is provided, all records prior to the end date are in scope. Filtering is inclusive (i.e., if start=2020-01-01, records from January 1, 2020 are in scope).

INend0..1date

The date range relates to filtering by date for a subset of resources in the Bundle. If no end date is provided, all records subsequent to the start date are in scope. Filtering is inclusive (i.e., if end=2020-09-01, records from September 1, 2020 are in scope).

OUTreturn1..1Bundle

A Bundle conforming to MCODEPatientBundle.