{
  "resourceType": "ValueSet",
  "id": "ValueSet-EncounterParticipantType",
  "url": "http://ontariohealth.ca/fhir/ehr/ValueSet/encounter-participant-type",
  "version": "1.1.0",
  "name": "EncounterParticipantTypeEHR",
  "title": "Encounter Participant Type EHR",
  "status": "active",
  "date": "2025-11-27",
  "publisher": "Ontario Health",
  "description": "Participant type for physicians supported by Ontario Health.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "version": "2018-08-12",
        "concept": [
          {
            "code": "ADM",
            "display": "admitter"
          },
          {
            "code": "ATND",
            "display": "attender"
          },
          {
            "code": "REF",
            "display": "referrer"
          },
          {
            "code": "CON",
            "display": "consultant"
          }
        ]
      }
    ]
  }
}