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: R4 R2

Valueset-provenance-agent-role.json

Raw JSON (canonical form)

Definition for Value SetProvenanceParticipantRole

{
  "resourceType": "ValueSet",
  "id": "valueset-provenance-agent-role",
  "meta": {
    "lastUpdated": "2015-04-03T14:24:32.000+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.269"
    }
  ],
  "url": "http://hl7.org/fhir/vs/provenance-agent-role",
  "version": "0.5.0",
  "name": "ProvenanceParticipantRole",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The role that a provenance participant played",
  "status": "draft",
  "experimental": true,
  "extensible": true,
  "date": "2023-05-12",
  "define": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:null"
      }
    ],
    "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",
        "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",
        "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",
        "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"
          }
        ],
        "code": "verifier",
        "definition": "A person who verifies the correctness and appropriateness of activity"
      },
      {
        "code": "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",
        "definition": "A person who reported information that contributed to the resource"
      }
    ]
  }
}

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.