View raw Markdown
type: codesystemcodesystem: encounter-status

Encounter Status

Concepts

CodeDisplayDefinition
plannedPlannedThe Encounter has not yet started.
in-progressIn ProgressThe Encounter has begun and the patient is present / the practitioner and the patient are meeting.
on-holdOn HoldThe Encounter has begun, but is currently on hold, e.g. because the patient is temporarily on leave.
dischargedDischargedThe Encounter has been clinically completed, the patient has been discharged from the facility or the visit has ended, and the patient may have departed (refer to subjectStatus). While the encounter is in this status, administrative activities are usually performed, collating all required documentation and charge information before being released for billing, at which point the status will move to completed.
completedCompletedThe Encounter has ended.
cancelledCancelledThe Encounter has ended before it has begun.
discontinuedDiscontinuedThe Encounter has started, but was not able to be completed. Further action may need to be performed, such as rescheduling appointments related to this encounter.
entered-in-errorEntered in ErrorThis instance should not have been part of this patient's medical record.
unknownUnknownThe encounter status is unknown. Note that "unknown" is a value of last resort and every attempt should be made to provide a meaningful value other than "unknown".

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="encounter-status"/>
  <meta>
    <lastUpdated value="2021-01-05T10:01:24.148+11:00"/>
  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pa"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2"/>
  </extension>
  <url value="http://hl7.org/fhir/encounter-status"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.247"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.242"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="EncounterStatus"/>
  <title value="Encounter Status"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2021-01-05T10:01:24+11:00"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <description value="Current state of the encounter."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/encounter-status"/>
  <content value="complete"/>
  <concept>
    <code value="planned"/>
    <display value="Planned"/>
    <definition value="The Encounter has not yet started."/>
  </concept>
  <concept>
    <code value="in-progress"/>
    <display value="In Progress"/>
    <definition value="The Encounter has begun and the patient is present / the practitioner and the patient are meeting."/>
  </concept>
  <concept>
    <code value="on-hold"/>
    <display value="On Hold"/>
    <definition value="The Encounter has begun, but is currently on hold, e.g. because the patient is temporarily on leave."/>
  </concept>
  <concept>
    <code value="discharged"/>
    <display value="Discharged"/>
    <definition value="The Encounter has been clinically completed, the patient has been discharged from the facility or the visit has ended, and the patient may have departed (refer to subjectStatus). While the encounter is in this status, administrative activities are usually performed, collating all required documentation and charge information before being released for billing, at which point the status will move to completed."/>
  </concept>
  <concept>
    <code value="completed"/>
    <display value="Completed"/>
    <definition value="The Encounter has ended."/>
  </concept>
  <concept>
    <code value="cancelled"/>
    <display value="Cancelled"/>
    <definition value="The Encounter has ended before it has begun."/>
  </concept>
  <concept>
    <code value="discontinued"/>
    <display value="Discontinued"/>
    <definition value="The Encounter has started, but was not able to be completed. Further action may need to be performed, such as rescheduling appointments related to this encounter."/>
  </concept>
  <concept>
    <code value="entered-in-error"/>
    <display value="Entered in Error"/>
    <definition value="This instance should not have been part of this patient's medical record."/>
  </concept>
  <concept>
    <code value="unknown"/>
    <display value="Unknown"/>
    <definition value="The encounter status is unknown. Note that "unknown" is a value of last resort and every attempt should be made to provide a meaningful value other than "unknown"."/>
  </concept>
</CodeSystem>