FHIR IG analytics| Package | hl7.fhir.uv.smart-app-launch.r4b |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-smart-app-state-server.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
jsonNote 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.
serverThe 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.3.0",
"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"
}
]
}
]
}
]
}