MITRE's 'Mini-CIMI' FHIR Profile: Skin and Wound Assessment, Release 1 (For Comment)

RatioProfile

 

The official URL for this profile is:

http://hl7.org/fhir/us/sw/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 Fri Aug 17 00:00:00 EDT 2018 as a draft by HL7 Patient Care and Clinical Information Modeling Initiative Work Groups.

View the corresponding RatioModel logical model.

Summary

Mandatory: 0 element (2 nested mandatory elements)

SW Mapping Source

This structure represents the following SW mapping definition:

shr.core.Ratio maps to Ratio:
  Numerator maps to numerator
  Denominator maps to denominator

NameFlagsCard.TypeDescription & Constraintsdoco
.. Ratio SW Ratio Profile
... numerator 1..1
... denominator 1..1

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Ratio I0..*SW 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
... id 0..1stringxml:id (or equivalent in JSON)
... extension 0..*ExtensionAdditional Content defined by implementations
Slice: Unordered, Open by value:url
... numerator Σ1..1QuantityNumerator value
... denominator Σ1..1QuantityDenominator value

doco Documentation for this format

Summary

Mandatory: 0 element (2 nested mandatory elements)

SW Mapping Source

This structure represents the following SW mapping definition:

shr.core.Ratio maps to Ratio:
  Numerator maps to numerator
  Denominator maps to denominator

Differential View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Ratio SW Ratio Profile
... numerator 1..1
... denominator 1..1

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Ratio I0..*SW 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
... id 0..1stringxml:id (or equivalent in JSON)
... extension 0..*ExtensionAdditional Content defined by implementations
Slice: Unordered, Open by value:url
... numerator Σ1..1QuantityNumerator value
... denominator Σ1..1QuantityDenominator value

doco Documentation for this format

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

 

 

Constraints

IdPathDetailsRequirements
ele-1RatioAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
rat-1RatioNumerator 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())