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 - XML Representation

Raw xml | Download



<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="phcp-medicationdispense-example"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2020-02-11T23:05:16.637+00:00"/>
    <source value="#wkMb2ZcMNnIkGrLs"/>
    <profile
             value="http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-MedicationDispense"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:3358ad78-31f2-4756-abad-32cbb155a6ee"/>
  </identifier>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="1049683"/>
      <display value="oxyCODONE HCl 10 MG Oral Tablet"/>
    </coding>
    <text value="oxyCODONE Hydrochloride 10 MG Oral Tablet"/>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/phcp-patient-example"/>
  </subject>
  <performer>
    <actor>
      <reference value="PractitionerRole/phcp-practitionerrole-example"/>
    </actor>
  </performer>
  <quantity>
    <value value="24"/>
    <unit value="1"/>
  </quantity>
  <daysSupply>
    <value value="3"/>
  </daysSupply>
  <whenHandedOver value="2016-11-28"/>
</MedicationDispense>