Draft
Foundation
Permission resource holds access rules for a given data and context.
Endpoints
devhttps://api.sandbox.ovok.com/fhir/R5/Permission
| Interaction | Method | Path |
|---|
| Read | GET | /fhir/R5/Permission/[id] |
| Vread | GET | /fhir/R5/Permission/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/Permission/[id] |
| Patch | PATCH | /fhir/R5/Permission/[id] |
| Delete | DELETE | /fhir/R5/Permission/[id] |
| Create | POST | /fhir/R5/Permission |
| Search | GET | /fhir/R5/Permission?... |
| History | GET | /fhir/R5/Permission/[id]/_history |
| Type-history | GET | /fhir/R5/Permission/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|
status | code | 1..1 | active |
asserter | Reference | 0..1 | The person or entity that asserts the permission |
date | dateTime | 0..* | The date that permission was asserted |
validity | Period | 0..1 | The period in which the permission is active |
justification | BackboneElement | 0..1 | The asserted justification for using the data |
combining | code | 1..1 | deny-overrides |
rule | BackboneElement | 0..* | Constraints to the Permission |
Resource-specific search parameters
| Parameter | Type | Description |
|---|
status | token | active |
Reference
- Official FHIR R5 spec:
Permission
- Maturity: Draft (FMM 0).