{
  "resourceType" : "CodeSystem",
  "id" : "message-reason-encounter",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/message-reasons-encounter defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\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 style=\"white-space:nowrap\">admit\n                  <a name=\"message-reason-encounter-admit\"> </a>\n                </td>\n                <td>Admit</td>\n                <td>The patient has been admitted.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">discharge\n                  <a name=\"message-reason-encounter-discharge\"> </a>\n                </td>\n                <td>Discharge</td>\n                <td>The patient has been discharged.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">absent\n                  <a name=\"message-reason-encounter-absent\"> </a>\n                </td>\n                <td>Absent</td>\n                <td>The patient has temporarily left the institution.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">return\n                  <a name=\"message-reason-encounter-return\"> </a>\n                </td>\n                <td>Returned</td>\n                <td>The patient has returned from a temporary absence.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">moved\n                  <a name=\"message-reason-encounter-moved\"> </a>\n                </td>\n                <td>Moved</td>\n                <td>The patient has been moved to a new location.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">edit\n                  <a name=\"message-reason-encounter-edit\"> </a>\n                </td>\n                <td>Edit</td>\n                <td>Encounter details have been updated (e.g. to correct a coding error).</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r4b.r4"
    },
    {
      "url" : "version",
      "valueString" : "0.0.1-snapshot-2"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "inm"
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/message-reasons-encounter",
  "version" : "4.3.0",
  "name" : "ExampleMessageReasonCodes",
  "title" : "Example Message Reason Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-13T16:38:45-04:00",
  "publisher" : "Infrastructure And Messaging",
  "contact" : [{
    "name" : "Infrastructure And Messaging",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/inm"
    }]
  }],
  "description" : "Example Message Reasons. These are the set of codes that might be used an updating an encounter using admin-update.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "admit",
    "display" : "Admit",
    "definition" : "The patient has been admitted."
  },
  {
    "code" : "discharge",
    "display" : "Discharge",
    "definition" : "The patient has been discharged."
  },
  {
    "code" : "absent",
    "display" : "Absent",
    "definition" : "The patient has temporarily left the institution."
  },
  {
    "code" : "return",
    "display" : "Returned",
    "definition" : "The patient has returned from a temporary absence."
  },
  {
    "code" : "moved",
    "display" : "Moved",
    "definition" : "The patient has been moved to a new location."
  },
  {
    "code" : "edit",
    "display" : "Edit",
    "definition" : "Encounter details have been updated (e.g. to correct a coding error)."
  }]
}