{
  "resourceType": "ValueSet",
  "id": "olis-ParticipantType",
  "url": "http://ehealthontario.ca/fhir/ValueSet/lab/encounter-participant-type",
  "version": "1.0.0",
  "name": "ParticipantType",
  "status": "active",
  "publisher": "eHealth Ontario",
  "description": "Participant type for physicians supported by eHealth Ontario. This is strict sub-set of the core FHIR value set.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v3/ParticipationType",
        "concept": [
          {
            "code": "ADM",
            "display": "admitter"
          },
          {
            "code": "ATND",
            "display": "attender"
          }
        ]
      }
    ]
  }
}