View raw Markdown
type: codesystemcodesystem: fm-status

Financial Resource Status Codes

Concepts

CodeDisplayDefinition
activeActiveThe instance is currently in-force.
cancelledCancelledThe instance is withdrawn, rescinded or reversed.
draftDraftA new instance the contents of which is not complete.
entered-in-errorEntered in ErrorThe instance was entered in error.

CodeSystem XML

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="fm-status"/>
  <meta>

  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fm"/>
  </extension>
  <url value="http://hl7.org/fhir/fm-status"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.593"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.585"/>
  </identifier>
  <name value="FinancialResourceStatusCodes"/>
  <title value="Financial Resource Status Codes"/>
  <status value="draft"/>
  <experimental value="false"/>
  <description value="This value set includes Status codes."/>
  <copyright value="HL7 International."/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="active"/>
    <display value="Active"/>
    <definition value="The instance is currently in-force."/>
  </concept>
  <concept>
    <code value="cancelled"/>
    <display value="Cancelled"/>
    <definition value="The instance is withdrawn, rescinded or reversed."/>
  </concept>
  <concept>
    <code value="draft"/>
    <display value="Draft"/>
    <definition value="A new instance the contents of which is not complete."/>
  </concept>
  <concept>
    <code value="entered-in-error"/>
    <display value="Entered in Error"/>
    <definition value="The instance was entered in error."/>
  </concept>
</CodeSystem>