This page is part of the Smart App Launch Implementation Guide (v2.1.0-ballot: STU 2.1 Draft) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
: SMART on FHIR terminology. - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "smart-codes",
"url" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes",
"version" : "2.1.0-ballot",
"name" : "SmartOnFhirCodes",
"title" : "SMART on FHIR terminology.",
"status" : "active",
"experimental" : false,
"date" : "2022-12-04T18:08:16+00:00",
"publisher" : "HL7 International - FHIR Infrastructure WG",
"contact" : [
{
"name" : "HL7 International - FHIR Infrastructure WG",
"telecom" : [
{
"system" : "url",
"value" : "https://hl7.org/Special/committees/fiwg"
},
{
"system" : "email",
"value" : "fhir@lists.HL7.org"
}
]
}
],
"description" : "Codes used to in profiles related to SMART on FHIR.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "launch-app-ehr",
"display" : "Launch application using the SMART EHR launch",
"definition" : "The task suggest launching an application using the SMART on FHIR EHR launch."
},
{
"code" : "launch-app-standalone",
"display" : "Launch application using the SMART standalone launch",
"definition" : "The task suggest launching an application using the SMART on FHIR standalone launch."
},
{
"code" : "smartonfhir-application",
"display" : "SMART on FHIR application URL.",
"definition" : "The URL of a SMART on FHIR application."
},
{
"code" : "smartonfhir-appcontext",
"display" : "Application context related to this launch.",
"definition" : "The application context (appContext) to be passed to the application after launch."
}
]
}