{
  "tableNumber": "0409",
  "id": "v2-0409",
  "name": "ApplicationChangeType",
  "title": "applicationChangeType",
  "description": "HL7-defined code system of concepts which specify the type of change being requested (if NMR query) or announced (if NMD unsolicited update) during application status changes. It is assumed that a \"new\" version starts up with no loss or duplication of data as the \"old\" one is shutting down (if possible).  Used in HL7 Version 2 Messaging in the NSC segment.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0409",
  "concepts": [
    {
      "code": "SU",
      "display": "Start up"
    },
    {
      "code": "SD",
      "display": "Shut down"
    },
    {
      "code": "M",
      "display": "Migrates to different CPU"
    }
  ]
}