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/medicationrequest0350 (JSON)

Responsible Owner: Pharmacy Work GroupStandards Status: InformativeCompartments: Encounter, Group, Patient, Practitioner

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

Request with 3 reasons to justify alternative.

{
  "resourceType" : "MedicationRequest",
  "id" : "medicationrequest0350",
  "contained" : [{
    "resourceType" : "Medication",
    "id" : "med033027",
    "code" : {
      "coding" : [{
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "2646460",
        "display" : "doxycycline monohydrate Oral Tablet"
      }]
    }
  }],
  "identifier" : [{
    "use" : "official",
    "system" : "http://www.bmc.nl/portal/prescriptions",
    "value" : "123456789"
  }],
  "status" : "active",
  "intent" : "order",
  "medication" : {
    "reference" : {
      "reference" : "#med033027",
      "display" : "doxycycline monohydrate Oral Tablet"
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "authoredOn" : "2015-01-15",
  "requester" : {
    "reference" : "Practitioner/f007",
    "display" : "Patrick"
  },
  "reason" : [{
    "reference" : {
      "reference" : "AllergyIntolerance/medication",
      "display" : "Allergy to penicillins (e.g., amoxicillin)"
    }
  },
  {
    "concept" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "724053002"
      }]
    }
  }]
}

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.