FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders)
0.2.2 - CI Build United States of America flag

FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders), published by HL7. This is not an authorized publication; it is the continuous build for version 0.2.2). This version is based on the current content of https://github.com/HL7/dme-orders/ and changes regularly. See the Directory of published versions

: PAO Message Event - JSON Representation

Draft as of 2023-06-25

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "PAOx-Message-Event",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-07-27T06:08:55.729Z"
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-PAOX-Message-Event.html\"><code>http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-Message-Event</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-PAOX-Message-Event.html#PAOX-Message-Event-InitialOrder\">InitialOrder</a></td><td>Initial Order</td><td>Initial Order for Post-Acute services</td></tr><tr><td><a href=\"CodeSystem-PAOX-Message-Event.html#PAOX-Message-Event-OrderUpdate\">OrderUpdate</a></td><td>Order Update</td><td>urn:iso:std:iso:3166</td></tr><tr><td><a href=\"CodeSystem-PAOX-Message-Event.html#PAOX-Message-Event-OrderCancel\">OrderCancel</a></td><td>Order Cancel</td><td>Cancel an order (may be declined if done)</td></tr><tr><td><a href=\"CodeSystem-PAOX-Message-Event.html#PAOX-Message-Event-OrderStatus\">OrderStatus</a></td><td>Order Status</td><td>Order Status</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/dme-orders/ValueSet/PAOx-Message-Event",
  "version" : "0.2.2",
  "name" : "PAOxMessageEvent",
  "title" : "PAO Message Event",
  "status" : "draft",
  "date" : "2023-06-25T16:57:50+00:00",
  "publisher" : "HL7",
  "contact" : [
    {
      "name" : "HL7 International - Orders and Observations",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description" : "Message Envent value set",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-Message-Event",
        "concept" : [
          {
            "code" : "InitialOrder"
          },
          {
            "code" : "OrderUpdate"
          },
          {
            "code" : "OrderCancel"
          },
          {
            "code" : "OrderStatus"
          }
        ]
      }
    ]
  }
}