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-app-state-server - JSON Representation
Raw json | Download
{
"resourceType" : "CapabilityStatement",
"id" : "smart-app-state-server",
"url" : "http://hl7.org/fhir/smart-app-launch/CapabilityStatement/smart-app-state-server",
"version" : "2.1.0-ballot",
"name" : "AppStateServerCapabilityStatement",
"title" : "App State Server CapabilityStatement",
"status" : "active",
"date" : "2022-09-19",
"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" : "Required capabilities for App State Server",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"kind" : "requirements",
"fhirVersion" : "4.0.1",
"format" : [
"json"
],
"rest" : [
{
"mode" : "server",
"resource" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "SHALL"
}
],
"type" : "Basic",
"interaction" : [
{
"code" : "search-type"
},
{
"code" : "create"
},
{
"code" : "update"
},
{
"code" : "delete"
}
]
}
]
}
]
}