0.2.2 - ci-build
FastAccessControl, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/awatson1978/fhir-access-control-ig/ and changes regularly. See the Directory of published versions
Official URL: http://h7.org/fhir/OperationDefinition/example | Version: 0.2.2 | |||
Draft as of 2015-08-04 | Computable Name: Generate OAuth Scopes |
Return a list of OAuth scopes
Generated Narrative: OperationDefinition oauthScopes
URL: [base]/Consent/[id]/$oauthScopes
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | patient | 1..1 | Reference | Usage: GET /Consent/$oauthScopes?patient=Patient/{patientId} | ||
IN | consentor | 0..1 | Reference | Usage: GET /Consent/$oauthScopes?consentor=RelatedPerson/{relatedPersonId} | ||
IN | practitioner | 0..1 | Reference | Usage: GET /Consent/$oauthScopes?practitioner=Practitioner/{practitionerId} | ||
IN | organization | 0..1 | Reference | Usage: GET /Consent/$oauthScopes?organization=Organization/{organizationId} |