Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release

Publication Build: This will be filled in by the publication tooling

: pghd-medication-dispense - XML Representation

Raw xml | Download



<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="pghd-medication-dispense"/>
  <meta>
    <profile
             value="http://fhir/pghd/StructureDefinition/pghd-medicationdispense"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationDispense</b><a name="pghd-medication-dispense"> </a><a name="hcpghd-medication-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">Resource MedicationDispense &quot;pghd-medication-dispense&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-pghd-medicationdispense.html">PGHD MedicationDispense Profile</a></p></div><p><b>status</b>: completed</p><p><b>medication</b>: ムコソルバン(15) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (unknown#103895802 &quot;ムコソルバン錠15mg&quot;)</span></p><p><b>subject</b>: <a href="Patient-1.html">Patient/1</a> &quot; DOE&quot;</p><p><b>authorizingPrescription</b>: <a href="MedicationRequest-m001.html">MedicationRequest/m001</a></p><p><b>quantity</b>: 21 錠<span style="background: LightGoldenRodYellow"> (Details: urn:oid:1.2.392.100495.20.2.101 code TAB = 'TAB')</span></p><p><b>whenHandedOver</b>: 2013-02-05 17:25:00+0900</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 1日3回朝昼夕食後 1回1錠 7日分</p><p><b>timing</b>: Code: 1日3回朝昼夕食後, Once</p><p><b>method</b>: 内服・経口 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (unknown#10 &quot;経口&quot;)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>
  </text>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system value="urn:oid:1.2.392.200119.4.403.1"/>
      <code value="103895802"/>
      <display value="ムコソルバン錠15mg"/>
    </coding>
    <text value="ムコソルバン(15)"/>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/1"/>
  </subject>
  <authorizingPrescription>🔗 
    <reference value="MedicationRequest/m001"/>
  </authorizingPrescription>
  <quantity>
    <value value="21"/>
    <unit value="錠"/>
    <system value="urn:oid:1.2.392.100495.20.2.101"/>
    <code value="TAB"/>
  </quantity>
  <whenHandedOver value="2013-02-05T17:25:00.123+09:00"/>
  <dosageInstruction>
    <text value="1日3回朝昼夕食後 1回1錠 7日分"/>
    <timing>
      <repeat>
        <boundsDuration>
          <value value="7"/>
          <unit value="日"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="d"/>
        </boundsDuration>
      </repeat>
      <code>
        <coding>
          <system value="urn:oid:1.2.392.200250.2.2.20"/>
          <code value="1013044400000000"/>
          <display value="内服・経口・1日3回朝昼夕食後"/>
        </coding>
        <text value="1日3回朝昼夕食後"/>
      </code>
    </timing>
    <method>
      <coding>
        <system value="urn:oid:1.2.392.200250.2.2.20.40"/>
        <code value="10"/>
        <display value="経口"/>
      </coding>
      <text value="内服・経口"/>
    </method>
    <doseAndRate>
      <type>
        <coding>
          <system value="urn:oid:1.2.392.100495.20.2.22"/>
          <code value="1"/>
          <display value="製剤量"/>
        </coding>
      </type>
      <doseQuantity>
        <value value="1"/>
        <unit value="錠"/>
        <system value="urn:oid:1.2.392.100495.20.2.101"/>
        <code value="TAB"/>
      </doseQuantity>
      <rateRatio>
        <numerator>
          <value value="3"/>
          <unit value="錠"/>
          <system value="urn:oid:1.2.392.100495.20.2.101"/>
          <code value="TAB"/>
        </numerator>
        <denominator>
          <value value="1"/>
          <unit value="日"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="d"/>
        </denominator>
      </rateRatio>
    </doseAndRate>
  </dosageInstruction>
</MedicationDispense>