2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3 R2

V3-ParticipationMode.xml

Raw XML (canonical form)

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.

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="v3-ParticipationMode"/>
  <meta>
    <lastUpdated value="2014-12-11T00:00:00.000+11:00"/>
    <profile value="http://hl7.org/fhir/Profile/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <url value="http://hl7.org/fhir/v3/vs/ParticipationMode"/>
  <version value="2014-12-11"/>
  <name value="v3 Code System ParticipationMode"/>
  <publisher value="HL7, Inc"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org"/>
    </telecom>
  </contact>
  <description value=" 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."/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2014-12-11"/>
  <define>
    <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-oid">
      <valueUri value="urn:oid:2.16.840.1.113883.5.1064"/>
    </extension>
    <system value="http://hl7.org/fhir/v3/ParticipationMode"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="ELECTRONIC"/>
      <abstract value="false"/>
      <display value="electronic data"/>
      <definition value="Participation by non-human-languaged based electronic signal"/>
    </concept>
    <concept>
      <code value="PHYSICAL"/>
      <abstract value="false"/>
      <display value="physical presence"/>
      <definition value="Participation by direct action where subject and actor are in the same location. (The
         participation involves more than communication.)"/>
    </concept>
    <concept>
      <code value="REMOTE"/>
      <abstract value="false"/>
      <display value="remote presence"/>
      <definition value="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.)"/>
    </concept>
    <concept>
      <code value="VERBAL"/>
      <abstract value="false"/>
      <display value="verbal"/>
      <definition value="Participation by voice communication"/>
      <concept>
        <code value="DICTATE"/>
        <abstract value="false"/>
        <display value="dictated"/>
        <definition value="Participation by pre-recorded voice.  Communication is limited to one direction (from
           the recorder to recipient)."/>
      </concept>
      <concept>
        <code value="FACE"/>
        <abstract value="false"/>
        <display value="face-to-face"/>
        <definition value="Participation by voice communication where parties speak to each other directly."/>
      </concept>
      <concept>
        <code value="PHONE"/>
        <abstract value="false"/>
        <display value="telephone"/>
        <definition value="Participation by voice communication where the voices of the communicating parties are
           transported over an electronic medium"/>
      </concept>
      <concept>
        <code value="VIDEOCONF"/>
        <abstract value="false"/>
        <display value="videoconferencing"/>
        <definition value="Participation by voice and visual communication where the voices and images of the communicating
           parties are transported over an electronic medium"/>
      </concept>
    </concept>
    <concept>
      <code value="WRITTEN"/>
      <abstract value="false"/>
      <display value="written"/>
      <definition value="Participation by human language recorded on a physical material"/>
      <concept>
        <code value="FAXWRIT"/>
        <abstract value="false"/>
        <display value="telefax"/>
        <definition value="Participation by text or diagrams printed on paper that have been transmitted over a fax
           device"/>
      </concept>
      <concept>
        <code value="HANDWRIT"/>
        <abstract value="false"/>
        <display value="handwritten"/>
        <definition value="Participation by text or diagrams printed on paper or other recording medium"/>
      </concept>
      <concept>
        <code value="MAILWRIT"/>
        <abstract value="false"/>
        <display value="mail"/>
        <definition value="Participation by text or diagrams printed on paper transmitted physically (e.g. by courier
           service, postal service)."/>
      </concept>
      <concept>
        <code value="ONLINEWRIT"/>
        <abstract value="false"/>
        <display value="online written"/>
        <definition value="Participation by text or diagrams submitted by computer network, e.g. online survey."/>
        <concept>
          <code value="EMAILWRIT"/>
          <abstract value="false"/>
          <display value="email"/>
          <definition value="Participation by text or diagrams transmitted over an electronic mail system."/>
        </concept>
      </concept>
      <concept>
        <code value="TYPEWRIT"/>
        <abstract value="false"/>
        <display value="typewritten"/>
        <definition value="Participation by text or diagrams printed on paper or other recording medium where the
           recording was performed using a typewriter, typesetter, computer or similar mechanism."/>
      </concept>
    </concept>
  </define>
</ValueSet>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.