{
"title": "HIPAA Release Form",
"description": "Please complete all sections of this HIPAA release form. If any sections are left blank, this form will be invalid and it will not be possible for your health information to be shared as requested. ",
"pages": [
{
"name": "section1",
"questionTitleLocation": "hidden",
"title": "Section I",
"elements": [
{
"type": "text",
"name": "personName",
"title": "I",
"titleLocation": "left",
"descriptionLocation": "underInput",
"isRequired": true
},
{
"type": "text",
"name": "authorizedEntity",
"title": "give my permission for",
"titleLocation": "top",
"description": "to share the information listed in Section II of this document with the person(s) or organization(s) I have specified in Section IV of this document.",
"descriptionLocation": "underInput"
},
{
"type": "checkbox",
"name": "formOfDisclosure",
"title": "Form of Disclosure",
"titleLocation": "top",
"choices": [
{
"value": "electronicCopy ",
"text": " Electronic copy or access via a web-based portal "
},
{
"value": "hardCopy ",
"text": " Hard copy "
}
]
}
]
},
{
"name": "section2",
"questionTitleLocation": "hidden",
"title": "Section II – Health Information ",
"elements": [
{
"type": "panel",
"name": "panel2",
"title": "I would like to give the above healthcare organization permission to",
"description": "Select one option",
"elements": [
{
"type": "radiogroup",
"name": "disclosureType",
"choices": [
{
"value": "all",
"text": "Disclose my complete health record including, but not limited to, diagnoses, lab test results, treatment, and billing records for all conditions."
},
{
"value": "partial",
"text": "Disclose my complete health record except for the following information:",
"elements": [
{
"type": "checkbox",
"name": "excludedInformation",
"choices": [
{
"value": "mentalHealth",
"text": "Mental health records"
},
{
"value": "communicableDiseases",
"text": "Communicable diseases including, but not limited to, HIV and AIDS"
},
{
"value": "alcoholDrugAbuse",
"text": "Alcohol/drug abuse treatment records"
},
{
"value": "geneticInfo",
"text": "Genetic information"
}
],
"showOtherItem": true,
"otherText": "Other (specify)"
}
]
}
]
}
]
}
]
},
{
"name": "section3",
"title": "Section III – Reason for Disclosure",
"elements": [
{
"type": "comment",
"name": "reasonOfDataSharingRequest",
"title": "Please detail the reasons why information is being shared. If you are initiating the request for sharing information and do not wish to list the reasons for sharing, write 'at my request'",
"rows": 5
}
]
},
{
"name": "section4",
"title": "Section IV – Who Can Receive My Health Information",
"elements": [
{
"type": "paneldynamic",
"name": "authorizedParties",
"title": "I give authorization for the health information detailed in section II of this document to be shared with the following individual(s) or organization(s)",
"description": "I understand that the person(s)/organization(s) listed below may not be covered by state/federal rules governing privacy and security of data and may be permitted to further share the information that is provided to them",
"templateElements": [
{
"type": "multipletext",
"name": "authorizedParty",
"titleLocation": "hidden",
"items": [
{
"name": "name",
"title": "Name"
},
{
"name": "organization",
"title": "Organization"
},
{
"name": "address",
"title": "Address"
}
]
}
],
"panelCount": 1,
"minPanelCount": 1
}
]
},
{
"name": "section5",
"title": "Section V – Duration of Authorization",
"elements": [
{
"type": "dropdown",
"name": "authValidityPeriod",
"title": "This authorization to share my health information is valid:",
"choices": [
{
"value": "allPeriods",
"text": "All past, present, and future periods"
},
{
"value": "untilEvent",
"text": "The date of the signature in section VI until the following event"
},
{
"value": "period",
"text": "Specified Period: From - To"
}
]
},
{
"type": "text",
"name": "eventName",
"visibleIf": "{authValidityPeriod} = 'untilEvent'",
"titleLocation": "hidden",
"placeholder": "Enter event name"
},
{
"type": "text",
"name": "authValidFrom",
"visibleIf": "{authValidityPeriod} = 'period'",
"title": "From",
"titleLocation": "hidden",
"isRequired": true,
"maskType": "datetime",
"maskSettings": {
"pattern": "dd-mm-yyyy"
},
"placeholder": "from"
},
{
"type": "text",
"name": "authValidTo",
"visibleIf": "{authValidityPeriod} = 'period'",
"startWithNewLine": false,
"title": "To",
"titleLocation": "hidden",
"isRequired": true,
"maskType": "datetime",
"maskSettings": {
"pattern": "dd-mm-yyyy"
},
"placeholder": "to"
},
{
"type": "multipletext",
"name": "revokeAuthParty",
"title": "I understand that I am permitted to revoke this authorization to share my health data at any time and can do so by submitting a request in writing to",
"titleLocation": "top",
"items": [
{
"name": "name",
"title": "Name"
},
{
"name": "organization",
"title": "Organization"
},
{
"name": "address",
"title": "Address"
}
]
},
{
"type": "html",
"name": "question2",
"html": "<span style=\"font-size: medium\">\n<span>I understand that:</span></br>\n<span>- In the event that my information has already been shared by the time my authorization is revoked, it may be too late to cancel permission to share my health data.</span><br>\n</span>- I understand that I do not need to give any further permission for the information detailed in Section II to be shared with the person(s) or organization(s) listed in Section IV.</span></br>\n<span>- I understand that the failure to sign/submit this authorization or the cancellation of this authorization will not prevent me from receiving any treatment or benefits I am entitled to receive, provided this information is not required to determine if I am eligible to receive those treatments or benefits or to pay for the services I receive.</span>\n</span>\n"
}
]
},
{
"name": "section6",
"title": "Section VI – Signature",
"elements": [
{
"type": "signaturepad",
"name": "signature",
"title": "Signature"
},
{
"type": "text",
"name": "date",
"startWithNewLine": false,
"title": "Date",
"maskType": "datetime",
"maskSettings": {
"pattern": "dd-mm-yyyy"
}
},
{
"type": "text",
"name": "userNameConfirmation",
"title": "Print your name"
},
{
"type": "panel",
"name": "panel1",
"title": "If this form is being completed by a person with legal authority to act an individual’s behalf, such as a parent or legal guardian of a minor or health care agent, please complete the following information",
"elements": [
{
"type": "text",
"name": "question9",
"title": "Name of person completing this form",
"titleLocation": "left"
},
{
"type": "signaturepad",
"name": "question8",
"title": "Signature of person completing this form",
"titleLocation": "left"
},
{
"type": "comment",
"name": "question10",
"title": "Describe below how this person has legal authority to sign this form"
}
]
}
]
}
],
"questionErrorLocation": "bottom",
"questionsOnPageMode": "singlePage",
"widthMode": "static"
}
survey.data = {
"personName": "Jane Elizabeth Doe",
"authorizedEntity": "Green Valley Medical Center",
"formOfDisclosure": [
"electronicCopy "
],
"disclosureType": "partial",
"excludedInformation": [
"mentalHealth",
"geneticInfo"
],
"reasonOfDataSharingRequest": "Specialist referral and coordination of ongoing treatment.",
"authorizedParties": [
{
"authorizedParty": {
"name": "Dr. Michael Turner",
"organization": "Riverfront Cardiology Clinic",
"address": "45 River Street, Dublin 2, Ireland"
}
}
],
"authValidityPeriod": "period",
"authValidTo": "2027-01-01",
"revokeAuthParty": {
"name": "Health Records Department",
"organization": "Green Valley Medical Center",
"address": "12 Oakwood Avenue, Dublin 4, Ireland"
},
"date": "2026-03-01",
"userNameConfirmation": "Jane Elizabeth Doe",
"question9": "Jane Elizabeth Doe",
"authValidFrom": "2026-03-01"
}
Survey JSON:
A survey response:
In a survey:
In PDF, no detail questions: