bnapora
06/19/2024, 4:49 PM"resource": [
{
"resourceType": "Patient",
"criteria": "Patient?_compartment=%organization_id"
},
{
"resourceType": "DiagnosticReport",
"criteria": "DiagnosticReport?_compartment=%organization_id"
},
{
"resourceType": "ImagingStudy",
"criteria": "ImagingStudy?_compartment=%organization_id"
},
{
"resourceType": "Observation"
},
{
"resourceType": "MedicationRequest"
},
{
"resourceType": "Task"
}
]
I wanted to see if there is a simpler way to utilize Organization level security without having to explicitly add every resource to the AccessPolicy.reshma
06/20/2024, 4:52 PMbnapora
06/25/2024, 9:06 PM