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

FHIR IG Statistics: OperationDefinition/Medication-renal-failure-warnings

Packageig-ee-medication-scheme
TypeOperationDefinition
IdMedication-renal-failure-warnings
FHIR VersionR5
Sourcehttps://fhir.ee/https://build.fhir.org/ig/TEHIK-EE/ig-ee-medication-scheme/OperationDefinition-Medication-renal-failure-warnings.html
URLhttps://fhir.ee/OperationDefinition/Medication-renal-failure-warnings
Version1.0.0
Statusactive
Date2025-07-11T00:00:00Z
NameRenal Failure Warnings
TitleFind renal failure warnings for medications
Realmee
DescriptionThe renal failure warnings operation is used to get renal warnings for given Medications or Medication Scheme.
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 Medication-renal-failure-warnings

URL: [base]/Medication/$renal-failure-warnings

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INsubject1..1Reference

Reference

INinput0..*Medication

List of new medications. If not empty then only warnings between input medications will be returned. Old medication warnings won't be returned.

OUTreturn1..1ClinicalUseDefinition

Found warnings


Source

{
  "resourceType": "OperationDefinition",
  "id": "Medication-renal-failure-warnings",
  "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/Medication-renal-failure-warnings",
  "version": "1.0.0",
  "name": "Renal Failure Warnings",
  "title": "Find renal failure warnings for medications",
  "status": "active",
  "kind": "operation",
  "experimental": false,
  "date": "2025-07-11T00: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 renal failure warnings operation is used to get renal warnings for given Medications or Medication Scheme.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "EE",
          "display": "Estonia"
        }
      ]
    }
  ],
  "affectsState": false,
  "code": "renal-failure-warnings",
  "resource": [
    "Medication"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "subject",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Reference",
      "type": "Reference"
    },
    {
      "name": "input",
      "use": "in",
      "min": 0,
      "max": "*",
      "documentation": "List of new medications. If not empty then only warnings between input medications will be returned. Old medication warnings won't be returned.",
      "type": "Medication"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Found warnings",
      "type": "ClinicalUseDefinition"
    }
  ]
}