DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3 R2

V3-DocumentCompletion.xml

Raw XML (canonical form)

Identifies the current completion state of a clinical document.

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="v3-DocumentCompletion"/>
  <meta>
    <lastUpdated value="2015-03-23T00:00:00.000+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
    <valueUri value="urn:oid:2.16.840.1.113883.1.11.271"/>
  </extension>
  <url value="http://hl7.org/fhir/v3/vs/DocumentCompletion"/>
  <version value="2015-03-23"/>
  <name value="v3 Code System DocumentCompletion"/>
  <publisher value="HL7, Inc"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org"/>
    </telecom>
  </contact>
  <description value=" Identifies the current completion state of a clinical document."/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2015-03-23"/>
  <define>
    <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
      <valueUri value="urn:oid:2.16.840.1.113883.5.33"/>
    </extension>
    <system value="http://hl7.org/fhir/v3/DocumentCompletion"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="AU"/>
      <abstract value="false"/>
      <display value="authenticated"/>
      <definition value="A completion status in which a document has been signed manually or electronically by
         one or more individuals who attest to its accuracy.  No explicit determination is made
         that the assigned individual has performed the authentication.  While the standard allows
         multiple instances of authentication, it would be typical to have a single instance of
         authentication, usually by the assigned individual."/>
    </concept>
    <concept>
      <code value="DI"/>
      <abstract value="false"/>
      <display value="dictated"/>
      <definition value="A completion status in which information has been orally recorded but not yet transcribed."/>
    </concept>
    <concept>
      <code value="DO"/>
      <abstract value="false"/>
      <display value="documented"/>
      <definition value="A completion status in which document content, other than dictation, has been received
         but has not been translated into the final electronic format.  Examples include paper
         documents, whether hand-written or typewritten, and intermediate electronic forms, such
         as voice to text."/>
    </concept>
    <concept>
      <code value="IN"/>
      <abstract value="false"/>
      <display value="incomplete"/>
      <definition value="A completion status in which information is known to be missing from a transcribed document."/>
    </concept>
    <concept>
      <code value="IP"/>
      <abstract value="false"/>
      <display value="in progress"/>
      <definition value="A workflow status where the material has been assigned to personnel to perform the task
         of transcription. The document remains in this state until the document is transcribed."/>
    </concept>
    <concept>
      <code value="LA"/>
      <abstract value="false"/>
      <display value="legally authenticated"/>
      <definition value="A completion status in which a document has been signed manually or electronically by
         the individual who is legally responsible for that document. This is the most mature state
         in the workflow progression."/>
    </concept>
    <concept>
      <code value="NU"/>
      <abstract value="false"/>
      <display value="nullified document"/>
      <definition value="A completion status in which a document was created in error or was placed in the wrong
         chart. The document is no longer available."/>
    </concept>
    <concept>
      <code value="PA"/>
      <abstract value="false"/>
      <display value="pre-authenticated"/>
      <definition value="A completion status in which a document is transcribed but not authenticated."/>
    </concept>
    <concept>
      <code value="UC"/>
      <abstract value="false"/>
      <display value="unsigned completed document"/>
      <definition value="A completion status where the document is complete and there is no expectation that the
         document will be signed."/>
    </concept>
  </define>
</ValueSet>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.