PropertyRepresentation
public enum PropertyRepresentation: String
How a property is represented when serialized.
URL: http://hl7.org/fhir/property-representation ValueSet: http://hl7.org/fhir/ValueSet/property-representation
-
In XML, this property is represented as an attribute not an element.
Declaration
Swift
case xmlAttr = "xmlAttr"
-
This element is represented using the XML text attribute (primitives only)
Declaration
Swift
case xmlText = "xmlText"
-
The type of this element is indicated using xsi:type
Declaration
Swift
case typeAttr = "typeAttr"
-
Use CDA narrative instead of XHTML
Declaration
Swift
case cdaText = "cdaText"
-
The property is represented using XHTML
Declaration
Swift
case xhtml = "xhtml"