2nd DSTU Draft For Comment

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: 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-02-23T09:07:27.665+11:00",
    "profile": [
      "http://hl7.org/fhir/Profile/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "extensions",
    "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.269"
    }
  ],
  "url": "http://hl7.org/fhir/vs/provenance-agent-role",
  "version": "0.4.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,
  "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-role",
    "caseSensitive": true,
    "concept": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/ExtensionDefinition/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/ExtensionDefinition/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/ExtensionDefinition/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/ExtensionDefinition/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/ExtensionDefinition/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"
      },
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-comments",
            "valueString": "May be an electronic document, application, paper record, etc.  *Not* a person"
          }
        ],
        "code": "source",
        "definition": "An information source from which the portions of the resource are derived"
      },
      {
        "code": "cc",
        "definition": "A party, who may or should receive or who has received a copy of the resource or subsequent or derivative information of that resource"
      },
      {
        "code": "application",
        "definition": "An application with a user interface that interacts with a person"
      },
      {
        "code": "daemon",
        "definition": "A background process that transfers information from one place or form to another"
      }
    ]
  }
}

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.