{
  "resourceType": "ValueSet",
  "id": "v2-0387",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div><p>Command Response</p>\r\n<table class=\"grid\"><tr><td><b>Code</b></td><td><b>Description</b></td><td><b>Comment</b></td><td><b>Version</b></td></tr><tr><td>ER<a name=\"ER\"> </a></td><td>Command cannot be completed because of error condition</td><td>See response parameters.</td><td>added v2.4</td></tr><tr><td>OK<a name=\"OK\"> </a></td><td>Command completed successfully</td><td/><td>added v2.4</td></tr><tr><td>ST<a name=\"ST\"> </a></td><td>Command cannot be completed because of the status of the requested equipment</td><td/><td>added v2.4</td></tr><tr><td>TI<a name=\"TI\"> </a></td><td>Command cannot be completed within requested completion time</td><td/><td>added v2.4</td></tr><tr><td>UN<a name=\"UN\"> </a></td><td>Command cannot be completed for unknown reasons</td><td/><td>added v2.4</td></tr></table>\r\n</div>"
  },
  "url": "http://hl7.org/fhir/ValueSet/v2-0387",
  "version": "2.8.2",
  "name": "v2 Command Response",
  "status": "active",
  "experimental": true,
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "FHIR Value set/code system definition for HL7 v2 table 0387 ( Command Response)",
  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.133883.18.238"
      }
    ],
    "system": "http://hl7.org/fhir/v2/0387",
    "caseSensitive": false,
    "concept": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/valueset-comments",
            "valueString": "See response parameters."
          }
        ],
        "code": "ER",
        "display": "Command cannot be completed because of error condition"
      },
      {
        "code": "OK",
        "display": "Command completed successfully"
      },
      {
        "code": "ST",
        "display": "Command cannot be completed because of the status of the requested equipment"
      },
      {
        "code": "TI",
        "display": "Command cannot be completed within requested completion time"
      },
      {
        "code": "UN",
        "display": "Command cannot be completed for unknown reasons"
      }
    ]
  }
}