This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Document-reference-status.xml

Definition for Value SetDocumentReferenceStatus

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>DocumentReferenceStatus</h2><p>The status of the document reference</p><p>This value set defines its own terms in the system http://hl7.org/fhir/document-reference-status</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b><a href=\"v3\\ActStatus\\index.html\">v3 Map (ActStatus)</a></b></td></tr><tr><td>current<a name=\"current\"> </a></td><td/><td>This is the current reference for this document.</td><td><span title=\"equivalent\">~</span><a href=\"v3\\ActStatus\\index.html#active\">active</a></td></tr><tr><td>superceded<a name=\"superceded\"> </a></td><td/><td>This reference has been superseded by another reference.</td><td><span title=\"equivalent\">~</span><a href=\"v3\\ActStatus\\index.html#obsolete\">obsolete</a></td></tr><tr><td>entered in error<a name=\"enteredinerror\"> </a></td><td/><td>This reference was created in error.</td><td><span title=\"equivalent\">~</span><a href=\"v3\\ActStatus\\index.html#nullified\">nullified</a></td></tr></table></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/document-reference-status",
  "name": "DocumentReferenceStatus",
  "publisher": "HL7 (FHIR Project)",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    },
    {
      "system": "email",
      "value": "fhir@lists.hl7.org"
    }
  ],
  "description": "The status of the document reference",
  "status": "draft",
  "date": "2014-09-30T18:09:16.975+10:00",
  "define": {
    "system": "http://hl7.org/fhir/document-reference-status",
    "caseSensitive": true,
    "concept": [
      {
        "code": "current",
        "definition": "This is the current reference for this document."
      },
      {
        "code": "superceded",
        "definition": "This reference has been superseded by another reference."
      },
      {
        "code": "entered in error",
        "definition": "This reference was created in error."
      }
    ]
  }
}