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

FHIR IG analytics

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

identifier: Local Prescription Number/53720010

status: Active

intent: Order

medication: Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10

subject: Stella Franklin

authoredOn: 2018-07-15

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

reasonCode: Hypertension

note:

Patient requires an administration aid.

dosageInstruction

text: 1 tablet once daily in the morning

timing: Once per 1 day

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": "example2",
  "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": "926213011000036100",
        "display": "Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example0",
    "display": "Stella Franklin"
  },
  "authoredOn": "2018-07-15",
  "requester": {
    "reference": "PractitionerRole/example0"
  },
  "reasonCode": [
    {
      "text": "Hypertension"
    }
  ],
  "note": [
    {
      "text": "Patient requires an administration aid."
    }
  ],
  "dosageInstruction": [
    {
      "text": "1 tablet once daily in the morning",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "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
  }
}