SpecialValues
public enum SpecialValues: String
A set of generally useful codes defined so they can be included in value sets.
URL: http://hl7.org/fhir/special-values ValueSet: http://hl7.org/fhir/ValueSet/special-values
-
Boolean true.
Declaration
Swift
case `true` = "true"
-
Boolean false.
Declaration
Swift
case `false` = "false"
-
The content is greater than zero, but too small to be quantified.
Declaration
Swift
case trace = "trace"
-
The specific quantity is not known, but is known to be non-zero and is not specified because it makes up the bulk of the material.
Declaration
Swift
case sufficient = "sufficient"
-
The value is no longer available.
Declaration
Swift
case withdrawn = "withdrawn"
-
The are no known applicable values in this context.
Declaration
Swift
case nilKnown = "nil-known"