ElectronicFax

The FHIR R4 ElectronicFax resource is used to represent fax transmission details for sending healthcare-related documents via fax. It supports the transmission of clinical records, prescriptions, referrals, and other important medical documents, ensuring secure and efficient sharing of information between providers.

Use Cases

  • Send clinical documents via fax to external providers
  • Receive incoming faxes and link them to patient records
  • Track fax transmission statuses and errors
  • Archive faxed documents for patient record keeping
  • Integrate faxed documents into EHR workflows

Base URLs

Authentication

All requests require OAuth 2.0 authentication using a Bearer Token. Unauthorized requests return 401 Unauthorized responses.

Required scopes:

  • electronicfax.read for GET
  • electronicfax.write for POST, PUT, DELETE

For more information, go to: OAuth 2.0 Authentication.

Supported Methods

MethodOperationDescription
GETSearch FaxesRetrieves a list of faxes sent or received by the authenticated user
GETRead FaxRetrieves metadata and status of a specific fax
POSTSend FaxSends a new fax by submitting a DocumentReference resource

Frequently Used Search Parameters

ParameterDescriptionFHIR Value Set / Example ValuesFHIR Data TypeRequired
patientFilters by patient IDPatient/{id}ReferenceYes
statusFilters by fax transmission statusElectronicFaxStatus (sent)tokenNo
dateSentFilters by the date the fax was sentge2024-01-01, le2024-12-31dateNo
recipientFilters by the recipient of the fax transmissionPractitioner/{id}, Organization/{id}ReferenceNo

Commonly Returned Resource Attributes

AttributeDescriptionExample ValuesFHIR Data TypeRequired
patientReference to the patient associated with the fax transmissionPatient/{id}Reference(Patient)Yes
statusCurrent status of the fax transmissionsentCodeableConceptYes
dateSentThe date the fax was sent2024-02-12T12:34:56ZdateTimeYes
recipientReference to the recipient of the faxPractitioner/{id}, Organization/{id}ReferenceYes
documentReferenceReference to the document being transmittedDocumentReference/{id}ReferenceYes

Webhooks

Clients can subscribe to receive notifications when a fax is successfully sent or when an error occurs during transmission. For more information, go to: Webhooks & Polling.

Error Handling

All ElectronicFax operations follow standard Health Gorilla error handling, including use of FHIR OperationOutcome for structured responses. For more information, go to: Error Handling.

Additional Resources

HL7 FHIR ElectronicFax