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
{
"resourceType" : "Task",
"id" : "task-for-ehr-launch",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/smart-app-launch/StructureDefinition/task-ehr-launch"
]
},
"status" : "requested",
"intent" : "proposal",
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes",
"code" : "launch-app-ehr",
"display" : "Launch application using the SMART EHR launch"
}
]
},
"for" : {
"reference" : "https://example.org/fhir/Patient/123"
},
"encounter" : {
"reference" : "https://example.org/fhir/Encounter/456"
},
"input" : [
{
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes",
"code" : "smartonfhir-application",
"display" : "SMART on FHIR application URL."
}
]
},
"valueUrl" : "https://www.example.org/myapplication"
},
{
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes",
"code" : "smartonfhir-appcontext",
"display" : "Application context related to this launch."
}
]
},
"valueString" : "{\"field1\":\"value\"}"
}
]
}