FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/smart-capabilities

Packagehl7.terminology
Resource TypeCodeSystem
Idsmart-capabilities
FHIR VersionR5
Sourcehttp://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-smart-capabilities.html
URLhttp://terminology.hl7.org/CodeSystem/smart-capabilities
Version1.0.1
Statusactive
Date2024-04-24T00:00:00+00:00
NameSmartCapabilities
TitleSmartCapabilities
Realmuv
Authorityhl7
DescriptionCodes that define what the server is capable of.
CopyrightThis 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
Contentcomplete

Resources that use this resource

ValueSet
smart-capabilitiesSmartCapabilities

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem smart-capabilities

Last updated: 2024-04-24 00:00:00+0000

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).

Source

{
  "resourceType": "CodeSystem",
  "id": "smart-capabilities",
  "meta": {
    "lastUpdated": "2024-04-24T00:00:00+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/CodeSystem/smart-capabilities",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.1265"
    }
  ],
  "version": "1.0.1",
  "name": "SmartCapabilities",
  "title": "SmartCapabilities",
  "status": "active",
  "experimental": false,
  "date": "2024-04-24T00:00:00+00:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "Codes that define what the server is capable of.",
  "copyright": "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",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/smart-capabilities",
  "content": "complete",
  "concept": [
    {
      "code": "launch-ehr",
      "display": "EHR Launch Mode",
      "definition": "support for SMART’s EHR Launch mode."
    },
    {
      "code": "launch-standalone",
      "display": "Standalone Launch Mode",
      "definition": "support for SMART’s Standalone Launch mode."
    },
    {
      "code": "client-public",
      "display": "Public Client Profile",
      "definition": "support for SMART’s public client profile (no client authentication)."
    },
    {
      "code": "client-confidential-symmetric",
      "display": "Confidential Client Profile",
      "definition": "support for SMART’s confidential client profile (symmetric client secret authentication)."
    },
    {
      "code": "sso-openid-connect",
      "display": "Supports OpenID Connect",
      "definition": "support for SMART’s OpenID Connect profile."
    },
    {
      "code": "context-passthrough-banner",
      "display": "Allows \"Need Patient Banner\"",
      "definition": "support for “need patient banner” launch context (conveyed via need_patient_banner token parameter)."
    },
    {
      "code": "context-passthrough-style",
      "display": "Allows \"Smart Style Style\"",
      "definition": "support for “SMART style URL” launch context (conveyed via smart_style_url token parameter)."
    },
    {
      "code": "context-ehr-patient",
      "display": "Allows \"Patient Level Launch Context (EHR)\"",
      "definition": "support for patient-level launch context (requested by launch/patient scope, conveyed via patient token parameter)."
    },
    {
      "code": "context-ehr-encounter",
      "display": "Allows \"Encounter Level Launch Context (EHR)\"",
      "definition": "support for encounter-level launch context (requested by launch/encounter scope, conveyed via encounter token parameter)."
    },
    {
      "code": "context-standalone-patient",
      "display": "Allows \"Patient Level Launch Context (STANDALONE)\"",
      "definition": "support for patient-level launch context (requested by launch/patient scope, conveyed via patient token parameter)."
    },
    {
      "code": "context-standalone-encounter",
      "display": "Allows \"Encounter Level Launch Context (STANDALONE)\"",
      "definition": "support for encounter-level launch context (requested by launch/encounter scope, conveyed via encounter token parameter)."
    },
    {
      "code": "permission-offline",
      "display": "Supports Refresh Token",
      "definition": "support for refresh tokens (requested by offline_access scope)."
    },
    {
      "code": "permission-patient",
      "display": "Supports Patient Level Scopes",
      "definition": "support for patient-level scopes (e.g. patient/Observation.read)."
    },
    {
      "code": "permission-user",
      "display": "Supports User Level Scopes",
      "definition": "support for user-level scopes (e.g. user/Appointment.read)."
    }
  ]
}