Polaris FHIR Implementation Guide
1.9.6 - ci-build
Polaris FHIR Implementation Guide - Local Development build (v1.9.6) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2026-04-15 |
FSH source of the app-state-boolean-value extension.
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."