<StructureDefinition xmlns="http://hl7.org/fhir">
  <url value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationDispense" />
  <version value="1.0.0" />
  <name value="JP_MedicationDispense" />
  <title value="JP_MedicationDispense" />
  <status value="active" />
  <date value="2021-12-03T15:35:21.0508205Z" />
  <publisher value="FHIR® Japanese implementation research working group in Japan Association of Medical Informatics (JAMI)" />
  <description value="このプロファイルはMedicationDispenseリソースに対して、内服・外用薬剤処方調剤・払い出し記録のデータを送受信するための基礎となる制約と拡張を定めたものである。" />
  <purpose value="このプロファイルはMedicationDispenseリソースに対して、内服・外用薬剤処方調剤・払い出し記録のデータを送受信するための基礎となる制約と拡張を定めたものである。" />
  <copyright value="FHIR® Japanese implementation research working group in Japan Association of Medical Informatics (JAMI)" />
  <fhirVersion value="4.0.1" />
  <mapping>
    <identity value="workflow" />
    <uri value="http://hl7.org/fhir/workflow" />
    <name value="Workflow Pattern" />
  </mapping>
  <mapping>
    <identity value="rim" />
    <uri value="http://hl7.org/v3" />
    <name value="RIM Mapping" />
  </mapping>
  <mapping>
    <identity value="w5" />
    <uri value="http://hl7.org/fhir/fivews" />
    <name value="FiveWs Pattern Mapping" />
  </mapping>
  <mapping>
    <identity value="rx-dispense-rmim" />
    <uri value="http://www.hl7.org/v3/PORX_RM020070UV" />
    <name value="V3 Pharmacy Dispense RMIM" />
  </mapping>
  <mapping>
    <identity value="v2" />
    <uri value="http://hl7.org/v2" />
    <name value="HL7 v2 Mapping" />
  </mapping>
  <kind value="resource" />
  <abstract value="false" />
  <type value="MedicationDispense" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/MedicationDispense" />
  <derivation value="constraint" />
  <differential>
    <element id="MedicationDispense">
      <path value="MedicationDispense" />
      <short value="指定された患者への薬剤の払い出し" />
      <definition value="指定された患者・個人へ薬剤が払い出されたか払い出される予定のものを示す。これには（供給される）提供される製品についての説明や薬剤の服用に関する指示も含まれる。薬剤払い出しは薬剤オーダーに対して薬局システムが対応した結果となる。" />
    </element>
    <element id="MedicationDispense.extension">
      <path value="MedicationDispense.extension" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="url" />
        </discriminator>
        <rules value="open" />
      </slicing>
      <min value="0" />
    </element>
    <element id="MedicationDispense.extension:Preparation">
      <path value="MedicationDispense.extension" />
      <sliceName value="Preparation" />
      <short value="調剤結果" />
      <definition value="薬剤単位の調剤結果" />
      <min value="0" />
      <type>
        <code value="Extension" />
        <profile value="http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationDispense_Preparation" />
      </type>
    </element>
    <element id="MedicationDispense.partOf">
      <path value="MedicationDispense.partOf" />
      <short value="Event that dispense is part of 親イベントへの参照" />
      <definition value="The procedure that trigger the dispense. &#xD;&#xA;&#xD;&#xA;この調剤の契機となったProcedureリソースへの参照。" />
    </element>
    <element id="MedicationDispense.status">
      <path value="MedicationDispense.status" />
      <short value="preparation | in-progress | cancelled | on-hold | completed | entered-in-error | stopped | unknown" />
      <definition value="A code specifying the state of the set of dispense events.&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;一連の調剤イベントの状態を指定するコード。" />
    </element>
    <element id="MedicationDispense.statusReason[x]">
      <path value="MedicationDispense.statusReason[x]" />
      <short value="Why a dispense was not performed　調剤が実行されなかった理由" />
      <definition value="Indicates the reason why a dispense was not performed.&#xD;&#xA;&#xD;&#xA;調剤が実行されなかった理由を示します。" />
    </element>
    <element id="MedicationDispense.category">
      <path value="MedicationDispense.category" />
      <short value="Type of medication dispense　調剤タイプ" />
      <definition value="Indicates the type of medication dispense (for example, where the medication is expected to be consumed or administered (i.e. inpatient or outpatient)).&#xD;&#xA;&#xD;&#xA;投薬のタイプを示します（たとえば、薬剤が消費または投与されると予想される場所（つまり、入院患者または外来患者））。　入院、外来、退院、自宅など。" />
    </element>
    <element id="MedicationDispense.medication[x]">
      <path value="MedicationDispense.medication[x]" />
      <short value="What medication was supplied　医薬品" />
      <definition value="Identifies the medication that was administered. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications.&#xD;&#xA;&#xD;&#xA;投与された薬剤を識別する。既知の薬のリストから薬を識別するコード情報を設定する。" />
      <comment value="If only a code is specified, then it needs to be a code for a specific product. If more information is required, then the use of the medication resource is recommended.  For example, if you require form or lot number, then you must reference the Medication resource.&#xD;&#xA;&#xD;&#xA;【JP-CORE】&#xD;&#xA;ひとつのtext要素と、複数のcoding 要素を記述できる。処方オーダ時に選択または入力し、実際に処方箋に印字される文字列を必ずtext要素に格納した上で、それをコード化した情報を1個以上のcoding 要素に記述する。&#xD;&#xA;&#xD;&#xA;厚生労働省標準であるHOT9コード（販社指定が不要な場合にはHOT7コード）または広く流通しているYJコードを用いるか、一般名処方の場合には厚生労働省保険局一般名処方マスタのコードを使用して、Coding要素（コードsystemを識別するURI、医薬品のコード、そのコード表における医薬品の名称の3つからなる）で記述する。&#xD;&#xA;&#xD;なお、上記のいずれの標準的コードも付番されていない医薬品や医療材料の場合には、薬機法の下で使用されているGS1標準の識別コードであるGTIN(Global Trade Item Number)の調剤包装単位（最少包装単位、個別包装単位）14桁を使用する。&#xD;&#xA;&#xD;ひとつの処方薬、医療材料を複数のコード体系のコードで記述してもよく、その場合にcoding 要素を繰り返して記述する。&#xD;ただし、ひとつの処方薬を複数のコードで繰り返し記述する場合には、それらのコードが指し示す処方薬、医療材料は当然同一でなければならない。&#xD;また、処方を発行した医療機関内でのデータ利用のために、医療機関固有コード体系によるコード（ハウスコード、ローカルコード）の記述を含めてもよいが、その場合でも上述したいずれかの標準コードを同時に記述することが必要である。" />
      <type>
        <code value="CodeableConcept" />
      </type>
      <mustSupport value="true" />
    </element>
    <element id="MedicationDispense.medication[x].id">
      <path value="MedicationDispense.medication[x].id" />
      <short value="Unique id for inter-element referencing 要素間参照用の一意のID" />
      <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.&#xD;&#xA;&#xD;&#xA;リソース内の要素の一意のID（内部参照用）。これは、スペースを含まない任意の文字列値にすることができる。" />
    </element>
    <element id="MedicationDispense.medication[x].coding">
      <path value="MedicationDispense.medication[x].coding" />
      <short value="Code defined by a terminology system コード集で定義された医薬品コード" />
      <definition value="A reference to a code defined by a terminology system.&#xD;&#xA;&#xD;&#xA;コード集で定義された医薬品コードへの情報" />
      <comment value="Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.  Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.&#xD;&#xA;【JP-CORE】" />
      <min value="1" />
    </element>
    <element id="MedicationDispense.medication[x].coding.system">
      <path value="MedicationDispense.medication[x].coding.system" />
      <min value="1" />
    </element>
    <element id="MedicationDispense.medication[x].coding.code">
      <path value="MedicationDispense.medication[x].coding.code" />
      <min value="1" />
    </element>
    <element id="MedicationDispense.medication[x].coding.display">
      <path value="MedicationDispense.medication[x].coding.display" />
      <min value="1" />
    </element>
    <element id="MedicationDispense.subject">
      <path value="MedicationDispense.subject" />
      <short value="Who received medication　投与対象患者" />
      <definition value="The person or animal or group receiving the medication.&#xD;&#xA;&#xD;&#xA;投与を受ける患者" />
      <comment value="References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.&#xD;&#xA;&#xD;&#xA;参照は、実際のFHIRリソースへの参照である必要があり、解決可能（内容に到達可能）である必要がある（アクセス制御、一時的な使用不可などを考慮に入れる）。解決は、URLから取得するか、リソースタイプによって該当する場合は、絶対参照を正規URLとして扱い、ローカルレジストリ/リポジトリで検索することによって行うことができる。" />
      <mustSupport value="true" />
    </element>
    <element id="MedicationDispense.context">
      <path value="MedicationDispense.context" />
      <short value="Encounter / Episode associated with event　調剤ベントに関連するエンカウンターやエピソード" />
      <definition value="The encounter or episode of care that establishes the context for this event.&#xD;&#xA;&#xD;&#xA;調剤ベントに関連するエンカウンターやエピソードへの参照。" />
      <comment value="References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.&#xD;&#xA;&#xD;&#xA;参照は、実際のFHIRリソースへの参照である必要があり、解決可能（内容に到達可能）である必要がある（アクセス制御、一時的な使用不可などを考慮に入れる）。解決は、URLから取得するか、リソースタイプによって該当する場合は、絶対参照を正規URLとして扱い、ローカルレジストリ/リポジトリで検索することによって行うことができる。" />
    </element>
    <element id="MedicationDispense.supportingInformation">
      <path value="MedicationDispense.supportingInformation" />
      <short value="Information that supports the dispensing of the medication　薬の調剤をサポートする情報" />
      <definition value="Additional information that supports the medication being dispensed.&#xD;&#xA;&#xD;&#xA;調剤される薬剤をサポートする追加情報への任意のリソースへの参照。" />
      <comment value="References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.&#xD;&#xA;&#xD;&#xA;参照は、実際のFHIRリソースへの参照である必要があり、解決可能（内容に到達可能）である必要がある（アクセス制御、一時的な使用不可などを考慮に入れる）。解決は、URLから取得するか、リソースタイプによって該当する場合は、絶対参照を正規URLとして扱い、ローカルレジストリ/リポジトリで検索することによって行うことができる。" />
    </element>
    <element id="MedicationDispense.performer">
      <path value="MedicationDispense.performer" />
      <short value="Who performed event　調剤を実施した人" />
      <definition value="Indicates who or what performed the event.&#xD;&#xA;調剤した人を示す" />
    </element>
    <element id="MedicationDispense.location">
      <path value="MedicationDispense.location" />
      <short value="Where the dispense occurred　調剤実施場所" />
      <definition value="The principal physical location where the dispense was performed. &#xD;&#xA;&#xD;&#xA;調剤が実施された場所を示すLocationリソースへの参照。" />
      <comment value="References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.&#xD;&#xA;&#xD;&#xA;参照は、実際のFHIRリソースへの参照である必要があり、解決可能（内容に到達可能）である必要がある（アクセス制御、一時的な使用不可などを考慮に入れる）。解決は、URLから取得するか、リソースタイプによって該当する場合は、絶対参照を正規URLとして扱い、ローカルレジストリ/リポジトリで検索することによって行うことができる。" />
    </element>
    <element id="MedicationDispense.authorizingPrescription">
      <path value="MedicationDispense.authorizingPrescription" />
      <short value="Medication order that authorizes the dispense　調剤を正当化する元の処方オーダ" />
      <definition value="Indicates the medication order that is being dispensed against.&#xD;&#xA;調剤の元になった処方オーダを表すMedicationRequestリソースへの参照。" />
    </element>
    <element id="MedicationDispense.type">
      <path value="MedicationDispense.type" />
      <definition value="Indicates the type of dispensing event that is performed. For example, Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etc.&#xD;&#xA;実行される調剤イベントのタイプを示します。たとえば、トライアルフィル、トライアルの完了、部分フィル、緊急フィル、サンプルなどです。" />
      <comment value="Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.&#xD;&#xA;&#xD;&#xA;すべてのターミノロジーの使用がこの一般的なパターンに適合するわけではない。場合によっては、モデルはCodeableConceptを使用せず、コーディングを直接使用して、テキスト、コーディング、翻訳、および要素間の関係とpre-coordinationとpost-coordinationの用語関係を管理するための独自の構造を提供する必要がある。" />
    </element>
    <element id="MedicationDispense.quantity">
      <path value="MedicationDispense.quantity" />
      <short value="払い出される薬剤の量" />
      <definition value="調剤総量。&#xD;&#xA;JP Coreでは必須&#xD;&#xA;払い出される薬剤の量。計測単位を含む。" />
      <comment value="The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.&#xD;&#xA;&#xD;&#xA;使用状況によって、これがどのような量であるか、したがってどのような単位を使用できるかが定義される場合がかなりあります。使用状況によっては、比較演算子の値も制限される場合がある。" />
      <min value="1" />
      <mustSupport value="true" />
    </element>
    <element id="MedicationDispense.quantity.value">
      <path value="MedicationDispense.quantity.value" />
      <min value="1" />
    </element>
    <element id="MedicationDispense.quantity.unit">
      <path value="MedicationDispense.quantity.unit" />
      <min value="1" />
    </element>
    <element id="MedicationDispense.quantity.system">
      <path value="MedicationDispense.quantity.system" />
      <min value="1" />
    </element>
    <element id="MedicationDispense.quantity.code">
      <path value="MedicationDispense.quantity.code" />
      <short value="単位についてのコード形式" />
      <min value="1" />
    </element>
    <element id="MedicationDispense.daysSupply">
      <path value="MedicationDispense.daysSupply" />
      <short value="Amount of medication expressed as a timing amount　　タイミングとして表される投薬量" />
      <definition value="The amount of medication expressed as a timing amount.&#xD;&#xA;&#xD;&#xA;タイミングとして表される投薬量。すなわち、XX日分、XX回分などの数量。" />
      <comment value="The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.&#xD;&#xA;&#xD;&#xA;使用状況によって、これがどのような量であるか、したがってどのような単位を使用できるかが定義される場合がかなりあります。使用状況によっては、比較演算子の値も制限される場合がある。" />
    </element>
    <element id="MedicationDispense.whenPrepared">
      <path value="MedicationDispense.whenPrepared" />
      <short value="When product was packaged and reviewed　調剤がパッケージ化され、レビューされた日時" />
      <definition value="The time when the dispensed product was packaged and reviewed.&#xD;&#xA;&#xD;&#xA;調剤がパッケージ化され、レビューされた日時" />
    </element>
    <element id="MedicationDispense.whenHandedOver">
      <path value="MedicationDispense.whenHandedOver" />
      <short value="Medication order that authorizes the dispense　払い出された日時" />
      <definition value="The time the dispensed product was provided to the patient or their representative.&#xD;&#xA;&#xD;&#xA;【JP Core】&#xD;&#xA;必須。&#xD;&#xA;患者あるいはその代理人に払い出される薬剤が提供された日時。" />
      <min value="1" />
      <mustSupport value="true" />
    </element>
    <element id="MedicationDispense.destination">
      <path value="MedicationDispense.destination" />
      <short value="Where the medication was sent　薬が送られた場所" />
      <definition value="Identification of the facility/location where the medication was shipped to, as part of the dispense event.&#xD;&#xA;&#xD;&#xA;調剤イベントの一環として、薬剤が出荷された行先先の施設/場所のLocarionリソースへの参照。" />
      <comment value="References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.&#xD;&#xA;&#xD;&#xA;参照は、実際のFHIRリソースへの参照である必要があり、解決可能（内容に到達可能）である必要がある（アクセス制御、一時的な使用不可などを考慮に入れる）。解決は、URLから取得するか、リソースタイプによって該当する場合は、絶対参照を正規URLとして扱い、ローカルレジストリ/リポジトリで検索することによって行うことができる。" />
    </element>
    <element id="MedicationDispense.receiver">
      <path value="MedicationDispense.receiver" />
      <short value="Who collected the medication　 薬を受け取った人" />
      <definition value="Identifies the person who picked up the medication.  This will usually be a patient or their caregiver, but some cases exist where it can be a healthcare professional.&#xD;&#xA;&#xD;&#xA;薬を受け取った人を識別する。これは通常、患者またはその介護者だが、医療専門家になる場合もある。" />
      <comment value="References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.&#xD;&#xA;&#xD;&#xA;参照は、実際のFHIRリソースへの参照である必要があり、解決可能（内容に到達可能）である必要がある（アクセス制御、一時的な使用不可などを考慮に入れる）。解決は、URLから取得するか、リソースタイプによって該当する場合は、絶対参照を正規URLとして扱い、ローカルレジストリ/リポジトリで検索することによって行うことができる。" />
    </element>
    <element id="MedicationDispense.note">
      <path value="MedicationDispense.note" />
      <short value="Information about the dispense　調剤に関する備考" />
      <definition value="Extra information about the dispense that could not be conveyed in the other attributes.&#xD;&#xA;&#xD;&#xA;他の要素では伝達できなかった調剤に関する追加情報。" />
      <comment value="For systems that do not have structured annotations, they can simply communicate a single annotation with no author or time.  This element may need to be included in narrative because of the potential for modifying information.  *Annotations SHOULD NOT* be used to communicate &quot;modifying&quot; information that could be computable. (This is a SHOULD because enforcing user behavior is nearly impossible).&#xD;&#xA;&#xD;&#xA;構造化された注釈（アノテーション）を持たないシステムの場合、作成者や時間なしで単一の注釈を簡単に伝達できる。情報を変更する可能性があるため、この要素をナラティブに含める必要がある場合があります。 &#xD;&#xA;*注釈は、計算機処理れきる「変更」情報を伝達するために使用されるべきではない*。 （ユーザーの行動を強制することはほとんど不可能であるため、これはSHOULDです）。" />
    </element>
    <element id="MedicationDispense.dosageInstruction">
      <path value="MedicationDispense.dosageInstruction" />
      <short value="How the medication is to be used by the patient or administered by the caregiver　薬が患者によってどのように使用されるか、または介護者によってどのように投与されるか" />
      <definition value="Indicates how the medication is to be used by the patient.&#xD;&#xA;&#xD;&#xA;薬が患者によってどのように使用されるか、または介護者によってどのように投与されるか。" />
      <comment value="When the dose or rate is intended to change over the entire administration period (e.g. Tapering dose prescriptions), multiple instances of dosage instructions will need to be supplied to convey the different doses/rates.&#xD;The pharmacist reviews the medication order prior to dispense and updates the dosageInstruction based on the actual product being dispensed.&#xD;&#xA;&#xD;&#xA;投与量または投与量が投与期間全体にわたって変更されることを意図している場合（例えば、漸減投与量処方）、異なる投与量/投与量を伝えるために投与指示の複数のインスタンスを提供する必要があります。&#xD;&#xA;薬剤師は、調剤する前に投薬順序を確認し、調剤される実際の製品に基づいて投薬指示を更新します。" />
    </element>
    <element id="MedicationDispense.dosageInstruction.id">
      <path value="MedicationDispense.dosageInstruction.id" />
      <short value="Unique id for inter-element referencing　要素間参照用の一意のID" />
      <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.&#xD;&#xA;&#xD;&#xA;リソース内の要素の一意のID（内部参照用）。これは、スペースを含まない任意の文字列値にすることができる。" />
    </element>
    <element id="MedicationDispense.dosageInstruction.extension">
      <path value="MedicationDispense.dosageInstruction.extension" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="url" />
        </discriminator>
        <rules value="open" />
      </slicing>
      <min value="0" />
    </element>
    <element id="MedicationDispense.dosageInstruction.extension:UsageDuration">
      <path value="MedicationDispense.dosageInstruction.extension" />
      <sliceName value="UsageDuration" />
      <short value="実服用日数" />
      <definition value="実服用日数を格納する拡張。&#xD;&#xA;実服用日数（実投与日数）とは、投与期間において実際に服用（投与）が行われる実日数であり、休薬日を含まない。&#xD;&#xA;全期間が７日で、用法が隔日投与の場合には、１日目、３日目、５日目、７日目の４日間に服用することになるので、実服用日数は４日となる。" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationRequest_DosageInstruction_UsageDuration" />
      </type>
    </element>
    <element id="MedicationDispense.dosageInstruction.extension:PeriodOfUse">
      <path value="MedicationDispense.dosageInstruction.extension" />
      <sliceName value="PeriodOfUse" />
      <short value="投与期間" />
      <definition value="投与期間を明示的に記述する拡張。&#xD;&#xA;この拡張を使用する場合には、開始日は必須。" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationRequest_DosageInstruction_PeriodOfUse" />
      </type>
    </element>
    <element id="MedicationDispense.dosageInstruction.sequence">
      <path value="MedicationDispense.dosageInstruction.sequence" />
      <short value="The order of the dosage instructions　投与量の指示の順序" />
      <definition value="Indicates the order in which the dosage instructions should be applied or interpreted.&#xD;&#xA;&#xD;&#xA;投与量の指示が適用または解釈されるべき順序を示す。" />
      <requirements value="If the sequence number of multiple Dosages is the same, then it is implied that the instructions are to be treated as concurrent.  If the sequence number is different, then the Dosages are intended to be sequential.&#xD;&#xA;&#xD;&#xA;複数の投与量のシーケンス番号が同じである場合、命令は同時として扱われることを意味する。シーケンス番号が異なる場合、投与量は連続するように意図されています。" />
    </element>
    <element id="MedicationDispense.dosageInstruction.text">
      <path value="MedicationDispense.dosageInstruction.text" />
      <short value="Free text dosage instructions e.g. SIG　  フリーテキストの投与方法の説明　SIG:用法" />
      <definition value="Free text dosage instructions e.g. SIG.　フリーテキストの投与方法の説明　SIG:用法&#xD;&#xA;&#xD;&#xA;【JP-CORE】&#xD;&#xA;フリーテキストの用法指示であり、JP Coreでは必須である。" />
      <requirements value="Free text dosage instructions can be used for cases where the instructions are too complex to code.  The content of this attribute does not include the name or description of the medication. When coded instructions are present, the free text instructions may still be present for display to humans taking or administering the medication. It is expected that the text instructions will always be populated.  If the dosage.timing attribute is also populated, then the dosage.text should reflect the same information as the timing.  Additional information about administration or preparation of the medication should be included as text.&#xD;&#xA;&#xD;&#xA;指示が複雑すぎてコーディングできない場合は、フリーテキストの投与指示を使用できる。この属性の内容には、薬の名前や説明は含まれない。コード化された指示が存在する場合、フリーテキストの指示は、薬を服用または投与している人間に表示するために存在している場合がある。テキストの指示は常に入力されることが期待されます。 dose.timing属性も同時に入力されている場合、dudgement.textはタイミングと同じ情報を反映している必要があり、薬の投与または準備に関する追加情報をテキストとして含める必要がある。" />
      <min value="1" />
    </element>
    <element id="MedicationDispense.dosageInstruction.additionalInstruction">
      <path value="MedicationDispense.dosageInstruction.additionalInstruction" />
      <short value="Supplemental instruction or warnings to the patient - e.g. &quot;with meals&quot;, &quot;may cause drowsiness&quot;　患者への補足的な指示または警告-例： 「食事と一緒に」、「眠気を引き起こす可能性があります」" />
      <definition value="Supplemental instructions to the patient on how to take the medication  (e.g. &quot;with meals&quot; or&quot;take half to one hour before food&quot;) or warnings for the patient about the medication (e.g. &quot;may cause drowsiness&quot; or &quot;avoid exposure of skin to direct sunlight or sunlamps&quot;).&#xD;&#xA;&#xD;&#xA;薬の服用方法に関する補足的な指示（例：「食事と一緒に」または「食事の30分から1時間前に服用」）または薬に関する患者への警告（例：「眠気を引き起こす可能性がある」または「皮膚の露出を避ける」直射日光またはサンランプ」）。" />
    </element>
    <element id="MedicationDispense.dosageInstruction.patientInstruction">
      <path value="MedicationDispense.dosageInstruction.patientInstruction" />
      <short value="Patient or consumer oriented instructions　患者または消費者向けの指示" />
      <definition value="Instructions in terms that are understood by the patient or consumer.&#xD;&#xA;&#xD;&#xA;患者または消費者が理解できる用語での指示。" />
    </element>
    <element id="MedicationDispense.dosageInstruction.timing">
      <path value="MedicationDispense.dosageInstruction.timing" />
      <short value="When medication should be administered　投与日時" />
      <definition value="When medication should be administered.　&#xD;&#xA;&#xD;&#xA;投与日時、服用タイミング。&#xD;&#xA;【JP-CORE】&#xD;&#xA;必須。dosageInstruction.timing.code.coding.code, dosageInstruction.timing.code.coding.system が必ず存在しなければならない。" />
      <min value="1" />
      <mustSupport value="true" />
    </element>
    <element id="MedicationDispense.dosageInstruction.timing.code.coding.system">
      <path value="MedicationDispense.dosageInstruction.timing.code.coding.system" />
      <min value="1" />
    </element>
    <element id="MedicationDispense.dosageInstruction.timing.code.coding.code">
      <path value="MedicationDispense.dosageInstruction.timing.code.coding.code" />
      <min value="1" />
    </element>
    <element id="MedicationDispense.dosageInstruction.asNeeded[x]">
      <path value="MedicationDispense.dosageInstruction.asNeeded[x]" />
      <short value="Take &quot;as needed&quot; (for x)　「必要に応じて」（xの場合）" />
      <definition value="Indicates whether the Medication is only taken when needed within a specific dosing schedule (Boolean option), or it indicates the precondition for taking the Medication (CodeableConcept).&#xD;&#xA;&#xD;&#xA;特定の投薬スケジュール内で必要な場合にのみ薬を服用するか（ブールオプション）、または薬を服用するための前提条件（CodeableConcept）を示す。" />
      <comment value="Can express &quot;as needed&quot; without a reason by setting the Boolean = True.  In this case the CodeableConcept is not populated.  Or you can express &quot;as needed&quot; with a reason by including the CodeableConcept.  In this case the Boolean is assumed to be True.  If you set the Boolean to False, then the dose is given according to the schedule and is not &quot;prn&quot; or &quot;as needed&quot;.&#xD;&#xA;&#xD;&#xA;ブール値= Trueを設定することにより、理由なしに「必要に応じて」表現できる。この場合、CodeableConceptは設定されないか、またはCodeableConceptを含めることで、理由を付けて「必要に応じて」表現することもできる。この場合、ブール値はTrueであると見なされます。&#xD;&#xA;ブール値をFalseに設定すると、投与量はスケジュールに従って与えられ、「prn」（ ＝as needed/as requiredの略記号）または「必要に応じて」ではありません。" />
    </element>
    <element id="MedicationDispense.dosageInstruction.site">
      <path value="MedicationDispense.dosageInstruction.site" />
      <short value="Body site to administer to　投与部位" />
      <definition value="Body site to administer to.　&#xD;&#xA;投与部位（人体の部位）" />
      <comment value="If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [bodySite](extension-bodysite.html).  May be a summary code, or a reference to a very precise definition of the location, or both.&#xD;&#xA;&#xD;&#xA;ユースケースでBodySiteリソースの属性が必要な場合（たとえば、個別に識別して追跡するため）、標準の拡張機能[bodySite]（extension-bodysite.html）を使用する。要約コード、または場所の非常に正確な定義への参照、あるいはその両方である可能性がある。" />
    </element>
    <element id="MedicationDispense.dosageInstruction.route">
      <path value="MedicationDispense.dosageInstruction.route" />
      <short value="How drug should enter body　薬が身体に入る経路" />
      <definition value="How drug should enter body.&#xD;&#xA;薬が身体に入る経路&#xD;&#xA;&#xD;&#xA;【JP-CORE】&#xD;&#xA; HL7 V2(HL7表0162)" />
      <comment value="Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.&#xD;&#xA;&#xD;&#xA;すべてのターミノロジーの使用がこの一般的なパターンに適合するわけではない。場合によっては、モデルはCodeableConceptを使用せず、コーディングを直接使用して、テキスト、コーディング、翻訳、および要素間の関係とpre-coordinationとpost-coordinationの用語関係を管理するための独自の構造を提供する必要がある。" />
      <requirements value="A code specifying the route or physiological path of administration of a therapeutic agent into or onto a patient's body.&#xD;&#xA;&#xD;&#xA;患者の体内または体内へ​​の治療薬の投与経路または生理学的経路を指定するコード。" />
    </element>
    <element id="MedicationDispense.dosageInstruction.method">
      <path value="MedicationDispense.dosageInstruction.method" />
      <short value="Technique for administering medication　投与手技" />
      <definition value="Technique for administering medication.&#xD;&#xA;&#xD;&#xA;投与手技&#xD;&#xA;【JP-CORE】&#xD;&#xA;JAMI処方・注射オーダ標準用法規格(用法詳細区分)。" />
    </element>
    <element id="MedicationDispense.dosageInstruction.doseAndRate">
      <path value="MedicationDispense.dosageInstruction.doseAndRate" />
      <definition value="The amount of medication administered." />
    </element>
    <element id="MedicationDispense.substitution">
      <path value="MedicationDispense.substitution" />
      <short value="Whether a substitution was performed on the dispense　調剤で置換が実行されたかどうか。" />
      <definition value="Indicates whether or not substitution was made as part of the dispense. In some cases, substitution will be expected but does not happen, in other cases substitution is not expected but does happen. This block explains what substitution did or did not happen and why. If nothing is specified, substitution was not done. &#xD;&#xA; 調剤の一部として置換が行われたかどうかを示す。場合によっては、置換が期待されるが発生しない場合もあれば、置換が予期されないが発生する場合もある。このブロックは、置換が行われたか行われなかったか、およびその理由を説明する。何も指定されていない場合、置換は行われていない。" />
    </element>
    <element id="MedicationDispense.substitution.wasSubstituted">
      <path value="MedicationDispense.substitution.wasSubstituted" />
      <short value="Whether a substitution was or was not performed on the dispense　調剤で置換が実行されたか、あるいはされていないかを'true'または'false'で表す。" />
      <definition value="True if the dispenser dispensed a different drug or product from what was prescribed. &#xD;&#xA;処方されたものとは異なる薬剤または製品を調剤した場合に、'true'を設定する。" />
    </element>
    <element id="MedicationDispense.substitution.type">
      <path value="MedicationDispense.substitution.type" />
      <short value="Code signifying whether a different drug was dispensed from what was prescribed　処方されたものとは異なる薬が調剤されたかどうかを示すコード" />
      <definition value="A code signifying whether a different drug was dispensed from what was prescribed.&#xD;&#xA;&#xD;&#xA;処方されたものとは異なる薬が調剤されたかどうかを示すコード。&#xD;&#xA;【JP-CORE】&#xD;&#xA;HL7 v3 Value Set ActSubstanceAdminSubstitutionCode　から以下のコードが使用できる。 &#xD;&#xA;E: 別の生物学的同等および治療的に同等の製品で置換が行われたか、許可された。&#xD;&#xA;EC: 代替品が発生したか、次のような別の製品で許可されています：同じ有効成分を含むが異なる塩で処方された代替医薬品、同じ有効成分を持つエステル医薬品同等物、強度、剤形、投与経路.&#xD;&#xA;BC: 代替が発生したか、同等のブランド間で許可されていますが、ジェネリックでは許可されない。&#xD;&#xA;G: 代替が発生したか、同等のジェネリック間で許可されていますが、ブランド間では許可されていません。&#xD;&#xA;TE:同じ治療目的と安全性プロファイルを持つ別の製品で代替が発生したか、許可された。&#xD;&#xA;TB:ジェネリック医薬品ではなく、治療的に同等のブランド間で代替品が発生したか、許可されています&#xD;&#xA;TG:治療的に同等のジェネリック間で置換が発生したか、許可されていますが、ブランドは許可されない。&#xD;&#xA;F:処方ガイドラインに準拠。&#xD;&#xA;N:置換は発生しなかったか、許可されていない。" />
      <comment value="Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination." />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <source value="Element" />
      </constraint>
    </element>
    <element id="MedicationDispense.substitution.reason">
      <path value="MedicationDispense.substitution.reason" />
      <short value="Why was substitution made　置換が実施された理由" />
      <definition value="Indicates the reason for the substitution (or lack of substitution) from what was prescribed.&#xD;&#xA;&#xD;&#xA;処方されたものからの置換（または置換の欠如）の理由を示します。&#xD;&#xA;HL7 v3 Value Set SubstanceAdminSubstitutionReason　では以下のコードが定義されている。&#xD;&#xA;CT:治療継続性確保のため、FP:処方方針、 OS: 在庫欠品、  RR:代替えを義務付けまたは禁止する規制要件に従った" />
      <comment value="Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.&#xD;&#xA;&#xD;&#xA;すべてのターミノロジーの使用がこの一般的なパターンに適合するわけではない。場合によっては、モデルはCodeableConceptを使用せず、コーディングを直接使用して、テキスト、コーディング、翻訳、および要素間の関係とpre-coordinationとpost-coordinationの用語関係を管理するための独自の構造を提供する必要がある。" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <source value="Element" />
      </constraint>
    </element>
    <element id="MedicationDispense.substitution.responsibleParty">
      <path value="MedicationDispense.substitution.responsibleParty" />
      <short value="Who is responsible for the substitution　置換責任者" />
      <definition value="The person or organization that has primary responsibility for the substitution.&#xD;&#xA;&#xD;&#xA;置換の主な責任を負う個人または組織。Practitioner   PractitionerRole リソースへの参照。" />
      <comment value="References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.&#xD;&#xA;&#xD;&#xA;参照は、実際のFHIRリソースへの参照である必要があり、解決可能（内容に到達可能）である必要がある（アクセス制御、一時的な使用不可などを考慮に入れる）。解決は、URLから取得するか、リソースタイプによって該当する場合は、絶対参照を正規URLとして扱い、ローカルレジストリ/リポジトリで検索することによって行うことができる。" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <source value="Element" />
      </constraint>
      <constraint>
        <key value="ref-1" />
        <severity value="error" />
        <human value="SHALL have a contained resource if a local reference is provided" />
        <expression value="reference.startsWith('#').not() or (reference.substring(1).trace('url') in %resource.contained.id.trace('ids'))" />
        <source value="Reference" />
      </constraint>
    </element>
    <element id="MedicationDispense.detectedIssue">
      <path value="MedicationDispense.detectedIssue" />
      <short value="Clinical issue with action アクションを伴う臨床的問題" />
      <definition value="Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. drug-drug interaction, duplicate therapy, dosage alert etc.&#xD;&#xA;&#xD;&#xA;患者に対する1つまたは複数のアクティブまたは提案された臨床アクションを伴う、またはそれらの間の実際のまたは潜在的な臨床問題を示す。例えば薬物間相互作用、重複治療、投与量アラートなど。&#xD;&#xA;DetectedIssue リソースへの参照。" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <source value="Element" />
      </constraint>
      <constraint>
        <key value="ref-1" />
        <severity value="error" />
        <human value="SHALL have a contained resource if a local reference is provided" />
        <expression value="reference.startsWith('#').not() or (reference.substring(1).trace('url') in %resource.contained.id.trace('ids'))" />
        <source value="Reference" />
      </constraint>
    </element>
    <element id="MedicationDispense.eventHistory">
      <path value="MedicationDispense.eventHistory" />
      <short value="A list of relevant lifecycle events　関連するライフサイクルイベントのリスト" />
      <definition value="A summary of the events of interest that have occurred, such as when the dispense was verified.&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;調剤が確認されたときなど、発生した対象のイベントのサマリー。" />
      <constraint>
        <key value="ele-1" />
        <severity value="error" />
        <human value="All FHIR elements must have a @value or children" />
        <source value="Element" />
      </constraint>
      <constraint>
        <key value="ref-1" />
        <severity value="error" />
        <human value="SHALL have a contained resource if a local reference is provided" />
        <expression value="reference.startsWith('#').not() or (reference.substring(1).trace('url') in %resource.contained.id.trace('ids'))" />
        <source value="Reference" />
      </constraint>
    </element>
  </differential>
</StructureDefinition>