This page is part of the Smart App Launch Implementation Guide (v2.2.0: STU 2.2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"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"
}
}