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

FHIR IG analytics

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

Resources that use this resource

StructureDefinition
profile-encounterEncounter

Resources that this resource uses

CodeSystem
v3-ParticipationTypeParticipationType

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "encounter-participant-type",
  "url": "https://fhir.synapxe.sg/ValueSet/encounter-participant-type",
  "version": "1.0.0",
  "name": "EncounterParticipantTypeValueSet",
  "title": "Encounter Participant Type Value Set",
  "status": "active",
  "description": "Value set containing encounter participant types.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "concept": [
          {
            "code": "ADM",
            "display": "Admitting clinician"
          },
          {
            "code": "ATND",
            "display": "Attending clinician"
          },
          {
            "code": "DIS",
            "display": "Discharging clinician"
          },
          {
            "code": "REF",
            "display": "Referring clinician"
          }
        ]
      }
    ]
  }
}