Creates a new CareCaseMedication
Success
Unauthorized
{- "careCaseMedication_Key": 0,
- "case_Key": 0,
- "dosage": 0.1,
- "dosage_Unit": "string",
- "drug_Code": "string",
- "drug_Information": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "med_Reconciliation_Date": "2019-08-24T14:15:22Z",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}{- "data": {- "careCaseMedication_Key": 0,
- "case_Key": 0,
- "dosage": 0.1,
- "dosage_Unit": "string",
- "drug_Code": "string",
- "drug_Information": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "med_Reconciliation_Date": "2019-08-24T14:15:22Z",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
 },
- "error": {- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
 },
- "debug": {- "activityID": "string"
 }
}Lists all CareCaseMedication for the given caseKey
Success
Unauthorized
Updates a specific CareCaseMedication.
Success
Unauthorized
{- "careCaseMedication_Key": 0,
- "case_Key": 0,
- "dosage": 0.1,
- "dosage_Unit": "string",
- "drug_Code": "string",
- "drug_Information": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "med_Reconciliation_Date": "2019-08-24T14:15:22Z",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}{- "data": {- "careCaseMedication_Key": 0,
- "case_Key": 0,
- "dosage": 0.1,
- "dosage_Unit": "string",
- "drug_Code": "string",
- "drug_Information": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "med_Reconciliation_Date": "2019-08-24T14:15:22Z",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
 },
- "error": {- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
 },
- "debug": {- "activityID": "string"
 }
}Create or Update multiple CareCaseMedication at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {- "careCaseMedication_Key": 0,
- "case_Key": 0,
- "dosage": 0.1,
- "dosage_Unit": "string",
- "drug_Code": "string",
- "drug_Information": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "med_Reconciliation_Date": "2019-08-24T14:15:22Z",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
 }
]{- "data": [- {- "id": [- {- "key": "string",
- "value": "string"
 }
 ],
- "status": 0,
- "body": "string"
 }
 ],
- "error": {- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
 },
- "debug": {- "activityID": "string"
 }
}