Request

OperationupdateCreate MedicationRequest
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/MedicationRequest/wqf3Df-k5IT2FU
ResourceMedicationRequestIdwqf3Df-k5IT2FU
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "MedicationRequest",
  "id" : "wqf3Df-k5IT2FU",
  "meta" : {
    "security" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "HTEST",
      "display" : "test health data"
    } ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Date Written: Oct 15, 2017; Patient/3ae80820d0304efaab249ae6c278d82c; Dosage: Use 1 spray twice daily</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/medicationrequest",
    "value" : "wqf3Dfk5IT2FU"
  } ],
  "status" : "active",
  "intent" : "proposal",
  "medicationCodeableConcept" : {
    "coding" : [ {
      "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
      "code" : "358793",
      "display" : "Mometasone Furoate 0.05mg/Actuat"
    } ]
  },
  "subject" : {
    "reference" : "Patient/3ae80820d0304efaab249ae6c278d82c"
  },
  "authoredOn" : "2017-10-15",
  "requester" : {
    "reference" : "Practitioner/4d4a6f1afb8048a6bafe59b0acbfdaed"
  },
  "dosageInstruction" : [ {
    "text" : "Use 1 spray twice daily",
    "timing" : {
      "repeat" : {
        "frequency" : 2,
        "period" : 1,
        "periodUnit" : "d"
      }
    },
    "doseAndRate" : [ {
      "type" : {
        "coding" : [ {
          "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
          "code" : "ordered",
          "display" : "Ordered"
        } ]
      },
      "doseQuantity" : {
        "value" : 1,
        "unit" : "ea",
        "system" : "http://unitsofmeasure.org",
        "code" : "ea"
      }
    } ]
  } ],
  "dispenseRequest" : {
    "validityPeriod" : {
      "start" : "2017-10-15",
      "end" : "2017-11-15"
    },
    "numberOfRepeatsAllowed" : 3,
    "quantity" : {
      "value" : 30,
      "unit" : "ml",
      "system" : "http://unitsofmeasure.org",
      "code" : "ml"
    },
    "expectedSupplyDuration" : {
      "value" : 30,
      "unit" : "days",
      "system" : "http://unitsofmeasure.org",
      "code" : "d"
    }
  },
  "substitution" : {
    "allowedBoolean" : true,
    "reason" : {
      "coding" : [ {
        "system" : "http://terminology.hl7.org/CodeSystem/v3/ActReason",
        "code" : "FP",
        "display" : "formulary policy"
      } ]
    }
  }
}