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
: smart-app-state-server - JSON Representation
Raw json | Download
{
"resourceType" : "CapabilityStatement",
"id" : "smart-app-state-server",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>AppStateServerCapabilityStatement</h2><div><p>Required capabilities for App State Server</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th><th><b title=\"DELETE a resource (delete interaction)\">Delete</b></th></tr><tr><td>Basic</td><td>Supported profiles:<br/>\u00a0\u00a0<a href=\"http://hl7.org/fhir/smart-app-launch/StructureDefinition/smart-app-state-basic\">http://hl7.org/fhir/smart-app-launch/StructureDefinition/smart-app-state-basic</a></td><td></td><td>y</td><td>y</td><td>y</td><td>y</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/smart-app-launch/CapabilityStatement/smart-app-state-server",
"version" : "2.1.0",
"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",
"supportedProfile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/smart-app-state-basic"
],
"interaction" : [
{
"code" : "search-type"
},
{
"code" : "create"
},
{
"code" : "update"
},
{
"code" : "delete"
}
]
}
]
}
]
}