description: SMART on FHIR connection settings for external EHR integrations used by SDC. package_name: io.health-samurai.sdc.r4b derivation: specialization name: SDCSmartConnect type: SDCSmartConnect elements: name: {type: string, short: Connection name (e.g. athena), index: 0} client-id: {type: string, short: SMART client_id, index: 1} client-secret: {type: string, short: SMART client_secret, index: 2} fhir-url: {type: url, short: Base FHIR URL of external EHR, index: 3} auth: type: Reference short: Reference to TokenIntrospector used for token validation refers: ['http://health-samurai.io/fhir/core/StructureDefinition/TokenIntrospector'] index: 4 scopes: {type: string, short: SMART scopes requested/expected for this connection, array: true, index: 5} package_version: 0.2605.0 class: resource kind: resource url: http://health-samurai.io/fhir/sdc/StructureDefinition/SDCSmartConnect base: http://hl7.org/fhir/StructureDefinition/DomainResource version: 0.2605.0 required: [auth, name, fhir-url, client-id]