The official URL for this profile is:
http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Ratio
A unit of measurement for the quotient of the amount of one entity to another.
This profile builds on Ratio.
This profile was published on Wed Aug 22 00:00:00 EDT 2018 as a draft by The MITRE Corporation: Standard Health Record Collaborative.
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | SHR Ratio Profile | |||
![]() ![]() ![]() | 1..1 | QuantityProfile | ||
![]() ![]() ![]() | 1..1 | QuantityProfile | ||
![]() |
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | I | 0..* | SHR Ratio Profile rat-1: Numerator and denominator SHALL both be present, or both are absent. If both are absent, there SHALL be some extension present | |
![]() ![]() ![]() | 0..1 | string | xml:id (or equivalent in JSON) | |
![]() ![]() ![]() | 0..* | Extension | Additional Content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() | Σ | 1..1 | QuantityProfile | Numerator value |
![]() ![]() ![]() | Σ | 1..1 | QuantityProfile | Denominator value |
![]() |
Differential View
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | SHR Ratio Profile | |||
![]() ![]() ![]() | 1..1 | QuantityProfile | ||
![]() ![]() ![]() | 1..1 | QuantityProfile | ||
![]() |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | I | 0..* | SHR Ratio Profile rat-1: Numerator and denominator SHALL both be present, or both are absent. If both are absent, there SHALL be some extension present | |
![]() ![]() ![]() | 0..1 | string | xml:id (or equivalent in JSON) | |
![]() ![]() ![]() | 0..* | Extension | Additional Content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() | Σ | 1..1 | QuantityProfile | Numerator value |
![]() ![]() ![]() | Σ | 1..1 | QuantityProfile | Denominator value |
![]() |
Downloads: StructureDefinition: (XML, JSON, TTL), Schema: XML Schematron
Id | Path | Details | Requirements |
ele-1 | Ratio | All FHIR elements must have a @value or children : hasValue() | (children().count() > id.count()) | |
rat-1 | Ratio | Numerator and denominator SHALL both be present, or both are absent. If both are absent, there SHALL be some extension present : (numerator.empty() xor denominator.exists()) and (numerator.exists() or extension.exists()) |