{
  "resourceType" : "CodeSystem",
  "id" : "encounter-status-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem encounter-status-cs</b></p><a name=\"encounter-status-cs\"> </a><a name=\"hcencounter-status-cs\"> </a><p>This case-insensitive code system <code>http://example.org/CodeSystem/encounter-status-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\">IN-PROGRESS<a name=\"encounter-status-cs-IN-PROGRESS\"> </a></td><td>In Progress</td><td>The encounter is currently in progress.</td></tr><tr><td style=\"white-space:nowrap\">FINISHED<a name=\"encounter-status-cs-FINISHED\"> </a></td><td>Finished</td><td>The encounter has been finished.</td></tr></table></div>"
  },
  "url" : "http://example.org/CodeSystem/encounter-status-cs",
  "version" : "0.1.0",
  "name" : "EncounterStatusCS",
  "title" : "Encounter Status 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 the status of an encounter.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [{
    "code" : "IN-PROGRESS",
    "display" : "In Progress",
    "definition" : "The encounter is currently in progress."
  },
  {
    "code" : "FINISHED",
    "display" : "Finished",
    "definition" : "The encounter has been finished."
  }]
}