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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-episode-of-care-status.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

This code system http://hl7.org/fhir/episode-of-care-status defines the following codes:

Code Display Definition
planned Planned This episode of care is planned to start at the date specified in the period.start. During this status, an organization may perform assessments to determine if the patient is eligible to receive services, or be organizing to make resources available to provide care services.
waitlist Waitlist This episode has been placed on a waitlist, pending the episode being made active (or cancelled).
active Active This episode of care is current.
onhold On Hold This episode of care is on hold; the organization has limited responsibility for the patient (such as while on respite).
finished Finished This episode of care is finished and the organization is not expecting to be providing further care to the patient. Can also be known as "closed", "completed" or other similar terms.
cancelled Cancelled The episode of care was cancelled, or withdrawn from service, often selected during the planned stage as the patient may have gone elsewhere, or the circumstances have changed and the organization is unable to provide the care. It indicates that services terminated outside the planned/expected workflow.
entered-in-error Entered in Error This instance should not have been part of this patient's medical record.

Source1

{
  "resourceType": "CodeSystem",
  "id": "episode-of-care-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "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/episode-of-care-status",
  "version": "5.0.0",
  "name": "EpisodeOfCareStatus",
  "title": "Episode Of Care Status",
  "status": "active",
  "experimental": false,
  "date": "2021-01-05T09:01:24+10:00",
  "publisher": "Patient Administration",
  "contact": [
    {
      "name": "Patient Administration",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm"
        }
      ]
    }
  ],
  "description": "The status of the episode of care.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/episode-of-care-status|4.3.0",
  "content": "complete",
  "concept": [
    {
      "code": "planned",
      "display": "Planned",
      "definition": "This episode of care is planned to start at the date specified in the period.start. During this status, an organization may perform assessments to determine if the patient is eligible to receive services, or be organizing to make resources available to provide care services."
    },
    {
      "code": "waitlist",
      "display": "Waitlist",
      "definition": "This episode has been placed on a waitlist, pending the episode being made active (or cancelled)."
    },
    {
      "code": "active",
      "display": "Active",
      "definition": "This episode of care is current."
    },
    {
      "code": "onhold",
      "display": "On Hold",
      "definition": "This episode of care is on hold; the organization has limited responsibility for the patient (such as while on respite)."
    },
    {
      "code": "finished",
      "display": "Finished",
      "definition": "This episode of care is finished and the organization is not expecting to be providing further care to the patient. Can also be known as \"closed\", \"completed\" or other similar terms."
    },
    {
      "code": "cancelled",
      "display": "Cancelled",
      "definition": "The episode of care was cancelled, or withdrawn from service, often selected during the planned stage as the patient may have gone elsewhere, or the circumstances have changed and the organization is unable to provide the care. It indicates that services terminated outside the planned/expected workflow."
    },
    {
      "code": "entered-in-error",
      "display": "Entered in Error",
      "definition": "This instance should not have been part of this patient's medical record."
    }
  ]
}