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

FHIR IG Statistics: ValueSet/ValueSet-EncounterParticipantType

Packageca.on.ehr.r4
Resource TypeValueSet
IdValueSet-EncounterParticipantType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot9&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/encounter-participant-type
URLhttp://ontariohealth.ca/fhir/ehr/ValueSet/encounter-participant-type
Version1.0.0
Statusactive
Date2019-02-20
NameEncounterParticipantTypeEHR
TitleEncounter Participant Type EHR
Realmca
Authoritynational
DescriptionParticipant type for physicians supported by Ontario Health.

Resources that use this resource

StructureDefinition
profile-encounterEncounter EHR

Resources that this resource uses

CodeSystem
v3-ParticipationTypeParticipationType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "ValueSet-EncounterParticipantType",
  "url": "http://ontariohealth.ca/fhir/ehr/ValueSet/encounter-participant-type",
  "version": "1.0.0",
  "name": "EncounterParticipantTypeEHR",
  "title": "Encounter Participant Type EHR",
  "status": "active",
  "date": "2019-02-20",
  "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"
          }
        ]
      }
    ]
  }
}