<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="v3-ParticipationSignature" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The narrative has been removed to reduce the size of the distribution of the Hl7.Fhir.Specification library</p>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status">
    <valueString value="External" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0" />
  </extension>
  <url value="http://hl7.org/fhir/v3/ParticipationSignature" />
  <identifier>
    <system value="urn:ietf:rfc:3986" />
    <value value="urn:oid:2.16.840.1.113883.5.89" />
  </identifier>
  <version value="2016-11-11" />
  <name value="v3 Code System ParticipationSignature" />
  <status value="active" />
  <experimental value="false" />
  <date value="2016-11-11T00:00:00+00:00" />
  <publisher value="HL7, Inc" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://hl7.org" />
    </telecom>
  </contact>
  <description value=" 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:&#xD;&#xA;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.)" />
  <caseSensitive value="true" />
  <valueSet value="http://hl7.org/fhir/ValueSet/v3-ParticipationSignature" />
  <hierarchyMeaning value="is-a" />
  <content value="complete" />
  <concept>
    <code value="I" />
    <display value="intended" />
    <definition value="The particpant intends to provide a signature." />
  </concept>
  <concept>
    <code value="S" />
    <display value="signed" />
    <definition value="Signature has been affixed, either written on file, or electronic (incl. digital) signature in Participation.signatureText." />
  </concept>
  <concept>
    <code value="X" />
    <display value="required" />
    <definition value="A signature for the service is required of this actor." />
  </concept>
</CodeSystem>