HL7 Terminology (THO)
5.5.0 - Continuous Process Integration (ci build) International flag

HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 5.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions

: SmartCapabilities - TTL Representation

Draft as of 2020-04-09

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "smart-capabilities"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/smart-capabilities</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">launch-ehr<a name=\"smart-capabilities-launch-ehr\"> </a></td><td>EHR Launch Mode</td><td>support for SMART’s EHR Launch mode.</td></tr><tr><td style=\"white-space:nowrap\">launch-standalone<a name=\"smart-capabilities-launch-standalone\"> </a></td><td>Standalone Launch Mode</td><td>support for SMART’s Standalone Launch mode.</td></tr><tr><td style=\"white-space:nowrap\">client-public<a name=\"smart-capabilities-client-public\"> </a></td><td>Public Client Profile</td><td>support for SMART’s public client profile (no client authentication).</td></tr><tr><td style=\"white-space:nowrap\">client-confidential-symmetric<a name=\"smart-capabilities-client-confidential-symmetric\"> </a></td><td>Confidential Client Profile</td><td>support for SMART’s confidential client profile (symmetric client secret authentication).</td></tr><tr><td style=\"white-space:nowrap\">sso-openid-connect<a name=\"smart-capabilities-sso-openid-connect\"> </a></td><td>Supports OpenID Connect</td><td>support for SMART’s OpenID Connect profile.</td></tr><tr><td style=\"white-space:nowrap\">context-passthrough-banner<a name=\"smart-capabilities-context-passthrough-banner\"> </a></td><td>Allows &quot;Need Patient Banner&quot;</td><td>support for “need patient banner” launch context (conveyed via need_patient_banner token parameter).</td></tr><tr><td style=\"white-space:nowrap\">context-passthrough-style<a name=\"smart-capabilities-context-passthrough-style\"> </a></td><td>Allows &quot;Smart Style Style&quot;</td><td>support for “SMART style URL” launch context (conveyed via smart_style_url token parameter).</td></tr><tr><td style=\"white-space:nowrap\">context-ehr-patient<a name=\"smart-capabilities-context-ehr-patient\"> </a></td><td>Allows &quot;Patient Level Launch Context (EHR)&quot;</td><td>support for patient-level launch context (requested by launch/patient scope, conveyed via patient token parameter).</td></tr><tr><td style=\"white-space:nowrap\">context-ehr-encounter<a name=\"smart-capabilities-context-ehr-encounter\"> </a></td><td>Allows &quot;Encounter Level Launch Context (EHR)&quot;</td><td>support for encounter-level launch context (requested by launch/encounter scope, conveyed via encounter token parameter).</td></tr><tr><td style=\"white-space:nowrap\">context-standalone-patient<a name=\"smart-capabilities-context-standalone-patient\"> </a></td><td>Allows &quot;Patient Level Launch Context (STANDALONE)&quot;</td><td>support for patient-level launch context (requested by launch/patient scope, conveyed via patient token parameter).</td></tr><tr><td style=\"white-space:nowrap\">context-standalone-encounter<a name=\"smart-capabilities-context-standalone-encounter\"> </a></td><td>Allows &quot;Encounter Level Launch Context (STANDALONE)&quot;</td><td>support for encounter-level launch context (requested by launch/encounter scope, conveyed via encounter token parameter).</td></tr><tr><td style=\"white-space:nowrap\">permission-offline<a name=\"smart-capabilities-permission-offline\"> </a></td><td>Supports Refresh Token</td><td>support for refresh tokens (requested by offline_access scope).</td></tr><tr><td style=\"white-space:nowrap\">permission-patient<a name=\"smart-capabilities-permission-patient\"> </a></td><td>Supports Patient Level Scopes</td><td>support for patient-level scopes (e.g. patient/Observation.read).</td></tr><tr><td style=\"white-space:nowrap\">permission-user<a name=\"smart-capabilities-permission-user\"> </a></td><td>Supports User Level Scopes</td><td>support for user-level scopes (e.g. user/Appointment.read).</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/smart-capabilities"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.1265" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "SmartCapabilities"] ; # 
  fhir:title [ fhir:v "SmartCapabilities"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-04-09T21:10:28+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Health Level Seven International"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hq@HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes that define what the server is capable of."] ; # 
  fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/smart-capabilities"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/smart-capabilities>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "launch-ehr" ] ;
fhir:display [ fhir:v "EHR Launch Mode" ] ;
fhir:definition [ fhir:v "support for SMART’s EHR Launch mode." ]
  ] [
fhir:code [ fhir:v "launch-standalone" ] ;
fhir:display [ fhir:v "Standalone Launch Mode" ] ;
fhir:definition [ fhir:v "support for SMART’s Standalone Launch mode." ]
  ] [
fhir:code [ fhir:v "client-public" ] ;
fhir:display [ fhir:v "Public Client Profile" ] ;
fhir:definition [ fhir:v "support for SMART’s public client profile (no client authentication)." ]
  ] [
fhir:code [ fhir:v "client-confidential-symmetric" ] ;
fhir:display [ fhir:v "Confidential Client Profile" ] ;
fhir:definition [ fhir:v "support for SMART’s confidential client profile (symmetric client secret authentication)." ]
  ] [
fhir:code [ fhir:v "sso-openid-connect" ] ;
fhir:display [ fhir:v "Supports OpenID Connect" ] ;
fhir:definition [ fhir:v "support for SMART’s OpenID Connect profile." ]
  ] [
fhir:code [ fhir:v "context-passthrough-banner" ] ;
fhir:display [ fhir:v "Allows \"Need Patient Banner\"" ] ;
fhir:definition [ fhir:v "support for “need patient banner” launch context (conveyed via need_patient_banner token parameter)." ]
  ] [
fhir:code [ fhir:v "context-passthrough-style" ] ;
fhir:display [ fhir:v "Allows \"Smart Style Style\"" ] ;
fhir:definition [ fhir:v "support for “SMART style URL” launch context (conveyed via smart_style_url token parameter)." ]
  ] [
fhir:code [ fhir:v "context-ehr-patient" ] ;
fhir:display [ fhir:v "Allows \"Patient Level Launch Context (EHR)\"" ] ;
fhir:definition [ fhir:v "support for patient-level launch context (requested by launch/patient scope, conveyed via patient token parameter)." ]
  ] [
fhir:code [ fhir:v "context-ehr-encounter" ] ;
fhir:display [ fhir:v "Allows \"Encounter Level Launch Context (EHR)\"" ] ;
fhir:definition [ fhir:v "support for encounter-level launch context (requested by launch/encounter scope, conveyed via encounter token parameter)." ]
  ] [
fhir:code [ fhir:v "context-standalone-patient" ] ;
fhir:display [ fhir:v "Allows \"Patient Level Launch Context (STANDALONE)\"" ] ;
fhir:definition [ fhir:v "support for patient-level launch context (requested by launch/patient scope, conveyed via patient token parameter)." ]
  ] [
fhir:code [ fhir:v "context-standalone-encounter" ] ;
fhir:display [ fhir:v "Allows \"Encounter Level Launch Context (STANDALONE)\"" ] ;
fhir:definition [ fhir:v "support for encounter-level launch context (requested by launch/encounter scope, conveyed via encounter token parameter)." ]
  ] [
fhir:code [ fhir:v "permission-offline" ] ;
fhir:display [ fhir:v "Supports Refresh Token" ] ;
fhir:definition [ fhir:v "support for refresh tokens (requested by offline_access scope)." ]
  ] [
fhir:code [ fhir:v "permission-patient" ] ;
fhir:display [ fhir:v "Supports Patient Level Scopes" ] ;
fhir:definition [ fhir:v "support for patient-level scopes (e.g. patient/Observation.read)." ]
  ] [
fhir:code [ fhir:v "permission-user" ] ;
fhir:display [ fhir:v "Supports User Level Scopes" ] ;
fhir:definition [ fhir:v "support for user-level scopes (e.g. user/Appointment.read)." ]
  ] ) . #