POST Epic/EpicEHRLaunchVideo

Request Information

URI Parameters

None.

Body Parameters

EAIntegrationEPICRequestWithoutLanguage
NameDescriptionTypeAdditional information
PatientId

string

None.

PatientName

string

None.

PatientLanguage

string

None.

PatientLanguageNew

string

None.

EncounterId

string

None.

EncounterLocation

string

None.

DeptId

string

None.

DeptAbbr

string

None.

Deptname

string

None.

UserId

string

None.

UserName

string

None.

ServiceArea

string

None.

OrganizationReference

string

None.

OrganizationDisplay

string

None.

isProduction

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientId": "sample string 1",
  "PatientName": "sample string 2",
  "PatientLanguage": "sample string 3",
  "PatientLanguageNew": "sample string 4",
  "EncounterId": "sample string 5",
  "EncounterLocation": "sample string 6",
  "DeptId": "sample string 7",
  "DeptAbbr": "sample string 8",
  "Deptname": "sample string 9",
  "UserId": "sample string 10",
  "UserName": "sample string 11",
  "ServiceArea": "sample string 12",
  "OrganizationReference": "sample string 13",
  "OrganizationDisplay": "sample string 14",
  "isProduction": true
}

application/xml, text/xml

Sample:
<EAIntegrationEPICRequestWithoutLanguage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <DeptAbbr>sample string 8</DeptAbbr>
  <DeptId>sample string 7</DeptId>
  <Deptname>sample string 9</Deptname>
  <EncounterId>sample string 5</EncounterId>
  <EncounterLocation>sample string 6</EncounterLocation>
  <OrganizationDisplay>sample string 14</OrganizationDisplay>
  <OrganizationReference>sample string 13</OrganizationReference>
  <PatientId>sample string 1</PatientId>
  <PatientLanguage>sample string 3</PatientLanguage>
  <PatientLanguageNew>sample string 4</PatientLanguageNew>
  <PatientName>sample string 2</PatientName>
  <ServiceArea>sample string 12</ServiceArea>
  <UserId>sample string 10</UserId>
  <UserName>sample string 11</UserName>
  <isProduction>true</isProduction>
</EAIntegrationEPICRequestWithoutLanguage>

Response Information

Resource Description

EpicEHRLaunchVideo

EAIntegrationResultEPICRequestWithoutLanguage
NameDescriptionTypeAdditional information
PreInviteToken

string

None.

URL

string

None.

Successful

boolean

None.

Reason

string

None.

Response Formats

application/json, text/json

Sample:
{
  "PreInviteToken": "sample string 1",
  "URL": "sample string 2",
  "Successful": true,
  "Reason": "sample string 4"
}

application/xml, text/xml

Sample:
<EAIntegrationResultEPICRequestWithoutLanguage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <PreInviteToken>sample string 1</PreInviteToken>
  <Reason>sample string 4</Reason>
  <Successful>true</Successful>
  <URL>sample string 2</URL>
</EAIntegrationResultEPICRequestWithoutLanguage>