SMART App Launch
2.2.0 - STU 2.2 International flag

SMART App Launch, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smart-app-launch/ and changes regularly. See the Directory of published versions

: Example App State - JSON Representation

Raw json | Download


{
  "resourceType" : "Basic",
  "id" : "app-state",
  "extension" : [
    {
      "url" : "https://myapp.example.org/display-preferences-v2.0.1",
      "valueString" : "{\"defaultView\":\"problem-list\",\"colorblindMode\":\"D\",\"resultsPerPage\":150}"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "https://myapp.example.org",
        "code" : "display-preferences"
      }
    ]
  },
  "subject" : {
    "reference" : "https://ehr.example.org/fhir/Practitioner/123"
  }
}