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

FHIR IG analytics

Packageca.healthpei.io.core
Resource TypeMedicationDispense
IdPEI_MedicationDispense.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

empty

Source1

{
  "resourceType": "MedicationDispense",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "meta": {
    "profile": [
      "http://healthpei.ca/fhir/StructureDefinition/ca-pei-profile-MedicationDispense"
    ]
  },
  "identifier": [
    {
      "system": "http://healthpei.ca/fhir/NamingSystem/id-pei-pharmacy-PEI09563145-current-rx-number",
      "value": "65249874"
    }
  ],
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
        "code": "community",
        "display": "community"
      }
    ]
  },
  "medicationReference": {
    "reference": "urn:uuid:70f118b7-0638-41f5-b7b4-48452746bb92"
  },
  "subject": {
    "reference": "Patient/MediDispense"
  },
  "performer": [
    {
      "actor": {
        "reference": "urn:uuid:da3e15e9-6198-4062-b04d-6ecc4f74d911"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "reference": "urn:uuid:49dcb22a-5b90-4b5f-a3df-ec2fcc888045"
    }
  ],
  "quantity": {
    "value": 30,
    "unit": "Tablet(s)",
    "system": "http://snomed.info/sct",
    "code": "428673006"
  },
  "daysSupply": {
    "value": 30
  },
  "whenPrepared": "2023-11-09",
  "whenHandedOver": "2023-11-11",
  "dosageInstruction": [
    {
      "text": "Take 2 tablets by mouth 3 times a day"
    }
  ]
}