PACIO Sample Data Depot
0.1.0 - draft

PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions

Extension: Score Band

Official URL: http://mitre.org/paciowg/StructureDefinition/score-band Version: 0.1.0
Draft as of 2026-09-10 Computable Name: ScoreBand

A labeled numeric range (band) that maps a calculated questionnaire score to a severity or classification category. Multiple instances of this extension can appear on a single item, each describing one band.

Context of Use

This extension may be used on the following element(s):

  • Element ID Questionnaire.item

Usage info

Usages:

  • This Extension is not used by any profiles in this Specification

You can also check for usages in the FHIR IG Statistics

Formal Views of Extension Content

Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.

This structure is derived from Extension

Summary

Complex Extension: A labeled numeric range (band) that maps a calculated questionnaire score to a severity or classification category. Multiple instances of this extension can appear on a single item, each describing one band.

  • label: string: An Extension
  • low: decimal: An Extension
  • high: decimal: An Extension

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension Score Band
... extension 3..* Extension Extension
... Slices for extension Content/Rules for all slices
.... extension:label 1..1 Extension Band label (e.g. 'Minimal anxiety')
..... extension 0..0 Extension
..... url 1..1 uri "label"
..... value[x] 0..1 string Value of extension
.... extension:low 1..1 Extension Inclusive lower bound of the score range
..... extension 0..0 Extension
..... url 1..1 uri "low"
..... value[x] 0..1 decimal Value of extension
.... extension:high 1..1 Extension Inclusive upper bound of the score range
..... extension 0..0 Extension
..... url 1..1 uri "high"
..... value[x] 0..1 decimal Value of extension
... url 1..1 uri "http://mitre.org/paciowg/StructureDefinition/score-band"

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension Score Band
... id 0..1 string Unique id for inter-element referencing
... Slices for extension 3..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:label 1..1 Extension Band label (e.g. 'Minimal anxiety')
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "label"
..... value[x] 0..1 string Value of extension
.... extension:low 1..1 Extension Inclusive lower bound of the score range
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "low"
..... value[x] 0..1 decimal Value of extension
.... extension:high 1..1 Extension Inclusive upper bound of the score range
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "high"
..... value[x] 0..1 decimal Value of extension
... url 1..1 uri "http://mitre.org/paciowg/StructureDefinition/score-band"

doco Documentation for this format

This structure is derived from Extension

Summary

Complex Extension: A labeled numeric range (band) that maps a calculated questionnaire score to a severity or classification category. Multiple instances of this extension can appear on a single item, each describing one band.

  • label: string: An Extension
  • low: decimal: An Extension
  • high: decimal: An Extension

Differential View

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension Score Band
... extension 3..* Extension Extension
... Slices for extension Content/Rules for all slices
.... extension:label 1..1 Extension Band label (e.g. 'Minimal anxiety')
..... extension 0..0 Extension
..... url 1..1 uri "label"
..... value[x] 0..1 string Value of extension
.... extension:low 1..1 Extension Inclusive lower bound of the score range
..... extension 0..0 Extension
..... url 1..1 uri "low"
..... value[x] 0..1 decimal Value of extension
.... extension:high 1..1 Extension Inclusive upper bound of the score range
..... extension 0..0 Extension
..... url 1..1 uri "high"
..... value[x] 0..1 decimal Value of extension
... url 1..1 uri "http://mitre.org/paciowg/StructureDefinition/score-band"

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension Score Band
... id 0..1 string Unique id for inter-element referencing
... Slices for extension 3..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:label 1..1 Extension Band label (e.g. 'Minimal anxiety')
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "label"
..... value[x] 0..1 string Value of extension
.... extension:low 1..1 Extension Inclusive lower bound of the score range
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "low"
..... value[x] 0..1 decimal Value of extension
.... extension:high 1..1 Extension Inclusive upper bound of the score range
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "high"
..... value[x] 0..1 decimal Value of extension
... url 1..1 uri "http://mitre.org/paciowg/StructureDefinition/score-band"

doco Documentation for this format

 

Other representations of profile: CSV, Excel, Schematron

Constraints

Id Grade Path(s) Description Expression
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()