POST api/DrugDiseaseContraindicationsByDrug
Returns contraindication and precaution information for requested drug concepts.
Request Information
URI Parameters
None.
Body Parameters
DrugDiseaseContraindicationsByDrugRequestName | Description | Type | Additional information |
---|---|---|---|
ReturnPrecautions | Flag indicating whether to include precautions (along with contraindications) in the response. | boolean |
None. |
MaxResults | Limits the number of results returned. A null value means no limit, and everthing will be returned. | integer |
None. |
ReturnBoxWarning | Flag indicating whether to return Box Warning info in the response. | boolean |
None. |
DrugIdentifiers | A collection of drug identifiers to retrieve the contraindication information for. | Collection of ADRDrugIdentifier |
Required |
OutputDiagnosisCodeType | Used to select what type of diagnosis codes should be returned in the response. If no value is included in the request, then the method returns GSTerm codes. | ConditionIdentifierEnum |
None. |
ReturnExclusions | Flag indicating whether to include product exclusions in the response. | boolean |
None. |
FilterPreferences | All warnings, drugs, indications, classifications, etc., for each supplied identifier is filtered out of the response. | FilterPreferences |
None. |
DateOfBirth | Used to filter the response based on a calculated age. API converts Date of Birth (DOB) into age and then matches to an age group. | date |
None. |
Gender | Used to filter based on gender. Default is both. | GenderEnum |
None. |
UseCategorizedTerms | When using results from ListGSTermsByCategory as input to this method, set this to 'true' to use categorized terms. Default is 'false'. | boolean |
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:
{ "ReturnPrecautions": true, "MaxResults": 10, "ReturnBoxWarning": true, "DrugIdentifiers": [ { "IdType": "NDC11", "Id": "12345-6789-01" }, { "IdType": "NDC11", "Id": "12345-6789-02" } ], "OutputDiagnosisCodeType": "SNOMEDCT", "ReturnExclusions": true, "FilterPreferences": { "Patient": [ { "IdType": "IngredientId", "Id": "3" }, { "IdType": "IngredientId", "Id": "4" } ], "Physician": [ { "IdType": "IngredientId", "Id": "5" }, { "IdType": "IngredientId", "Id": "6" } ] }, "DateOfBirth": "2025-01-17", "Gender": "Female", "UseCategorizedTerms": true, "AccessToken": "T25lX0hhcHB5X0FuZF9TYXRpc2ZpZWRfR1NERF9DdXN0b21lcl9TYW1wbGVfQWNjZXNzVG9rZW4=" }
Response Information
Resource Description
DrugDiseaseContraindicationsByDrugResponseName | Description | Type | Additional information |
---|---|---|---|
DrugContraindications | A collection of detailed contraindication and precaution information for each requested drug identifier. | Collection of DrugDiseaseDrugContraindicationDetail |
None. |
Response Formats
application/json, text/json
Sample:
{ "DrugContraindications": [ { "Drug": { "DrugId": { "IdType": "NDC11", "Id": "12345-6789-01" }, "Name": "Sample Name text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "Message": "Sample Message text." }, "Contraindications": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC2" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 3, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC4" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 5, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "Precautions": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC6" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 7, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC8" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 9, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "AgeExclusions": [ { "Contraindications": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC10" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 11, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC12" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 13, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "Precautions": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC14" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 15, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC16" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 17, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ] }, { "Contraindications": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC18" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 19, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC20" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 21, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "Precautions": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC22" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 23, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC24" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 25, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ] } ], "ContraindicatedExclusions": [ { "Contraindications": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC26" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 27, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC28" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 29, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "Precautions": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC30" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 31, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC32" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 33, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ] }, { "Contraindications": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC34" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 35, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC36" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 37, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "Precautions": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC38" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 39, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC40" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 41, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ] } ], "GenderExclusions": [ { "Contraindications": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC42" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 43, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC44" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 45, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "Precautions": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC46" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 47, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC48" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 49, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ] }, { "Contraindications": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC50" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 51, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC52" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 53, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "Precautions": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC54" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 55, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC56" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 57, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ] } ], "Message": "Sample Message text." }, { "Drug": { "DrugId": { "IdType": "NDC11", "Id": "12345-6789-04" }, "Name": "Sample Name text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "Message": "Sample Message text." }, "Contraindications": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC59" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 60, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC61" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 62, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "Precautions": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC63" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 64, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC65" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 66, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "AgeExclusions": [ { "Contraindications": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC67" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 68, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC69" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 70, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "Precautions": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC71" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 72, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC73" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 74, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ] }, { "Contraindications": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC75" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 76, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC77" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 78, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "Precautions": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC79" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 80, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC81" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 82, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ] } ], "ContraindicatedExclusions": [ { "Contraindications": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC83" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 84, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC85" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 86, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "Precautions": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC87" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 88, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC89" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 90, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ] }, { "Contraindications": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC91" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 92, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC93" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 94, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "Precautions": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC95" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 96, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC97" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 98, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ] } ], "GenderExclusions": [ { "Contraindications": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC99" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 100, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC101" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 102, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "Precautions": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC103" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 104, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC105" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 106, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ] }, { "Contraindications": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC107" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 108, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC109" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 110, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "Precautions": [ { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC111" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 112, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "BoxedWarning": true, "Condition": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC113" }, "Description": "Sample Description text.", "InfoMessage": "Sample InfoMessage text.", "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ] }, "MonographSectionId": 114, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ] } ], "Message": "Sample Message text." } ] }