FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/performer-function

Packagehl7.fhir.uv.extensions.r3
Resource TypeValueSet
Idperformer-function
FHIR VersionR3
Sourcehttp://hl7.org/fhir/extensions
URLhttp://hl7.org/fhir/ValueSet/performer-function
Version5.0.0
Statusdraft
Date2023-03-26T15:21:02+11:00
NamePerformerFunctionCodes
TitlePerformer Function Codes
Realmuv
Authorityhl7
DescriptionThe types of involvement of the performer in the Event.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-ParticipationTypeParticipationType

Narrative

Note: links and images are rebased to the (stated) source

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ParticipationType
    Code Display Definition
    TRANS Transcriber An entity entering the data into the originating system. The data entry entity is collected optionally for internal quality control purposes. This includes the transcriptionist for dictated text transcribed into electronic form.
    PART Participation Indicates that the target of the participation is involved in some manner in the act, but does not qualify how.
    ATND attender The practitioner that has responsibility for overseeing a patient's care during a patient encounter.
    CON consultant An advisor participating in the service by performing evaluations and making recommendations.
    AUT author (originator) **Definition:** A party that originates the Act and therefore has responsibility for the information given in the Act and ownership of this Act.

    **Example:** the report writer, the person writing the act definition, the guideline author, the placer of an order, the EKG cart (device) creating a report etc. Every Act should have an author. Authorship is regardless of mood always actual authorship.

    Examples of such policies might include:

    * The author and anyone they explicitly delegate may update the report;
    * All administrators within the same clinic may cancel and reschedule appointments created by other administrators within that clinic;

    A party that is neither an author nor a party who is extended authorship maintenance rights by policy, may only amend, reverse, override, replace, or follow up in other ways on this Act, whereby the Act remains intact and is linked to another Act authored by that other party.
    INF informant A source of reported information (e.g., a next of kin who answers questions about the patient's history). For history questions, the patient is logically an informant, yet the informant of history questions is implicitly the subject.
    ENT data entry person A person entering the data into the originating system. The data entry person is collected optionally for internal quality control purposes. This includes the transcriptionist for dictated text.
    WIT witness Only with service events. A person witnessing the action happening without doing anything. A witness is not necessarily aware, much less approves of anything stated in the service event. Example for a witness is students watching an operation or an advanced directive witness.
    PPRF primary performer The principal or primary performer of the act.
    SPRF secondary performer A person assisting in an act through his substantial presence and involvement This includes: assistants, technicians, associates, or whatever the job titles may be.
    RESP responsible party The person or organization that has primary responsibility for the act. The responsible party is not necessarily present in an action, but is accountable for the action through the power to delegate, and the duty to review actions with the performing actor after the fact. This responsibility may be ethical, legal, contractual, fiscal, or fiduciary in nature.

    *Example:* A person who is the head of a biochemical laboratory; a sponsor for a policy or government program.
    VRF verifier A person who verifies the correctness and appropriateness of the service (plan, order, event, etc.) and hence takes on accountability.
    AUTHEN authenticator A verifier who attests to the accuracy of an act, but who does not have privileges to legally authenticate the act. An example would be a resident physician who sees a patient and dictates a note, then later signs it. Their signature constitutes an authentication.
    LA legal authenticator A verifier who legally authenticates the accuracy of an act. An example would be a staff physician who sees a patient and dictates a note, then later signs it. Their signature constitutes a legal authentication.

Source

{
  "resourceType": "ValueSet",
  "id": "performer-function",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/web-source",
      "valueUri": "http://hl7.org/fhir/R5/valueset-performer-function.html"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/performer-function",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.3.3012"
    }
  ],
  "version": "5.0.0",
  "name": "PerformerFunctionCodes",
  "title": "Performer Function Codes",
  "status": "draft",
  "experimental": false,
  "date": "2023-03-26T15:21:02+11:00",
  "publisher": "HL7 International - Orders and Observations WG",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders/index.cfm"
        }
      ]
    }
  ],
  "description": "The types of involvement of the performer in the Event.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "concept": [
          {
            "code": "TRANS"
          },
          {
            "code": "PART"
          },
          {
            "code": "ATND"
          },
          {
            "code": "CON"
          },
          {
            "code": "AUT"
          },
          {
            "code": "INF"
          },
          {
            "code": "ENT"
          },
          {
            "code": "WIT"
          },
          {
            "code": "PPRF"
          },
          {
            "code": "SPRF"
          },
          {
            "code": "RESP"
          },
          {
            "code": "VRF"
          },
          {
            "code": "AUTHEN"
          },
          {
            "code": "LA"
          }
        ]
      }
    ]
  }
}