{
  "resourceType": "CodeSystem",
  "id": "v2-0387",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>Command Response</p>\n\n            <table class=\"grid\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Description</b>\n                </td>\n                <td>\n                  <b>Nederlands (Dutch)</b>\n                </td>\n                <td>\n                  <b>Comment</b>\n                </td>\n                <td>\n                  <b>Version</b>\n                </td>\n              </tr>\n              <tr>\n                <td>ER\n                  <a name=\"ER\"> </a>\n                </td>\n                <td>Command cannot be completed because of error condition</td>\n                <td>Commando kan niet worden uitgevoerd vanwege een foutconditie</td>\n                <td>See response parameters.</td>\n                <td>added v2.4</td>\n              </tr>\n              <tr>\n                <td>OK\n                  <a name=\"OK\"> </a>\n                </td>\n                <td>Command completed successfully</td>\n                <td>Commando succesvol uitgevoerd</td>\n                <td/>\n                <td>added v2.4</td>\n              </tr>\n              <tr>\n                <td>ST\n                  <a name=\"ST\"> </a>\n                </td>\n                <td>Command cannot be completed because of the status of the requested equipment</td>\n                <td>Commando kan niet worden uitgevoerd vanwege de status van de gevraagde apparatuur</td>\n                <td/>\n                <td>added v2.4</td>\n              </tr>\n              <tr>\n                <td>TI\n                  <a name=\"TI\"> </a>\n                </td>\n                <td>Command cannot be completed within requested completion time</td>\n                <td>Commando kan niet worden uitgevoerd binnen de gevraagde tijd voor voltooiing</td>\n                <td/>\n                <td>added v2.4</td>\n              </tr>\n              <tr>\n                <td>UN\n                  <a name=\"UN\"> </a>\n                </td>\n                <td>Command cannot be completed for unknown reasons</td>\n                <td>Commando kan om onbekende redenen niet worden uitgevoerd</td>\n                <td/>\n                <td>added v2.4</td>\n              </tr>\n            </table>\n\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "External"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/v2/0387",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.18.238"
  },
  "version": "2.8.2",
  "name": "v2 Command Response",
  "status": "active",
  "experimental": false,
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "FHIR Value set/code system definition for HL7 v2 table 0387 ( Command Response)",
  "caseSensitive": false,
  "valueSet": "http://hl7.org/fhir/ValueSet/v2-0387",
  "content": "complete",
  "concept": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "See response parameters."
        }
      ],
      "code": "ER",
      "display": "Command cannot be completed because of error condition",
      "designation": [
        {
          "language": "nl",
          "value": "Commando kan niet worden uitgevoerd vanwege een foutconditie"
        }
      ]
    },
    {
      "code": "OK",
      "display": "Command completed successfully",
      "designation": [
        {
          "language": "nl",
          "value": "Commando succesvol uitgevoerd"
        }
      ]
    },
    {
      "code": "ST",
      "display": "Command cannot be completed because of the status of the requested equipment",
      "designation": [
        {
          "language": "nl",
          "value": "Commando kan niet worden uitgevoerd vanwege de status van de gevraagde apparatuur"
        }
      ]
    },
    {
      "code": "TI",
      "display": "Command cannot be completed within requested completion time",
      "designation": [
        {
          "language": "nl",
          "value": "Commando kan niet worden uitgevoerd binnen de gevraagde tijd voor voltooiing"
        }
      ]
    },
    {
      "code": "UN",
      "display": "Command cannot be completed for unknown reasons",
      "designation": [
        {
          "language": "nl",
          "value": "Commando kan om onbekende redenen niet worden uitgevoerd"
        }
      ]
    }
  ]
}