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

FHIR IG analytics

Packageihe.pharm.mpd
Resource TypeMedicationDispense
IdMedicationDispense-300-dispense-for-2-requests.json
FHIR VersionR5

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 300-dispense-for-2-requests

status: Completed

Medications

-Reference
*Canifug Cremolum, cream + pessary

subject: Thomas Engine Male, DoB: 1950-09-15 ( 12345)

Performers

-Actor
*PractitionerRole Pharmacist

authorizingPrescription:

  • Identifier: 300-1/2
  • Identifier: 300-2/2

quantity: 1 1 (Details: UCUM code1 = '1')

whenHandedOver: 2024-10-06 19:54:00+0000


Source1

{
  "resourceType": "MedicationDispense",
  "id": "300-dispense-for-2-requests",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedicationDispense"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medication": {
    "reference": {
      "reference": "Medication/02A-ClotrimazoleCanifugCremolum",
      "display": "Canifug Cremolum, cream + pessary"
    }
  },
  "subject": {
    "reference": "Patient/patient1"
  },
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/pharmacist1"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "identifier": {
        "value": "300-1/2"
      }
    },
    {
      "identifier": {
        "value": "300-2/2"
      }
    }
  ],
  "quantity": {
    "value": 1,
    "system": "http://unitsofmeasure.org",
    "code": "1"
  },
  "whenHandedOver": "2024-10-06T19:54:00Z"
}