{
"description": "Gets an [mCODE Patient Bundle](StructureDefinition-mcode-patient-bundle.html) for a specific patient that contains all of that patient's resources that conform to mCODE Profiles.",
"_filename": "OperationDefinition-mcode-patient-everything.json",
"package_name": "hl7.fhir.us.mcode.r4b",
"date": "2023-10-25T23:24:11+00:00",
"system": false,
"publisher": "HL7 International / Clinical Interoperability Council",
"instance": true,
"jurisdiction": [ {
"coding": [ {
"code": "US",
"system": "urn:iso:std:iso:3166",
"display": "United States of America"
} ]
} ],
"name": "Fetch_mCODE_patient_bundle",
"type": "false",
"experimental": null,
"resourceType": "OperationDefinition",
"title": "Fetch mCODE Patient Bundle for a given Patient",
"package_version": "3.0.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cic"
} ],
"status": "draft",
"id": "4465732d-adf2-45ab-8346-a1eba81ebd0e",
"resource": [ "Patient" ],
"kind": "operation",
"url": "http://hl7.org/fhir/us/mcode/OperationDefinition/mcode-patient-everything",
"code": "mcode-everything",
"version": "3.0.0",
"contact": [ {
"name": "HL7 International / Clinical Interoperability Council",
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/cic",
"system": "url"
}, {
"value": "ciclist@lists.HL7.org",
"system": "email"
} ]
} ],
"parameter": [ {
"max": "1",
"min": 1,
"use": "in",
"name": "id",
"type": "string",
"documentation": "Patient ID"
}, {
"max": "1",
"min": 0,
"use": "in",
"name": "start",
"type": "date",
"documentation": "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)."
}, {
"max": "1",
"min": 0,
"use": "in",
"name": "end",
"type": "date",
"documentation": "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)."
}, {
"max": "1",
"min": 1,
"use": "out",
"name": "return",
"type": "Bundle",
"documentation": "A Bundle conforming to [`MCODEPatientBundle`](StructureDefinition-mcode-patient-bundle.html)."
} ]
}