FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
{
"resourceType" : "CodeSystem",
"id" : "smart-capabilities",
"text" : {
"status" : "generated",
"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>"
},
"extension" : [
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r4b.r4"
},
{
"url" : "version",
"valueString" : "0.0.1-snapshot-2"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fhir"
}
],
"url" : "http://terminology.hl7.org/CodeSystem/smart-capabilities",
"version" : "4.3.0",
"name" : "SmartCapabilities",
"title" : "SmartCapabilities",
"status" : "draft",
"experimental" : false,
"date" : "2022-05-28T12:47:40+10:00",
"publisher" : "FHIR Infrastructure",
"contact" : [
{
"name" : "FHIR Infrastructure",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description" : "Codes that define what the server is capable of.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/smart-capabilities|4.0.1",
"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)."
}
]
}