HL7 Terminology (THO)
3.0.0 - Publication

This page is part of the HL7 Terminology (v3.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: SmartCapabilities - 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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "smart-capabilities"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-04-09T15:10:28.568-06:00"^^xsd:dateTime ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://terminology.hl7.org/CodeSystem/smart-capabilities 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:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/smart-capabilities"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1265" ]
  ];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "SmartCapabilities"];
  fhir:CodeSystem.title [ fhir:value "SmartCapabilities"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2020-04-09T21:10:28+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Codes that define what the server is capable of."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://terminology.hl7.org/ValueSet/smart-capabilities";
     fhir:link <http://terminology.hl7.org/ValueSet/smart-capabilities>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "launch-ehr" ];
     fhir:CodeSystem.concept.display [ fhir:value "EHR Launch Mode" ];
     fhir:CodeSystem.concept.definition [ fhir:value "support for SMART’s EHR Launch mode." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "launch-standalone" ];
     fhir:CodeSystem.concept.display [ fhir:value "Standalone Launch Mode" ];
     fhir:CodeSystem.concept.definition [ fhir:value "support for SMART’s Standalone Launch mode." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "client-public" ];
     fhir:CodeSystem.concept.display [ fhir:value "Public Client Profile" ];
     fhir:CodeSystem.concept.definition [ fhir:value "support for SMART’s public client profile (no client authentication)." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "client-confidential-symmetric" ];
     fhir:CodeSystem.concept.display [ fhir:value "Confidential Client Profile" ];
     fhir:CodeSystem.concept.definition [ fhir:value "support for SMART’s confidential client profile (symmetric client secret authentication)." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "sso-openid-connect" ];
     fhir:CodeSystem.concept.display [ fhir:value "Supports OpenID Connect" ];
     fhir:CodeSystem.concept.definition [ fhir:value "support for SMART’s OpenID Connect profile." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "context-passthrough-banner" ];
     fhir:CodeSystem.concept.display [ fhir:value "Allows \"Need Patient Banner\"" ];
     fhir:CodeSystem.concept.definition [ fhir:value "support for “need patient banner” launch context (conveyed via need_patient_banner token parameter)." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "context-passthrough-style" ];
     fhir:CodeSystem.concept.display [ fhir:value "Allows \"Smart Style Style\"" ];
     fhir:CodeSystem.concept.definition [ fhir:value "support for “SMART style URL” launch context (conveyed via smart_style_url token parameter)." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "context-ehr-patient" ];
     fhir:CodeSystem.concept.display [ fhir:value "Allows \"Patient Level Launch Context (EHR)\"" ];
     fhir:CodeSystem.concept.definition [ fhir:value "support for patient-level launch context (requested by launch/patient scope, conveyed via patient token parameter)." ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "context-ehr-encounter" ];
     fhir:CodeSystem.concept.display [ fhir:value "Allows \"Encounter Level Launch Context (EHR)\"" ];
     fhir:CodeSystem.concept.definition [ fhir:value "support for encounter-level launch context (requested by launch/encounter scope, conveyed via encounter token parameter)." ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "context-standalone-patient" ];
     fhir:CodeSystem.concept.display [ fhir:value "Allows \"Patient Level Launch Context (STANDALONE)\"" ];
     fhir:CodeSystem.concept.definition [ fhir:value "support for patient-level launch context (requested by launch/patient scope, conveyed via patient token parameter)." ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "context-standalone-encounter" ];
     fhir:CodeSystem.concept.display [ fhir:value "Allows \"Encounter Level Launch Context (STANDALONE)\"" ];
     fhir:CodeSystem.concept.definition [ fhir:value "support for encounter-level launch context (requested by launch/encounter scope, conveyed via encounter token parameter)." ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "permission-offline" ];
     fhir:CodeSystem.concept.display [ fhir:value "Supports Refresh Token" ];
     fhir:CodeSystem.concept.definition [ fhir:value "support for refresh tokens (requested by offline_access scope)." ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.concept.code [ fhir:value "permission-patient" ];
     fhir:CodeSystem.concept.display [ fhir:value "Supports Patient Level Scopes" ];
     fhir:CodeSystem.concept.definition [ fhir:value "support for patient-level scopes (e.g. patient/Observation.read)." ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.concept.code [ fhir:value "permission-user" ];
     fhir:CodeSystem.concept.display [ fhir:value "Supports User Level Scopes" ];
     fhir:CodeSystem.concept.definition [ fhir:value "support for user-level scopes (e.g. user/Appointment.read)." ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.