{

"resourceType": "ValueSet",
"id": "performer-function",
"meta": {
  "lastUpdated": "2019-11-01T09:29:23.356+11:00"
},
"url": "http://hl7.org/fhir/ValueSet/performer-function",
"version": "4.0.1",
"name": "Performer Function Codes",
"status": "draft",
"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.",
"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"
        }
      ]
    }
  ]
}

}