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

FHIR IG analytics

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

status: Active

intent: Order

medication: Pulmicort Flexhaler 180mcg 2 puffs INH BID

subject: Maxine Mayfield (official) Female, DoB: 2009-07-18

dosageInstruction

text: 2 puffs INH BID

timing: 2 per 1 day

route: Respiratory tract route

DoseAndRates

-Dose[x]
*180 ug (Details: UCUM codeug = 'ug')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "MaxineMayfield16Pulmicort",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "966524",
        "display": "Pulmicort Flexhaler 180 MCG/ACTUAT Dry Powder Inhaler, 120 ACTUAT"
      }
    ],
    "text": "Pulmicort Flexhaler 180mcg 2 puffs INH BID"
  },
  "subject": {
    "reference": "Patient/MaxineMayfield16"
  },
  "dosageInstruction": [
    {
      "text": "2 puffs INH BID",
      "timing": {
        "repeat": {
          "frequency": 2,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "447694001",
            "display": "Respiratory tract route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 180,
            "unit": "ug",
            "system": "http://unitsofmeasure.org",
            "code": "ug"
          }
        }
      ]
    }
  ]
}