Fujitsu Healthy Living Implementation Guide
1.1.28 - release

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

: MedicationAdministrationExample - XML Representation

Raw xml | Download



<MedicationAdministration xmlns="http://hl7.org/fhir">
  <id value="MedicationAdministrationExample"/>
  <meta>
    <profile
             value="http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-medicationadministration"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationAdministration</b><a name="MedicationAdministrationExample"> </a><a name="hcMedicationAdministrationExample"> </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 MedicationAdministration &quot;MedicationAdministrationExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-fujitsu-medicationadministration.html">Fujitsu MedicationAdministration Profile</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.392.100495.20.3.81</code>/1, <code>urn:oid:1.2.392.100495.20.3.82</code>/1</p><p><b>status</b>: completed</p><p><b>medication</b>: ムコソルバン(15) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://ig.fujitsu.com/healthy-living-jpcore-ext/CodeSystem-jp-medicationcode-yj-cs.html">JP Core YJ コード(個別医薬品コード)</a>#2239001F1696 &quot;ムコソルバン錠15mg&quot;; <a href="http://ig.fujitsu.com/healthy-living-jpcore-ext/CodeSystem-jp-medicationcode-hot9-cs.html">JP Core MedicationCode HOT9 CodeSystem</a>#103895802 &quot;ムコソルバン錠15mg&quot;)</span></p><p><b>subject</b>: <a href="Patient-p001.html">Patient/p001</a> &quot; 健康&quot;</p><p><b>context</b>: <a href="Encounter-e001.html">Encounter/e001</a></p><p><b>effective</b>: 2021-10-01 10:25:00+0900</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="PractitionerRole-r001.html">PractitionerRole/r001</a></td></tr></table><h3>Dosages</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Route</b></td><td><b>Method</b></td><td><b>Dose</b></td></tr><tr><td style="display: none">*</td><td>口 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://jpfhir.jp/fhir/core/CodeSystem-jp-medication-route-hl70162-cs.html">JP Core Medication HL70162-based Route CodeSystem</a>#PO)</span></td><td>内服 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://jpfhir.jp/fhir/core/CodeSystem-jp-medication-method-jami-basic-usage-cs.html">JP Core Medication JAMI Basic Usage Type CodeSystem</a>#1)</span></td><td>1 錠<span style="background: LightGoldenRodYellow"> (Details: urn:oid:1.2.392.100495.20.2.101 code TAB = '錠')</span></td></tr></table></div>
  </text>
  <identifier>
    <system value="urn:oid:1.2.392.100495.20.3.81"/>
    <value value="1"/>
  </identifier>
  <identifier>
    <system value="urn:oid:1.2.392.100495.20.3.82"/>
    <value value="1"/>
  </identifier>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system value="urn:oid:1.2.392.100495.20.1.73"/>
      <code value="2239001F1696"/>
      <display value="ムコソルバン錠15mg"/>
    </coding>
    <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/p001"/>
  </subject>
  <context>🔗 
    <reference value="Encounter/e001"/>
  </context>
  <effectiveDateTime value="2021-10-01T10:25:00+09:00"/>
  <performer>
    <actor>🔗 
      <reference value="PractitionerRole/r001"/>
    </actor>
  </performer>
  <dosage>
    <route>
      <coding>
        <system value="http://jpfhir.jp/fhir/core/CodeSystem/route-codes"/>
        <code value="PO"/>
        <display value="口"/>
      </coding>
      <text value="口"/>
    </route>
    <method>
      <coding>
        <system value="urn:oid:1.2.392.200250.2.2.20.30"/>
        <code value="1"/>
        <display value="内服"/>
      </coding>
      <text value="内服"/>
    </method>
    <dose>
      <value value="1"/>
      <unit value="錠"/>
      <system value="urn:oid:1.2.392.100495.20.2.101"/>
      <code value="TAB"/>
    </dose>
  </dosage>
</MedicationAdministration>