createEncounter
Generates a new healthcare encounter for a patient, specifying visit details such as status, classification, and involved practitioners or organizations.
Instructions
Creates a new encounter (patient visit). Requires patient ID and status.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
classCode | Yes | The classification of the encounter (e.g., AMB for ambulatory, IMP for inpatient, EMER for emergency). | |
organizationId | No | The ID of the organization providing the encounter. Optional. | |
patientId | Yes | The ID of the patient for this encounter. | |
practitionerId | No | The ID of the practitioner involved in the encounter. Optional. | |
status | Yes | The status of the encounter. |