Implementation Guide
23.0.0 - R4 APIs

Publish Box goes here

: General MedicationDispense Example - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationDispense",
  "id" : "Example1",
  "meta" : {
    "versionId" : "1915766443446860",
    "lastUpdated" : "2015-05-15T15:54:24.277-07:00",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-meddispense"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-meddispense-profile"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "N",
        "display" : "Normal"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><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\">version: versionId: id (PrimitiveType/MedicationDispense.meta.versionId): element = id -&gt; versionId=id[1915766443446860]; Last updated: 2015-05-15 15:54:24-0700</p><p style=\"margin-bottom: 0px\">Profiles: <code>http://hl7.org/fhir/us/core/StructureDefinition/us-core-meddispense</code>, <a href=\"StructureDefinition-athena-meddispense-profile.html\">AthenaMedicationDispense</a></p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N  = ' normal ', stated as ' Normal ')</p></div><p><b>status</b>: Completed</p><p><b>statusReason</b>: <span title=\"Codes:{https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/medicationdispense-status-reason FV}\">The medication prescribed is available for cycle fill</span></p><p><b>medication</b>: <a href=\"Medication/23833\">WARFARIN SODIUM 10 MG TABS</a></p><p><b>subject</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></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-Example1.html\">Practitioner Harry S. Winston </a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-RX-Example1.html\">MedicationRequest: extension = No display for Extension ,No display for Extension ,No display for Extension ,No display for Extension ,No display for Extension ,No display for Extension ; identifier = https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/PRESCRIB/TEST-001#12345; status = completed; intent = order; reported[x] = true; medication[x] = -&gt;WARFARIN SODIUM 10 MG TABS; authoredOn = 2020-08-14 15:07:25+0530</a></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode FFC}\">First Fill - Complete</span></p><p><b>quantity</b>: 12</p><p><b>whenHandedOver</b>: 2020-08-18 16:08:25+0530</p><blockquote><p><b>dosageInstruction</b></p></blockquote></div>"
  },
  "status" : "completed",
  "_status" : {
    "extension" : [
      {
        "url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode",
        "valueCoding" : {
          "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/meddispensestatus",
          "code" : "Dispensed",
          "display" : "Completed"
        }
      }
    ]
  },
  "statusReasonCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/medicationdispense-status-reason",
        "code" : "FV",
        "display" : "The medication prescribed is available for cycle fill"
      }
    ],
    "text" : "The medication prescribed is available for cycle fill"
  },
  "medicationReference" : {
    "reference" : "Medication/23833",
    "display" : "WARFARIN SODIUM 10 MG TABS"
  },
  "subject" : {
    🔗 "reference" : "Patient/Example1"
  },
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/Example1"
      }
    }
  ],
  "authorizingPrescription" : [
    {
      🔗 "reference" : "MedicationRequest/RX-Example1"
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "FFC",
        "display" : "First Fill - Complete"
      }
    ],
    "text" : "First Fill - Complete"
  },
  "quantity" : {
    "value" : 12
  },
  "whenHandedOver" : "2020-08-18T16:08:25+05:30",
  "dosageInstruction" : [
    {
      "text" : "Take 1 tablet by mouth 3 times a day",
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1.00,
            "unit" : "{Tablet}"
          }
        }
      ]
    }
  ]
}