FHIR IG analytics| Package | synapxe.nehr |
| Resource Type | ValueSet |
| Id | appointment-participant-type-valueset.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.nehr@2.0.0&canonical=https://fhir.synapxe.sg/ValueSet/appointment-participant-type |
| URL | https://fhir.synapxe.sg/ValueSet/appointment-participant-type |
| Version | 1.0.0 |
| Status | active |
| Name | AppointmentParticipantTypeValueSet |
| Title | Appointment Participant Type Value Set |
| Description | Value set containing appointment participant types. |
No resources found
| CodeSystem | ||
| hl7.terminology#current | v3-ParticipationType | ParticipationType |
No narrative content found in resource
{
"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"
}
]
}
]
}
}