MediRecords FHIR Implementation Guide
1.4.2 - release


: MediRecords Dose and Rate Type ValueSet IV - JSON Representation

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "mr-dose-rate-type-iv",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet mr-dose-rate-type-iv</b></p><a name=\"mr-dose-rate-type-iv\"> </a><a name=\"hcmr-dose-rate-type-iv\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/261754007\">261754007</a></td><td>Continuous infusion</td></tr><tr><td><a href=\"http://snomed.info/id/397801003\">397801003</a></td><td>Single bolus</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.medirecords.com/ValueSet/mr-dose-rate-type-iv",
  "version" : "1.4.2",
  "name" : "MRDoseRateTypeValuesetIV",
  "title" : "MediRecords Dose and Rate Type ValueSet IV",
  "status" : "active",
  "date" : "2026-05-01T00:59:19+00:00",
  "description" : "MediRecords Dose and Rate Type ValueSet for Intravenous (IV) administration",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "261754007",
            "display" : "Continuous infusion"
          },
          {
            "code" : "397801003",
            "display" : "Single bolus"
          }
        ]
      }
    ]
  }
}