Base profile: https://www.hl7.org/fhir/servicerequest.html
The ServiceRequest resource can be used to retrieve any order that can be electronically ordered within EMA. This resource can be configured in various ways depending on the use case.
Common Use Cases:
- Vendor-Specific Orders:
A typical use case is when a vendor only needs to be notified of new orders specific to them. For example, in the case of lab orders, a practice may send orders to multiple labs (e.g., Lab A and Lab B). In this scenario, Lab A only needs to see orders meant for them and should not be aware of orders sent to Lab B. To facilitate this, the system can be configured so that when the vendor queries the ServiceRequest resource, they will only see orders where they are the selected performer. - All Orders:
Some vendors may need to be aware of all orders, regardless of where they are performed. For these vendors, the system can be configured to allow access to all ServiceRequests, not limited to specific performers.
Configuration Notes:
- It's important to inform ModMed Integration (MMI) of your specific needs so the correct configuration can be applied.
- By default, when you are provisioned a generic sandbox, you will likely have access to view all ServiceRequests unless you explicitly request a vendor-specific setup.
The following attributes are supported:
Field Name | Notes |
---|---|
id | |
lastUpdated | |
basedOn | RequestGroup Reference |
requisition | string - the requisition (order) number in EMA |
status | draft, active, closed |
intent | order |
category | Type of Order - ValueSet/service-request-category-type
|
priority | |
code | Orderable Code - likely CPT, LOINC, or Compendium code |
subject | Reference to Encounter |
occurrenceDateTime | |
authoredOn | datetime |
requester | Reference to Practitioner |
reasonCode | Typically an ICD10 diagnosis |
insurance | Reference to Coverage |
bodySite | If the practitioner selected a body location in EMA, that will appear here |
note | Additional clinically relevant data |
supportingInfo | Reference to the Order PDF Document |