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

FHIR IG Statistics: ValueSet/encounter-participant-type

Packageca.on.dhdr.r4.v4
Resource TypeValueSet
Idencounter-participant-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.dhdr.r4.v4@0.1.2-beta&canonical=http://ontariohealth.ca/fhir/ValueSet/acCDR-encounter-participant-type
URLhttp://ontariohealth.ca/fhir/ValueSet/acCDR-encounter-participant-type
Version1.0.0
Statusactive
Date2019-02-20
NameEncounterParticipantType
TitleEncounter Participant Type
Realmus
Authorityhl7
DescriptionParticipant type for physicians supported by Ontario Health. This is a strict sub-set of the core FHIR value set

Resources that use this resource

StructureDefinition
ca-on-medications-profile-EncounterEncounter

Resources that this resource uses

CodeSystem
v3-ParticipationTypeParticipationType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "encounter-participant-type",
  "url": "http://ontariohealth.ca/fhir/ValueSet/acCDR-encounter-participant-type",
  "version": "1.0.0",
  "name": "EncounterParticipantType",
  "title": "Encounter Participant Type",
  "status": "active",
  "date": "2019-02-20",
  "publisher": "Canadian Institute for Health Information",
  "description": "Participant type for physicians supported by Ontario Health.  This is a strict sub-set of the core FHIR value set",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "version": "2018",
        "concept": [
          {
            "code": "ADM",
            "display": "admitter"
          },
          {
            "code": "ATND",
            "display": "attender"
          },
          {
            "code": "REF",
            "display": "referrer"
          },
          {
            "code": "CON",
            "display": "consultant"
          }
        ]
      }
    ]
  }
}