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

FHIR IG analytics

Packagefhir.kenyaCoreIG
Resource TypeCodeSystem
IdCodeSystem-episode-of-care-status-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/CodeSystem-episode-of-care-status-cs.html
URLhttp://example.org/CodeSystem/episode-of-care-status-cs
Version0.1.0
Statusactive
Date2026-01-27T07:25:10+00:00
NameEpisodeOfCareStatusCS
TitleEpisode of Care Status Code System
Realmus
Authorityhl7
DescriptionA code system that defines the status of an episode of care.
Contentcomplete

Resources that use this resource

ValueSet
episode-of-care-statusEpisode of Care Status Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem episode-of-care-status-cs

This case-insensitive code system http://example.org/CodeSystem/episode-of-care-status-cs defines the following codes:

CodeDisplayDefinition
PLANNED PlannedThe episode of care is planned.
ACTIVE ActiveThe episode of care is currently active.
ON-HOLD On HoldThe episode of care is on hold.
FINISHED FinishedThe episode of care has been finished.
WAITLIST WaitlistThe patient is on a waitlist for the episode of care.
CANCELLED CancelledThe episode of care has been cancelled.
ENTERED-IN-ERROR Entered in ErrorThe episode of care was entered in error.

Source1

{
  "resourceType": "CodeSystem",
  "id": "episode-of-care-status-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/CodeSystem/episode-of-care-status-cs",
  "version": "0.1.0",
  "name": "EpisodeOfCareStatusCS",
  "title": "Episode of Care Status Code System",
  "status": "active",
  "experimental": false,
  "date": "2026-01-27T07:25:10+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 episode of care.",
  "caseSensitive": false,
  "content": "complete",
  "count": 7,
  "concept": [
    {
      "code": "PLANNED",
      "display": "Planned",
      "definition": "The episode of care is planned."
    },
    {
      "code": "ACTIVE",
      "display": "Active",
      "definition": "The episode of care is currently active."
    },
    {
      "code": "ON-HOLD",
      "display": "On Hold",
      "definition": "The episode of care is on hold."
    },
    {
      "code": "FINISHED",
      "display": "Finished",
      "definition": "The episode of care has been finished."
    },
    {
      "code": "WAITLIST",
      "display": "Waitlist",
      "definition": "The patient is on a waitlist for the episode of care."
    },
    {
      "code": "CANCELLED",
      "display": "Cancelled",
      "definition": "The episode of care has been cancelled."
    },
    {
      "code": "ENTERED-IN-ERROR",
      "display": "Entered in Error",
      "definition": "The episode of care was entered in error."
    }
  ]
}