View raw Markdown
type: codesystemcodesystem: list-status

List Status

Concepts

CodeDisplayDefinition
currentCurrentThe list is considered to be an active part of the patient's record.
retiredRetiredThe list is "old" and should no longer be considered accurate or relevant.
entered-in-errorEntered In ErrorThe list was never accurate. It is retained for medico-legal purposes only.

CodeSystem XML

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="list-status"/>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </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="1"/>
  </extension>
  <url value="http://hl7.org/fhir/list-status"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.327"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.318"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.2.178"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="ListStatus"/>
  <title value="List 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="The current state of the list."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/list-status"/>
  <content value="complete"/>
  <concept>
    <code value="current"/>
    <display value="Current"/>
    <definition value="The list is considered to be an active part of the patient's record."/>
  </concept>
  <concept>
    <code value="retired"/>
    <display value="Retired"/>
    <definition value="The list is "old" and should no longer be considered accurate or relevant."/>
  </concept>
  <concept>
    <code value="entered-in-error"/>
    <display value="Entered In Error"/>
    <definition value="The list was never accurate.  It is retained for medico-legal purposes only."/>
  </concept>
</CodeSystem>