:py:mod:`spark_auto_mapper_fhir.value_sets.participation_signature` =================================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.participation_signature Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.participation_signature.ParticipationSignature spark_auto_mapper_fhir.value_sets.participation_signature.ParticipationSignatureValues .. py:class:: ParticipationSignature(value) Bases: :py:obj:`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.) .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-ParticipationSignature .. py:class:: ParticipationSignatureValues The particpant intends to provide a signature. From: http://terminology.hl7.org/CodeSystem/v3-ParticipationSignature in v3-codesystems.xml .. py:attribute:: 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 .. py:attribute:: Signed A signature for the service is required of this actor. From: http://terminology.hl7.org/CodeSystem/v3-ParticipationSignature in v3-codesystems.xml .. py:attribute:: Required