FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"id": "appointment-participant-type",
"url": "https://fhir.synapxe.sg/ValueSet/appointment-participant-type",
"version": "1.0.0",
"name": "AppointmentParticipantTypeValueSet",
"title": "Appointment Participant Type Value Set",
"status": "active",
"description": "Value set containing appointment participant types.",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"concept": [
{
"code": "ADM",
"display": "Admitting clinician"
},
{
"code": "ATND",
"display": "Attending clinician"
}
]
}
]
}
}