Patient Information Release Authorization
Source Object: Patient Information Release Authorization
Overview and Usage: The "Patient Information Release Authorization" source object is a critical component of healthcare systems that allows patients to provide explicit consent for the release of their health information to specified entities. It is a legal and ethical requirement to ensure the privacy and confidentiality of patient data. This source object includes the following fields:
- ClientFormId: An identifier for the specific release authorization form, which helps distinguish between different authorization documents.
- ClientFormName: The name or title of the release authorization form, providing a clear label for the document.
- Deleted: A flag that indicates whether the release authorization record has been deleted. It helps maintain data integrity and historical tracking.
- EffectiveDate: The date on which the patient's release authorization becomes effective. This is typically the date when the patient signs the form.
- ExpirationDate: The date on which the patient's release authorization expires. After this date, the authorization is no longer valid and must be renewed if needed.
- Note: A field that allows for additional comments or notes related to the release authorization, which can include specific instructions or context.
- ReleaseAuthorizationId: A unique identifier for each patient's release authorization record, enabling efficient tracking and retrieval.
- RevokedDate: If a patient revokes their release authorization, this field captures the date of revocation, ensuring that the data is no longer shared with authorized entities.
- SignedDate: The date on which the patient officially signs the release authorization form, giving consent for the release of their information.
- Status: Indicates the current status of the release authorization, such as "Active," "Revoked," or "Expired."
- DepartmentId: Identifies the department or healthcare entity responsible for managing and storing the release authorization records.
The "Patient Information Release Authorization" source object is essential for healthcare organizations to maintain compliance with privacy regulations, such as HIPAA. It ensures that patient health information is only shared with authorized individuals or entities and that patients have control over their own data. This source object plays a vital role in safeguarding patient privacy and maintaining the trust and security of healthcare information.
Mapping Table
Data Field | Example Value | Source Data Field Description | Source Field Data Type | Source Data Field Cardinality | Mapped FHIR++ Resource | Mapped FHIR Data Field | Augmented Mapping | Associated Coding System | Associated FHIR Data Field Extension | Mapping Context |
---|---|---|---|---|---|---|---|---|---|---|
clientformid | - | The ID of the client form being authorized for release | Integer | 0..1 | Consent | extension[*].valueInteger | - | client-form-id | Top Level | |
clientformname | - | The name of the form that is authorized for release | String | 0..1 | Consent | extension[*].valueString | - | client-form-name | Top Level | |
deleted | - | The date the release authorization was deleted | String | 0..1 | Consent | extension[*].valueDate | - | deleted | Top Level | |
effectivedate | - | Date that the release authorization is effective from | String | 0..1 | Consent | identifier[1].period.start | - | Top Level | ||
expirationdate | - | Date that the release authorization expires | String | 0..1 | Consent | identifier[1].period.end | - | Top Level | ||
note | - | Note in regards to the release authorization | String | 0..1 | Consent | extension[*].valueString | - | Top Level | ||
releaseauthorizationid | - | The id of the release authorizaton | Integer | 0..1 | Consent | identifier[1].value | - | Top Level | ||
revokeddate | - | Date that the release authorization was revoked | String | 0..1 | Consent | extension[*].valueDate | - | revoked-date | Top Level | |
signeddate | - | Date that the patient signed the release authorization | String | 0..1 | Consent | verification[1].verificationDate | - | Top Level | ||
status | - | Current status of the release authorization. These values can be: EXPIRED, VALID, or REVOKED | String | 0..1 | Consent | extension[*].valueString | - | status | Top Level | |
departmentid | - | Department ID | Integer | 0..1 | Consent | extension[*].valueInteger | - | department-id | Top Level |