POST api/THEncounter/EncounterPost
Request Information
URI Parameters
None.
Body Parameters
THEncounterModel| Name | 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 Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | Message |
None. |
|
| AppointmentId | 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": "1713a0c8-2596-422c-b79b-be205a0b2cc0",
"PatientId": "1c36faaf-7ffa-4890-bd1b-699b27e3b6d9",
"AccountId": "e99d3c41-dc52-4eba-bd90-adc51961c609"
},
{
"Message": {
"status": "sample string 1",
"Code": 2,
"text": "sample string 3"
},
"EncounterId": "1713a0c8-2596-422c-b79b-be205a0b2cc0",
"PatientId": "1c36faaf-7ffa-4890-bd1b-699b27e3b6d9",
"AccountId": "e99d3c41-dc52-4eba-bd90-adc51961c609"
}
]