FHIR™ Edge
RESTful API for FHIR™ Edge
POST C-CCDA to FHIR™ edge service
Authentication (If needed)
Access Token is required in order to access Sandbox API functions.
Put a valid Access Token in each HTTP Request Header:
Authorization: Bearer {access_token}
Endpoints
| Function | Endpoint |
|---|---|
| PostCCDAToFHIR™ |
POST https://sandbox.directmdemail.com/fhir-edge/DSTU3/default/document
Post C-CCDA to FHIR™ edge service |
HTTP Request Header
Authorization: Bearer {accessToken}
Content-Type: text/xml
X-EDGE-ENDPOINT: https://sandbox.directmdemail.com/fhir/baseDstu3
Request Body (format: text/xml)
Raw C-CCDA document in XML format
Success Response Body (format: application/json)
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| resourceType | String | Resource type | ||||||||||||
| type | String | Type of reponse | ||||||||||||
| total | Integer | Number of entries | ||||||||||||
| link | Array |
|
||||||||||||
| entry | response[] |
|