Post-Acute FHIR Based Orders
0.1.0 - STU 1 Ballot

This page is part of the Post Acute Orders FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

PAO Message Event Value Set - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ValueSet",
  "id" : "PAO-Message-Event",
  "meta" : {
    "versionId" : "13",
    "lastUpdated" : "2020-04-01T23:16:08.757+00:00",
    "source" : "#XwPg9ehFt3P3sUnH"
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div style=\"box-sizing: border-box; color: rgb(33, 37, 41); font-family: -apple-system,BlinkMacSystemFont,&amp;quot;Segoe UI&amp;quot;,Roboto,&amp;quot;Helvetica Neue&amp;quot;,Arial,&amp;quot;Noto Sans&amp;quot;,sans-serif,&amp;quot;Apple Color Emoji&amp;quot;,&amp;quot;Segoe UI Emoji&amp;quot;,&amp;quot;Segoe UI Symbol&amp;quot;,&amp;quot;Noto Color Emoji&amp;quot;; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;\">This is resource text</div></div>"
  },
  "url" : "http://hl7.org/fhir/us/dme-orders/ValueSet/PAO-Message-Event",
  "version" : "0.1.0",
  "name" : "PAOMessageEvent",
  "title" : "PAO Message Event Value Set",
  "status" : "draft",
  "date" : "2020-04-08T13:17:53+00:00",
  "publisher" : "HL7",
  "contact" : [
    {
      "name" : "HL7 International - Orders and Observations",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description" : "This is a value set for the PAO Message Event",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/dme-orders/CodeSystem/PAO-Message-Event",
        "concept" : [
          {
            "code" : "InitialOrder"
          },
          {
            "code" : "OrderUpdate"
          },
          {
            "code" : "OrderCancel"
          },
          {
            "code" : "OrderStatus"
          }
        ]
      }
    ]
  }
}