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

FHIR IG analytics

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

status: Completed

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

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

Performers

-Actor
*PractitionerRole Pharmacist

authorizingPrescription: MedicationRequest: status = active; intent = order; medication[x] = ->Medication Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10; authoredOn = 2018-07-15; reasonCode =

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

whenPrepared: 2018-07-15

DosageInstructions

-Text
*1 tablet daily

Generated Narrative: Medication #med1

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


Source1

{
  "resourceType": "MedicationDispense",
  "id": "reaptan",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationdispense"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "med1",
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "926213011000036100"
          }
        ],
        "text": "Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10"
      }
    }
  ],
  "status": "completed",
  "medicationReference": {
    "reference": "#med1"
  },
  "subject": {
    "reference": "Patient/wang-li"
  },
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/pharmacist-megan-peterson"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "reference": "MedicationRequest/reaptan"
    }
  ],
  "quantity": {
    "value": 10,
    "unit": "TAB",
    "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
    "code": "TAB"
  },
  "whenPrepared": "2018-07-15",
  "dosageInstruction": [
    {
      "text": "1 tablet daily"
    }
  ]
}