Polaris FHIR Implementation Guide
1.9.2 - ci-build

Polaris FHIR Implementation Guide - Local Development build (v1.9.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Extension: AppStateBooleanValue - FSH Source

Draft as of 2025-10-08

FSH source of the app-state-boolean-value extension.

Raw FSH | Download

Extension: AppStateBooleanValue
Parent:    Extension
Id:        app-state-boolean-value
Title:          "App State Boolean Value Extension Core"
Description:
  """
  A simple extension to hold the value of a Polaris application-state entry as a boolean.
  """
* ^url = "https://fhir.apps.health/StructureDefinition/app-state-boolean-value" 
* ^context.type = #element
* ^context.expression = "Basic"

* valueBoolean 1..1 MS
* valueBoolean ^short = "Boolean state value"
* valueBoolean ^definition = "The application state value as a boolean (true/false)."
* valueBoolean ^comment = "Used for flags, toggles, and binary state values."