{ "description": "This is the base Capability\\nStatement for FHIR. It represents a server that supports *SMART on FHIR*\\nauthorization for access, it declares support for automated discovery of OAuth2\\nendpoints in its CapabilityStatement using the OAuth Uri extension on the\\n`rest.security` element (or, when using FHIR DSTU2, the\\n`Conformance.rest.security` element). Any time a client sees this extension, it\\nmust be prepared to authorize using SMART’s OAuth2-based protocol.\\n\\n None of\\nthe other functionality defined by FHIR is represented in this Capability\\nStatement. It is provided to use as a template for system designers to build\\ntheir own Capability Statements from. Since a capability statement has to\\ncontain something, this contains a read of a Capability Statement", "_filename": "CapabilityStatement-smart-app-launch-example.json", "package_name": "hl7.fhir.uv.smart-app-launch", "format": [ "xml", "json" ], "date": "2018-09-18T14:44:43-07:00", "publisher": "Boston's Children Hospital and Hl7\\nInternational", "fhirVersion": "3.0.1", "name": "SMART App Launch Capability Statement Example\\n(Empty)", "acceptUnknown": "no", "type": null, "experimental": "true", "resourceType": "CapabilityStatement", "title": null, "package_version": "1.0.0", "status": "draft", "id": "f59a53a3-2184-4de2-94a4-fc73b0e68bcb", "kind": "capability", "url": "http://fhir-registry.smarthealthit.org/CapabilityStatement/smart-app-launch-example", "software": { "name": "Insert your softwware name here..." }, "version": "1.0.0", "contact": [ { "telecom": [ { "value": "http://hl7.org/fhir", "system": "url" } ] } ], "rest": [ { "mode": "server", "security": { "service": [ { "text": "OAuth2 using SMART-on-FHIR profile (see http://docs.smarthealthit.org)", "coding": [ { "code": "SMART-on-FHIR", "system": "http://hl7.org/fhir/restful-security-service" } ] } ], "extension": [ { "url": "http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris", "extension": [ { "url": "token", "valueUri": "https://my-server.org/token" }, { "url": "authorize", "valueUri": "https://my-server.org/authorize" }, { "url": "manage", "valueUri": "https://my-server.org/authorizations/manage" }, { "url": "introspect", "valueUri": "https://my-server.org/authorizations/introspect" }, { "url": "revoke", "valueUri": "https://my-server.org/authorizations/revoke" } ] } ] }, "documentation": "An empty Capability Statement" } ] }