Dental Data Exchange
0.1.0 - STU1 Ballot

This page is part of the Dental Data Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Medication Statement4 (example) - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "Acetaminophen-medreq-2",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2020-08-06T17:04:20.980+00:00",
    "source" : "#FszuTvVXOuS72M8C",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: Acetaminophen-medreq-2</p><p><b>meta</b>: </p><p><b>status</b>: completed</p><p><b>intent</b>: plan</p><p><b>medication</b>: <a href=\"Medication-Acetaminophen-med-example-2.html\">Acetaminophen 160 MGGenerated Summary: id: Acetaminophen-med-example-2; <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 315253}\">Acetaminophen 160 MG</span></a></p><p><b>subject</b>: <a href=\"Patient-example-dental.html\">Patient A. Generated Summary: id: example-dental; Medical Record Number: 5152020 (USUAL); active; Patient A ; ph: 123-456-7890(HOME), testA@email.com; gender: male; birthDate: 1990-01-01</a></p><p><b>authoredOn</b>: 2018-12-06</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-D.html\">Dr. John M, MD. Generated Summary: id: practitioner-D; id: 1234560000; John D ; ph: 720-555-6443(WORK); gender: male; birthDate: 1990-06-09</a></p><p><b>dosageInstruction</b>: </p><h3>DispenseRequests</h3><table class=\"grid\"><tr><td>-</td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td><td><b>ExpectedSupplyDuration</b></td></tr><tr><td>*</td><td>1</td><td>325 mg</td><td>30 days</td></tr></table></div>"
  },
  "status" : "completed",
  "intent" : "plan",
  "medicationReference" : {
    "reference" : "Medication/Acetaminophen-med-example-2"
  },
  "subject" : {
    "reference" : "Patient/example-dental",
    "display" : "Patient A"
  },
  "authoredOn" : "2018-12-06",
  "requester" : {
    "reference" : "Practitioner/practitioner-D",
    "display" : "Dr. John M, MD"
  },
  "dosageInstruction" : [
    {
      "text" : "Take 2 tablets every 4-6 hours as needed for pain",
      "timing" : {
        "repeat" : {
          "boundsPeriod" : {
            "start" : "2018-12-06"
          }
        }
      }
    }
  ],
  "dispenseRequest" : {
    "numberOfRepeatsAllowed" : 1,
    "quantity" : {
      "value" : 325,
      "unit" : "mg",
      "system" : "http://unitsofmeasure.org",
      "code" : "mg"
    },
    "expectedSupplyDuration" : {
      "value" : 30,
      "unit" : "days",
      "system" : "http://unitsofmeasure.org",
      "code" : "d"
    }
  }
}