POST api/IVCompatibilityParenteralNutritionByDrug

Returns IV compatibility information as Total Parental Nutrition (TPN) or Total Nutrient Admixture (TNA) based on the supplied drug identifier(s) and input filters.
  • Parenteral Nutrition is the administration of nutrients (e.g., glucose, amino acids, vitamins, and minerals) by a route other than the alimentary canal, usually intravenously (IV).
  • Total Nutrient Admixture (TNA) is a highly concentrated form of parenteral nutrition given through a central vein.
  • Total Parenteral Nutrition (TPN) is IV administration, via a central venous catheter, of the total nutrient requirements of a patient with gastrointestinal dysfunction.
  • Parenteral Therapy is parenteral treatment limited to those substances that are soluble in a solvent that can be administered intravenously.
Identifies compatibility with solution(s)/diluents for dilution:
  • Compatibility: returns compatible, incompatible, uncertain, and/or no data.
  • Administration Methods: returns compatible, incompatible, or uncertain for nutritional administration methods:
    • Dilution
    • Y-Site
  • Additional Information: optionally return any compatible/incompatible/uncertain detail and case study information as it is available from Trissel’s™ (including chemical stability, method, storage conditions, container, duration, and notations).
Returns the numeric identifier for the associated Gold Standard Professional Drug Monograph’s ‘Intravenous Administration’ section for the drug, if applicable.


Request Information

URI Parameters

None.

Body Parameters

IVCompatibilityParenteralNutritionByDrugRequest
NameDescriptionTypeAdditional information
AdministrationFilter Used to filter the results based on IV administration method nutrition. IVNutritionFilterEnum

None.

DrugIdentifiers A collection of package, product, or Gold Standard concept input parameters for the for the requested IV compatibility information. Collection of IVDrugIdentifier

Required

IncludeAdditionalInfo Used to indicate if any detailed compatibility information should be included in the results. Trissel’s™ provides two levels of data: high-level compatible/incompatible/uncertain, or detailed stability and case study data for the compatibility result (including chemical stability, method, storage conditions, container, duration, and notations). If you want just high-level result, set to ‘false’. If want to know the ‘why’ of the result, set to ‘true’. boolean

None.

CompatibilityFilter Used to filter the results based on compatibility information. If no compatibility value is included in the request, then the method returns information for all compatibility information. IVCompatibilityFilterEnum

None.

AccessToken Temporary access token from the GSDD Auth API. Used to validate your license.

Note: Access tokens are temporary and may be invalidated early for various reasons, including—but not limited to—site maintenance and security updates. If a token is invalidated prematurely, simply request new tokens via the AccessToken method in the GSDD Auth API. This is a rather rare occurrence, but should be planned for and handled by the consuming application.
string

Required

Request Formats

application/json, text/json

Sample:
{
  "AdministrationFilter": "Dilution",
  "DrugIdentifiers": [
    {
      "IdType": "NDC11",
      "Id": "12345-6789-01"
    },
    {
      "IdType": "NDC11",
      "Id": "12345-6789-02"
    }
  ],
  "IncludeAdditionalInfo": true,
  "CompatibilityFilter": "Incompatible",
  "AccessToken": "T25lX0hhcHB5X0FuZF9TYXRpc2ZpZWRfR1NERF9DdXN0b21lcl9TYW1wbGVfQWNjZXNzVG9rZW4="
}

Response Information

Resource Description

IVCompatibilityParenteralNutritionByDrugResponse
NameDescriptionTypeAdditional information
Drugs Returns the IV compatibility information regarding solution(s)/diluents for dilution, based on the supplied drug identifier(s) and input filters. Collection of IVCompatibilityDrugInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "Drugs": [
    {
      "DrugId": {
        "IdType": "NDC11",
        "Id": "12345-6789-01"
      },
      "Name": "Sample Name text.",
      "MonographSectionId": 2,
      "Stability": "Sample Stability text.",
      "StabilityReferences": [
        {
          "Author": "Sample Author text.",
          "Title": "Sample Title text.",
          "Journal": "Sample Journal text.",
          "Year": "Sample Year text.",
          "Volume": "Sample Volume text.",
          "Pages": "Sample Pages text."
        },
        {
          "Author": "Sample Author text.",
          "Title": "Sample Title text.",
          "Journal": "Sample Journal text.",
          "Year": "Sample Year text.",
          "Volume": "Sample Volume text.",
          "Pages": "Sample Pages text."
        }
      ],
      "StabilityMax": "Sample StabilityMax text.",
      "StabilityMaxReferences": [
        {
          "Author": "Sample Author text.",
          "Title": "Sample Title text.",
          "Journal": "Sample Journal text.",
          "Year": "Sample Year text.",
          "Volume": "Sample Volume text.",
          "Pages": "Sample Pages text."
        },
        {
          "Author": "Sample Author text.",
          "Title": "Sample Title text.",
          "Journal": "Sample Journal text.",
          "Year": "Sample Year text.",
          "Volume": "Sample Volume text.",
          "Pages": "Sample Pages text."
        }
      ],
      "CompatibilityResponses": [
        {
          "SpecificProducts": [
            {
              "Id": 3,
              "Name": "Sample Name text."
            },
            {
              "Id": 4,
              "Name": "Sample Name text."
            }
          ],
          "Description": "Sample Description text.",
          "MonographSectionId": 5,
          "Stability": "Sample Stability text.",
          "StabilityReferences": [
            {
              "Author": "Sample Author text.",
              "Title": "Sample Title text.",
              "Journal": "Sample Journal text.",
              "Year": "Sample Year text.",
              "Volume": "Sample Volume text.",
              "Pages": "Sample Pages text."
            },
            {
              "Author": "Sample Author text.",
              "Title": "Sample Title text.",
              "Journal": "Sample Journal text.",
              "Year": "Sample Year text.",
              "Volume": "Sample Volume text.",
              "Pages": "Sample Pages text."
            }
          ],
          "StabilityMax": "Sample StabilityMax text.",
          "StabilityMaxReferences": [
            {
              "Author": "Sample Author text.",
              "Title": "Sample Title text.",
              "Journal": "Sample Journal text.",
              "Year": "Sample Year text.",
              "Volume": "Sample Volume text.",
              "Pages": "Sample Pages text."
            },
            {
              "Author": "Sample Author text.",
              "Title": "Sample Title text.",
              "Journal": "Sample Journal text.",
              "Year": "Sample Year text.",
              "Volume": "Sample Volume text.",
              "Pages": "Sample Pages text."
            }
          ],
          "Compatibility": "Incompatible",
          "ResponseType": "Syringe",
          "CompatibilityReports": [
            {
              "AgentConcentration": "Sample AgentConcentration text.",
              "SolutionVolume": 1.234,
              "SolutionVolumeUnits": "Sample SolutionVolumeUnits text.",
              "PhysicalCompatibility": "Sample PhysicalCompatibility text.",
              "CompatibilityReference": {
                "Author": "Sample Author text.",
                "Title": "Sample Title text.",
                "Journal": "Sample Journal text.",
                "Year": "Sample Year text.",
                "Volume": "Sample Volume text.",
                "Pages": "Sample Pages text."
              },
              "ChemicalStability": "Sample ChemicalStability text.",
              "Container": "Sample Container text.",
              "Methods": "Sample Methods text.",
              "Notations": "Sample Notations text.",
              "StorageConditions": "Sample StorageConditions text.",
              "Duration": "Sample Duration text."
            },
            {
              "AgentConcentration": "Sample AgentConcentration text.",
              "SolutionVolume": 1.234,
              "SolutionVolumeUnits": "Sample SolutionVolumeUnits text.",
              "PhysicalCompatibility": "Sample PhysicalCompatibility text.",
              "CompatibilityReference": {
                "Author": "Sample Author text.",
                "Title": "Sample Title text.",
                "Journal": "Sample Journal text.",
                "Year": "Sample Year text.",
                "Volume": "Sample Volume text.",
                "Pages": "Sample Pages text."
              },
              "ChemicalStability": "Sample ChemicalStability text.",
              "Container": "Sample Container text.",
              "Methods": "Sample Methods text.",
              "Notations": "Sample Notations text.",
              "StorageConditions": "Sample StorageConditions text.",
              "Duration": "Sample Duration text."
            }
          ],
          "Message": "Sample Message text."
        },
        {
          "SpecificProducts": [
            {
              "Id": 6,
              "Name": "Sample Name text."
            },
            {
              "Id": 7,
              "Name": "Sample Name text."
            }
          ],
          "Description": "Sample Description text.",
          "MonographSectionId": 8,
          "Stability": "Sample Stability text.",
          "StabilityReferences": [
            {
              "Author": "Sample Author text.",
              "Title": "Sample Title text.",
              "Journal": "Sample Journal text.",
              "Year": "Sample Year text.",
              "Volume": "Sample Volume text.",
              "Pages": "Sample Pages text."
            },
            {
              "Author": "Sample Author text.",
              "Title": "Sample Title text.",
              "Journal": "Sample Journal text.",
              "Year": "Sample Year text.",
              "Volume": "Sample Volume text.",
              "Pages": "Sample Pages text."
            }
          ],
          "StabilityMax": "Sample StabilityMax text.",
          "StabilityMaxReferences": [
            {
              "Author": "Sample Author text.",
              "Title": "Sample Title text.",
              "Journal": "Sample Journal text.",
              "Year": "Sample Year text.",
              "Volume": "Sample Volume text.",
              "Pages": "Sample Pages text."
            },
            {
              "Author": "Sample Author text.",
              "Title": "Sample Title text.",
              "Journal": "Sample Journal text.",
              "Year": "Sample Year text.",
              "Volume": "Sample Volume text.",
              "Pages": "Sample Pages text."
            }
          ],
          "Compatibility": "Incompatible",
          "ResponseType": "Syringe",
          "CompatibilityReports": [
            {
              "AgentConcentration": "Sample AgentConcentration text.",
              "SolutionVolume": 1.234,
              "SolutionVolumeUnits": "Sample SolutionVolumeUnits text.",
              "PhysicalCompatibility": "Sample PhysicalCompatibility text.",
              "CompatibilityReference": {
                "Author": "Sample Author text.",
                "Title": "Sample Title text.",
                "Journal": "Sample Journal text.",
                "Year": "Sample Year text.",
                "Volume": "Sample Volume text.",
                "Pages": "Sample Pages text."
              },
              "ChemicalStability": "Sample ChemicalStability text.",
              "Container": "Sample Container text.",
              "Methods": "Sample Methods text.",
              "Notations": "Sample Notations text.",
              "StorageConditions": "Sample StorageConditions text.",
              "Duration": "Sample Duration text."
            },
            {
              "AgentConcentration": "Sample AgentConcentration text.",
              "SolutionVolume": 1.234,
              "SolutionVolumeUnits": "Sample SolutionVolumeUnits text.",
              "PhysicalCompatibility": "Sample PhysicalCompatibility text.",
              "CompatibilityReference": {
                "Author": "Sample Author text.",
                "Title": "Sample Title text.",
                "Journal": "Sample Journal text.",
                "Year": "Sample Year text.",
                "Volume": "Sample Volume text.",
                "Pages": "Sample Pages text."
              },
              "ChemicalStability": "Sample ChemicalStability text.",
              "Container": "Sample Container text.",
              "Methods": "Sample Methods text.",
              "Notations": "Sample Notations text.",
              "StorageConditions": "Sample StorageConditions text.",
              "Duration": "Sample Duration text."
            }
          ],
          "Message": "Sample Message text."
        }
      ],
      "Message": "Sample Message text."
    },
    {
      "DrugId": {
        "IdType": "NDC11",
        "Id": "12345-6789-00"
      },
      "Name": "Sample Name text.",
      "MonographSectionId": 10,
      "Stability": "Sample Stability text.",
      "StabilityReferences": [
        {
          "Author": "Sample Author text.",
          "Title": "Sample Title text.",
          "Journal": "Sample Journal text.",
          "Year": "Sample Year text.",
          "Volume": "Sample Volume text.",
          "Pages": "Sample Pages text."
        },
        {
          "Author": "Sample Author text.",
          "Title": "Sample Title text.",
          "Journal": "Sample Journal text.",
          "Year": "Sample Year text.",
          "Volume": "Sample Volume text.",
          "Pages": "Sample Pages text."
        }
      ],
      "StabilityMax": "Sample StabilityMax text.",
      "StabilityMaxReferences": [
        {
          "Author": "Sample Author text.",
          "Title": "Sample Title text.",
          "Journal": "Sample Journal text.",
          "Year": "Sample Year text.",
          "Volume": "Sample Volume text.",
          "Pages": "Sample Pages text."
        },
        {
          "Author": "Sample Author text.",
          "Title": "Sample Title text.",
          "Journal": "Sample Journal text.",
          "Year": "Sample Year text.",
          "Volume": "Sample Volume text.",
          "Pages": "Sample Pages text."
        }
      ],
      "CompatibilityResponses": [
        {
          "SpecificProducts": [
            {
              "Id": 11,
              "Name": "Sample Name text."
            },
            {
              "Id": 12,
              "Name": "Sample Name text."
            }
          ],
          "Description": "Sample Description text.",
          "MonographSectionId": 13,
          "Stability": "Sample Stability text.",
          "StabilityReferences": [
            {
              "Author": "Sample Author text.",
              "Title": "Sample Title text.",
              "Journal": "Sample Journal text.",
              "Year": "Sample Year text.",
              "Volume": "Sample Volume text.",
              "Pages": "Sample Pages text."
            },
            {
              "Author": "Sample Author text.",
              "Title": "Sample Title text.",
              "Journal": "Sample Journal text.",
              "Year": "Sample Year text.",
              "Volume": "Sample Volume text.",
              "Pages": "Sample Pages text."
            }
          ],
          "StabilityMax": "Sample StabilityMax text.",
          "StabilityMaxReferences": [
            {
              "Author": "Sample Author text.",
              "Title": "Sample Title text.",
              "Journal": "Sample Journal text.",
              "Year": "Sample Year text.",
              "Volume": "Sample Volume text.",
              "Pages": "Sample Pages text."
            },
            {
              "Author": "Sample Author text.",
              "Title": "Sample Title text.",
              "Journal": "Sample Journal text.",
              "Year": "Sample Year text.",
              "Volume": "Sample Volume text.",
              "Pages": "Sample Pages text."
            }
          ],
          "Compatibility": "Incompatible",
          "ResponseType": "Syringe",
          "CompatibilityReports": [
            {
              "AgentConcentration": "Sample AgentConcentration text.",
              "SolutionVolume": 1.234,
              "SolutionVolumeUnits": "Sample SolutionVolumeUnits text.",
              "PhysicalCompatibility": "Sample PhysicalCompatibility text.",
              "CompatibilityReference": {
                "Author": "Sample Author text.",
                "Title": "Sample Title text.",
                "Journal": "Sample Journal text.",
                "Year": "Sample Year text.",
                "Volume": "Sample Volume text.",
                "Pages": "Sample Pages text."
              },
              "ChemicalStability": "Sample ChemicalStability text.",
              "Container": "Sample Container text.",
              "Methods": "Sample Methods text.",
              "Notations": "Sample Notations text.",
              "StorageConditions": "Sample StorageConditions text.",
              "Duration": "Sample Duration text."
            },
            {
              "AgentConcentration": "Sample AgentConcentration text.",
              "SolutionVolume": 1.234,
              "SolutionVolumeUnits": "Sample SolutionVolumeUnits text.",
              "PhysicalCompatibility": "Sample PhysicalCompatibility text.",
              "CompatibilityReference": {
                "Author": "Sample Author text.",
                "Title": "Sample Title text.",
                "Journal": "Sample Journal text.",
                "Year": "Sample Year text.",
                "Volume": "Sample Volume text.",
                "Pages": "Sample Pages text."
              },
              "ChemicalStability": "Sample ChemicalStability text.",
              "Container": "Sample Container text.",
              "Methods": "Sample Methods text.",
              "Notations": "Sample Notations text.",
              "StorageConditions": "Sample StorageConditions text.",
              "Duration": "Sample Duration text."
            }
          ],
          "Message": "Sample Message text."
        },
        {
          "SpecificProducts": [
            {
              "Id": 14,
              "Name": "Sample Name text."
            },
            {
              "Id": 15,
              "Name": "Sample Name text."
            }
          ],
          "Description": "Sample Description text.",
          "MonographSectionId": 16,
          "Stability": "Sample Stability text.",
          "StabilityReferences": [
            {
              "Author": "Sample Author text.",
              "Title": "Sample Title text.",
              "Journal": "Sample Journal text.",
              "Year": "Sample Year text.",
              "Volume": "Sample Volume text.",
              "Pages": "Sample Pages text."
            },
            {
              "Author": "Sample Author text.",
              "Title": "Sample Title text.",
              "Journal": "Sample Journal text.",
              "Year": "Sample Year text.",
              "Volume": "Sample Volume text.",
              "Pages": "Sample Pages text."
            }
          ],
          "StabilityMax": "Sample StabilityMax text.",
          "StabilityMaxReferences": [
            {
              "Author": "Sample Author text.",
              "Title": "Sample Title text.",
              "Journal": "Sample Journal text.",
              "Year": "Sample Year text.",
              "Volume": "Sample Volume text.",
              "Pages": "Sample Pages text."
            },
            {
              "Author": "Sample Author text.",
              "Title": "Sample Title text.",
              "Journal": "Sample Journal text.",
              "Year": "Sample Year text.",
              "Volume": "Sample Volume text.",
              "Pages": "Sample Pages text."
            }
          ],
          "Compatibility": "Incompatible",
          "ResponseType": "Syringe",
          "CompatibilityReports": [
            {
              "AgentConcentration": "Sample AgentConcentration text.",
              "SolutionVolume": 1.234,
              "SolutionVolumeUnits": "Sample SolutionVolumeUnits text.",
              "PhysicalCompatibility": "Sample PhysicalCompatibility text.",
              "CompatibilityReference": {
                "Author": "Sample Author text.",
                "Title": "Sample Title text.",
                "Journal": "Sample Journal text.",
                "Year": "Sample Year text.",
                "Volume": "Sample Volume text.",
                "Pages": "Sample Pages text."
              },
              "ChemicalStability": "Sample ChemicalStability text.",
              "Container": "Sample Container text.",
              "Methods": "Sample Methods text.",
              "Notations": "Sample Notations text.",
              "StorageConditions": "Sample StorageConditions text.",
              "Duration": "Sample Duration text."
            },
            {
              "AgentConcentration": "Sample AgentConcentration text.",
              "SolutionVolume": 1.234,
              "SolutionVolumeUnits": "Sample SolutionVolumeUnits text.",
              "PhysicalCompatibility": "Sample PhysicalCompatibility text.",
              "CompatibilityReference": {
                "Author": "Sample Author text.",
                "Title": "Sample Title text.",
                "Journal": "Sample Journal text.",
                "Year": "Sample Year text.",
                "Volume": "Sample Volume text.",
                "Pages": "Sample Pages text."
              },
              "ChemicalStability": "Sample ChemicalStability text.",
              "Container": "Sample Container text.",
              "Methods": "Sample Methods text.",
              "Notations": "Sample Notations text.",
              "StorageConditions": "Sample StorageConditions text.",
              "Duration": "Sample Duration text."
            }
          ],
          "Message": "Sample Message text."
        }
      ],
      "Message": "Sample Message text."
    }
  ]
}