SMART Application Launch Framework Implementation Guide Release 1.0.0

This page is part of a downloaded copy of this specification. This page is part of the Smart App Launch Implementation Guide (v1.0.0: STU 1) based on FHIR R4. For a full list of available versions, see the Directory of published versions

ImplementationGuide: ig

Formats: Narrative, XML, JSON

Raw json

{
  "resourceType" : "ImplementationGuide",
  "id" : "ig",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>SMART Application Launch Framework</h2><p>The official URL for this implementation guide is: </p><pre>http://fhir-registry.smarthealthit.org/ImplementationGuide/ig</pre></div>"
  },
  "url" : "http://fhir-registry.smarthealthit.org/ImplementationGuide/ig",
  "version" : "1.0.0",
  "name" : "SMART Application Launch Framework",
  "status" : "active",
  "experimental" : false,
  "publisher" : "FHIR Project",
  "fhirVersion" : "3.0.1",
  "package" : [
    {
      "id" : "p1",
      "name" : "base",
      "resource" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
              "valueUri" : "StructureDefinition-oauth-uris.html"
            }
          ],
          "example" : false,
          "sourceReference" : {
            "reference" : "StructureDefinition/oauth-uris"
          }
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
              "valueUri" : "CapabilityStatement-smart-app-launch-example.html"
            }
          ],
          "example" : true,
          "sourceReference" : {
            "reference" : "CapabilityStatement/smart-app-launch-example"
          }
        }
      ]
    }
  ],
  "page" : {
    "source" : "index.html",
    "title" : "SMART App Launch",
    "kind" : "page"
  }
}