Create Encounter
POST {{baseUrl}}/api/v2/Encounter
Overview:
Adds new encounter records to the system, facilitating the seamless integration of updated visit information and supporting efficient documentation of patient interactions within healthcare applications.
This is only supported in ATHENA.
Use Cases:
Create New Encounter: Initiate a new patient encounter
Submit Encounter Data: Add data to an encounter
Record Encounter Notes: Store clinical notes for an encounter
Document Encounter Diagnoses: Add diagnoses to an encounter
Log Encounter Procedures: Record procedures during an encounter
Request Body
{"context"=>{"departmentId"=>"<string>"}, "data"=>{"resourceType"=>"<string>", "subject"=>{"reference"=>"<string>"}, "extension"=>[{"url"=>"<string>", "valueString"=>"<string>"}, {"url"=>"<string>", "valueString"=>"<string>"}]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source id provided for connecting to the data source | |
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"context":{"requestId":"\u003cstring\u003e","source":"\u003cstring\u003e","quorum":"\u003cboolean\u003e","notify":"\u003cboolean\u003e"},"data":{"id":"\u003cinteger\u003e","status":"\u003cstring\u003e"}}