This page is part of the Smart App Launch Implementation Guide (v2.1.0: STU 2.1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Codes for tasks to application launches - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "smart-launch-info",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-smart-codes.html\"><code>http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-smart-codes.html#smart-codes-smartonfhir-application\">smartonfhir-application</a></td><td>SMART on FHIR application URL.</td><td>The URL of a SMART on FHIR application.</td></tr><tr><td><a href=\"CodeSystem-smart-codes.html#smart-codes-smartonfhir-appcontext\">smartonfhir-appcontext</a></td><td>Application context related to this launch.</td><td>The application context (appContext) to be passed to the application after launch.</td></tr></table></li></ul></div>"
},
"url" : "http://hl7.org/fhir/smart-app-launch/ValueSet/smart-launch-info",
"version" : "2.1.0",
"name" : "SmartLaunchInformation",
"title" : "Codes for tasks to application launches",
"status" : "active",
"experimental" : false,
"date" : "2023-04-18T13:35:00+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" : "Defines codes for Tasks that request launch of SMART applications.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes",
"concept" : [
{
"code" : "smartonfhir-application",
"display" : "SMART on FHIR application URL."
},
{
"code" : "smartonfhir-appcontext",
"display" : "Application context related to this launch."
}
]
}
]
}
}