{
  "resourceType": "ValueSet",
  "id": "encounter-participant-type",
  "meta": {
    "lastUpdated": "2015-12-03T09:57:31.744+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div><h2>ParticipantType</h2><p>This value set defines a set of codes that can be used to indicate how an individual participates in an encounter.</p><p>This value set has an inline code system http://hl7.org/fhir/participant-type, which defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>translator<a name=\"translator\"> </a></td><td>Translator</td><td>A translator who is facilitating communication with the patient during the encounter.</td></tr><tr><td>emergency<a name=\"emergency\"> </a></td><td>Emergency</td><td>A person to be contacted in case of an emergency during the encounter.</td></tr></table><p>In addition, this value set includes codes from other code systems:</p><ul><li>Include codes from <a href=\"v3/ParticipationType/index.html\">http://hl7.org/fhir/v3/ParticipationType</a> where concept  is-a  <a href=\"v3/ParticipationType/index.html#_ParticipationAncillary\">_ParticipationAncillary</a></li><li>Include these codes as defined in <a href=\"v3/ParticipationType/index.html\">http://hl7.org/fhir/v3/ParticipationType</a><table><tr><td><b>Code</b></td><td><b>Display</b></td></tr><tr><td>SPRF</td><td>secondary performer</td><td>A person assisting in an act through his substantial presence and involvement   This includes: assistants, technicians, associates, or whatever the job titles may be.</td></tr><tr><td>PPRF</td><td>primary performer</td><td>The principal or primary performer of the act.</td></tr><tr><td>PART</td><td>Participation</td><td>Indicates that the target of the participation is involved in some manner in the act, but does not qualify how.</td></tr></table></li><li>Exclude these codes as defined in <a href=\"v3/ParticipationType/index.html\">http://hl7.org/fhir/v3/ParticipationType</a><table><tr><td><b>Code</b></td><td><b>Display</b></td></tr><tr><td>_ParticipationAncillary</td><td>ParticipationAncillary</td><td>Participations related, but not primary to an act. The Referring, Admitting, and Discharging practitioners must be the same person as those authoring the ControlAct event for their respective trigger events.</td></tr></table></li></ul></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.139"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/encounter-participant-type",
  "version": "1.1.0",
  "name": "ParticipantType",
  "status": "draft",
  "experimental": true,
  "publisher": "FHIR Project team",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "date": "2015-12-03T09:57:31+11:00",
  "description": "This value set defines a set of codes that can be used to indicate how an individual participates in an encounter.",
  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.139"
      }
    ],
    "system": "http://hl7.org/fhir/participant-type",
    "caseSensitive": true,
    "concept": [
      {
        "code": "translator",
        "display": "Translator",
        "definition": "A translator who is facilitating communication with the patient during the encounter."
      },
      {
        "code": "emergency",
        "display": "Emergency",
        "definition": "A person to be contacted in case of an emergency during the encounter."
      }
    ]
  },
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v3/ParticipationType",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "_ParticipationAncillary"
          }
        ]
      },
      {
        "system": "http://hl7.org/fhir/v3/ParticipationType",
        "concept": [
          {
            "code": "SPRF"
          },
          {
            "code": "PPRF"
          },
          {
            "code": "PART"
          }
        ]
      }
    ],
    "exclude": [
      {
        "system": "http://hl7.org/fhir/v3/ParticipationType",
        "concept": [
          {
            "code": "_ParticipationAncillary"
          }
        ]
      }
    ]
  }
}