FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.dental-data-exchange
Resource TypeMedicationRequest
IdMedicationRequest-Ibuprofen-medreq-2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationRequest Ibuprofen-medreq-2

version: 4; Last updated: 2020-08-06 17:04:21+0000;

Information Source: #nsfdXhFa9WJvBHdj

Profile: US Core MedicationRequest Profile

status: Completed

intent: Plan

medication: Medication Ibuprofen 200 MG

subject: Patient A

authoredOn: 2019-12-06

requester: Dr. John M, MD

DosageInstructions

-TextTiming
*Take 2-3 tablets every 8 hours as needed for painOnce

dispenseRequest

numberOfRepeatsAllowed: 1

quantity: 200 mg (Details: UCUM codemg = 'mg')

ExpectedSupplyDurations

-ValueUnitSystemCode
*30dayshttp://unitsofmeasure.orgd

Source1

{
  "resourceType": "MedicationRequest",
  "id": "Ibuprofen-medreq-2",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2020-08-06T17:04:21.723+00:00",
    "source": "#nsfdXhFa9WJvBHdj",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "plan",
  "medicationReference": {
    "reference": "Medication/ibuprofen-med-example-2"
  },
  "subject": {
    "reference": "Patient/example-dental",
    "display": "Patient A"
  },
  "authoredOn": "2019-12-06",
  "requester": {
    "reference": "Practitioner/practitioner-D",
    "display": "Dr. John M, MD"
  },
  "dosageInstruction": [
    {
      "text": "Take 2-3 tablets every 8 hours as needed for pain",
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2019-12-06"
          }
        }
      }
    }
  ],
  "dispenseRequest": {
    "numberOfRepeatsAllowed": 1,
    "quantity": {
      "value": 200,
      "unit": "mg",
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    },
    "expectedSupplyDuration": {
      "value": 30,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    }
  }
}