@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 "

This case-sensitive code system http://terminology.hl7.org/CodeSystem/smart-capabilities defines the following codes:

CodeDisplayDefinition
launch-ehr EHR Launch Modesupport for SMART’s EHR Launch mode.
launch-standalone Standalone Launch Modesupport for SMART’s Standalone Launch mode.
client-public Public Client Profilesupport for SMART’s public client profile (no client authentication).
client-confidential-symmetric Confidential Client Profilesupport for SMART’s confidential client profile (symmetric client secret authentication).
sso-openid-connect Supports OpenID Connectsupport for SMART’s OpenID Connect profile.
context-passthrough-banner Allows "Need Patient Banner"support for “need patient banner” launch context (conveyed via need_patient_banner token parameter).
context-passthrough-style Allows "Smart Style Style"support for “SMART style URL” launch context (conveyed via smart_style_url token parameter).
context-ehr-patient Allows "Patient Level Launch Context (EHR)"support for patient-level launch context (requested by launch/patient scope, conveyed via patient token parameter).
context-ehr-encounter Allows "Encounter Level Launch Context (EHR)"support for encounter-level launch context (requested by launch/encounter scope, conveyed via encounter token parameter).
context-standalone-patient Allows "Patient Level Launch Context (STANDALONE)"support for patient-level launch context (requested by launch/patient scope, conveyed via patient token parameter).
context-standalone-encounter Allows "Encounter Level Launch Context (STANDALONE)"support for encounter-level launch context (requested by launch/encounter scope, conveyed via encounter token parameter).
permission-offline Supports Refresh Tokensupport for refresh tokens (requested by offline_access scope).
permission-patient Supports Patient Level Scopessupport for patient-level scopes (e.g. patient/Observation.read).
permission-user Supports User Level Scopessupport for user-level scopes (e.g. user/Appointment.read).
" ] ; # 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 ] ; # 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)." ] ] ) . # # -------------------------------------------------------------------------------------