MediRecords FHIR Implementation Guide
1.4.2 - release


: MediRecords MedicationRequest Category ValueSet Consult - JSON Representation

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "mr-medicationrequest-category-consult",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet mr-medicationrequest-category-consult</b></p><a name=\"mr-medicationrequest-category-consult\"> </a><a name=\"hcmr-medicationrequest-category-consult\"> </a><a name=\"mr-medicationrequest-category-consult-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-community\">community</a></td><td>Community</td><td>Includes requests for medications to be administered or consumed by the patient in their home (this would include long term care or nursing homes, hospices, etc.)</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.medirecords.com/ValueSet/mr-medicationrequest-category-consult",
  "version" : "1.4.2",
  "name" : "MRMedicationRequestCategoryConsult",
  "title" : "MediRecords MedicationRequest Category ValueSet Consult",
  "status" : "active",
  "date" : "2025-04-15T05:35:16+00:00",
  "description" : "MediRecords MedicationRequest Category ValueSet in a Consult context",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
        "concept" : [
          {
            "code" : "community",
            "display" : "Community"
          }
        ]
      }
    ]
  }
}