This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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: R4B R4 R2

Valueset-provenance-agent-type.xml

Definition for Value SetProvenanceParticipantType

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>ProvenanceParticipantType</h2>
      <p>The type of a provenance participant. Use either a defined FHIR resource type, or, if
         the reference is not to a resource, one of the defined codes, or some other code if none
         of the defined codes are appropriate</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/provenance-participant-type</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>person
            <a name="person"> </a>
          </td>
          <td/>
          <td>The participant is a person acting on their on behalf or on behalf of the patient rather
             than as an practitioner for an organization.  I.e. &quot;not a healthcare provider&quot;</td>
        </tr>
        <tr>
          <td>practitioner
            <a name="practitioner"> </a>
          </td>
          <td/>
          <td>The participant is a practitioner</td>
        </tr>
        <tr>
          <td>organization
            <a name="organization"> </a>
          </td>
          <td/>
          <td>The participant is an organization</td>
        </tr>
        <tr>
          <td>software
            <a name="software"> </a>
          </td>
          <td/>
          <td>The participant is a software application</td>
        </tr>
        <tr>
          <td>record
            <a name="record"> </a>
          </td>
          <td/>
          <td>The participant is a logical record. The record itself participated in the activity</td>
        </tr>
        <tr>
          <td>document
            <a name="document"> </a>
          </td>
          <td/>
          <td>The participant is a document</td>
        </tr>
      </table>
      <p>In addition, this value set includes codes defined in other code systems, using the following
         rules:</p>
      <ul>
        <li>Include all codes defined in 
          <a href="resource-types.html">http://hl7.org/fhir/resource-types</a>
        </li>
      </ul>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/provenance-agent-type"/>
  <name value="ProvenanceParticipantType"/>
  <publisher value="HL7 (FHIR Project)"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="fhir@lists.hl7.org"/>
  </telecom>
  <description value="The type of a provenance participant. Use either a defined FHIR resource type, or, if
   the reference is not to a resource, one of the defined codes, or some other code if none
   of the defined codes are appropriate"/>
  <status value="draft"/>
  <date value="2023-05-12T00:10:00"/>
  <define>
    <system value="http://hl7.org/fhir/provenance-participant-type"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="person"/>
      <definition value="The participant is a person acting on their on behalf or on behalf of the patient rather
       than as an practitioner for an organization.  I.e. &quot;not a healthcare provider&quot;"/>
    </concept>
    <concept>
      <code value="practitioner"/>
      <definition value="The participant is a practitioner"/>
    </concept>
    <concept>
      <code value="organization"/>
      <definition value="The participant is an organization"/>
    </concept>
    <concept>
      <code value="software"/>
      <definition value="The participant is a software application"/>
    </concept>
    <concept>
      <code value="record"/>
      <definition value="The participant is a logical record. The record itself participated in the activity"/>
    </concept>
    <concept>
      <code value="document"/>
      <definition value="The participant is a document"/>
    </concept>
  </define>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/resource-types"/>
    </include>
  </compose>
</ValueSet>