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
Definition for Value SetProvenanceParticipantType
{ "resourceType": "ValueSet", "text": { "status": "generated", "div": "<div><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. "not a healthcare provider"</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>" }, "identifier": "http://hl7.org/fhir/vs/provenance-agent-type", "name": "ProvenanceParticipantType", "publisher": "HL7 (FHIR Project)", "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ], "description": "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": "draft", "date": "2023-05-12T00:10:00", "define": { "system": "http://hl7.org/fhir/provenance-participant-type", "caseSensitive": true, "concept": [ { "code": "person", "definition": "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. \"not a healthcare provider\"" }, { "code": "practitioner", "definition": "The participant is a practitioner" }, { "code": "organization", "definition": "The participant is an organization" }, { "code": "software", "definition": "The participant is a software application" }, { "code": "record", "definition": "The participant is a logical record. The record itself participated in the activity" }, { "code": "document", "definition": "The participant is a document" } ] }, "compose": { "include": [ { "system": "http://hl7.org/fhir/resource-types" } ] } }