MediRecords FHIR Implementation Guide
1.4.2 - release


: MediRecords MedicationRequest Category ValueSet Admission - JSON Representation

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "mr-medicationrequest-category-admission",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet mr-medicationrequest-category-admission</b></p><a name=\"mr-medicationrequest-category-admission\"> </a><a name=\"hcmr-medicationrequest-category-admission\"> </a><a name=\"mr-medicationrequest-category-admission-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-medicationrequest-category.html\"><code>http://terminology.hl7.org/CodeSystem/medicationrequest-category</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/6.2.0/CodeSystem-medicationrequest-category.html#medicationrequest-category-inpatient\">inpatient</a></td><td>Inpatient</td><td>Includes requests for medications to be administered or consumed in an inpatient or acute care setting</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-medicationrequest-category.html#medicationrequest-category-outpatient\">outpatient</a></td><td>Outpatient</td><td>Includes requests for medications to be administered or consumed in an outpatient setting (for example, Emergency Department, Outpatient Clinic, Outpatient Surgery, Doctor's office)</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-medicationrequest-category.html#medicationrequest-category-discharge\">discharge</a></td><td>Discharge</td><td>Includes requests for medications created when the patient is being released from a facility</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.medirecords.com/ValueSet/mr-medicationrequest-category-admission",
  "version" : "1.4.2",
  "name" : "MRMedicationRequestCategoryAdmission",
  "title" : "MediRecords MedicationRequest Category ValueSet Admission",
  "status" : "active",
  "date" : "2025-04-15T05:35:16+00:00",
  "description" : "MediRecords MedicationRequest Category ValueSet in an Admission context",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
        "concept" : [
          {
            "code" : "inpatient",
            "display" : "Inpatient"
          },
          {
            "code" : "outpatient",
            "display" : "Outpatient"
          },
          {
            "code" : "discharge",
            "display" : "Discharge"
          }
        ]
      }
    ]
  }
}