AWS online-register documentation change
Summary
Added new FHIR operations (ExpandValueSetWithGet, ExpandValueSetWithPost, LookupCodeSystemWithGet, LookupCodeSystemWithPost, ValidateResource) to the actions list
Security assessment
The changes document new API operations for ValueSet/CodeSystem resource interactions and validation. No explicit security context, vulnerabilities, or security features are mentioned in the added entries.
Diff
diff --git a/online-register/latest/data-formats/awshealthlake.md b/online-register/latest/data-formats/awshealthlake.md index fcc8a9276..9a7b0a754 100644 --- a//online-register/latest/data-formats/awshealthlake.md +++ b//online-register/latest/data-formats/awshealthlake.md @@ -12,0 +13,2 @@ Actions | Description | Access level +[ExpandValueSetWithGet](https://docs.aws.amazon.com/healthlake/latest/devguide/reference-fhir-operations-expand.html)| Search and expand ValueSet resource| Read +[ExpandValueSetWithPost](https://docs.aws.amazon.com/healthlake/latest/devguide/reference-fhir-operations-expand.html)| Search and expand ValueSet resource| Read @@ -19,0 +22,2 @@ Actions | Description | Access level +[LookupCodeSystemWithGet](https://docs.aws.amazon.com/healthlake/latest/devguide/reference-fhir-operations-lookup.html)| Retrieve Codes for a CodeSystem resource| Read +[LookupCodeSystemWithPost](https://docs.aws.amazon.com/healthlake/latest/devguide/reference-fhir-operations-lookup.html)| Retrieve Codes for a CodeSystem resource| Read @@ -23,0 +28 @@ Actions | Description | Access level +[ValidateResource](https://docs.aws.amazon.com/healthlake/latest/devguide/reference-fhir-operations-validate.html)| Validate a resource| Read