Package | hl7.fhir.uv.smart-app-launch |
Type | CapabilityStatement |
Id | smart-app-state-server |
FHIR Version | R4 |
Source | http://hl7.org/fhir/smart-app-launch/https://build.fhir.org/ig/HL7/smart-app-launch/CapabilityStatement-smart-app-state-server.html |
URL | http://hl7.org/fhir/smart-app-launch/CapabilityStatement/smart-app-state-server |
Version | 2.2.0 |
Status | active |
Date | 2022-09-19 |
Name | AppStateServerCapabilityStatement |
Title | App State Server CapabilityStatement |
Realm | uv |
Authority | hl7 |
Description | Required capabilities for App State Server |
Kind | requirements |
No resources found
StructureDefinition | |
smart-app-state-basic | SMART App State |
Note: links and images are rebased to the (stated) source
json
Note to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as "SHALL NOT". A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
server
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | S | U | C | D | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|---|
Basic | Supported Profiles SMART App State | y | y | y | y |
search-type
, create
, update
, delete
.{ "resourceType": "CapabilityStatement", "id": "smart-app-state-server", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" } ], "url": "http://hl7.org/fhir/smart-app-launch/CapabilityStatement/smart-app-state-server", "version": "2.2.0", "name": "AppStateServerCapabilityStatement", "title": "App State Server CapabilityStatement", "status": "active", "date": "2022-09-19", "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": "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" } ] } ] } ] }