{
  "resourceType": "CodeSystem",
  "id": "document-reference-status",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>DocumentReferenceStatus</h2><div><p>The status of the document reference.</p></div><p>This code system http://hl7.org/fhir/document-reference-status defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>current\r\n                  <a name=\"document-reference-status-current\"></a></td><td>Current</td><td>This is the current reference for this document.</td></tr><tr><td>superseded\r\n                  <a name=\"document-reference-status-superseded\"></a></td><td>Superseded</td><td>This reference has been superseded by another reference.</td></tr><tr><td>entered-in-error\r\n                  <a name=\"document-reference-status-entered-in-error\"></a></td><td>Entered in Error</td><td>This reference was created in error.</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "sd"
    }
  ],
  "url": "http://hl7.org/fhir/document-reference-status",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.8"
  },
  "version": "3.0.1",
  "name": "DocumentReferenceStatus",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "description": "The status of the document reference.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/document-reference-status",
  "content": "complete",
  "concept": [
    {
      "code": "current",
      "display": "Current",
      "definition": "This is the current reference for this document."
    },
    {
      "code": "superseded",
      "display": "Superseded",
      "definition": "This reference has been superseded by another reference."
    },
    {
      "code": "entered-in-error",
      "display": "Entered in Error",
      "definition": "This reference was created in error."
    }
  ]
}