MediRecords FHIR Implementation Guide
1.4.0 - release


: MediRecords Triage Priority - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mr-triage-priority",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActPriority</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=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html#v3-ActPriority-S\">S</a></td><td>stat</td><td>With highest priority (e.g., emergency).</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html#v3-ActPriority-EM\">EM</a></td><td>emergency</td><td>An unforeseen combination of circumstances or the resulting state that calls for immediate action.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html#v3-ActPriority-A\">A</a></td><td>ASAP</td><td>As soon as possible, next highest priority after stat.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html#v3-ActPriority-UR\">UR</a></td><td>urgent</td><td>Calls for prompt action.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html#v3-ActPriority-EL\">EL</a></td><td>elective</td><td>Beneficial to the patient but not essential for survival.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.medirecords.com/ValueSet/mr-triage-priority",
  "version" : "1.4.0",
  "name" : "MRTriagePriority",
  "title" : "MediRecords Triage Priority",
  "status" : "active",
  "date" : "2024-06-28T01:25:00+00:00",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "concept" : [
          {
            "code" : "S",
            "display" : "stat"
          },
          {
            "code" : "EM",
            "display" : "emergency"
          },
          {
            "code" : "A",
            "display" : "ASAP"
          },
          {
            "code" : "UR",
            "display" : "urgent"
          },
          {
            "code" : "EL",
            "display" : "elective"
          }
        ]
      }
    ]
  }
}