FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| io.health-samurai.sdc.r4b#0.2606.2 | SDCConfig | SDC Config |
Resources that this resource uses
| StructureDefinition |
| io.health-samurai.core.r4b#0.2606.2 | TokenIntrospector | Token Introspector |
Narrative
No narrative content found in resource
Source1
{
"description": "SMART on FHIR connection settings for external EHR integrations used by SDC.",
"derivation": "specialization",
"publisher": "Health Samurai",
"fhirVersion": "4.3.0",
"name": "SDCSmartConnect",
"abstract": false,
"type": "SDCSmartConnect",
"resourceType": "StructureDefinition",
"title": "SDC Smart Connect",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
"valueString": "Forms.Settings"
}
],
"status": "active",
"id": "SDCSmartConnect",
"kind": "resource",
"url": "http://health-samurai.io/fhir/sdc/StructureDefinition/SDCSmartConnect",
"version": "0.2606.2",
"differential": {
"element": [
{
"id": "SDCSmartConnect",
"path": "SDCSmartConnect",
"min": 0,
"max": "*"
},
{
"id": "SDCSmartConnect.name",
"path": "SDCSmartConnect.name",
"short": "Connection name (e.g. athena)",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "SDCSmartConnect.client-id",
"path": "SDCSmartConnect.client-id",
"short": "SMART client_id",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "SDCSmartConnect.client-secret",
"path": "SDCSmartConnect.client-secret",
"short": "SMART client_secret",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "SDCSmartConnect.fhir-url",
"path": "SDCSmartConnect.fhir-url",
"short": "Base FHIR URL of external EHR",
"min": 1,
"max": "1",
"type": [
{
"code": "url"
}
]
},
{
"id": "SDCSmartConnect.auth",
"path": "SDCSmartConnect.auth",
"short": "Reference to TokenIntrospector used for token validation",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://health-samurai.io/fhir/core/StructureDefinition/TokenIntrospector"
]
}
]
},
{
"id": "SDCSmartConnect.scopes",
"path": "SDCSmartConnect.scopes",
"short": "SMART scopes requested/expected for this connection",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}