FHIR IG Statistics: ValueSet/ValueSet-EncounterParticipantType
Resources that use this resource
Resources that this resource uses
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"
}
]
}
]
}
}