MediRecords FHIR Implementation Guide
1.4.2 - release


: Draft Prescription Priority ValueSet - JSON Representation

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "mr-draft-request-priority",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet mr-draft-request-priority</b></p><a name=\"mr-draft-request-priority\"> </a><a name=\"hcmr-draft-request-priority\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-request-priority.html\"><code>http://hl7.org/fhir/request-priority</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://hl7.org/fhir/R4/codesystem-request-priority.html#request-priority-routine\">routine</a></td><td>Routine</td><td>The request has normal priority.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-priority.html#request-priority-urgent\">urgent</a></td><td>Urgent</td><td>The request should be actioned promptly - higher priority than routine.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.medirecords.com/ValueSet/mr-draft-request-priority",
  "version" : "1.4.2",
  "name" : "MRDraftRequestPriorityValueSet",
  "title" : "Draft Prescription Priority ValueSet",
  "status" : "active",
  "date" : "2026-04-23T22:51:42+00:00",
  "description" : "MediRecords Prescription Priority ValueSet for draft MedicationRequest",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/request-priority",
        "concept" : [
          {
            "code" : "routine",
            "display" : "Routine"
          },
          {
            "code" : "urgent",
            "display" : "Urgent"
          }
        ]
      }
    ]
  }
}