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

FHIR IG analytics

PackageSHIFT-Task-Force.privacy.examples
Resource TypeMedicationRequest
IdMedicationRequest-CarlFredericksonIbuprofen.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 CarlFredericksonIbuprofen

identifier: http://example.com/demo/medication-identifier/IBPROFEN-45678

status: Draft

intent: Order

medication: ibuprofen

subject: Carl Frederickson Male, DoB: 1950-04-22

dosageInstruction

text: 800mg by mouth three times a day as needed for pain

timing: 3 per 1 day

asNeeded: true

DoseAndRates

-Dose[x]
*800 mg (Details: UCUM codemg = 'mg')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "CarlFredericksonIbuprofen",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.com/demo/medication-identifier",
      "value": "IBPROFEN-45678"
    }
  ],
  "status": "draft",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "5640"
      }
    ]
  },
  "subject": {
    "reference": "Patient/CarlFrederickson"
  },
  "dosageInstruction": [
    {
      "text": "800mg by mouth three times a day as needed for pain",
      "timing": {
        "repeat": {
          "frequency": 3,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "asNeededBoolean": true,
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 800,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}