FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MedicationRequest/medrx0343a (JSON)

Pharmacy Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner

Raw JSON (canonical form + also see JSON Format Specification)

Request medication where there is an option of the route of administration - includes group identifier

{
  "resourceType" : "MedicationRequest",
  "id" : "medrx0343a",
  "contained" : [{
    "resourceType" : "Medication",
    "id" : "med0343a",
    "code" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "1179448000",
        "display" : "Product containing precisely ondansetron 4 milligram/1 each conventional release oral lyophilisate (clinical drug)"
      }]
    }
  }],
  "identifier" : [{
    "use" : "official",
    "system" : "http://www.bmc.nl/portal/prescriptions",
    "value" : "98765"
  }],
  "groupIdentifier" : {
    "use" : "official",
    "system" : "http://www.bmc.nl/portal/prescriptions",
    "value" : "9898"
  },
  "status" : "active",
  "intent" : "option",
  "medication" : {
    "reference" : {
      "reference" : "#med0343a",
      "display" : "Ondansetron 4mg Tablet"
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "authoredOn" : "2015-01-15",
  "requester" : {
    "reference" : "Practitioner/f007",
    "display" : "Patrick Pump"
  },
  "dosageInstruction" : [{
    "sequence" : 1,
    "text" : "One tablet (4mg) orally twice daily as needed for nausea",
    "timing" : {
      "repeat" : {
        "frequency" : 2,
        "period" : 1,
        "periodUnit" : "d"
      }
    },
    "asNeededFor" : [{
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "16932000",
        "display" : "Nausea and Vomiting"
      }]
    }],
    "route" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "78421000",
        "display" : "Intramuscular Route"
      }]
    },
    "doseAndRate" : [{
      "doseQuantity" : {
        "value" : 4,
        "unit" : "mg",
        "system" : "http://unitsofmeasure.org",
        "code" : "mg"
      }
    }]
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.