:py:mod:`spark_auto_mapper_fhir.value_sets.participation_mode` ============================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.participation_mode Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.participation_mode.ParticipationMode spark_auto_mapper_fhir.value_sets.participation_mode.ParticipationModeValues .. py:class:: ParticipationMode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` v3.ParticipationMode From: http://terminology.hl7.org/ValueSet/v3-ParticipationMode in v3-codesystems.xml A set of codes specifying the modality by which the Entity playing the Role is participating in the Act. Examples: Physically present, over the telephone, written communication. Rationale: Particularly for author (originator) participants this is used to specify whether the information represented by the act was initially provided verbally, (hand-)written, or electronically. Open Issue: There needs to be a reexamination of the hierarchies as there seems to be some muddling between ELECTRONIC and other concepts that involve electronic communication that are in other hierarchies. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-ParticipationMode .. py:class:: ParticipationModeValues Participation by non-human-languaged based electronic signal From: http://terminology.hl7.org/CodeSystem/v3-ParticipationMode in v3-codesystems.xml .. py:attribute:: ElectronicData Participation by direct action where subject and actor are in the same location. (The participation involves more than communication.) From: http://terminology.hl7.org/CodeSystem/v3-ParticipationMode in v3-codesystems.xml .. py:attribute:: PhysicalPresence Participation by direct action where subject and actor are in separate locations, and the actions of the actor are transmitted by electronic or mechanical means. (The participation involves more than communication.) From: http://terminology.hl7.org/CodeSystem/v3-ParticipationMode in v3-codesystems.xml .. py:attribute:: RemotePresence Participation by voice communication From: http://terminology.hl7.org/CodeSystem/v3-ParticipationMode in v3-codesystems.xml .. py:attribute:: Verbal Participation by human language recorded on a physical material From: http://terminology.hl7.org/CodeSystem/v3-ParticipationMode in v3-codesystems.xml .. py:attribute:: Written