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
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.
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | BC PercentageRange Profile | |||
low | SimpleQuantity | |||
high | SimpleQuantity | |||
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | I | 0..* | BC PercentageRange Profile rng-2: If present, low SHALL have a lower value than high | |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
low | ΣI | 0..1 | SimpleQuantity | Low limit |
high | ΣI | 0..1 | SimpleQuantity | High limit |
Documentation for this format |
Differential View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | BC PercentageRange Profile | |||
low | SimpleQuantity | |||
high | SimpleQuantity | |||
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Range | I | 0..* | BC PercentageRange Profile rng-2: If present, low SHALL have a lower value than high | |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
low | ΣI | 0..1 | SimpleQuantity | Low limit |
high | ΣI | 0..1 | SimpleQuantity | High limit |
Documentation for this format |
Downloads: StructureDefinition: (XML, JSON, TTL), Schema: XML Schematron
Id | Path | Details | Requirements |
ele-1 | Range | All FHIR elements must have a @value or children : hasValue() | (children().count() > id.count()) | |
rng-2 | Range | If present, low SHALL have a lower value than high : low.empty() or high.empty() or (low <= high) |