PUT fhir/{TenantName}/{TenantID}/{FhirVersion}/context/_savecontext
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TenantName | string |
None. |
|
TenantID | string |
None. |
|
FhirVersion | string |
None. |
Body Parameters
EHRLaunchInstructionsName | Description | Type | Additional information |
---|---|---|---|
PatientId | string |
None. |
|
ClinicianId | string |
None. |
|
LaunchNonce | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PatientId": "sample string 1", "ClinicianId": "sample string 2", "LaunchNonce": "sample string 3" }
application/xml, text/xml
Sample:
<EHRLaunchInstructions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FhirFramework.EHRLaunch"><ClinicianId>sample string 2</ClinicianId><LaunchNonce>sample string 3</LaunchNonce><PatientId>sample string 1</PatientId></EHRLaunchInstructions>
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>