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

: OAuthRegistrationRequest1 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Basic ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "OAuthRegistrationRequest1"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Basic OAuthRegistrationRequest1</b></p><a name=\"OAuthRegistrationRequest1\"> </a><a name=\"hcOAuthRegistrationRequest1\"> </a><a name=\"OAuthRegistrationRequest1-en-US\"> </a><p><b>resourceType</b>: OAuthRegistrationRequest</p><p><b>client_name</b>: Test Harness</p><p><b>scope</b>: fhir organization/read location/read</p><p><b>token_endpoint_auth_method</b>: code</p><p><b>grant_types</b>: code</p><p><b>redirect_uris</b>: http://localhost:3000/redirect</p><p><b>code</b>: <span title=\"Codes:\">Administrative Activity</span></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "resourceType"^^xsd:anyURI ] ;
fhir:value [ fhir:v "OAuthRegistrationRequest" ]
  ] [
fhir:url [ fhir:v "client_name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Test Harness" ]
  ] [
fhir:url [ fhir:v "scope"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fhir organization/read location/read" ]
  ] [
fhir:url [ fhir:v "token_endpoint_auth_method"^^xsd:anyURI ] ;
fhir:value [ fhir:v "code" ]
  ] [
fhir:url [ fhir:v "grant_types"^^xsd:anyURI ] ;
fhir:value [ fhir:v "code" ]
  ] [
fhir:url [ fhir:v "redirect_uris"^^xsd:anyURI ] ;
fhir:value [ fhir:v "http://localhost:3000/redirect" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:code [ fhir:v "adminact" ] ;
fhir:display [ fhir:v "Administrative Activity" ]     ] )
  ] . #