HL7 FHIR JP Core ImplementationGuide
1.2.0-dev - ci-build Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.2.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JP Core MedicationStatement Example 服用申告情報 ムコダイン錠250mg - XML Representation

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="jp-medicationstatement-example-1"/>
  <meta>
    <profile
             value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationStatement"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement jp-medicationstatement-example-1</b></p><a name="jp-medicationstatement-example-1"> </a><a name="hcjp-medicationstatement-example-1"> </a><a name="jp-medicationstatement-example-1-ja"> </a><p><b>status</b>: Completed</p><p><b>medication</b>: <span title="Codes:{urn:oid:1.2.392.200119.4.403.1 103835401}">ムコダイン錠250mg</span></p><p><b>subject</b>: <a href="Patient-jp-patient-example-1.html">山田 太郎 Male, DoB: 1970-01-01 ( urn:oid:1.2.392.100495.20.3.51.11311234567#00000010)</a></p><p><b>effective</b>: 2020-04-01 00:00:00+0900 --&gt; 2020-04-14 00:00:00+0900</p><p><b>dateAsserted</b>: 2020-05-01 12:28:17+0900</p><p><b>informationSource</b>: <a href="Patient-jp-patient-example-1.html">山田 太郎 Male, DoB: 1970-01-01 ( urn:oid:1.2.392.100495.20.3.51.11311234567#00000010)</a></p><p><b>derivedFrom</b>: <a href="MedicationRequest-jp-medicationrequest-example-1.html">MedicationRequest: identifier = urn:oid:1.2.392.100495.20.3.81#1,urn:oid:1.2.392.100495.20.3.82#1,http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier#1234567890.1.1; status = active; intent = order; medication[x] = ムコダイン錠250mg; authoredOn = 2020-04-01 12:28:17+0900</a></p><p><b>reasonCode</b>: <span title="Codes:{urn:oid:1.2.392.200119.4.101.6 TQ7A}">急性気管支炎</span></p><blockquote><p><b>dosage</b></p></blockquote></div>
  </text>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system value="urn:oid:1.2.392.200119.4.403.1"/>
      <code value="103835401"/>
      <display value="ムコダイン錠250mg"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/jp-patient-example-1"/>
  </subject>
  <effectivePeriod>
    <start value="2020-04-01T00:00:00+09:00"/>
    <end value="2020-04-14T00:00:00+09:00"/>
  </effectivePeriod>
  <dateAsserted value="2020-05-01T12:28:17+09:00"/>
  <informationSource>🔗 
    <reference value="Patient/jp-patient-example-1"/>
  </informationSource>
  <derivedFrom>🔗 
    <reference value="MedicationRequest/jp-medicationrequest-example-1"/>
  </derivedFrom>
  <reasonCode>
    <coding>
      <system value="urn:oid:1.2.392.200119.4.101.6"/>
      <code value="TQ7A"/>
      <display value="急性気管支炎"/>
    </coding>
  </reasonCode>
  <dosage>
    <text value="内服・経口・1日3回朝昼夕食後"/>
    <timing>
      <code>
        <coding>
          <system value="urn:oid:1.2.392.200250.2.2.20"/>
          <code value="1013044400000000"/>
          <display value="内服・経口・1日3回朝昼夕食後"/>
        </coding>
      </code>
    </timing>
    <route>
      <coding>
        <system value="http://jpfhir.jp/fhir/core/CodeSystem/route-codes"/>
        <code value="PO"/>
        <display value="口"/>
      </coding>
    </route>
    <method>
      <coding>
        <system value="urn:oid:1.2.392.200250.2.2.20.40"/>
        <code value="10"/>
        <display value="経口"/>
      </coding>
    </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>
  </dosage>
</MedicationStatement>
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けております。