HL7 FHIR® Implementation Guide: Breast Cancer Data, Release 1 - US Realm (Draft for Comment)

This page is part of the Breast Cancer Data Logical Models and FHIR Profiles (v0.1.0: STU 1 Draft) based on FHIR R3. . For a full list of available versions, see the Directory of published versions

PercentageRangeProfile

 

The official URL for this profile is:

http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-PercentageRange

A range of percentage values.

This profile builds on Range.

This profile was published on Sun Apr 01 00:00:00 AEDT 2018 as a draft by The HL7 Cancer Interoperability Group sponsored by Clinical Interoperability Council Work Group (CIC).

View the corresponding PercentageRangeModel logical model.

Summary

Structures

This structure refers to these other structures:

BC Mapping Source

This structure represents the following BC mapping definition:

shr.core.PercentageRange maps to Range:
  LowerBound maps to low
  UpperBound maps to high

NameFlagsCard.TypeDescription & Constraintsdoco
.. Range I0..*BC PercentageRange Profile
rng-2: If present, low SHALL have a lower value than high
... id 0..1stringxml:id (or equivalent in JSON)
... low ΣI0..1SimpleQuantityLow limit
... high ΣI0..1SimpleQuantityHigh limit

doco Documentation for this format

Summary

Structures

This structure refers to these other structures:

BC Mapping Source

This structure represents the following BC mapping definition:

shr.core.PercentageRange maps to Range:
  LowerBound maps to low
  UpperBound maps to high

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Range I0..*BC PercentageRange Profile
rng-2: If present, low SHALL have a lower value than high
... id 0..1stringxml:id (or equivalent in JSON)
... low ΣI0..1SimpleQuantityLow limit
... high ΣI0..1SimpleQuantityHigh limit

doco Documentation for this format

Downloads: StructureDefinition: (XML, JSON, TTL), Schema: XML Schematron

 

 

Constraints

IdPathDetailsRequirements
ele-1RangeAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
rng-2RangeIf present, low SHALL have a lower value than high
: low.empty() or high.empty() or (low <= high)