Transcription
The Transcription feature allows the user to create and view the list of transcription notes for a specific patient stay in the hospital. The user can also view a list of configured Transcription notes for a patient.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
- Reference
Get transcription notes for a patient
stay
GET
/v1/{practiceid}/stays/{stayid}/transcription/notes
Retrieves all the transcription notes for a specific patient's stay in the hospital.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code
Create a new transcription note for patient
stay
POST
/v1/{practiceid}/stays/{stayid}/transcription/notes
Create a record of a transcription note for a specific patient stay in the hospital
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ Request Body
Expand allOutput Parameters
Expand allExample Code
List of transcribable note
types
GET
/v1/{practiceid}/stays/configuration/transcribablenotetypes
BETA: Retrieves the list of transcribale note types configured in the system.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code