MediRecords FHIR Implementation Guide
1.3.0 - release


: Prescription Type CodeSystem - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "mr-prescription-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://fhir.medirecords.com/CodeSystem/mr-prescription-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"mr-prescription-type-1\"> </a></td><td>Manual</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"mr-prescription-type-2\"> </a></td><td>Paperscript</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"mr-prescription-type-3\"> </a></td><td>Paperless</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"mr-prescription-type-4\"> </a></td><td>Medication Request</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"mr-prescription-type-5\"> </a></td><td>Prescribed Elsewhere</td></tr></table></div>"
  },
  "url" : "https://fhir.medirecords.com/CodeSystem/mr-prescription-type",
  "version" : "1.3.0",
  "name" : "MRPrescriptionTypeCodeSystem",
  "title" : "Prescription Type CodeSystem",
  "status" : "active",
  "date" : "2023-12-21T01:01:27+00:00",
  "description" : "MediRecords Prescription Type CodeSystem",
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "1",
      "display" : "Manual"
    },
    {
      "code" : "2",
      "display" : "Paperscript"
    },
    {
      "code" : "3",
      "display" : "Paperless"
    },
    {
      "code" : "4",
      "display" : "Medication Request"
    },
    {
      "code" : "5",
      "display" : "Prescribed Elsewhere"
    }
  ]
}