PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mcode@1.16.0
    http://hl7.org/fhir/us/mcode/OperationDefinition/mcode-patient-everything
{
  "description": null,
  "_filename": "OperationDefinition-mcode-patient-everything.json",
  "package_name": "hl7.fhir.us.mcode",
  "date": "2021-04-15T12:44:45+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": "1.16.0",
  "status": "draft",
  "id": "404ee846-02f2-4122-a917-7869721954c8",
  "resource": [ "Patient" ],
  "kind": "operation",
  "url": "http://hl7.org/fhir/us/mcode/OperationDefinition/mcode-patient-everything",
  "code": "mcode-everything",
  "version": "1.16.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)."
  } ]
}