CH EMED (R4)
2.1.0 - STU 3 Ballot Switzerland flag

This page is part of the CH EMED (R4) (v2.1.0: STU 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Data Type Profile: CH EMED Quantity with Units

Official URL: http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-quantity Version: 2.1.0
Active as of 2021-02-11 Computable Name: CHEMEDQuantityWithEmedUnits

Copyright/Legal: CC-BY-SA-4.0

A quantity with defined units

Usage:

Formal Views of Profile Content

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

This structure is derived from SimpleQuantity

Summary

Mandatory: 4 elements

This structure is derived from SimpleQuantity

NameFlagsCard.TypeDescription & Constraintsdoco
.. Quantity 0..*SimpleQuantityA fixed quantity (no comparator)
... value 1..1decimalNumerical value (with implicit precision)
... unit 1..1stringUnit representation
... system 1..1uriSystem of the code from Units of Presentation

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Quantity I0..*SimpleQuantityA fixed quantity (no comparator)
... id 0..1stringUnique id for inter-element referencing
... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... value Σ1..1decimalNumerical value (with implicit precision)
... system ΣI1..1uriSystem of the code from Units of Presentation
... code Σ1..1codeCoded form of the unit
Binding: UnitCode (required): The coded unit used describing the quantity.


doco Documentation for this format

This structure is derived from SimpleQuantity

Summary

Mandatory: 4 elements

Differential View

This structure is derived from SimpleQuantity

NameFlagsCard.TypeDescription & Constraintsdoco
.. Quantity 0..*SimpleQuantityA fixed quantity (no comparator)
... value 1..1decimalNumerical value (with implicit precision)
... unit 1..1stringUnit representation
... system 1..1uriSystem of the code from Units of Presentation

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Quantity I0..*SimpleQuantityA fixed quantity (no comparator)
... id 0..1stringUnique id for inter-element referencing
... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... value Σ1..1decimalNumerical value (with implicit precision)
... system ΣI1..1uriSystem of the code from Units of Presentation
... code Σ1..1codeCoded form of the unit
Binding: UnitCode (required): The coded unit used describing the quantity.


doco Documentation for this format

 

Other representations of profile: CSV, Excel, Schematron

Terminology Bindings

PathConformanceValueSet
Quantity.coderequiredUnitCode

Constraints

IdGradePathDetailsRequirements
ele-1errorQuantityAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
qty-3errorQuantityIf a code for the unit is present, the system SHALL also be present
: code.empty() or system.exists()
sqty-1errorQuantityThe comparator is not used on a SimpleQuantity
: comparator.empty()
ele-1errorQuantity.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorQuantity.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorQuantity.valueAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorQuantity.unitAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorQuantity.systemAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorQuantity.codeAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())