FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.olis.r4
Resource TypeValueSet
Idencounter-participant-type.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "olis-ParticipantType",
  "url": "http://ehealthontario.ca/fhir/ValueSet/lab/ca-on-lab-encounter-participant-type",
  "version": "1.0.0",
  "name": "ParticipantType",
  "status": "active",
  "publisher": "Ontario Health",
  "description": "Participant type for physicians supported by OLIS. It includes  sub-set of the core FHIR value set http://hl7.org/fhir/ValueSet/encounter-participant-type and is extended with one code from http://terminology.hl7.org/CodeSystem/v3-ParticipationType.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "concept": [
          {
            "code": "ADM",
            "display": "admitter"
          },
          {
            "code": "ATND",
            "display": "attender"
          }
        ]
      }
    ]
  }
}