Fujitsu Healthy Living Implementation Guide
1.1.28 - release

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

: Medication Request for discontinued clinical trial medication ABC - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="medicationrequest-for-study-medication-administration-ABC"/>
  <meta>
    <profile
             value="http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-medicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationRequest</b><a name="medicationrequest-for-study-medication-administration-ABC"> </a><a name="hcmedicationrequest-for-study-medication-administration-ABC"> </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 MedicationRequest &quot;medicationrequest-for-study-medication-administration-ABC&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-fujitsu-medicationrequest.html">Fujitsu MedicationRequest 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>: stopped</p><p><b>intent</b>: order</p><p><b>medication</b>: warfarin sodium <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-rxNorm.html">RxNorm</a>#114194; <a href="http://terminology.hl7.org/5.5.0/CodeSystem-data-absent-reason.html">DataAbsentReason</a>#unknown &quot;Unknown&quot;)</span></p><p><b>subject</b>: <a href="Patient-SCHJO.html">Patient/SCHJO</a> &quot;&quot;</p><p><b>encounter</b>: <a href="Encounter-e002.html">Encounter/e002</a></p><p><b>authoredOn</b>: 2021-06-12</p><p><b>reasonCode</b>: Atrial fibrillation <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#49436004)</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 10 mg PO daily every morning</p><p><b>timing</b>: Once</p><p><b>method</b>: 内服・経口 <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 &quot;内服&quot;; <a href="http://jpfhir.jp/fhir/core/CodeSystem-jp-medication-method-jami-detail-usage-cs.html">JP Core Medication JAMI Detail Usage Type CodeSystem</a>#10 &quot;経口&quot;)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></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="stopped"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="114194"/>
      <display value="warfarin sodium"/>
    </coding>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/data-absent-reason"/>
      <code value="unknown"/>
      <display value="Unknown"/>
    </coding>
    <text value="warfarin sodium"/>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/SCHJO"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/e002"/>
  </encounter>
  <authoredOn value="2021-06-12"/>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="49436004"/>
      <display value="Atrial fibrillation"/>
    </coding>
  </reasonCode>
  <dosageInstruction>
    <text value="10 mg PO daily every morning"/>
    <timing>
      <repeat>
        <boundsDuration>
          <value value="7"/>
          <unit value="日"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="d"/>
        </boundsDuration>
      </repeat>
    </timing>
    <method>
      <coding>
        <system value="urn:oid:1.2.392.200250.2.2.20.30"/>
        <code value="1"/>
        <display value="内服"/>
      </coding>
      <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="2"/>
          <display value="原薬量"/>
        </coding>
      </type>
      <doseQuantity>
        <value value="10"/>
        <unit value="mg"/>
        <system value="urn:oid:1.2.392.100495.20.2.101"/>
        <code value="MG"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>