Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "status": "ok",
- "data": {
- "dosage": {
- "type": "string",
- "input_type": "text",
- "current_value": "",
- "placeholder": "Enter dosage",
- "description": "The dosage of the medication in mg or other units",
- "required": false,
- "show_info": false
- },
- "unit": {
- "type": "string",
- "input_type": "select",
- "current_value": "",
- "placeholder": "Select unit",
- "options": [
- {
- "value": "mg",
- "label": "Milligram (mg)"
- },
- {
- "value": "g",
- "label": "Gram (g)"
- },
- {
- "value": "ml",
- "label": "Milliliter (ml)"
- },
- {
- "value": "L",
- "label": "Liter (L)"
- },
- {
- "value": "mcg",
- "label": "Microgram (mcg)"
- },
- {
- "value": "units",
- "label": "Units"
- },
- {
- "value": "drops",
- "label": "Drops"
- },
- {
- "value": "tablets",
- "label": "Tablets"
- },
- {
- "value": "capsules",
- "label": "Capsules"
- },
- {
- "value": "inhalations",
- "label": "Inhalations"
- },
- {
- "value": "patches",
- "label": "Patches"
- },
- {
- "value": "grams",
- "label": "Grams (g)"
- }
- ],
- "description": "The unit of measurement for the dosage",
- "required": false,
- "show_info": false
- },
- "adherence": {
- "type": "string",
- "input_type": "text",
- "current_value": "",
- "placeholder": "Enter adherence level (e.g., High, Medium, Low)",
- "description": "The level of adherence to the medication schedule",
- "required": false,
- "show_info": false
- },
- "frequency": {
- "type": "string",
- "input_type": "select",
- "current_value": "",
- "placeholder": "Select frequency",
- "options": [
- {
- "value": "daily",
- "label": "Daily"
- },
- {
- "value": "twice-daily",
- "label": "Twice Daily"
- },
- {
- "value": "three-times-daily",
- "label": "Three Times Daily"
- },
- {
- "value": "weekly",
- "label": "Weekly"
- },
- {
- "value": "as-needed",
- "label": "As Needed"
- }
- ],
- "description": "How often the medication should be taken",
- "required": false,
- "show_info": false
- },
- "indications": {
- "type": "string",
- "input_type": "text",
- "current_value": "",
- "placeholder": "Enter indications",
- "description": "The medical conditions or symptoms for which the medication is prescribed",
- "required": false,
- "show_info": false
- },
- "prescribing_doctor": {
- "type": "string",
- "input_type": "text",
- "current_value": "",
- "placeholder": "Enter prescriber's name",
- "description": "The name of the doctor who prescribed the medication",
- "required": false,
- "show_info": false
- },
- "prescription_notes": {
- "type": "string",
- "input_type": "textarea",
- "current_value": "",
- "placeholder": "Enter additional notes",
- "description": "Additional notes or instructions for the medication",
- "required": false,
- "show_info": false
- },
- "administration_route": {
- "type": "string",
- "input_type": "select",
- "current_value": "",
- "placeholder": "Select route of administration",
- "options": [
- {
- "value": "oral",
- "label": "Oral"
- },
- {
- "value": "intravenous",
- "label": "Intravenous"
- },
- {
- "value": "intramuscular",
- "label": "Intramuscular"
- },
- {
- "value": "topical",
- "label": "Topical"
- },
- {
- "value": "subcutaneous",
- "label": "Subcutaneous"
- }
- ],
- "description": "The method by which the medication is administered",
- "required": false,
- "show_info": false
- },
- "side_effects": {
- "type": "string",
- "input_type": "text",
- "current_value": "",
- "placeholder": "Enter known side effects",
- "description": "Known side effects or adverse reactions of the medication",
- "required": false,
- "show_info": false
- },
- "storage_conditions": {
- "type": "string",
- "input_type": "text",
- "current_value": "",
- "placeholder": "Enter storage conditions",
- "description": "The recommended storage conditions for the medication (e.g., temperature, light exposure)",
- "required": false,
- "show_info": false
- },
- "refill_info": {
- "type": "string",
- "input_type": "text",
- "current_value": "",
- "placeholder": "Enter refill information",
- "description": "Information about refills (e.g., number of refills allowed, refill date)",
- "required": false,
- "show_info": false
- }
- },
- "message": "Schema fetched.",
- "meta": {
- "timestamp": "2024-09-10T09:27:54+05:30",
- "api_version": "1.0",
- "req_id": "9b7fc455-3162-4edf-b42d-c830da222e92",
- "resp_code": 200,
- "resp_time": "7.17 ms",
- "pagination": null
- },
- "method": "GET",
- "links": {
- "self": "http:\/\/api.larissainfotech.com\/api\/v1\/dse\/user-medications\/medication-details"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement