Package | hl7.fhir.us.mcode |
Type | OperationDefinition |
Id | mcode-patient-everything |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/mcode/https://build.fhir.org/ig/HL7/fhir-mCODE-ig/OperationDefinition-mcode-patient-everything.html |
URL | http://hl7.org/fhir/us/mcode/OperationDefinition/mcode-patient-everything |
Version | 4.0.0 |
Status | draft |
Date | 2025-02-16T17:58:10+00:00 |
Name | Fetch_mCODE_patient_bundle |
Title | Fetch mCODE Patient Bundle for a given Patient |
Realm | us |
Authority | hl7 |
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. |
Type | false |
Kind | operation |
CapabilityStatement | |
mcode-receiver-patient-bundle | mCODE Data Receiver: Get Bundle for a Patient |
mcode-sender-patient-bundle | mCODE Data Sender: Get Bundle for a Patient |
eom-mcode-server | mCODE EOM Server: Get Bundle for an EOM Patient |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition mcode-patient-everything
URL: [base]/Patient/[id]/$mcode-everything
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | id | 1..1 | string | Patient ID | ||
IN | start | 0..1 | date | 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 | ||
IN | end | 0..1 | date | 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 | ||
OUT | return | 1..1 | Bundle | A Bundle conforming to |
{ "resourceType": "OperationDefinition", "id": "mcode-patient-everything", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cic" } ], "url": "http://hl7.org/fhir/us/mcode/OperationDefinition/mcode-patient-everything", "version": "4.0.0", "name": "Fetch_mCODE_patient_bundle", "title": "Fetch mCODE Patient Bundle for a given Patient", "status": "draft", "kind": "operation", "date": "2025-02-16T17:58:10+00:00", "publisher": "HL7 International / Clinical Interoperability Council", "contact": [ { "name": "HL7 International / Clinical Interoperability Council", "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/cic" }, { "system": "email", "value": "ciclist@lists.HL7.org" } ] } ], "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.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US", "display": "United States of America" } ] } ], "code": "mcode-everything", "resource": [ "Patient" ], "system": false, "type": false, "instance": true, "parameter": [ { "name": "id", "use": "in", "min": 1, "max": "1", "documentation": "Patient ID", "type": "string" }, { "name": "start", "use": "in", "min": 0, "max": "1", "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).", "type": "date" }, { "name": "end", "use": "in", "min": 0, "max": "1", "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).", "type": "date" }, { "name": "return", "use": "out", "min": 1, "max": "1", "documentation": "A Bundle conforming to [`MCODEPatientBundle`](StructureDefinition-mcode-patient-bundle.html).", "type": "Bundle" } ] }