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

FHIR IG Statistics: OperationDefinition/NLLGetNotApprovedMDDB.OperationDefinition

Packagepoc.bonsai.current
Resource TypeOperationDefinition
IdNLLGetNotApprovedMDDB.OperationDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/OperationDefinition/NLLGetNotApprovedMDDB
URLhttp://electronichealth.se/fhir/OperationDefinition/NLLGetNotApprovedMDDB
Version1.1.0
Statusactive
Date2022-03-22
NameNLLGetNotApprovedMDDB
TitlegetNLLGetNotApprovedMDDB
DescriptionThis operation is invoked by a pharmacy producing dose packaged medications. The operation returns a list of all MultiDoseDispensingBasis (sv. Dosunderlag) with status="EJ_GODKAND" (not approved by pharmacist) belonging to patients handled by the invoking pharmacy.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "OperationDefinition",
  "url": "http://electronichealth.se/fhir/OperationDefinition/NLLGetNotApprovedMDDB",
  "version": "1.1.0",
  "name": "NLLGetNotApprovedMDDB",
  "title": "getNLLGetNotApprovedMDDB",
  "status": "active",
  "kind": "operation",
  "date": "2022-03-22",
  "publisher": "The Swedish eHealth Agency",
  "description": "This operation is invoked by a pharmacy producing dose packaged medications. The operation returns a list of all MultiDoseDispensingBasis (sv. Dosunderlag) with status=\"EJ_GODKAND\" (not approved by pharmacist) belonging to patients handled by the invoking pharmacy.",
  "affectsState": false,
  "code": "getAllInvalid",
  "comment": "Can be invoked with a HTTP POST or GET.\r\nThis operation is invoked by a pharmacy producing dose packaged medications. The operation returns a list of all MultiDoseDispensingBasis (sv. Dosunderlag) with status=\"EJ_GODKAND\" (not approved by pharmacist) belonging to patients handled by the invoking pharmacy.",
  "resource": [
    "Basic"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "producingPharmacy",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The producing pharmacy's gln.",
      "type": "string"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The returned Bundle contains Basic resources based on the profile NLLMultiDoseDispensingBasis. NLLPatient with a selection of attributes id and identifier (personnummer).",
      "type": "Bundle"
    }
  ]
}