|
361 | 361 | },
|
362 | 362 | "NoteTemplate":{
|
363 | 363 | "shape":"MedicalScribeNoteTemplate",
|
364 |
| - "documentation":"<p>Specify one of the following templates to use for the clinical note summary. The default is <code>HISTORY_AND_PHYSICAL</code>.</p> <ul> <li> <p>HISTORY_AND_PHYSICAL: Provides summaries for key sections of the clinical documentation. Sections include Chief Complaint, History of Present Illness, Review of Systems, Past Medical History, Assessment, and Plan.</p> </li> <li> <p>GIRPP: Provides summaries based on the patients progress toward goals. Sections include Goal, Intervention, Response, Progress, and Plan.</p> </li> </ul>" |
| 364 | + "documentation":"<p>Specify one of the following templates to use for the clinical note summary. The default is <code>HISTORY_AND_PHYSICAL</code>.</p> <ul> <li> <p>HISTORY_AND_PHYSICAL: Provides summaries for key sections of the clinical documentation. Examples of sections include Chief Complaint, History of Present Illness, Review of Systems, Past Medical History, Assessment, and Plan. </p> </li> <li> <p>GIRPP: Provides summaries based on the patients progress toward goals. Examples of sections include Goal, Intervention, Response, Progress, and Plan.</p> </li> <li> <p>BIRP: Focuses on the patient's behavioral patterns and responses. Examples of sections include Behavior, Intervention, Response, and Plan.</p> </li> <li> <p>SIRP: Emphasizes the situational context of therapy. Examples of sections include Situation, Intervention, Response, and Plan.</p> </li> <li> <p>DAP: Provides a simplified format for clinical documentation. Examples of sections include Data, Assessment, and Plan.</p> </li> <li> <p>BEHAVIORAL_SOAP: Behavioral health focused documentation format. Examples of sections include Subjective, Objective, Assessment, and Plan.</p> </li> <li> <p>PHYSICAL_SOAP: Physical health focused documentation format. Examples of sections include Subjective, Objective, Assessment, and Plan.</p> </li> </ul>" |
365 | 365 | }
|
366 | 366 | },
|
367 | 367 | "documentation":"<p>The output configuration for aggregated transcript and clinical note generation.</p>"
|
|
421 | 421 | "members":{
|
422 | 422 | "StartTime":{
|
423 | 423 | "shape":"Double",
|
424 |
| - "documentation":"<p>The start time, in milliseconds, of the utterance that was identified as PII.</p>" |
| 424 | + "documentation":"<p>The start time of the utterance that was identified as PII in seconds, with millisecond precision (e.g., 1.056)</p>" |
425 | 425 | },
|
426 | 426 | "EndTime":{
|
427 | 427 | "shape":"Double",
|
428 |
| - "documentation":"<p>The end time, in milliseconds, of the utterance that was identified as PII.</p>" |
| 428 | + "documentation":"<p>The end time of the utterance that was identified as PII in seconds, with millisecond precision (e.g., 1.056)</p>" |
429 | 429 | },
|
430 | 430 | "Category":{
|
431 | 431 | "shape":"String",
|
|
507 | 507 | "members":{
|
508 | 508 | "StartTime":{
|
509 | 509 | "shape":"Double",
|
510 |
| - "documentation":"<p>The start time, in milliseconds, of the transcribed item.</p>" |
| 510 | + "documentation":"<p>The start time of the transcribed item in seconds, with millisecond precision (e.g., 1.056)</p>" |
511 | 511 | },
|
512 | 512 | "EndTime":{
|
513 | 513 | "shape":"Double",
|
514 |
| - "documentation":"<p>The end time, in milliseconds, of the transcribed item.</p>" |
| 514 | + "documentation":"<p>The end time of the transcribed item in seconds, with millisecond precision (e.g., 1.056)</p>" |
515 | 515 | },
|
516 | 516 | "Type":{
|
517 | 517 | "shape":"ItemType",
|
|
706 | 706 | "members":{
|
707 | 707 | "StartTime":{
|
708 | 708 | "shape":"Double",
|
709 |
| - "documentation":"<p>The start time, in milliseconds, of the utterance that was identified as PHI.</p>" |
| 709 | + "documentation":"<p>The start time, in seconds, of the utterance that was identified as PHI.</p>" |
710 | 710 | },
|
711 | 711 | "EndTime":{
|
712 | 712 | "shape":"Double",
|
713 |
| - "documentation":"<p>The end time, in milliseconds, of the utterance that was identified as PHI.</p>" |
| 713 | + "documentation":"<p>The end time, in seconds, of the utterance that was identified as PHI.</p>" |
714 | 714 | },
|
715 | 715 | "Category":{
|
716 | 716 | "shape":"String",
|
|
736 | 736 | "members":{
|
737 | 737 | "StartTime":{
|
738 | 738 | "shape":"Double",
|
739 |
| - "documentation":"<p>The start time, in milliseconds, of the transcribed item.</p>" |
| 739 | + "documentation":"<p>The start time, in seconds, of the transcribed item.</p>" |
740 | 740 | },
|
741 | 741 | "EndTime":{
|
742 | 742 | "shape":"Double",
|
743 |
| - "documentation":"<p>The end time, in milliseconds, of the transcribed item.</p>" |
| 743 | + "documentation":"<p>The end time, in seconds, of the transcribed item.</p>" |
744 | 744 | },
|
745 | 745 | "Type":{
|
746 | 746 | "shape":"ItemType",
|
|
774 | 774 | },
|
775 | 775 | "StartTime":{
|
776 | 776 | "shape":"Double",
|
777 |
| - "documentation":"<p>The start time, in milliseconds, of the <code>Result</code>.</p>" |
| 777 | + "documentation":"<p>The start time, in seconds, of the <code>Result</code>.</p>" |
778 | 778 | },
|
779 | 779 | "EndTime":{
|
780 | 780 | "shape":"Double",
|
781 |
| - "documentation":"<p>The end time, in milliseconds, of the <code>Result</code>.</p>" |
| 781 | + "documentation":"<p>The end time, in seconds, of the <code>Result</code>.</p>" |
782 | 782 | },
|
783 | 783 | "IsPartial":{
|
784 | 784 | "shape":"Boolean",
|
|
932 | 932 | "type":"string",
|
933 | 933 | "enum":[
|
934 | 934 | "HISTORY_AND_PHYSICAL",
|
935 |
| - "GIRPP" |
| 935 | + "GIRPP", |
| 936 | + "DAP", |
| 937 | + "SIRP", |
| 938 | + "BIRP", |
| 939 | + "BEHAVIORAL_SOAP", |
| 940 | + "PHYSICAL_SOAP" |
936 | 941 | ]
|
937 | 942 | },
|
938 | 943 | "MedicalScribeParticipantRole":{
|
|
1297 | 1302 | },
|
1298 | 1303 | "StartTime":{
|
1299 | 1304 | "shape":"Double",
|
1300 |
| - "documentation":"<p>The start time, in milliseconds, of the <code>Result</code>.</p>" |
| 1305 | + "documentation":"<p>The start time of the <code>Result</code> in seconds, with millisecond precision (e.g., 1.056).</p>" |
1301 | 1306 | },
|
1302 | 1307 | "EndTime":{
|
1303 | 1308 | "shape":"Double",
|
1304 |
| - "documentation":"<p>The end time, in milliseconds, of the <code>Result</code>.</p>" |
| 1309 | + "documentation":"<p>The end time of the <code>Result</code> in seconds, with millisecond precision (e.g., 1.056).</p>" |
1305 | 1310 | },
|
1306 | 1311 | "IsPartial":{
|
1307 | 1312 | "shape":"Boolean",
|
|
0 commit comments