PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2017@1.3.2
    http://nictiz.nl/fhir/OperationDefinition/Medication-Overview
{
  "description": "The *medication-overview* operation provides a simple method for a client to request a patient's current Medication Overview based on the information standard ['Medication Process'](https://www.nictiz.nl/Paginas/Informatiestandaard-Medicatieproces.aspx).     The response is a Bundle of type 'searchset'. At a minimum, a List resource and Patient resource is returned, along with any other resources that the server has available for the Medication Overview.     The server also returns whatever resources are needed to support the Medication Overview - e.g. linked practitioners, organizations etc.          If there are no medication related clinical resources, this operation SHALL return an empty List resource containing an appropriate value for the .emptyReason element.",
  "_filename": "OperationDefinition-medication-overview.json",
  "package_name": "nictiz.fhir.nl.stu3.zib2017",
  "date": null,
  "system": true,
  "publisher": "Nictiz",
  "instance": false,
  "purpose": "To describe how to retrieve and provide a medication overview conform the Medication Prosces information standard.      This operation removes the complexity of requesting the medication overview from the client to the server.",
  "name": "Retrieve Medication Overview",
  "type": "false",
  "experimental": "false",
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "1.3.2",
  "status": "active",
  "id": "8d580228-7c25-412c-b2d4-dbc43d5964bc",
  "kind": "operation",
  "comment": "This operation assumes that the server has identified and secured the context appropriately, and can either associate the authorization context with a single patient, or determine whether the context has the rights to the nominated patient, if there is one.",
  "url": "http://nictiz.nl/fhir/OperationDefinition/Medication-Overview",
  "code": "medication-overview",
  "version": null,
  "contact": [ {
    "name": "Nictiz",
    "telecom": [ {
      "use": "work",
      "value": "info@nictiz.nl",
      "system": "email"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "patient",
    "type": "Identifier",
    "documentation": "The id of a patient resource located on the server on which this operation is executed.        This paramater is not be necessary for use in MedMij because all RESTfull actions are perfomed in the context of a specific authenticated patient, for which an OAuth2 token has been retrieved using the authentication mechanisms described in the 'Afsprakenstelsel'.        Each XIS Gateway is required to perform filtering based on the patient associated with the OAuth2 token received for the request, so that only the records associated with the authenticated patient are returned.        Therefore, no parameters should be passed for patient identification."
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "bundle",
    "type": "Bundle",
    "profile": {
      "display": "Profile on Bundle resource, that defines a medication overview collection.",
      "reference": "http://nictiz.nl/fhir/StructureDefinition/Bundle-MedicationOverview"
    },
    "documentation": "The patient's current medication overview based on the information standard ['Medication Proces'](https://www.nictiz.nl/Paginas/Informatiestandaard-Medicatieproces.aspx).        The Bundle shall be compliant with the Medication-Overview profile."
  } ]
}