MHR AU Patient Summary Consultation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Medication Request Amoxicillin 250 mg oral capsule - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "au-ps-medicationrequest-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-medicationrequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest au-ps-medicationrequest-1</b></p><a name=\"au-ps-medicationrequest-1\"> </a><a name=\"hcau-ps-medicationrequest-1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/hl7au/au-fhir-ps/StructureDefinition-au-ps-medicationrequest.html\">AU PS MedicationRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 23550011000036101}\">Amoxicillin 250 mg capsule</span></p><p><b>subject</b>: <a href=\"Patient-mhr-au-ps-patient-1.html\">Mia Leanne Banks</a></p><p><b>authoredOn</b>: 2025-06-13 00:57:59+1000</p><p><b>requester</b>: <a href=\"Practitioner-au-ps-practitioner-2.html\">Dr. John Doe</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>500 mg orally every 8 hours for 7 days</td></tr></table></div>"
  },
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "23550011000036101",
        "display" : "Amoxicillin 250 mg capsule"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/mhr-au-ps-patient-1",
    "display" : "Mia Leanne Banks"
  },
  "authoredOn" : "2025-06-13T00:57:59.193356+10:00",
  "requester" : {
    🔗 "reference" : "Practitioner/au-ps-practitioner-2",
    "display" : "Dr. John Doe"
  },
  "dosageInstruction" : [
    {
      "text" : "500 mg orally every 8 hours for 7 days"
    }
  ]
}