spark_auto_mapper_fhir.backbone_elements.prod_characteristic
¶
Module Contents¶
Classes¶
ProdCharacteristic |
- class spark_auto_mapper_fhir.backbone_elements.prod_characteristic.ProdCharacteristic(*, id_=None, extension=None, modifierExtension=None, height=None, width=None, depth=None, weight=None, nominalVolume=None, externalDiameter=None, shape=None, color=None, imprint=None, image=None, scoring=None)¶
Bases:
spark_auto_mapper_fhir.base_types.fhir_backbone_element_base.FhirBackboneElementBase
- ProdCharacteristic
The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
The marketing status describes the date when a medicinal product is actually
- put on the market or the date as of which it is no longer available.
If the element is present, it must have a value for at least one of the
defined elements, an @id referenced from the Narrative, or extensions
- param id_
None
- param extension
May be used to represent additional information that is not part of the basic
definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- param modifierExtension
May be used to represent additional information that is not part of the basic
definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element’s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
- param height
Where applicable, the height can be specified using a numerical value and its
unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.
- param width
Where applicable, the width can be specified using a numerical value and its
unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.
- param depth
Where applicable, the depth can be specified using a numerical value and its
unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.
- param weight
Where applicable, the weight can be specified using a numerical value and its
unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.
- param nominalVolume
Where applicable, the nominal volume can be specified using a numerical value
and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.
- param externalDiameter
Where applicable, the external diameter can be specified using a numerical
value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.
- param shape
Where applicable, the shape can be specified An appropriate controlled
- vocabulary shall be used The term and the term identifier shall be used.
- param color
Where applicable, the color can be specified An appropriate controlled
- vocabulary shall be used The term and the term identifier shall be used.
- param imprint
Where applicable, the imprint can be specified as text.
- param image
Where applicable, the image can be provided The format of the image attachment
- shall be specified by regional implementations.
- param scoring
Where applicable, the scoring can be specified An appropriate controlled
vocabulary shall be used The term and the term identifier shall be used.
- Parameters
id_ (Optional[spark_auto_mapper_fhir.fhir_types.string.FhirString]) –
extension (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.extensions.extension_base.ExtensionBase]]) –
modifierExtension (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.extensions.extension_base.ExtensionBase]]) –
height (Optional[spark_auto_mapper_fhir.complex_types.quantity.Quantity]) –
width (Optional[spark_auto_mapper_fhir.complex_types.quantity.Quantity]) –
depth (Optional[spark_auto_mapper_fhir.complex_types.quantity.Quantity]) –
weight (Optional[spark_auto_mapper_fhir.complex_types.quantity.Quantity]) –
nominalVolume (Optional[spark_auto_mapper_fhir.complex_types.quantity.Quantity]) –
externalDiameter (Optional[spark_auto_mapper_fhir.complex_types.quantity.Quantity]) –
shape (Optional[spark_auto_mapper_fhir.fhir_types.string.FhirString]) –
color (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.fhir_types.string.FhirString]]) –
imprint (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.fhir_types.string.FhirString]]) –
image (Optional[spark_auto_mapper_fhir.fhir_types.list.FhirList[spark_auto_mapper_fhir.complex_types.attachment.Attachment]]) –
scoring (Optional[spark_auto_mapper_fhir.complex_types.codeable_concept.CodeableConcept[spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode]]) –