Polaris FHIR Implementation Guide
1.9.9 - ci-build

Polaris FHIR Implementation Guide - Local Development build (v1.9.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Iron Sample Medication Dispense - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationDispense",
  "id" : "avery-iron-sample-20250408",
  "meta" : {
    "profile" : [
      "https://fhir.apps.health/StructureDefinition/polaris-medicationdispense"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">3-day starter supply of ferrous sulfate 325mg tablets dispensed to Avery Linwood by Dr. Emil Navarro on April 8, 2025.</div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-medicationdispense-identifier",
      "value" : "DISPENSE-SAMPLE-IRON-20250408"
    }
  ],
  "status" : "completed",
  "medicationCodeableConcept" : {
    "text" : "Ferrous sulfate 325 MG Oral Tablet"
  },
  "subject" : {
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier",
      "value" : "1234567890"
    },
    "display" : "Avery Linwood"
  },
  "performer" : [
    {
      "actor" : {
        "identifier" : {
          "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitioner-identifier",
          "value" : "NAVARRO-PRAC-001"
        },
        "display" : "Dr. Emil Navarro"
      }
    }
  ],
  "quantity" : {
    "value" : 3,
    "unit" : "1",
    "system" : "http://unitsofmeasure.org",
    "code" : "1"
  },
  "daysSupply" : {
    "value" : 3,
    "unit" : "days",
    "system" : "http://unitsofmeasure.org",
    "code" : "d"
  },
  "whenHandedOver" : "2025-04-08T10:40:00-06:00",
  "note" : [
    {
      "text" : "Three-day supply of ferrous sulfate provided as a starter sample during appointment."
    }
  ],
  "dosageInstruction" : [
    {
      "text" : "Take one tablet by mouth daily"
    }
  ]
}