PropertyType
public enum PropertyType: String
The type of a property value
URL: http://hl7.org/fhir/concept-property-type ValueSet: http://hl7.org/fhir/ValueSet/concept-property-type
-
The property value is a code that identifies a concept defined in the code system
Declaration
Swift
case code = "code"
-
The property value is a code defined in an external code system. This may be used for translations, but is not the intent
Declaration
Swift
case coding = "Coding"
-
The property value is a string
Declaration
Swift
case string = "string"
-
The property value is a string (often used to assign ranking values to concepts for supporting score assessments)
Declaration
Swift
case integer = "integer"
-
The property value is a boolean true | false
Declaration
Swift
case boolean = "boolean"
-
The property is a date or a date + time
Declaration
Swift
case dateTime = "dateTime"