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: R4B R4 R2
Definition for Value SetProvenanceParticipantType
{ "resourceType": "ValueSet", "id": "valueset-provenance-agent-type", "meta": { "lastUpdated": "2015-02-23T09:07:27.665+11:00", "profile": [ "http://hl7.org/fhir/Profile/valueset-shareable-definition" ] }, "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.270" } ], "url": "http://hl7.org/fhir/vs/provenance-agent-type", "version": "0.4.0", "name": "ProvenanceParticipantType", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] }, { "telecom": [ { "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", "experimental": true, "date": "2023-05-12", "define": { "extension": [ { "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-oid", "valueUri": "urn:oid:null" } ], "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" } ] } }
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.