xCaliber healthCare Data Mesh

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 FieldExample ValueSource Data Field DescriptionSource Field Data TypeSource Data Field CardinalityMapped FHIR++ ResourceMapped FHIR Data FieldAugmented MappingAssociated Coding SystemAssociated FHIR Data Field ExtensionMapping Context
clientformid-The ID of the client form being authorized for releaseInteger0..1Consentextension[*].valueInteger-client-form-idTop Level
clientformname-The name of the form that is authorized for releaseString0..1Consentextension[*].valueString-client-form-nameTop Level
deleted-The date the release authorization was deletedString0..1Consentextension[*].valueDate-deletedTop Level
effectivedate-Date that the release authorization is effective fromString0..1Consentidentifier[1].period.start-Top Level
expirationdate-Date that the release authorization expiresString0..1Consentidentifier[1].period.end-Top Level
note-Note in regards to the release authorizationString0..1Consentextension[*].valueString-Top Level
releaseauthorizationid-The id of the release authorizatonInteger0..1Consentidentifier[1].value-Top Level
revokeddate-Date that the release authorization was revokedString0..1Consentextension[*].valueDate-revoked-dateTop Level
signeddate-Date that the patient signed the release authorizationString0..1Consentverification[1].verificationDate-Top Level
status-Current status of the release authorization. These values can be: EXPIRED, VALID, or REVOKEDString0..1Consentextension[*].valueString-statusTop Level
departmentid-Department IDInteger0..1Consentextension[*].valueInteger-department-idTop Level