spark_auto_mapper_fhir.value_sets.property_representation
¶
Module Contents¶
Classes¶
PropertyRepresentation |
|
In XML, this property is represented as an attribute not an element. |
- class spark_auto_mapper_fhir.value_sets.property_representation.PropertyRepresentationCode(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
PropertyRepresentation From: http://hl7.org/fhir/property-representation in valuesets.xml
How a property is represented when serialized.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/property-representation¶
- class spark_auto_mapper_fhir.value_sets.property_representation.PropertyRepresentationCodeValues¶
In XML, this property is represented as an attribute not an element. From: http://hl7.org/fhir/property-representation in valuesets.xml
- XMLAttribute¶
This element is represented using the XML text attribute (primitives only). From: http://hl7.org/fhir/property-representation in valuesets.xml
- XMLText¶
The type of this element is indicated using xsi:type. From: http://hl7.org/fhir/property-representation in valuesets.xml
- TypeAttribute¶
Use CDA narrative instead of XHTML. From: http://hl7.org/fhir/property-representation in valuesets.xml
- CDATextFormat¶
The property is represented using XHTML. From: http://hl7.org/fhir/property-representation in valuesets.xml
- XHTML¶