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

: oauthScopes - XML Representation

Draft as of 2015-08-04

Raw xml | Download



<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="oauthScopes"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition oauthScopes</b></p><a name="oauthScopes"> </a><a name="hcoauthScopes"> </a><a name="oauthScopes-en-US"> </a><p>URL: [base]/Consent/[id]/$oauthScopes</p><h3>Parameters</h3><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>patient</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a></td><td/><td><div><p>Usage:  GET /Consent/$oauthScopes?patient=Patient/{patientId}</p>
</div></td></tr><tr><td>IN</td><td>consentor</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a></td><td/><td><div><p>Usage:  GET /Consent/$oauthScopes?consentor=RelatedPerson/{relatedPersonId}</p>
</div></td></tr><tr><td>IN</td><td>practitioner</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a></td><td/><td><div><p>Usage:  GET /Consent/$oauthScopes?practitioner=Practitioner/{practitionerId}</p>
</div></td></tr><tr><td>IN</td><td>organization</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a></td><td/><td><div><p>Usage:  GET /Consent/$oauthScopes?organization=Organization/{organizationId}</p>
</div></td></tr></table></div>
  </text>
  <url value="http://h7.org/fhir/OperationDefinition/example"/>
  <version value="0.2.2"/>
  <name value="Generate OAuth Scopes"/>
  <status value="draft"/>
  <kind value="operation"/>
  <date value="2015-08-04"/>
  <publisher value="MITRE"/>
  <contact>
    <name value="MITRE"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.mitre.org"/>
    </telecom>
  </contact>
  <description value="Return a list of OAuth scopes"/>
  <code value="oauthScopes"/>
  <base value="OperationDefinition/Consent-oauthScopes"/>
  <resource value="Consent"/>
  <system value="false"/>
  <type value="false"/>
  <instance value="true"/>
  <parameter>
    <name value="patient"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="Usage:  GET /Consent/$oauthScopes?patient=Patient/{patientId}"/>
    <type value="Reference"/>
  </parameter>
  <parameter>
    <name value="consentor"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="Usage:  GET /Consent/$oauthScopes?consentor=RelatedPerson/{relatedPersonId}"/>
    <type value="Reference"/>
  </parameter>
  <parameter>
    <name value="practitioner"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="Usage:  GET /Consent/$oauthScopes?practitioner=Practitioner/{practitionerId}"/>
    <type value="Reference"/>
  </parameter>
  <parameter>
    <name value="organization"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="Usage:  GET /Consent/$oauthScopes?organization=Organization/{organizationId}"/>
    <type value="Reference"/>
  </parameter>
  <overload>
    <parameterName value="patient"/>
    <parameterName value="consentor"/>
    <parameterName value="practitioner"/>
    <parameterName value="organization"/>
  </overload>
</OperationDefinition>