IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Example ILCore MedicationDispense - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationDispense",
  "id" : "medication-dispense",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.health.gov.il/StructureDefinition/il-core-medication-dispense"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationDispense </b><a name=\"medication-dispense\"> </a><a name=\"hcmedication-dispense\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceMedicationDispense &quot;medication-dispense&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-il-core-medication-dispense.html\">ILCore MedicationDispense Profile</a></p></div><p><b>Ext: ILCore Recorded Time</b>: 2024-05-21 14:00:00+0000</p><p><b>status</b>: completed</p><p><b>category</b>: Community Care/HMO <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-il-core-medication-category.html\">Codes for MedicationRequest categories</a>#community-hmo)</span></p><p><b>medication</b>: <a href=\"Medication-paracetamol.html\">Medication/paracetamol</a></p><p><b>subject</b>: <a href=\"Patient-patient-israeli-with-statistical-area.html\">Patient/patient-israeli-with-statistical-area</a> &quot; בן ברוך&quot;</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-practitioner-md.html\">Practitioner/practitioner-md</a> &quot; גרינפלד&quot;</td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-metamizole-for-gangreenous-tonsolitis.html\">MedicationRequest/metamizole-for-gangreenous-tonsolitis</a></p><p><b>type</b>: Refill - Part Fill <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html\">ActCode</a>#RFP)</span></p><p><b>quantity</b>: 10 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codetablet = 'tablet')</span></p><p><b>whenHandedOver</b>: 2024-05-21 14:30:00+0000</p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Take one tablet daily</p><p><b>timing</b>: Once per1 days</p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.health.gov.il/StructureDefinition/ext-recorded-time",
      "valueDateTime" : "2024-05-21T14:00:00Z"
    }
  ],
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "http://fhir.health.gov.il/cs/il-core-medicationrequest-category",
        "code" : "community-hmo",
        "display" : "Community Care/HMO"
      }
    ]
  },
  "medicationReference" : {
    🔗 "reference" : "Medication/paracetamol"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-israeli-with-statistical-area"
  },
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/practitioner-md"
      }
    }
  ],
  "authorizingPrescription" : [
    {
      🔗 "reference" : "MedicationRequest/metamizole-for-gangreenous-tonsolitis"
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "RFP",
        "display" : "Refill - Part Fill"
      }
    ]
  },
  "quantity" : {
    "value" : 10,
    "system" : "http://unitsofmeasure.org",
    "code" : "tablet"
  },
  "whenHandedOver" : "2024-05-21T14:30:00Z",
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "text" : "Take one tablet daily",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "system" : "http://unitsofmeasure.org",
            "code" : "tablet"
          }
        }
      ]
    }
  ]
}