DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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

Raw XML (canonical form)

Definition for Value SetProvenanceParticipantType

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="valueset-provenance-agent-type"/>
  <meta>
    <lastUpdated value="2015-04-03T14:24:32.000+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
    <valueUri value="urn:oid:2.16.840.1.113883.4.642.2.270"/>
  </extension>
  <url value="http://hl7.org/fhir/vs/provenance-agent-type"/>
  <version value="0.5.0"/>
  <name value="ProvenanceParticipantType"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <contact>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <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"/>
  <experimental value="true"/>
  <date value="2023-05-12"/>
  <define>
    <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
      <valueUri value="urn:oid:null"/>
    </extension>
    <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, a person (provider) who is directly or indirectly involved
       in the provisioning of healthcare."/>
    </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 including services, algorithms, etc."/>
    </concept>
    <concept>
      <code value="patient"/>
      <definition value="The participant is the patient, a person or animal receiving care or other health-related
       services."/>
    </concept>
    <concept>
      <code value="device"/>
      <definition value="The participant is a device, an instance of a manufactured thing that is used in the provision
       of healthcare without being substantially changed through that activity. The device may
       be a machine, an insert, a computer, an application, etc. This includes durable (reusable)
       medical equipment as well as disposable equipment used for diagnostic, treatment, and
       research for healthcare and public health."/>
    </concept>
    <concept>
      <code value="relatedPerson"/>
      <definition value="The participant is a related person, a person that is involved in the care for a patient,
       but who is not the target of healthcare, nor has a formal responsibility in the care process."/>
    </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.