MediRecords FHIR Implementation Guide
1.4.2 - release


: MediRecords Medication Type ValueSet - JSON Representation

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "mr-medication-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet mr-medication-type</b></p><a name=\"mr-medication-type\"> </a><a name=\"hcmr-medication-type\"> </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/1208954007\">1208954007</a></td><td>Extemporaneous preparation</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.medirecords.com/ValueSet/mr-medication-type",
  "version" : "1.4.2",
  "name" : "MRMedicationTypeValueset",
  "title" : "MediRecords Medication Type ValueSet",
  "status" : "active",
  "date" : "2026-06-18T00:44:23+00:00",
  "description" : "MediRecords Medication Type ValueSet",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "1208954007",
            "display" : "Extemporaneous preparation"
          }
        ]
      }
    ]
  }
}