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

FHIR IG analytics

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

status: Active

intent: Order

medication: Miralax 17g PO daily

subject: Mo Female, DoB: 2006-08-08

dosageInstruction

text: 17g PO daily

timing: Once per 1 day

route: Oral route

DoseAndRates

-Dose[x]
*17 g (Details: UCUM codeg = 'g')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "MonicaRambeauMiralax",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "876195",
        "display": "MiraLAX 17 GM Powder for Oral Solution"
      }
    ],
    "text": "Miralax 17g PO daily"
  },
  "subject": {
    "reference": "Patient/MonicaRambeau"
  },
  "dosageInstruction": [
    {
      "text": "17g PO daily",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 17,
            "unit": "g",
            "system": "http://unitsofmeasure.org",
            "code": "g"
          }
        }
      ]
    }
  ]
}