ESMD FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Download
esMD Postman Scripts Download
Overview
This page provides downloadable Postman scripts for interacting with the esMD system. These scripts help HIHs (Health Information Handlers) submit and retrieve transactions related to esMD services.
Prerequisites:
- Client ID & Client Secret – Required for authentication.
- Postman Installed – Download and install Postman.
- esMD Access – Ensure you have completed the onboarding process and received your credentials from the esMD team.
Authentication:
Each script requires a Bearer Token, which can be obtained using the client ID and client secret provided during onboarding.
Available Scripts
Bundle Submission Postman Script
- Description: This script allows HIHs to submit FHIR Bundles containing transaction requests to the esMD system.
- Usage: After authentication, execute the request to send a bundle submission payload.
- Download: Click here to download
Service Registration Postman Script
- Description: Used for registering a provider or organization within the esMD system.
- Usage: Submit provider details using this script to initiate registration.
- Download: Click here to download
Notification Retrieval Postman Script
- Description: Retrieves esMD system-generated notifications for submitted transactions.
- Usage: Run the script to fetch updates on previously submitted transactions.
- Download: Click here to download
Document Retrieval Postman Script
- Description: Retrieves clinical documents related to eMDRs, letters, and prior authorization responses.
- Usage: Execute this request to download base64-encoded documents.
- Download: Click here to download
Delivery Confirmation Postman Script
- Description: Confirms successful delivery of a document retrieved from esMD.
- Usage: Run this script to send an acknowledgment for document retrieval.
- Download: Click here to download
Instructions for Download & Execution:
- Download the required Postman script from the links above.
- Import the script into Postman (
File -> Import -> Select the downloaded script).
- Set up authentication:
- Navigate to the Authorization tab.
- Select OAuth2 and enter your client ID and client secret.
- Generate a Bearer Token.
- Execute the request after setting the required parameters.
- Verify response status and process accordingly.
For any issues, contact the esMD support team.