AccessPolicy | 0..* | AccessPolicy | A set of rules that govern how a system resource is accessed and used. |
AccessPolicy.id | 0..1 | http://hl7.org/fhirpath/System.String | The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. |
AccessPolicy.meta | 0..1 | Meta | The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource. |
AccessPolicy.name | 1..1 | string | The name of the access policy. |
AccessPolicy.code | 1..1 | code | Unique identifier for an access policy. |
AccessPolicy.description | 0..1 | string | Description of the access policy. |
AccessPolicy.type | 1..1 | code | The type of evaluation that is performed to determine if access is granted or denied. |
AccessPolicy.target | 0..* | BackboneElement | Who the access policy applies to. |
AccessPolicy.target.link | 1..1 | Reference | Who the access policy applies to. |
AccessPolicy.access | 0..* | BackboneElement | The access policy rules that are evaluated to determine if access is granted or denied. |
AccessPolicy.access.fhir | 0..1 | BackboneElement | The access policy rules that are evaluated to determine if access is granted or denied. |
AccessPolicy.access.fhir.method | 1..1 | code | The FHIR Method that is evaluated to determine if access is granted or denied. |
AccessPolicy.access.fhir.resourceType | 0..* | code | FHIR resource types that are granted access. |
AccessPolicy.access.fhir.parameter | 0..* | BackboneElement | FHIR Parameters that are evaluated to determine if access is granted or denied. |
AccessPolicy.access.fhir.parameter.name | 1..1 | code | The name of the FHIR Parameter that is evaluated to determine if access is granted or denied. |
AccessPolicy.access.fhir.parameter.value | 1..1 | string | The value of the FHIR Parameter that is evaluated to determine if access is granted or denied. |