{
  "resourceType": "CodeSystem",
  "id": "message-significance-category",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>MessageSignificanceCategory</h2>\n            <div>\n              <p>The impact of the content of a message.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/message-significance-category defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>Consequence\n                  <a name=\"message-significance-category-Consequence\"> </a>\n                </td>\n                <td>Consequence</td>\n                <td>The message represents/requests a change that should not be processed more than once; e.g., making a booking for an appointment.</td>\n              </tr>\n              <tr>\n                <td>Currency\n                  <a name=\"message-significance-category-Currency\"> </a>\n                </td>\n                <td>Currency</td>\n                <td>The message represents a response to query for current information. Retrospective processing is wrong and/or wasteful.</td>\n              </tr>\n              <tr>\n                <td>Notification\n                  <a name=\"message-significance-category-Notification\"> </a>\n                </td>\n                <td>Notification</td>\n                <td>The content is not necessarily intended to be current, and it can be reprocessed, though there may be version issues created by processing old notifications.</td>\n              </tr>\n            </table>\n          </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": "inm"
    }
  ],
  "url": "http://hl7.org/fhir/message-significance-category",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.179"
  },
  "version": "3.0.1",
  "name": "MessageSignificanceCategory",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The impact of the content of a message.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/message-significance-category",
  "content": "complete",
  "concept": [
    {
      "code": "Consequence",
      "display": "Consequence",
      "definition": "The message represents/requests a change that should not be processed more than once; e.g., making a booking for an appointment."
    },
    {
      "code": "Currency",
      "display": "Currency",
      "definition": "The message represents a response to query for current information. Retrospective processing is wrong and/or wasteful."
    },
    {
      "code": "Notification",
      "display": "Notification",
      "definition": "The content is not necessarily intended to be current, and it can be reprocessed, though there may be version issues created by processing old notifications."
    }
  ]
}