{
  "resourceType" : "CodeSystem",
  "id" : "encounter-type-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem encounter-type-cs</b></p><a name=\"encounter-type-cs\"> </a><a name=\"hcencounter-type-cs\"> </a><p>This case-insensitive code system <code>http://example.org/CodeSystem/encounter-type-cs</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\">EMERGENCY-VISIT<a name=\"encounter-type-cs-EMERGENCY-VISIT\"> </a></td><td>Emergency Visit</td><td>The encounter is an emergency visit.</td></tr><tr><td style=\"white-space:nowrap\">OUTPATIENT-VISIT<a name=\"encounter-type-cs-OUTPATIENT-VISIT\"> </a></td><td>Outpatient Visit</td><td>The encounter is an outpatient visit.</td></tr><tr><td style=\"white-space:nowrap\">REFERRAL-VISIT<a name=\"encounter-type-cs-REFERRAL-VISIT\"> </a></td><td>Referral Visit</td><td>The encounter is a referral visit.</td></tr><tr><td style=\"white-space:nowrap\">FOLLOW-UP-VISIT<a name=\"encounter-type-cs-FOLLOW-UP-VISIT\"> </a></td><td>Follow-up Visit</td><td>The encounter is a follow-up visit.</td></tr><tr><td style=\"white-space:nowrap\">INPATIENT-VISIT<a name=\"encounter-type-cs-INPATIENT-VISIT\"> </a></td><td>Inpatient Visit</td><td>The encounter is an inpatient visit.</td></tr><tr><td style=\"white-space:nowrap\">CONSULTATION<a name=\"encounter-type-cs-CONSULTATION\"> </a></td><td>Consultation</td><td>The encounter is a consultation.</td></tr></table></div>"
  },
  "url" : "http://example.org/CodeSystem/encounter-type-cs",
  "version" : "0.1.0",
  "name" : "EncounterTypeCS",
  "title" : "Encounter Type Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-04-08T16:55:13+00:00",
  "publisher" : "IntelliSOFT Consulting",
  "contact" : [{
    "name" : "IntelliSOFT Consulting",
    "telecom" : [{
      "system" : "url",
      "value" : "https://.com/fhir/example-publisher"
    }]
  }],
  "description" : "A code system that defines types of encounters.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 6,
  "concept" : [{
    "code" : "EMERGENCY-VISIT",
    "display" : "Emergency Visit",
    "definition" : "The encounter is an emergency visit."
  },
  {
    "code" : "OUTPATIENT-VISIT",
    "display" : "Outpatient Visit",
    "definition" : "The encounter is an outpatient visit."
  },
  {
    "code" : "REFERRAL-VISIT",
    "display" : "Referral Visit",
    "definition" : "The encounter is a referral visit."
  },
  {
    "code" : "FOLLOW-UP-VISIT",
    "display" : "Follow-up Visit",
    "definition" : "The encounter is a follow-up visit."
  },
  {
    "code" : "INPATIENT-VISIT",
    "display" : "Inpatient Visit",
    "definition" : "The encounter is an inpatient visit."
  },
  {
    "code" : "CONSULTATION",
    "display" : "Consultation",
    "definition" : "The encounter is a consultation."
  }]
}