This page is part of the Smart App Launch Implementation Guide (v2.2.0: STU 2.2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Active as of 2024-04-30 |
{
"resourceType" : "ValueSet",
"id" : "smart-launch-types",
"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-launch-app-ehr\">launch-app-ehr</a></td><td>Launch application using the SMART EHR launch</td><td>The task suggest launching an application using the SMART on FHIR EHR launch.</td></tr><tr><td><a href=\"CodeSystem-smart-codes.html#smart-codes-launch-app-standalone\">launch-app-standalone</a></td><td>Launch application using the SMART standalone launch</td><td>The task suggest launching an application using the SMART on FHIR standalone launch.</td></tr></table></li></ul></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fhir"
}
],
"url" : "http://hl7.org/fhir/smart-app-launch/ValueSet/smart-launch-types",
"version" : "2.2.0",
"name" : "SmartLaunchTypes",
"title" : "Launch Types for tasks to application launches",
"status" : "active",
"experimental" : false,
"date" : "2024-04-30T19:24:31+00:00",
"publisher" : "HL7 International / FHIR Infrastructure",
"contact" : [
{
"name" : "HL7 International / FHIR Infrastructure",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fiwg"
},
{
"system" : "email",
"value" : "fhir@lists.HL7.org"
}
]
}
],
"description" : "Defines Launch Type 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" : "launch-app-ehr",
"display" : "Launch application using the SMART EHR launch"
},
{
"code" : "launch-app-standalone",
"display" : "Launch application using the SMART standalone launch"
}
]
}
]
}
}