This page is part of the FHIR Specification (v1.0.2: DSTU 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: R4 R2
Definition for Value SetProvenanceParticipantRole
{ "resourceType": "ValueSet", "id": "provenance-agent-role", "meta": { "lastUpdated": "2015-10-24T07:41:03.495+11:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ] }, "text": { "status": "extensions", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.245" } ], "url": "http://hl7.org/fhir/ValueSet/provenance-agent-role", "version": "1.0.2", "name": "ProvenanceParticipantRole", "status": "draft", "experimental": true, "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] }, { "telecom": [ { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "date": "2023-05-12", "description": "The role that a provenance participant played", "extensible": true, "codeSystem": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.245" } ], "system": "http://hl7.org/fhir/provenance-participant-role", "caseSensitive": true, "concept": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-comments", "valueString": "The data entry person is collected optionally for internal quality control purposes. This includes the transcriptionist for dictated text" } ], "code": "enterer", "display": "Enterer", "definition": "A person entering the data into the originating system" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-comments", "valueString": "Device should only be assigned as a performer in circumstances where the device is performing independent of human intervention. Need not be the principal responsible actor" } ], "code": "performer", "display": "Performer", "definition": "A person, animal, organization or device that who actually and principally carries out the activity" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-comments", "valueString": "Every resource should have an author" } ], "code": "author", "display": "Author", "definition": "A party that originates the resource and therefore has responsibility for the information given in the resource and ownership of this resource" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-comments", "valueString": "This is often used in association with the institution that hosts an activity. Verification and Authentication are synonymous" } ], "code": "verifier", "display": "Verifier", "definition": "A person who verifies the correctness and appropriateness of activity", "concept": [ { "code": "legal", "display": "Legal Authenticator", "definition": "The person authenticated the content and accepted legal responsibility for its content" } ] }, { "code": "attester", "display": "Attester", "definition": "A verifier who attests to the accuracy of the resource" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-comments", "valueString": "e.g. a next of kin who answers questions about the patient's history" } ], "code": "informant", "display": "Informant", "definition": "A person who reported information that contributed to the resource" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-comments", "valueString": "The responsibility for this may be assigned to someone else, but the accountability is not. Requests for copies of the records are directed to the custodian" } ], "code": "custodian", "display": "Custodian", "definition": "The entity that is accountable for maintaining a true an accurate copy of the original record" }, { "code": "assembler", "display": "Assembler", "definition": "A device that operates independently of an author on custodian's algorithms for data extraction of existing information for purpose of generating a new artifact." }, { "code": "composer", "display": "Composer", "definition": "A device used by an author to record new information, which may also be used by the author to select existing information for aggregation with newly recorded information for the purpose of generating a new artifact." } ] } }
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.