{
  "resourceType" : "CodeSystem",
  "id" : "encounter-participant-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem encounter-participant-type</b></p><a name=\"encounter-participant-type\"> </a><a name=\"hcencounter-participant-type\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/participant-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">translator<a name=\"encounter-participant-type-translator\"> </a></td><td>Translator</td><td>A translator who is facilitating communication with the patient during the encounter.</td></tr><tr><td style=\"white-space:nowrap\">emergency<a name=\"encounter-participant-type-emergency\"> </a></td><td>Emergency</td><td>A person to be contacted in case of an emergency during the encounter.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
    "valueString" : "Informative"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 3
  },
  {
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r3.r4"
    },
    {
      "url" : "version",
      "valueString" : "0.0.1-snapshot-2"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pa"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "informative",
    "_valueCode" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4"
      }]
    }
  }],
  "url" : "http://hl7.org/fhir/participant-type",
  "version" : "3.0.2",
  "name" : "ParticipantType",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-09-13T15:32:29-04:00",
  "publisher" : "Patient Administration",
  "contact" : [{
    "name" : "Patient Administration",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/pafm"
    }]
  }],
  "description" : "This value set defines a set of codes that can be used to indicate how an individual participates in an encounter.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/encounter-participant-type|4.0.1",
  "content" : "complete",
  "concept" : [{
    "code" : "translator",
    "display" : "Translator",
    "definition" : "A translator who is facilitating communication with the patient during the encounter."
  },
  {
    "code" : "emergency",
    "display" : "Emergency",
    "definition" : "A person to be contacted in case of an emergency during the encounter."
  }]
}