FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package jp-core.r4#1.1.1-rc (141 ms)

Package jp-core.r4
Type StructureDefinition
Id Id
FHIR Version R4
Source http://jpfhir.jp/fhir/core/https://simplifier.net/resolve?scope=jp-core.r4@1.1.1-rc&canonical=http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationAdministrationBase
Url http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationAdministrationBase
Version 1.1.1
Status active
Date 2022-10-24
Name JP_MedicationAdministrationBase
Title JP Core MedicationAdministrationBase Profile
Experimental False
Realm jp
Description このプロファイルはMedicationAdministrationリソースに対して、投薬実施情報のデータを送受信するための基礎となる制約と拡張を定めたものである。
Type MedicationAdministration
Kind resource

Resources that use this resource

StructureDefinition
JP_MedicationAdministration_Injection JP Core MedicationAdministration Injection Profile
JP_MedicationAdministration JP Core MedicationAdministration Profile

Resources that this resource uses

StructureDefinition
JP_Condition JP Core Condition Profile
JP_DiagnosticReport_Common JP Core DiagnosticReport Common Profile
JP_Encounter JP Core Encounter Profile
http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationAdministration_Location JP Core MedicationAdministration Location Extension
http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationAdministration_RequestAuthoredOn JP Core MedicationAdministration RequestAuthoredOn Extension
http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationAdministration_RequestDepartment JP Core MedicationAdministration RequestDepartment Extension
http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationAdministration_Requester JP Core MedicationAdministration Requester Extension
JP_MedicationSimpleQuantity JP Core Medication Quantity DataType
JP_Observation_Common JP Core Observation Common Profile
JP_Patient JP Core Patient Profile
JP_Practitioner JP Core Practitioner Profile
JP_PractitionerRole JP Core PractitionerRole Profile
http://jpfhir.jp/fhir/core/ValueSet/JP_MedicationBodySiteJAMIExternal_VS JP Core Medication JAMI External Body Site ValueSet
http://jpfhir.jp/fhir/core/ValueSet/JP_MedicationMethodJAMIBasicUsage_VS JP Core Medication JAMI Basic Usage Type ValueSet
http://jpfhir.jp/fhir/core/ValueSet/JP_MedicationMethodJAMIDetailUsage_VS JP Core Medication JAMI Detail Usage ValueSet
http://jpfhir.jp/fhir/core/ValueSet/JP_MedicationRouteHL70162_VS JP Core Medication HL70162-based Route ValueSet


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "jp-medicationadministrationBase",
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString" : "Clinical.Medications"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode" : "patient"
    }
  ],
  "url" : "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationAdministrationBase",
  "version" : "1.1.1",
  "name" : "JP_MedicationAdministrationBase",
  "title" : "JP Core MedicationAdministrationBase Profile",
  "status" : "active",
  "date" : "2022-10-24",
  "description" : "このプロファイルはMedicationAdministrationリソースに対して、投薬実施情報のデータを送受信するための基礎となる制約と拡張を定めたものである。",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "w3c.prov",
      "uri" : "http://www.w3.org/ns/prov",
      "name" : "W3C PROV"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "MedicationAdministration",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/MedicationAdministration",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "MedicationAdministration",
        "path" : "MedicationAdministration",
        "short" : "患者への薬剤投与記録"
      },
      {
        "id" : "MedicationAdministration.extension",
        "path" : "MedicationAdministration.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        }
      },
      {
        "id" : "MedicationAdministration.extension:requestDepartment",
        "path" : "MedicationAdministration.extension",
        "sliceName" : "requestDepartment",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationAdministration_RequestDepartment"
            ]
          }
        ]
      },
      {
        "id" : "MedicationAdministration.extension:requestAuthoredOn",
        "path" : "MedicationAdministration.extension",
        "sliceName" : "requestAuthoredOn",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationAdministration_RequestAuthoredOn"
            ]
          }
        ]
      },
      {
        "id" : "MedicationAdministration.extension:location",
        "path" : "MedicationAdministration.extension",
        "sliceName" : "location",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationAdministration_Location"
            ]
          }
        ]
      },
      {
        "id" : "MedicationAdministration.extension:requester",
        "path" : "MedicationAdministration.extension",
        "sliceName" : "requester",
        "min" : 0,
        "max" : "*",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationAdministration_Requester"
            ]
          }
        ]
      },
      {
        "id" : "MedicationAdministration.identifier",
        "path" : "MedicationAdministration.identifier",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        },
        "short" : "外部から参照されるID",
        "definition" : "このインスタンスが外部から参照されるために使われるIDである。処方箋全体としてのIDとしては使用しない。\r\n処方箋内で同一の用法をまとめて表記されるRp番号はこのIdentifier elementの別スライスで表現する。それ以外に任意のIDを付与してもよい。\r\nこのIDは業務手順によって定められた処方オーダに対して、直接的なURL参照が適切でない場合も含めて関連付けるために使われる。この業務手順のIDは実施者によって割り当てられたものであり、リソースが更新されたりサーバからサーバに転送されたとしても固定のものとして存続する。",
        "comment" : "これは業務IDであって、リソースに対するIDではない。",
        "min" : 1
      },
      {
        "id" : "MedicationAdministration.identifier:rpNumber",
        "path" : "MedicationAdministration.identifier",
        "sliceName" : "rpNumber",
        "short" : "処方箋内部の剤グループとしてのRp番号",
        "definition" : "処方箋内で同一用法の薬剤を慣用的にまとめて、Rpに番号をつけて剤グループとして一括指定されることがある。このスライスでは剤グループに対して割り振られたRp番号を記録する。",
        "comment" : "剤グループに複数の薬剤が含まれる場合、このグループ内の薬剤には同じRp番号が割り振られる。",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "MedicationAdministration.identifier:rpNumber.system",
        "path" : "MedicationAdministration.identifier.system",
        "short" : "Rp番号(剤グループ番号)についてのsystem値",
        "definition" : "ここで付番されたIDがRp番号であることを明示するためにOIDとして定義された。urn:oid:1.2.392.100495.20.3.81で固定される。",
        "min" : 1,
        "fixedUri" : "urn:oid:1.2.392.100495.20.3.81"
      },
      {
        "id" : "MedicationAdministration.identifier:rpNumber.value",
        "path" : "MedicationAdministration.identifier.value",
        "short" : "Rp番号(剤グループ番号)",
        "definition" : "Rp番号(剤グループ番号)。\"1\"など。",
        "comment" : "value は string型であり、数値はゼロサプレス、つまり、'01'でなく'1'と指定すること。",
        "min" : 1
      },
      {
        "id" : "MedicationAdministration.identifier:requestIdentifier",
        "path" : "MedicationAdministration.identifier",
        "sliceName" : "requestIdentifier",
        "short" : "処方オーダに対するID(MedicationRequestからの継承)",
        "definition" : "薬剤をオーダする単位としての処方箋に対するID。原則として投薬実施の基となったMedicationRequestのIDを設定する。",
        "min" : 0,
        "max" : "*"
      },
      {
        "id" : "MedicationAdministration.identifier:requestIdentifier.system",
        "path" : "MedicationAdministration.identifier.system",
        "min" : 1,
        "fixedUri" : "http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier"
      },
      {
        "id" : "MedicationAdministration.identifier:requestIdentifier.value",
        "path" : "MedicationAdministration.identifier.value",
        "min" : 1
      },
      {
        "id" : "MedicationAdministration.instantiates",
        "path" : "MedicationAdministration.instantiates",
        "short" : "Instantiates protocol or definition プロトコルや定義のインスタンス化",
        "definition" : "A protocol, guideline, orderset, or other definition that was adhered to in whole or in part by this event.\r\n\r\nこのイベントによって全体的または部分的に順守されたプロトコル、ガイドライン、オーダセット、またはその他の定義。"
      },
      {
        "id" : "MedicationAdministration.partOf",
        "path" : "MedicationAdministration.partOf",
        "short" : "Part of referenced event 親イベントへの参照",
        "definition" : "A larger event of which this particular event is a component or step.\r\n\r\nこの特定のイベントがコンポーネントまたはステップであるようなより大きな親イベント。"
      },
      {
        "id" : "MedicationAdministration.status",
        "path" : "MedicationAdministration.status",
        "short" : "completed | stopped",
        "definition" : "Will generally be set to show that the administration has been completed. For some long running administrations such as infusions, it is possible for an administration to be started but not completed or it may be paused while some other process is under way.\r\n\r\n通常、管理が完了したことを示すように設定される。輸液などの長期にわたる投与では、投与を開始しても完了しない場合や、他のプロセスの進行中に一時停止する場合がある。\r\n\r\n【JP Core仕様】 completed or stopped に限定される。",
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "MedicationAdministrationStatus"
            }
          ],
          "strength" : "required",
          "description" : "患者への投与状況",
          "valueSet" : "http://hl7.org/fhir/ValueSet/medication-admin-status|4.0.1"
        }
      },
      {
        "id" : "MedicationAdministration.statusReason",
        "path" : "MedicationAdministration.statusReason",
        "short" : "Reason administration not performed 実施されていない理由",
        "definition" : "A code indicating why the administration was not performed. 投与が実施されていない理由を示すコード",
        "comment" : "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.\r\n\r\nすべてのターミノロジの使用がこの一般的なパターンに適合するわけではない。場合によっては、モデルはCodeableConceptを使用せず、コーディングを直接使用して、テキスト、コーディング、翻訳、および要素間の関係とpre-coordinationとpost-coordinationの用語関係を管理するための独自の構造を提供する必要がある。"
      },
      {
        "id" : "MedicationAdministration.category",
        "path" : "MedicationAdministration.category",
        "short" : "Type of medication usage 薬が使用される区分",
        "definition" : "Indicates where the medication is expected to be consumed or administered.\r\n\r\n薬が消費または投与されると予想される場所区分(入院、外来、家庭等)を示す。\r\ninpatient | outpatient | community\r\n (http://terminology.hl7.org/CodeSystem/medication-admin-category)"
      },
      {
        "id" : "MedicationAdministration.medication[x]",
        "path" : "MedicationAdministration.medication[x]",
        "short" : "What medication was supplied 医薬品",
        "definition" : "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.\r\n\r\n投与された薬剤を識別する。既知の薬のリストから薬を識別するコード情報を設定する。",
        "comment" : "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.\r\n\r\nひとつのtext要素と、複数のcoding 要素を記述できる。処方オーダ時に選択または入力し、実際に処方箋に印字される文字列を必ずtext要素に格納した上で、それをコード化した情報を1個以上のcoding 要素に記述する。\r\n\r\n厚生労働省標準であるHOT9コード(販社指定が不要な場合にはHOT7コード)または広く流通しているYJコードを用いるか、一般名処方の場合には厚生労働省保険局一般名処方マスタのコードを使用して、Coding要素(コードsystemを識別するURI、医薬品のコード、そのコード表における医薬品の名称の3つからなる)で記述する。\r\n\rなお、上記のいずれの標準的コードも付番されていない医薬品や医療材料の場合には、薬機法の下で使用されているGS1標準の識別コードであるGTIN(Global Trade Item Number)の調剤包装単位(最少包装単位、個別包装単位)14桁を使用する。\r\n\rひとつの処方薬、医療材料を複数のコード体系のコードで記述してもよく、その場合にcoding 要素を繰り返して記述する。\rただし、ひとつの処方薬を複数のコードで繰り返し記述する場合には、それらのコードが指し示す処方薬、医療材料は当然同一でなければならない。\rまた、処方を発行した医療機関内でのデータ利用のために、医療機関固有コード体系によるコード(ハウスコード、ローカルコード)の記述を含めてもよいが、その場合でも上述したいずれかの標準コードを同時に記述することが必要である。"
      },
      {
        "id" : "MedicationAdministration.subject",
        "path" : "MedicationAdministration.subject",
        "short" : "Who received medication 投与対象患者",
        "definition" : "The person or animal or group receiving the medication.\r\n投与を受ける患者",
        "comment" : "References SHALL be a reference to an actual FHIR resource, and SHALL be resolvable (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.\r\n\r\n参照は、実際のFHIRリソースへの参照である必要があり、解決可能(内容に到達可能)である必要がある(アクセス制御、一時的な使用不可などを考慮に入れる)。解決は、URLから取得するか、リソースタイプによって該当する場合は、絶対参照を正規URLとして扱い、ローカルレジストリ/リポジトリで検索することによって行うことができる。",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Patient"
            ]
          }
        ]
      },
      {
        "id" : "MedicationAdministration.context",
        "path" : "MedicationAdministration.context",
        "short" : "Encounter or Episode of Care administered as part of Encounter、または一部として実施されるケアエピソード",
        "definition" : "The visit, admission, or other contact between patient and health care provider during which the medication administration was performed.\r\n\r\n投薬が行われた患者と医療提供者の間の訪問、入院、またはその他の接触。\r\n受診情報や入院情報を表すEncounterへの参照。",
        "comment" : "References SHALL be a reference to an actual FHIR resource, and SHALL be resolvable (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.\r\n\r\n参照は、実際のFHIRリソースへの参照である必要があり、解決可能(内容に到達可能)である必要がある(アクセス制御、一時的な使用不可などを考慮に入れる)。解決は、URLから取得するか、リソースタイプによって該当する場合は、絶対参照を正規URLとして扱い、ローカルレジストリ/リポジトリで検索することによって行うことができる。",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Encounter",
              "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
            ]
          }
        ]
      },
      {
        "id" : "MedicationAdministration.supportingInformation",
        "path" : "MedicationAdministration.supportingInformation",
        "short" : "Additional information to support administration 投与をサポートする追加情報",
        "definition" : "Additional information (for example, patient height and weight) that supports the administration of the medication.\r\n\r\n薬の投与をサポートする追加情報(たとえば、患者の身長や体重)。",
        "comment" : "References SHALL be a reference to an actual FHIR resource, and SHALL be resolvable (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.\r\n\r\n参照は、実際のFHIRリソースへの参照である必要があり、解決可能(内容に到達可能)である必要がある(アクセス制御、一時的な使用不可などを考慮に入れる)。解決は、URLから取得するか、リソースタイプによって該当する場合は、絶対参照を正規URLとして扱い、ローカルレジストリ/リポジトリで検索することによって行うことができる。"
      },
      {
        "id" : "MedicationAdministration.effective[x]",
        "path" : "MedicationAdministration.effective[x]",
        "short" : "Start and end time of administration 開始時間と終了時間",
        "definition" : "A specific date/time or interval of time during which the administration took place (or did not take place, when the 'notGiven' attribute is true). For many administrations, such as swallowing a tablet the use of dateTime is more appropriate.\r\n\r\n投与が行われた(または「notGiven」属性がtrueの場合は行われなかった)特定の日時または時間間隔。錠剤を飲み込むなど、多くの管理では、dateTimeの使用がより適切である。",
        "comment" : "\r\n投与実施日時であり、JP Coreでは必須である。"
      },
      {
        "id" : "MedicationAdministration.performer",
        "path" : "MedicationAdministration.performer",
        "short" : "Who performed the medication administration and what they did 投薬を実施した人",
        "definition" : "Indicates who or what performed the medication administration and how they were involved.\r\n投薬およびそれに関与した人"
      },
      {
        "id" : "MedicationAdministration.performer.actor",
        "path" : "MedicationAdministration.performer.actor",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Practitioner",
              "http://jpfhir.jp/fhir/core/StructureDefinition/JP_PractitionerRole",
              "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Patient",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
              "http://hl7.org/fhir/StructureDefinition/Device"
            ]
          }
        ]
      },
      {
        "id" : "MedicationAdministration.reasonCode",
        "path" : "MedicationAdministration.reasonCode",
        "short" : "Reason administration performed 投薬が実施された理由",
        "definition" : "A code indicating why the medication was given.\r\n投薬が実施された理由を示すコード"
      },
      {
        "id" : "MedicationAdministration.reasonReference",
        "path" : "MedicationAdministration.reasonReference",
        "short" : "Condition or observation that supports why the medication was administered 薬が投与された理由を裏付ける状態または観察",
        "definition" : "Condition or observation that supports why the medication was administered.\r\n\r\n薬が投与された理由を裏付ける状態または観察",
        "comment" : "This is a reference to a condition that is the reason for the medication request. If only a code exists, use reasonCode.\r\n\r\nこれは、投薬要求の理由である状態への参照。コードのみが存在する場合は、reasonCodeを使用する。",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Condition",
              "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_Common",
              "http://jpfhir.jp/fhir/core/StructureDefinition/JP_DiagnosticReport_Common"
            ]
          }
        ]
      },
      {
        "id" : "MedicationAdministration.request",
        "path" : "MedicationAdministration.request",
        "short" : "Request administration performed against 実施された元の投与依頼情報",
        "definition" : "The original request, instruction or authority to perform the administration.\r\n\r\n投与を実行する元になった投与指示や権限への参照情報。",
        "comment" : "This is a reference to the MedicationRequest where the intent is either order or instance-order. It should not reference MedicationRequests where the intent is any other value.\r\n\r\nこれは、orderまたはinstance-orderのいずれかであるMedicationRequestへの参照。インテントが他の値である場合は、MedicationRequestsを参照しないこと。",
        "requirements" : "これは、インテント(意図)がorderまたはinstance-orderのいずれかであるMedicationRequestへの参照である。\r\nインテントが他の値である場合は、MedicationRequestsを参照しないこと。"
      },
      {
        "id" : "MedicationAdministration.device",
        "path" : "MedicationAdministration.device",
        "short" : "Device used to administer 投与に使用されるデバイス",
        "definition" : "The device used in administering the medication to the patient. For example, a particular infusion pump.\r\n\r\n患者に薬を投与する際に使用されるデバイスへの参照。たとえば、特定の輸液ポンプ。",
        "comment" : "References SHALL be a reference to an actual FHIR resource, and SHALL be resolvable (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.\r\n\r\n参照は、実際のFHIRリソースへの参照である必要があり、解決可能(内容に到達可能)である必要がある(アクセス制御、一時的な使用不可などを考慮に入れる)。解決は、URLから取得するか、リソースタイプによって該当する場合は、絶対参照を正規URLとして扱い、ローカルレジストリ/リポジトリで検索することによって行うことができる。"
      },
      {
        "id" : "MedicationAdministration.note",
        "path" : "MedicationAdministration.note",
        "short" : "Information about the administration 投与に関する備考情報",
        "definition" : "Extra information about the medication administration that is not conveyed by the other attributes.\r\n\r\n他の属性では伝えられない投薬管理に関する追加情報。",
        "comment" : "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 \"modifying\" information that could be computable. (This is a SHOULD because enforcing user behavior is nearly impossible).\r\n\r\n構造化された注釈情報がないシステムの場合、この要素によって作成者や作成時刻情報なしで単一の注釈を簡単に伝達できる。投与情報に付帯する潜在的な情報や修飾的な情報を伝えるために、この要素に叙述的な記述でそれらを含める必要がある場合がある。 \r\n*注釈は、計算可能な「変更」情報を伝達するために使用されるべきではない*。 (ユーザの行動を強制することはほとんど不可能であるため、これはSHOULDである)。"
      },
      {
        "id" : "MedicationAdministration.dosage",
        "path" : "MedicationAdministration.dosage",
        "short" : "Details of how medication was taken 薬の服用方法の詳細",
        "definition" : "Describes the medication dosage information details e.g. dose, rate, site, route, etc.\r\n投薬量情報の詳細を説明する。線量、率、場所、ルートなど。"
      },
      {
        "id" : "MedicationAdministration.dosage.text",
        "path" : "MedicationAdministration.dosage.text",
        "short" : "Free text dosage instructions e.g. SIG フリーテキストの投与方法の説明 SIG:用法",
        "definition" : "Free text dosage can be used for cases where the dosage administered is too complex to code. When coded dosage is present, the free text dosage may still be present for display to humans.\r\rThe dosage instructions should reflect the dosage of the medication that was administered.\r\n\r\nフリーテキストの投与量用法は、投与される投与量や用法が複雑すぎてコーディングできない場合に使用できる。コード化された投与量や用法が存在する場合、フリーテキストの投与量や用法は、人間に表示するためにまだ存在している可能性がある。\r\n投与量や用法のこの指示は、実際に投与される薬の投与量や用法を反映する必要がある。"
      },
      {
        "id" : "MedicationAdministration.dosage.site",
        "path" : "MedicationAdministration.dosage.site",
        "short" : "Body site administered to 投与部位",
        "definition" : "A coded specification of the anatomic site where the medication first entered the body. For example, \"left arm\".\r\n\r\n薬が最初に体内に入った解剖学的部位のコード化された記述。たとえば、「左腕」。",
        "comment" : "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.\r\n\r\nユースケースでBodySiteリソースの属性が必要な場合(たとえば、個別に識別して追跡するため)、標準の拡張機能[bodySite](extension-bodysite.html)を使用する。要約コード、または場所の非常に正確な定義への参照、あるいはその両方である可能性がある。",
        "binding" : {
          "strength" : "preferred",
          "valueSet" : "http://jpfhir.jp/fhir/core/ValueSet/JP_MedicationBodySiteJAMIExternal_VS"
        }
      },
      {
        "id" : "MedicationAdministration.dosage.route",
        "path" : "MedicationAdministration.dosage.route",
        "short" : "Path of substance into body 体への投与経路",
        "definition" : "A code specifying the route or physiological path of administration of a therapeutic agent into or onto the patient. For example, topical, intravenous, etc.\r\n\r\n患者への、または患者への治療薬の投与経路または生理学的経路を指定するコード。たとえば、局所、静脈内など。",
        "comment" : "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.\r\n\r\nすべてのターミノロジの使用がこの一般的なパターンに適合するわけではない。場合によっては、モデルはCodeableConceptを使用せず、コーディングを直接使用して、テキスト、コーディング、翻訳、および要素間の関係とpre-coordinationとpost-coordinationの用語関係を管理するための独自の構造を提供する必要がある。",
        "binding" : {
          "strength" : "preferred",
          "valueSet" : "http://jpfhir.jp/fhir/core/ValueSet/JP_MedicationRouteHL70162_VS"
        }
      },
      {
        "id" : "MedicationAdministration.dosage.method",
        "path" : "MedicationAdministration.dosage.method",
        "short" : "投与方法",
        "definition" : "投与方法",
        "comment" : "ターミノロジは投与する経路あるいは剤型をあらかじめ指定するために用いられる。",
        "requirements" : "コード化された値は体内に薬剤が投与される方法を示している。注射ではよく使われる。たとえば、緩徐に注入、深部に静注など。"
      },
      {
        "id" : "MedicationAdministration.dosage.method.coding",
        "path" : "MedicationAdministration.dosage.method.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "MedicationAdministration.dosage.method.coding:unitDigit1",
        "path" : "MedicationAdministration.dosage.method.coding",
        "sliceName" : "unitDigit1",
        "short" : "投与⽅法に対応するJAMI 用法コード表基本用法1桁コード",
        "definition" : "投与⽅法に対応するJAMI 用法コード表基本用法1桁コードを識別するURI。",
        "comment" : "コードは臨時で列記したものや、コードのリストからSNOMED CTのように公式に定義されたものまである(HL7 v3 core principle を参照)。FHIR自体ではコーディング規約を定めてはいないし、意味を暗示するために利用されない(SHALL NOT)。一般的に UserSelected = trueの場合には一つのコードシステムが使われる。",
        "requirements" : "他のコードシステムへの変換や代替のコードシステムを使ってエンコードしてもよい。",
        "min" : 0,
        "max" : "1",
        "binding" : {
          "strength" : "preferred",
          "valueSet" : "http://jpfhir.jp/fhir/core/ValueSet/JP_MedicationMethodJAMIBasicUsage_VS"
        }
      },
      {
        "id" : "MedicationAdministration.dosage.method.coding:unitDigit1.system",
        "path" : "MedicationAdministration.dosage.method.coding.system",
        "min" : 1,
        "fixedUri" : "urn:oid:1.2.392.200250.2.2.20.30"
      },
      {
        "id" : "MedicationAdministration.dosage.method.coding:unitDigit2",
        "path" : "MedicationAdministration.dosage.method.coding",
        "sliceName" : "unitDigit2",
        "short" : "投与⽅法に対応するJAMI 用法コード表基本用法2桁コード",
        "definition" : "投与⽅法に対応するJAMI 用法コード表基本用法2桁コードを識別するURI。2桁コードurn:oid:1.2.392.200250.2.2.20.40",
        "comment" : "コードは臨時で列記したものや、コードのリストからSNOMED CTのように公式に定義されたものまである(HL7 v3 core principle を参照)。FHIR自体ではコーディング規約を定めてはいないし、意味を暗示するために利用されない(SHALL NOT)。一般的に UserSelected = trueの場合には一つのコードシステムが使われる。",
        "requirements" : "他のコードシステムへの変換や代替のコードシステムを使ってエンコードしてもよい。",
        "min" : 0,
        "max" : "1",
        "binding" : {
          "strength" : "preferred",
          "valueSet" : "http://jpfhir.jp/fhir/core/ValueSet/JP_MedicationMethodJAMIDetailUsage_VS"
        }
      },
      {
        "id" : "MedicationAdministration.dosage.method.coding:unitDigit2.system",
        "path" : "MedicationAdministration.dosage.method.coding.system",
        "min" : 1,
        "fixedUri" : "urn:oid:1.2.392.200250.2.2.20.40"
      },
      {
        "id" : "MedicationAdministration.dosage.method.text",
        "path" : "MedicationAdministration.dosage.method.text",
        "short" : "投与⽅法のテキスト表現",
        "definition" : "投与⽅法のテキスト表現。コードで指定できない場合、本要素で文字列として指定してもよい。",
        "comment" : "textエレメントはcodingのdisplayNameエレメントと一致することがよくある。",
        "requirements" : "ターミノロジ由来のコードは必ずしも人間が使う言葉の全てのニュアンスを含めた正確な意味を捉えているわけではなく、適切なコードが見つからない場合もある。そのような場合でもtextエレメントは元々の意味のすべてを捉えるために使うことができる。"
      },
      {
        "id" : "MedicationAdministration.dosage.dose",
        "path" : "MedicationAdministration.dosage.dose",
        "short" : "Amount of medication per dose 用量あたりの投薬量",
        "definition" : "The amount of the medication given at one administration event. Use this value when the administration is essentially an instantaneous event such as a swallowing a tablet or giving an injection.\r\n\r\n1回の投与イベントで投与される薬剤の量。この値は、投与が錠剤の飲み込みや注射などの本質的に瞬間的なイベントである場合に使用する。",
        "type" : [
          {
            "code" : "Quantity",
            "profile" : [
              "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationSimpleQuantity"
            ]
          }
        ]
      },
      {
        "id" : "MedicationAdministration.dosage.rate[x]",
        "path" : "MedicationAdministration.dosage.rate[x]",
        "short" : "Dose quantity per unit of time 単位時間あたりの用量",
        "definition" : "Identifies the speed with which the medication was or will be introduced into the patient. Typically, the rate for an infusion e.g. 100 ml per 1 hour or 100 ml/hr. May also be expressed as a rate per unit of time, e.g. 500 ml per 2 hours. Other examples: 200 mcg/min or 200 mcg/1 minute; 1 liter/8 hours.\r\n\r\n薬が患者に導入された、または導入される予定の速度を識別する。\r\n通常、注入の速度。 1時間あたり100mlまたは100ml/時。単位時間あたりのレートとして表すこともできる。 2時間あたり500ml。その他の例:200mcg/分または200mcg/1分。 1リットル/8時間。",
        "comment" : "If the rate changes over time, and you want to capture this in MedicationAdministration, then each change should be captured as a distinct MedicationAdministration, with a specific MedicationAdministration.dosage.rate, and the date time when the rate change occurred. Typically, the MedicationAdministration.dosage.rate element is not used to convey an average rate.\r\n\r\nレートが時間の経過とともに変化し、これをMedicationAdministrationで記述する場合は、各変更を、特定のMedicationAdministration.dosage.rateと、レート変更が発生した日時を使用して、個別のMedicationAdministrationとして記述する必要がある。通常、MedicationAdministration.dosage.rate要素は、平均レートを伝達するためには使用されない。"
      },
      {
        "id" : "MedicationAdministration.eventHistory",
        "path" : "MedicationAdministration.eventHistory",
        "short" : "A list of events of interest in the lifecycle ライフサイクルで関心のあるイベントのリスト",
        "definition" : "A summary of the events of interest that have occurred, such as when the administration was verified.\r\n\r\n投与が確認されたときなど、発生した関連のあるベントのサマリー。"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.