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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeMedicationRequest
IdMedicationRequest-example0.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 example0

identifier: Local Prescription Number/53720010

status: Active

intent: Order

medication: Paracetamol 500 mg + codeine phosphate hemihydrate 30 mg tablet

subject: Stella Franklin

authoredOn: 2018-07-15

requester: PractitionerRole: identifier = Medicare Provider Number: 1234561A; specialty = Cardiology; telecom = ph: 0255507777(Work),ph: 0255508888

reasonCode: Pain management

note:

Patient requires an administration aid.

dosageInstruction

text: 1-2 tablets every 4-6 hours as needed for pain

timing: 1-2 per 4-6 hours

asNeeded: true

route: Oral route

DoseAndRates

-Dose[x]
*1 TAB (Details: Orderable Drug Form codeTAB = 'Tablet')

dispenseRequest

DispenseIntervals

-ValueUnitSystemCode
*1weekhttp://unitsofmeasure.orgwk

validityPeriod: 2018-07-15 --> 2019-07-15

numberOfRepeatsAllowed: 2

quantity: 20 Tab (Details: Orderable Drug Form codeTAB = 'Tablet')

ExpectedSupplyDurations

-ValueUnitSystemCode
*10dayshttp://unitsofmeasure.orgd

Substitutions

-Allowed[x]
*true

Source1

{
  "resourceType": "MedicationRequest",
  "id": "example0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-medicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "LPN"
          }
        ],
        "text": "Local Prescription Number"
      },
      "system": "http://ns.electronichealth.net.au/id/hpio-scoped/prescription/1.0/8003621566684455",
      "value": "53720010",
      "assigner": {
        "reference": "Organization/example0",
        "display": "Downunder Hospital"
      }
    }
  ],
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "79115011000036100",
        "display": "Paracetamol 500 mg + codeine phosphate hemihydrate 30 mg tablet"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example0",
    "display": "Stella Franklin"
  },
  "authoredOn": "2018-07-15",
  "requester": {
    "reference": "PractitionerRole/example0"
  },
  "reasonCode": [
    {
      "text": "Pain management"
    }
  ],
  "note": [
    {
      "text": "Patient requires an administration aid."
    }
  ],
  "dosageInstruction": [
    {
      "text": "1-2 tablets every 4-6 hours as needed for pain",
      "timing": {
        "repeat": {
          "frequency": 1,
          "frequencyMax": 2,
          "period": 4,
          "periodMax": 6,
          "periodUnit": "h"
        }
      },
      "asNeededBoolean": true,
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "TAB",
            "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
            "code": "TAB"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "dispenseInterval": {
      "value": 1,
      "unit": "week",
      "system": "http://unitsofmeasure.org",
      "code": "wk"
    },
    "validityPeriod": {
      "start": "2018-07-15",
      "end": "2019-07-15"
    },
    "numberOfRepeatsAllowed": 2,
    "quantity": {
      "value": 20,
      "unit": "Tab",
      "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
      "code": "TAB"
    },
    "expectedSupplyDuration": {
      "value": 10,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    }
  },
  "substitution": {
    "allowedBoolean": true
  }
}