{
"description": "SMART on FHIR connection settings for external EHR integrations used by SDC.",
"_filename": "StructureDefinition-SDCSmartConnect.json",
"package_name": "io.health-samurai.sdc.r5",
"date": null,
"derivation": "specialization",
"publisher": "Health Samurai",
"fhirVersion": "5.0.0",
"name": "SDCSmartConnect",
"abstract": false,
"type": "SDCSmartConnect",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "SDC Smart Connect",
"package_version": "0.2605.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
"valueString": "Forms.Settings"
} ],
"status": "active",
"id": "9c41b101-16d3-420b-b6a9-b4e9dabf1a15",
"kind": "resource",
"url": "http://health-samurai.io/fhir/sdc/StructureDefinition/SDCSmartConnect",
"version": "0.2605.0",
"differential": {
"element": [ {
"id": "SDCSmartConnect",
"max": "*",
"min": 0,
"path": "SDCSmartConnect"
}, {
"id": "SDCSmartConnect.name",
"max": "1",
"min": 1,
"path": "SDCSmartConnect.name",
"type": [ {
"code": "string"
} ],
"short": "Connection name (e.g. athena)"
}, {
"id": "SDCSmartConnect.client-id",
"max": "1",
"min": 1,
"path": "SDCSmartConnect.client-id",
"type": [ {
"code": "string"
} ],
"short": "SMART client_id"
}, {
"id": "SDCSmartConnect.client-secret",
"max": "1",
"min": 0,
"path": "SDCSmartConnect.client-secret",
"type": [ {
"code": "string"
} ],
"short": "SMART client_secret"
}, {
"id": "SDCSmartConnect.fhir-url",
"max": "1",
"min": 1,
"path": "SDCSmartConnect.fhir-url",
"type": [ {
"code": "url"
} ],
"short": "Base FHIR URL of external EHR"
}, {
"id": "SDCSmartConnect.auth",
"max": "1",
"min": 1,
"path": "SDCSmartConnect.auth",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://health-samurai.io/fhir/core/StructureDefinition/TokenIntrospector" ]
} ],
"short": "Reference to TokenIntrospector used for token validation"
}, {
"id": "SDCSmartConnect.scopes",
"max": "*",
"min": 0,
"path": "SDCSmartConnect.scopes",
"type": [ {
"code": "string"
} ],
"short": "SMART scopes requested/expected for this connection"
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}