FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/mcode-patient-everything

Packagehl7.fhir.us.mcode
TypeOperationDefinition
Idmcode-patient-everything
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/mcode/https://build.fhir.org/ig/HL7/fhir-mCODE-ig/OperationDefinition-mcode-patient-everything.html
URLhttp://hl7.org/fhir/us/mcode/OperationDefinition/mcode-patient-everything
Version4.0.0
Statusdraft
Date2025-02-16T17:58:10+00:00
NameFetch_mCODE_patient_bundle
TitleFetch mCODE Patient Bundle for a given Patient
Realmus
Authorityhl7
DescriptionGets 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.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
mcode-receiver-patient-bundlemCODE Data Receiver: Get Bundle for a Patient
mcode-sender-patient-bundlemCODE Data Sender: Get Bundle for a Patient
eom-mcode-servermCODE EOM Server: Get Bundle for an EOM Patient

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition mcode-patient-everything

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.


Source

{
  "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"
    }
  ]
}