@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/4.3/CodeSystem/smart-capabilities> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "smart-capabilities"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/smart-capabilities defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">launch-ehr\n                  <a name=\"smart-capabilities-launch-ehr\"> </a>\n                </td>\n                <td>EHR Launch Mode</td>\n                <td>support for SMART’s EHR Launch mode.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">launch-standalone\n                  <a name=\"smart-capabilities-launch-standalone\"> </a>\n                </td>\n                <td>Standalone Launch Mode</td>\n                <td>support for SMART’s Standalone Launch mode.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">client-public\n                  <a name=\"smart-capabilities-client-public\"> </a>\n                </td>\n                <td>Public Client Profile</td>\n                <td>support for SMART’s public client profile (no client authentication).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">client-confidential-symmetric\n                  <a name=\"smart-capabilities-client-confidential-symmetric\"> </a>\n                </td>\n                <td>Confidential Client Profile</td>\n                <td>support for SMART’s confidential client profile (symmetric client secret authentication).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">sso-openid-connect\n                  <a name=\"smart-capabilities-sso-openid-connect\"> </a>\n                </td>\n                <td>Supports OpenID Connect</td>\n                <td>support for SMART’s OpenID Connect profile.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">context-passthrough-banner\n                  <a name=\"smart-capabilities-context-passthrough-banner\"> </a>\n                </td>\n                <td>Allows \"Need Patient Banner\"</td>\n                <td>support for “need patient banner” launch context (conveyed via need_patient_banner token parameter).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">context-passthrough-style\n                  <a name=\"smart-capabilities-context-passthrough-style\"> </a>\n                </td>\n                <td>Allows \"Smart Style Style\"</td>\n                <td>support for “SMART style URL” launch context (conveyed via smart_style_url token parameter).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">context-ehr-patient\n                  <a name=\"smart-capabilities-context-ehr-patient\"> </a>\n                </td>\n                <td>Allows \"Patient Level Launch Context (EHR)\"</td>\n                <td>support for patient-level launch context (requested by launch/patient scope, conveyed via patient token parameter).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">context-ehr-encounter\n                  <a name=\"smart-capabilities-context-ehr-encounter\"> </a>\n                </td>\n                <td>Allows \"Encounter Level Launch Context (EHR)\"</td>\n                <td>support for encounter-level launch context (requested by launch/encounter scope, conveyed via encounter token parameter).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">context-standalone-patient\n                  <a name=\"smart-capabilities-context-standalone-patient\"> </a>\n                </td>\n                <td>Allows \"Patient Level Launch Context (STANDALONE)\"</td>\n                <td>support for patient-level launch context (requested by launch/patient scope, conveyed via patient token parameter).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">context-standalone-encounter\n                  <a name=\"smart-capabilities-context-standalone-encounter\"> </a>\n                </td>\n                <td>Allows \"Encounter Level Launch Context (STANDALONE)\"</td>\n                <td>support for encounter-level launch context (requested by launch/encounter scope, conveyed via encounter token parameter).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">permission-offline\n                  <a name=\"smart-capabilities-permission-offline\"> </a>\n                </td>\n                <td>Supports Refresh Token</td>\n                <td>support for refresh tokens (requested by offline_access scope).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">permission-patient\n                  <a name=\"smart-capabilities-permission-patient\"> </a>\n                </td>\n                <td>Supports Patient Level Scopes</td>\n                <td>support for patient-level scopes (e.g. patient/Observation.read).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">permission-user\n                  <a name=\"smart-capabilities-permission-user\"> </a>\n                </td>\n                <td>Supports User Level Scopes</td>\n                <td>support for user-level scopes (e.g. user/Appointment.read).</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r4b.r5"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "fhir"
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/smart-capabilities"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.3.0"] ; # 
  fhir:name [ fhir:v "SmartCapabilities"] ; # 
  fhir:title [ fhir:v "SmartCapabilities"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2022-05-28T12:47:40+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR Infrastructure" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes that define what the server is capable of."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/smart-capabilities"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/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)." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

