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

FHIR IG Statistics: OperationDefinition/Medication-Overview

Packagenictiz.fhir.nl.r4.medicationprocess9
Resource TypeOperationDefinition
IdMedication-Overview
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.medicationprocess9@2.0.0-rc.1&canonical=http://nictiz.nl/fhir/OperationDefinition/Medication-Overview
URLhttp://nictiz.nl/fhir/OperationDefinition/Medication-Overview
Version2.0.0-rc.1
Statusactive
NameMedicationOverview
Realmnl
DescriptionThe *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://informatiestandaarden.nictiz.nl/wiki/Landingspagina_Medicatieproces). The response is a Bundle of type 'searchset' and needs to conform to the profile listed in the operationdefinition-profile extension. At a minimum a List 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.
PurposeTo describe how to retrieve and provide a Medication Overview conform the Medication Process information standard. This operation removes the complexity of requesting the medication overview from the client to the server.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
mp-MedicationOverview.RetrieveServemp MedicationOverview.RetrieveServe
medication-clientcapabilitiesMedicationClient
medication-servercapabilitiesMedicationServer

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "OperationDefinition",
  "id": "Medication-Overview",
  "url": "http://nictiz.nl/fhir/OperationDefinition/Medication-Overview",
  "version": "2.0.0-rc.1",
  "name": "MedicationOverview",
  "status": "active",
  "kind": "operation",
  "experimental": false,
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "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://informatiestandaarden.nictiz.nl/wiki/Landingspagina_Medicatieproces). The response is a Bundle of type 'searchset' and needs to conform to the profile listed in the operationdefinition-profile extension. At a minimum a List 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.",
  "purpose": "To describe how to retrieve and provide a Medication Overview conform the Medication Process information standard. This operation removes the complexity of requesting the medication overview from the client to the server.",
  "code": "medication-overview",
  "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.",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "patient",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The identifier of a patient for which this operation is executed. This parameter is not necessary if the operation is executed in context of a specific authenticated and authorized patient.",
      "type": "Identifier"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/operationdefinition-profile",
          "valueUri": "http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle"
        }
      ],
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The patient's current medication overview based on the information standard ['Medication Process'](https://informatiestandaarden.nictiz.nl/wiki/Landingspagina_Medicatieproces). The Bundle shall be compliant with the mp-MedicationOverview-Bundle profile.",
      "type": "Bundle"
    }
  ]
}