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

FHIR IG Statistics: OperationDefinition/Interactions

Packageig-ee-medication-scheme
TypeOperationDefinition
IdInteractions
FHIR VersionR5
Sourcehttps://fhir.ee/https://build.fhir.org/ig/TEHIK-EE/ig-ee-medication-scheme/OperationDefinition-Interactions.html
URLhttps://fhir.ee/OperationDefinition/Interactions
Version1.0.0
Statusactive
Date2024-05-13T00:00:00Z
NameInteractions
TitleFind interactions for medications
Realmee
DescriptionThe interactions operation is used to get interactions for given Medications or MedicationPlan.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: OperationDefinition Interactions

URL: [base]/Medication/$interactions

URL: [base]/Patient/$interactions

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INsubject1..1Patient

Patient

INinput0..*Medication

List of new medications. If not empty then only interactions between input medications will be returned. Old medication interactions won't be returned if they don't interact with new medications.

OUTreturn1..1ClinicalUseDefinition

Found interactions


Source

{
  "resourceType": "OperationDefinition",
  "id": "Interactions",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "https://fhir.ee/OperationDefinition/Interactions",
  "version": "1.0.0",
  "name": "Interactions",
  "title": "Find interactions for medications",
  "status": "active",
  "kind": "operation",
  "experimental": false,
  "date": "2024-05-13T00:00:00Z",
  "publisher": "TEHIK",
  "contact": [
    {
      "name": "TEHIK",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.tehik.ee"
        },
        {
          "system": "email",
          "value": "fhir@tehik.ee"
        }
      ]
    },
    {
      "name": "TEHIK Andmekorraldus",
      "telecom": [
        {
          "system": "email",
          "value": "andmekorraldus@tehik.ee",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The interactions operation is used to get interactions for given Medications or MedicationPlan.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "EE",
          "display": "Estonia"
        }
      ]
    }
  ],
  "affectsState": false,
  "code": "interactions",
  "resource": [
    "Medication",
    "Patient"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "subject",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Patient",
      "type": "Patient"
    },
    {
      "name": "input",
      "use": "in",
      "min": 0,
      "max": "*",
      "documentation": "List of new medications. If not empty then only interactions between input medications will be returned. Old medication interactions won't be returned if they don't interact with new medications.",
      "type": "Medication"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Found interactions",
      "type": "ClinicalUseDefinition"
    }
  ]
}