spark_auto_mapper_fhir.value_sets.participation_signature
¶
Module Contents¶
Classes¶
v3.ParticipationSignature |
|
The particpant intends to provide a signature. |
- class spark_auto_mapper_fhir.value_sets.participation_signature.ParticipationSignature(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
v3.ParticipationSignature From: http://terminology.hl7.org/ValueSet/v3-ParticipationSignature in v3-codesystems.xml
A set of codes specifying whether and how the participant has attested his
participation through a signature and or whether such a signature is needed. Examples: A surgical Procedure act object (representing a procedure report) requires a signature of the performing and responsible surgeon, and possibly other participants. (See also: Participation.signatureText.)
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-ParticipationSignature¶
- class spark_auto_mapper_fhir.value_sets.participation_signature.ParticipationSignatureValues¶
The particpant intends to provide a signature. From: http://terminology.hl7.org/CodeSystem/v3-ParticipationSignature in v3-codesystems.xml
- Intended¶
Signature has been affixed, either written on file, or electronic (incl. digital) signature in Participation.signatureText. From: http://terminology.hl7.org/CodeSystem/v3-ParticipationSignature in v3-codesystems.xml
- Signed¶
A signature for the service is required of this actor. From: http://terminology.hl7.org/CodeSystem/v3-ParticipationSignature in v3-codesystems.xml
- Required¶