Operation | update MedicationRequest |
Method | PUT |
Path | https://blaze.life.uni-leipzig.de/fhir/MedicationRequest/C6AMXUKWZVJKILIP |
Resource | MedicationRequest | Id | C6AMXUKWZVJKILIP | | |
{
"resourceType" : "MedicationRequest",
"id" : "C6AMXUKWZVJKILIP",
"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/C6AMXUGKB7W6AGWC; Dosage: Use 1 spray twice daily</p></div>"
},
"identifier" : [ {
"system" : "http://happyvalley.com/medicationrequest",
"value" : "wqf3Dfk5IT2FU"
} ],
"status" : "completed",
"intent" : "proposal",
"medicationCodeableConcept" : {
"coding" : [ {
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "358793",
"display" : "Mometasone Furoate 0.05mg/Actuat"
} ]
},
"subject" : {
"reference" : "Patient/C6AMXUGKB7W6AGWC"
},
"authoredOn" : "2017-10-15",
"requester" : {
"reference" : "Practitioner/C6AMXUIM3AF23DCC"
},
"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"
} ]
}
}
}