@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 "Placeholder
"
] ; #
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 "0.1.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 "HL7 (FHIR Project)"] ; #
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.hl7.org" ]
] )
] ) ; #
fhir:description [ fhir:v "Codes that define what the server is capable of."] ; #
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)." ]
] ) . #
# -------------------------------------------------------------------------------------