forked from Skull-boy/agent-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclinical-information-assistant.yaml
More file actions
79 lines (61 loc) · 1.33 KB
/
Copy pathclinical-information-assistant.yaml
File metadata and controls
79 lines (61 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
version: 1.1
system:
name: Clinical Decision Information Assistant
purpose: Summarizes patient electronic health records for treating physicians
version: "1.0.0"
domain: healthcare
capabilities:
- name: summarize_clinical_history
description: Extracts and formats structured patient timelines from EHR data
resources:
- name: ehr_fhir_store
type: database
access: read
inputs:
- name: patient_id
type: string
required: true
- name: requesting_physician_npi
type: string
required: true
outputs:
- name: clinical_summary
type: json_fhir_bundle
permissions:
- resource: ehr_fhir_store
actions:
- read
- query
constraints:
- type: hipaa_scope_limiter
allowed: ["assigned_patient_only"]
side_effects: []
approvals:
- action: export_summary
required: true
approver: attending_physician
dependencies:
- name: hospital_fhir_server
type: api
required: true
state:
persistence: session
recovery:
strategy: human_escalation
replay:
mode: idempotent
observability:
level: audit
sinks: ["hipaa_audit_log"]
artifacts:
- name: med_summarizer_v1
type: model
integrity_required: true
provenance_required: true
security:
transport_security: "tls_1_3"
sandbox_required: true
auth_required: true
risk:
level: high
category: privacy_breach