Pharmacist Services and Summaries - FHIR (PhCP)
1.0.0 - STU Release 1.0.0 for FHIR R4

This page is part of the Pharmacist Care Plan FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: phcp-medicationdispense-example - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationDispense",
  "id" : "phcp-medicationdispense-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-02-11T23:05:16.637+00:00",
    "source" : "#wkMb2ZcMNnIkGrLs",
    "profile" : [
      "http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-MedicationDispense"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: urn:uuid:3358ad78-31f2-4756-abad-32cbb155a6ee</p><p><b>status</b>: completed</p><p><b>medication</b>: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 1049683}\">oxyCODONE Hydrochloride 10 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-phcp-patient-example.html\">Generated Summary: id: 1032702 (USUAL); active; Amy V. Shaw ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 2007-02-20</a></p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"PractitionerRole-phcp-practitionerrole-example.html\">Generated Summary: doc@example.org</a></td></tr></table><p><b>quantity</b>: 24 1</p><p><b>daysSupply</b>: 3</p><p><b>whenHandedOver</b>: 2016-11-28</p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:3358ad78-31f2-4756-abad-32cbb155a6ee"
    }
  ],
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "1049683",
        "display" : "oxyCODONE HCl 10 MG Oral Tablet"
      }
    ],
    "text" : "oxyCODONE Hydrochloride 10 MG Oral Tablet"
  },
  "subject" : {
    "reference" : "Patient/phcp-patient-example"
  },
  "performer" : [
    {
      "actor" : {
        "reference" : "PractitionerRole/phcp-practitionerrole-example"
      }
    }
  ],
  "quantity" : {
    "value" : 24,
    "unit" : "1"
  },
  "daysSupply" : {
    "value" : 3
  },
  "whenHandedOver" : "2016-11-28"
}