FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.smart-app-launch.r4
Resource TypeBasic
IdBasic-app-state.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
  }
}