SMART App Launch - Local Development build (v2.2.0-preview). See the Directory of published versions
: Launch Types for tasks to application launches - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "smart-launch-types",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "http://hl7.org/fhir/smart-app-launch/ValueSet/smart-launch-types",
"version" : "2.2.0-preview",
"name" : "SmartLaunchTypes",
"title" : "Launch Types for tasks to application launches",
"status" : "active",
"experimental" : false,
"date" : "2023-09-14T13:38:35+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 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"
}
]
}
]
}
}