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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeValueSet
Idappointment-participant-type-valueset.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/ValueSet/appointment-participant-type
URLhttps://fhir.synapxe.sg/ValueSet/appointment-participant-type
Version1.0.0
Statusactive
NameAppointmentParticipantTypeValueSet
TitleAppointment Participant Type Value Set
DescriptionValue set containing appointment participant types.

Resources that use this resource

StructureDefinition
profile-appointmentAppointment

Resources that this resource uses

CodeSystem
v3-ParticipationTypeParticipationType

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"
          }
        ]
      }
    ]
  }
}