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

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeMedicationDispense
IdMedicationDispense-lipex.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: MedicationDispense lipex

status: Completed

medication: Medication Lipex 40 mg tablet

subject: Li Wang Male, DoB: 1975-05-03 ( Medical Record Number: 22421441)

Performers

-Actor
*Organization Appin Pharmacy

authorizingPrescription: MedicationRequest: status = active; intent = order; medication[x] = ->Medication Simvastatin 40 mg tablet; authoredOn = 2020-07-15; reasonCode = Hypercholesterolaemia

quantity: 30 TAB (Details: Orderable Drug Form codeTAB = 'Tablet')

whenPrepared: 2020-07-15

DosageInstructions

-Text
*Take one tablet daily

Source1

{
  "resourceType": "MedicationDispense",
  "id": "lipex",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationdispense"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/lipex"
  },
  "subject": {
    "reference": "Patient/wang-li"
  },
  "performer": [
    {
      "actor": {
        "reference": "Organization/appin-pharmacy"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "reference": "MedicationRequest/simvastatin"
    }
  ],
  "quantity": {
    "value": 30,
    "unit": "TAB",
    "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
    "code": "TAB"
  },
  "whenPrepared": "2020-07-15",
  "dosageInstruction": [
    {
      "text": "Take one tablet daily"
    }
  ]
}