POST api/THEncounter/EncounterPost
Request Information
URI Parameters
None.
Body Parameters
THEncounterModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
FaciltyId | globally unique identifier |
None. |
|
PatientId | globally unique identifier |
Required |
|
EncounterTypeId | globally unique identifier |
Required |
|
Reason | string |
String length: inclusive between 0 and 500 |
|
ProviderId | globally unique identifier |
None. |
|
AccountId | globally unique identifier |
Required |
|
EncounterOn | date |
Required |
|
CallRefId | string |
None. |
|
CallType | string |
None. |
|
SpecialityID | globally unique identifier |
None. |
|
AppointmentModeId | integer |
None. |
|
ModifiedBy | globally unique identifier |
None. |
|
ModifiedOn | date |
None. |
|
Modified | Member |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EncounterId
Collection of ResultName | Description | Type | Additional information |
---|---|---|---|
Message | Message |
None. |
|
EncounterId | globally unique identifier |
None. |
|
PatientId | globally unique identifier |
None. |
|
AccountId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Message": { "status": "sample string 1", "Code": 2, "text": "sample string 3" }, "EncounterId": "b7874a24-72dc-4a41-a2e6-64740d871c77", "PatientId": "a3afbb9a-6ce5-453d-9ea6-ae4da6f0f019", "AccountId": "fb15ef63-7cc1-407a-b1cf-63a1a7231c35" }, { "Message": { "status": "sample string 1", "Code": 2, "text": "sample string 3" }, "EncounterId": "b7874a24-72dc-4a41-a2e6-64740d871c77", "PatientId": "a3afbb9a-6ce5-453d-9ea6-ae4da6f0f019", "AccountId": "fb15ef63-7cc1-407a-b1cf-63a1a7231c35" } ]