{
  "resourceType": "ValueSet",
  "id": "v3-ProcessingMode",
  "meta": {
    "lastUpdated": "2015-11-30T00:00:00.000+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div><p>Release Date: 2015-11-30</p>\r\n<p>OID for code system: 2.16.840.1.113883.5.101</p>\r\n<p>OID for value set: 2.16.840.1.113883.1.11.207 (this is the value set that includes the entire code system)</p>\r\n<table class=\"grid\">\r\n <tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr>\r\n <tr><td>1</td><td>A<a name=\"A\"> </a></td><td>Archive</td><td>\n                        Identifies archive mode of processing.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>I<a name=\"I\"> </a></td><td>Initial load</td><td>\n                        Identifies initial load mode of processing.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>R<a name=\"R\"> </a></td><td>Restore from archive</td><td>\n                        Identifies restore mode of processing.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>T<a name=\"T\"> </a></td><td>Current processing</td><td>\n                        Identifies on-line mode of processing.<br/>\r\n\n                     </td></tr>\r\n</table>\r\n</div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.1.11.207"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/v3-ProcessingMode",
  "version": "2015-11-30",
  "name": "v3 Code System ProcessingMode",
  "status": "active",
  "experimental": false,
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "date": "2015-11-30",
  "description": "**** MISSING DEFINITIONS ****",
  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.5.101"
      }
    ],
    "system": "http://hl7.org/fhir/v3/ProcessingMode",
    "caseSensitive": true,
    "concept": [
      {
        "code": "A",
        "abstract": false,
        "display": "Archive",
        "definition": "Identifies archive mode of processing."
      },
      {
        "code": "I",
        "abstract": false,
        "display": "Initial load",
        "definition": "Identifies initial load mode of processing."
      },
      {
        "code": "R",
        "abstract": false,
        "display": "Restore from archive",
        "definition": "Identifies restore mode of processing."
      },
      {
        "code": "T",
        "abstract": false,
        "display": "Current processing",
        "definition": "Identifies on-line mode of processing."
      }
    ]
  }
}