1.0.0 - ci-build

JPCoreV1 - Local Development build (v1.0.0). See the Directory of published versions

Resource Profile: JP_MedicationRequest_Injection - Detailed Descriptions

Definitions for the JP-MedicationRequest-Injection resource profile.

1. MedicationRequest
Definition

患者への薬の供給と注射や点滴の指示を共に提供するオーダ。ケアプランやワークフローパターンとハーモナイズし、入院や外来でも使えるようにするため、このリソースは"MedicationPrescription"や"MedicationOrder"ではなく、"MedicationRequest"と呼ばれる。

Control0..*
Alternate NamesPrescription, Order
InvariantsDefined on this element
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (: contained.contained.empty())
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty())
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty())
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (: contained.meta.security.empty())
dom-6: A resource should have narrative for robust management (: text.`div`.exists())
2. MedicationRequest.id
Definition

The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

Control0..1
Typestring
Comments

The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

3. MedicationRequest.meta
Definition

The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

Control0..1
TypeMeta
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
4. MedicationRequest.implicitRules
Definition

A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

Control0..1
Typeuri
Is Modifiertrue
Comments

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
5. MedicationRequest.language
Definition

The base language in which the resource is written.

Control0..1
BindingThe codes SHOULD be taken from CommonLanguages
Max Binding: AllLanguages A human language.
Typecode
Comments

Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
6. MedicationRequest.text
Definition

A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

Control0..1
TypeNarrative
Alternate Namesnarrative, html, xhtml, display
Comments

Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
7. MedicationRequest.contained
Definition

These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

Control0..*
TypeResource
Alternate Namesinline resources, anonymous resources, contained resources
Comments

This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

8. MedicationRequest.extension
Definition

May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
9. MedicationRequest.modifierExtension
Definition

May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Control0..*
TypeExtension
Is Modifiertrue
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
10. MedicationRequest.identifier
Definition

このインスタンスが外部から参照されるために使われるIDである。処方箋全体としてのIDとしては使用しない。 処方箋内で同一の用法をまとめて表記されるRp番号はこのIdentifier elementの別スライスで表現する。それ以外に任意のIDを付与してもよい。 このIDは業務手順によって定められた処方オーダーに対して、直接的なURL参照が適切でない場合も含めて関連付けるために使われる。この業務手順のIDは実施者によって割り当てられたものであり、リソースが更新されたりサーバからサーバに転送されたとしても固定のものとして存続する。

NoteThis is a business identifier, not a resource identifier (see discussion)
Control2..*
TypeIdentifier
Comments

これは業務IDであって、リソースに対するIDではない。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
SlicingThis element introduces a set of slices on MedicationRequest.identifier. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • type @ $this
11. MedicationRequest.identifier:RpNumber
SliceNameRpNumber
Definition

処方箋内で同一用法の薬剤を慣用的にまとめて、Rpに番号をつけて剤グループとして一括指定されることがある。このスライスでは剤グループに対して割り振られたRp番号を記録する。

NoteThis is a business identifier, not a resource identifier (see discussion)
Control1..1
TypeIdentifier
Comments

剤グループに複数の薬剤が含まれる場合、このグループ内の薬剤には同じRp番号が割り振られる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
12. MedicationRequest.identifier:RpNumber.id
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Control0..1
Typestring
13. MedicationRequest.identifier:RpNumber.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.identifier.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
14. MedicationRequest.identifier:RpNumber.use
Definition

The purpose of this identifier.

Control0..0
BindingThe codes SHALL be taken from IdentifierUse Identifies the purpose for this identifier, if known .
Typecode
Is Modifiertrue
Requirements

Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

Comments

Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
15. MedicationRequest.identifier:RpNumber.type
Definition

A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

Control0..0
BindingThe codes SHALL be taken from Identifier Type Codes; other codes may be used where these codes are not suitable A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
TypeCodeableConcept
Requirements

Allows users to make use of identifiers when the identifier system is not known.

Comments

This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
16. MedicationRequest.identifier:RpNumber.system
Definition

【JP-CORE】ここで付番されたIDがRp番号であることを明示するためにOIDとして定義された。urn:oid:1.2.392.100495.20.3.81で固定される。

Control1..1
Typeuri
Requirements

There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

Comments

Identifier.system is always case sensitive.

Fixed Valueurn:oid:1.2.392.100495.20.3.81
Example
General:http://www.acme.com/identifiers/patient
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
17. MedicationRequest.identifier:RpNumber.value
Definition

【JP-CORE】Rp番号(剤グループ番号)。"1"など。

Control1..1
Typestring
Comments

【JP-CORE】value は string型であり、数値はゼロサプレス、つまり、'01'でなく'1'と指定すること。

Example
General:123456
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
18. MedicationRequest.identifier:RpNumber.period
Definition

Time period during which identifier is/was valid for use.

Control0..0
TypePeriod
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
19. MedicationRequest.identifier:RpNumber.assigner
Definition

Organization that issued/manages the identifier.

Control0..0
TypeReference(Organization)
Comments

The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
20. MedicationRequest.identifier:OrderInRp
SliceNameOrderInRp
Definition

【JP-CORE】同一剤グループでの薬剤を表記する際の順番。XML形式と異なりJSON形式の場合、表記順は項目の順序を意味しない。したがって、薬剤の記載順を別に規定する必要があるためIDを用いて表現する。

NoteThis is a business identifier, not a resource identifier (see discussion)
Control1..1
TypeIdentifier
Comments

【JP-CORE】同一剤グループ内での薬剤の順番を1から順の番号で示す。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
21. MedicationRequest.identifier:OrderInRp.id
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Control0..1
Typestring
22. MedicationRequest.identifier:OrderInRp.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.identifier.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
23. MedicationRequest.identifier:OrderInRp.use
Definition

The purpose of this identifier.

Control0..0
BindingThe codes SHALL be taken from IdentifierUse Identifies the purpose for this identifier, if known .
Typecode
Is Modifiertrue
Requirements

Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

Comments

Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
24. MedicationRequest.identifier:OrderInRp.type
Definition

A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

Control0..0
BindingThe codes SHALL be taken from Identifier Type Codes; other codes may be used where these codes are not suitable A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
TypeCodeableConcept
Requirements

Allows users to make use of identifiers when the identifier system is not known.

Comments

This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
25. MedicationRequest.identifier:OrderInRp.system
Definition

剤グループ内番号の名前空間を識別するURI。固定値urn:oid:1.2.392.100495.20.3.82

Control1..1
Typeuri
Requirements

There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

Comments

Identifier.system is always case sensitive.

Fixed Valueurn:oid:1.2.392.100495.20.3.82
Example
General:http://www.acme.com/identifiers/patient
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
26. MedicationRequest.identifier:OrderInRp.value
Definition

剤グループ内連番。

Control1..1
Typestring
Comments

【JP-CORE】value は string型であり、数値はゼロサプレス、つまり、'01'でなく'1'と指定すること。

Example
General:123456
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
27. MedicationRequest.identifier:OrderInRp.period
Definition

Time period during which identifier is/was valid for use.

Control0..0
TypePeriod
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
28. MedicationRequest.identifier:OrderInRp.assigner
Definition

Organization that issued/manages the identifier.

Control0..0
TypeReference(Organization)
Comments

The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
29. MedicationRequest.identifier:RequestIdentifier
SliceNameRequestIdentifier
Definition

薬剤をオーダーする単位としての処方箋に対するID。MedicationRequestは単一の薬剤でインスタンスが作成されるが、それの集合としての処方箋のID。

NoteThis is a business identifier, not a resource identifier (see discussion)
Control0..*
TypeIdentifier
Comments

This is a business identifier, not a resource identifier.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
30. MedicationRequest.status
Definition

JP coreでは"active"に固定される。 オーダーの現在の状態を示すコード。一般的には active か completed の状態であるだろう。

Control1..1
BindingThe codes SHALL be taken from medicationrequest Status A coded concept specifying the state of the prescribing event. Describes the lifecycle of the prescription.
Typecode
Is Modifiertrue
Comments

このエレメントはmodifierとされている。StatusとはこのResourceが現在妥当な状態ではないことも示すからである。

Fixed Valueactive
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
31. MedicationRequest.statusReason
Definition

現在のステータスの理由

Control0..1
BindingFor example codes, see medicationRequest Status Reason Codes Identifies the reasons for a given status.
TypeCodeableConcept
Comments

一般的には「保留(suspended)」や「中止(cancelled)」といった例外的状態を示すために持ちいられる。MedicationRequestオーダーが発生した理由についてはreaseonCodeに記載され、この項目は用いられない。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
32. MedicationRequest.intent
Definition

JP coreでは "order" に固定される。 投薬リクエストの意図 が提案(proposal)、計画(plan)、あるいは他の要求によるものかを示す。

Control1..1
BindingThe codes SHALL be taken from medicationRequest Intent The kind of medication order.
Typecode
Is Modifiertrue
Comments

処方をオーダーする場合、MedicationRequestのどの段階でオーダーしたのかについて、この項目を指定することが期待される。たとえば、proposalであれば患者、関係者、医師あるいは機器からの提案として作成される。"plan"であれば、医師、患者、関係者そして機器からの提案として生成される。"original-order"は医師にしか作成できない。

instance-orderはリクエストあるいはオーダーをインスタンス化する段階であり、MedicationAdministrationレコードにも使われる。

intentはこのresourceが実際に適応される時に変化するため、このエレメントはmodifierとしてラベルされる。

Fixed Valueintent
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
33. MedicationRequest.category
Definition

このMedicationRequest Resourceが使用される区分を示す。日本では「院外」「院内」「入院」「外来」などの区分を想定する。 一般的には、外来や入院などどこでこの薬剤が投与、内服されるかを想定した区分である。 処方病棟や処方した診療科をOrganization resourceで表現することが冗長である場合にはこの区分が用いられることもある。

HL7 FHIRではvalue setとして http://terminology.hl7.org/CodeSystem/medicationrequest-category がデフォルトで用いられるが、日本での使用の場合持参薬をカバーする必要があり、JAHIS処方データ規約V3.0Cに記載されているMERIT-9処方オーダ表7とJHSP0007表を組み合わせて持ちいることとする。

Control0..*
BindingFor example codes, see medicationRequest Category Codes MedicationRequest Resourceの区分を示すコード化された概念。たとえば、どこで服薬あるいは投与されるか、治療の種別はどうかについて。FHIRでは
TypeCodeableConcept
Comments

薬剤が投与あるいはその他の用途で利用されると想定される場面についての区分である。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
34. MedicationRequest.priority
Definition

このMedicatinRequestオーダーの優先度。他のオーダーと比較して表現される。

Control0..1
BindingThe codes SHALL be taken from RequestPriority Identifies the level of importance to be assigned to actioning the request.
Typecode
Comments

FHIRでは文字列の大きさが1MBを超えてはならない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
35. MedicationRequest.doNotPerform
Definition

このオーダーが実施していけないものであればTrueを表示される

Control0..1
Typeboolean
Is Modifiertrue
Comments

もし、doNotPerformに指定がなければ、オーダーは実施してもよいものである。(たとえば、「実施せよ」)

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
36. MedicationRequest.reported[x]
Definition

このレコードは元々の一次記録から報告されたものか、二次的に「報告された」資料から取り込まれたものかを示す。報告の情報源についても示される。

Control0..1
TypeChoice of: boolean, Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization)
[x] NoteSee Choice of Data Types for further information about how to use [x]
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
37. MedicationRequest.medication[x]
Definition

医薬品コードと医薬品名称。coding要素を繰り返すことでHOT9 やYJコードなど複数のコード体系で医薬品コード並記することが可能。 薬される薬剤についてのID。日本では同じ用法の複数の薬剤を一処方区分とすることがある。複数の薬剤を表記するMedication Resourceのインスタンスを参照するか、codeableConceptとして、薬品コードと 処方の詳細な内容を示すか既知の処方リストの中から特定の処方を選択するための属性を表すResourceにリンクされている。

Control1..1
BindingThe codes SHOULD be taken from SNOMEDCTMedicationCodes 処方する製剤を表すコード。
TypeCodeableConcept
[x] NoteSee Choice of Data Types for further information about how to use [x]
Must Supporttrue
Comments

日本での運用を検討した場合に、煩雑ではあるがMedication resourceを参照するのではなくcodeableConceptとして1薬剤ごとにMedicationRequestインスタンスを生成する方針とした。

コードだけが指定されていても、製品を特定できる必要がある。もし、多くの情報が必要であれば、Medication Resourceを利用することが推奨される。たとえば、もし、薬剤の剤型や、ロット番号を知る必要があったり、薬剤の成分や臨時で調整されたものであったりする場合には、Medication Resourceを参照しなくてはならない。 【JP-CORE】 ひとつのtext要素と、複数のcoding 要素を記述できる。処方オーダ時に選択または入力し、実際に処方箋に印字される文字列を必ずtext要素に格納した上で、それをコード化した情報を1個以上のcoding 要素に記述する。 厚生労働省標準であるHOT9コード(販社指定が不要な場合にはHOT7コード)または広く流通しているYJコードを用いるか、一般名処方の場合には厚生労働省保険局一般名処方マスタのコードを使用して、Coding要素(コードsystemを識別するURI、医薬品のコード、そのコード表における医薬品の名称の3つからなる)で記述する。 なお、上記のいずれの標準的コードも付番されていない医薬品や医療材料の場合には、薬機法の下で使用されているGS1標準の識別コードであるGTIN(Global Trade Item Number)の調剤包装単位(最少包装単位、個別包装単位)14桁を使用する。 ひとつの処方薬、医療材料を複数のコード体系のコードで記述してもよく、その場合にcoding 要素を繰り返して記述する。 ただし、ひとつの処方薬を複数のコードで繰り返し記述する場合には、それらのコードが指し示す処方薬、医療材料は当然同一でなければならない。 また、処方を発行した医療機関内でのデータ利用のために、医療機関固有コード体系によるコード(ハウスコード、ローカルコード)の記述を含めてもよいが、その場合でも上述したいずれかの標準コードを同時に記述することが必要である。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
38. MedicationRequest.medication[x].id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
39. MedicationRequest.medication[x].extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.medication[x].extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
40. MedicationRequest.medication[x].coding
Definition

医薬品を表すコード。JP Coreでは最低1個のコードを記録しなければならない。 利用できるコードは下記の通りである。 医薬品コード(医薬品マスター) 薬価基準収載医薬品コード YJコード HOT コード(9 桁) ⼀般名処⽅マスター

Control1..*
TypeCoding
Requirements

Allows for alternative encodings within a code system, and translations to other code systems.

Comments

コードは臨時で列記したものや、コードのリストからSNOMED CTのように公式に定義されたものまである(HL7 v3 core principle を参照)。FHIR自体ではコーディング規約を定めてはいないし、意味を暗示するために利用されない(SHALL NOT)。一般的に UserSelected = trueの場合には一つのコードシステムが使われる。 【JP-CORE】Medication要素の説明を参照のこと。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
41. MedicationRequest.medication[x].coding.id
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Control0..1
Typestring
42. MedicationRequest.medication[x].coding.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.medication[x].coding.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
43. MedicationRequest.medication[x].coding.system
Definition

The identification of the code system that defines the meaning of the symbol in the code.

Control0..1
Typeuri
Requirements

Need to be unambiguous about the source of the definition of the symbol.

Comments

The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
44. MedicationRequest.medication[x].coding.version
Definition

The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

NoteThis is a business versionId, not a resource version id (see discussion)
Control0..1
Typestring
Comments

Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
45. MedicationRequest.medication[x].coding.code
Definition

A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

Control0..1
Typecode
Requirements

Need to refer to a particular code in the system.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
46. MedicationRequest.medication[x].coding.display
Definition

A representation of the meaning of the code in the system, following the rules of the system.

Control0..1
Typestring
Requirements

Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
47. MedicationRequest.medication[x].coding.userSelected
Definition

ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。

Control0..1
Typeboolean
Requirements

This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

Comments

ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
48. MedicationRequest.medication[x].text
Definition

入力したユーザーが見た/選択した/発したとおりの概念および・またはユーザーが意図した概念を自然言語で表現したもの。

Control0..1
Typestring
Requirements

The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

Comments

textエレメントはcodingのdisplayNameエレメントと一致することがよくある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
49. MedicationRequest.subject
Definition

JP Coreでは患者を表すPatientリソースへの参照。 一般には薬剤が投与される対象となる人(あるいはグループ)を表現するResourceに対するリンク。

Control1..1
TypeReference(Patient)
Must Supporttrue
Comments

処方オーダーの対象は必須項目である。 二次利用のためにどこに実際の対象がいるのかについての情報は提供されない。特定の対象に対して匿名化することも必要である。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
50. MedicationRequest.subject.id
Definition

リソース内のエレメントを参照(内部参照)するためのユニークなID。空白を含まなければどのような文字列であってもよい。

Control0..1
Typestring
51. MedicationRequest.subject.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.subject.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
52. MedicationRequest.subject.reference
Definition

対象となる患者を表すPatient resourceへの参照である。PatientリソースのfullUrl要素に指定されるUUID を指定すること 一般には他のResourceが存在する場所への参照。参照はサービスのベースURLに対する相対的なものや、リソースがある場所を示す絶対的URLであることもある。参照はバージョンを指定していることもあればそうでないこともある。もし参照が、FHIRのRESTfulサーバ以外を対象としていれば、それはバージョンが指定されているべきである。分割された内部参照('#'で始まる)の場合は内部に含まれるResourceへの参照である。

Control1..1 This element is affected by the following invariants: ref-1
Typestring
Comments

絶対URLを使えば安定してクラウドやWeb上にスケーラブルな対応をすることができる。一方で、相対・論理参照を使えば閉鎖されたエコシステム内部に適した柔軟な対応ができる。絶対URLをはFHIRリソースのRESTfulサーバを指定するために必要となるわけではないが、より推奨される方法である。もし、URLが"/[type]/[id]"で構成されていれば、FHIRのRESTfulサーバへの参照を想定していると推測することもできる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
53. MedicationRequest.subject.type
Definition

参照されるPatientが型として示される。 一般的には参照の対象として予定される型。もし、Reference.typeとReference.referenceがともに指定されていて、Reference.referenceがFHIRのURLであればどちらも一致させるべきである(SHALL)。

型はResouce Definitionに対するCanonical URLであってその型も参照の対象となる。Referenceはhttp://hl7.org/fhir/StructureDefinition/に対する相対URLである。たとえば、"Patient"はhttp://hl7.org/fhir/StructureDefinition/Patientへの参照である。絶対URLは論理モデルにおいて、論理モデル内部での参照として飲み使用可能であり、Resouceに対しては指定できない。

Control0..1
BindingThe codes SHALL be taken from ResourceType; other codes may be used where these codes are not suitable Aa resource (or, for logical models, the URI of the logical model).
Typeuri
Comments

このelementは参照の対象の型を指定するためのものである。他のElementで指定されていた型であってもなくても指定することができる。場合によっては、対象の型は参照(たとえば、RESTful URL)についての調査により決定されることもあるし、参照の対象から決定されることもある。もし、参照と型のどちらもが指定されていたら、参照は指定された型を決定されるべきである(SHALL)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
54. MedicationRequest.subject.identifier
Definition

対象となるresouceへのID。FHIRサーバを経由してこの参照が指定するEntityが指定できないか、実際の位置を示す既知のIDへとResourceを変換できない場合のように、ほかのresourceを直接参照することができない場合に使われる。Reference.identifireがFHIRインスタンスである何かを実際に示している必要はないが、FHIRインスタンスとして表現されると想定される業務概念を示されなくてはらならず(SHALL)、そのインスタンスは参照先のFHIRのResource型である必要がある。

NoteThis is a business identifier, not a resource identifier (see discussion)
Control0..1
TypeIdentifier
Comments

IDが参照として与えられている場合には、参照を処理するシステムはIDをIDが利用される業務コンテキストがわかっているかどうか参照を解決するためにしか利用することができない。このIDはグローバル(たとえば国民ID)であることもあるが、そうでないこともある。そのため、この参照を利用する有効な機構(たとえば、データを連鎖させたり、包含させるなど)、サーバが参照を解決することができるとも期待できない。サーバは到達できなかったり、解決できないあるいは拒否されるような参照でもIDとして受け取ることができる。CapabilityStatement.rest.resource.referencePolicyを参照のこと。

IDと正確な参照が共に提供されている場合は、正確な参照が優先される。Resourceを処理するアプリケーションも許容されるがIDが正確な参照と一致することを確認することは求められてない。

アプリケーションは論理参照を正確な参照へとコンバートする際に、実際に示している論理参照を外したり、削除してもよい。

参照はFHIRのResourceとして表現することができる構造となるように示されているが、アプリケーションが参照の対象について検索することを求めていない限り、実際にFHIR Resourceのインスタンスが存在していなくてもよい。IDを参照しているコンテンツは、どのリソースの型が限定的に許容されるか明示されていなくても論理的な制約を満たさなければならない。たとえば、薬剤処方を示すIDの型がReference(Observation|DIagnosticReport)であることは、正当化されないであろう。Reference.identifierのユースケースの一つは、FHIRの表現が存在しない場合に、(Any)を参照する型として利用するような場合である。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
55. MedicationRequest.subject.display
Definition

Plain text narrative that identifies the resource in addition to the resource reference.

Control0..1
Typestring
Comments

This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
56. MedicationRequest.encounter
Definition

JP Core profileでの使用は規定されていない。 この対象となるリソース[x]が作成される間やこの記録が作成される対象のencounterは密接に関連している。

Control0..1
TypeReference(Encounter)
Comments

このエレメントは一般的には外来でのイベントに対応するが、診察が公式に終わる前や後にこの診察についてのコンテキストに対応して開始される活動についても対応する。もし、診療のエピソードに関連させる必要があれば、extensionとして扱われることがある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
57. MedicationRequest.supportingInformation
Definition

薬剤をオーダーするときに補助的となる追加情報(たとえば、患者の身長や体重))を含む。

Control0..*
TypeReference(Resource)
Comments

参照先は実存するFHIR Resourceでなければならず(SHALL)、解決可能(アクセスコントロールや、一時的に利用不可であることなどは許容される)でなければならない(SHALL)。解決の方法はURLから取得可能であるか、Resouce型が適応できるかどうか、正規のURLとして絶対的参照を扱うことができるか、ローカルのレジストリ/リポジトリから参照することができるかである。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
58. MedicationRequest.authoredOn
Definition

JP Core profileでは必須。処方指示が最初に作成された日時。秒の精度まで記録する。タイムゾーンも付与しなければならない。

Control1..1
TypedateTime
Must Supporttrue
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
59. MedicationRequest.requester
Definition

JP Core profileではこのエレメントに対する規定はない。 このオーダーを発行した責任のある人、組織、機器。

Control0..1
TypeReference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson | Device)
Comments

参照先は実存するFHIR Resourceでなければならず(SHALL)、解決可能(アクセスコントロールや、一時的に利用不可であることなどは許容される)でなければならない(SHALL)。解決の方法はURLから取得可能であるか、Resouce型が適応できるかどうか、正規のURLとして絶対的参照を扱うことができるか、ローカルのレジストリ/リポジトリから参照することができるかである。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
60. MedicationRequest.performer
Definition

薬物治療を実施すると予定された者。(たとえば、薬剤投与を行った者)

Control0..1
TypeReference(Practitioner | PractitionerRole | Organization | Patient | Device | RelatedPerson | CareTeam)
Comments

参照先は実存するFHIR Resourceでなければならず(SHALL)、解決可能(アクセスコントロールや、一時的に利用不可であることなどは許容される)でなければならない(SHALL)。解決の方法はURLから取得可能であるか、Resouce型が適応できるかどうか、正規のURLとして絶対的参照を扱うことができるか、ローカルのレジストリ/リポジトリから参照することができるかである。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
61. MedicationRequest.performerType
Definition

薬剤の投与・管理を行った職種を示す。

Control0..1
BindingFor example codes, see ProcedurePerformerRoleCodes Identifies the type of individual that is desired to administer the medication.
TypeCodeableConcept
Comments

Performerを示さずにこのエレメントが指定された場合は、このエレメントは薬剤の投与/管理が指定の職種でなければならないと言うことを示している。Performerと共に指定された場合は、もし指定されたPerformerが実施できない場合に薬剤投与・管理を行うものについての要件が示されたことを意味する。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
62. MedicationRequest.recorder
Definition

JP Core profileではこのエレメントに対する規定はない。 たとえば口答指示や電話でのオーダーにより、他の人の代理で処方を入力した人。

Control0..1
TypeReference(Practitioner | PractitionerRole)
Comments

参照先は実存するFHIR Resourceでなければならず(SHALL)、解決可能(アクセスコントロールや、一時的に利用不可であることなどは許容される)でなければならない(SHALL)。解決の方法はURLから取得可能であるか、Resouce型が適応できるかどうか、正規のURLとして絶対的参照を扱うことができるか、ローカルのレジストリ/リポジトリから参照することができるかである。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
63. MedicationRequest.reasonCode
Definition

このエレメントに対するJP Coreの規定はない。 薬剤をオーダーするあるいはしないことを示した理由。

Control0..*
BindingFor example codes, see Condition/Problem/DiagnosisCodes A coded concept indicating why the medication was ordered.
TypeCodeableConcept
Comments

このエレメントは病名コードであってもよい。もし、すべての条件を示す記録があって他の詳細な記録が必要であれば、reasonReferenceを使用すること。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
64. MedicationRequest.reasonReference
Definition

薬剤がなぜオーダーされたのかを説明する条件や観察。

Control0..*
TypeReference(Condition | Observation)
Comments

薬剤オーダーの理由を示すこれは条件や観察についての参照である。もし、コードだけであればreasonCodeを使用すること。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
65. MedicationRequest.instantiatesCanonical
Definition

このMedicationRequestの一部あるいは全部が遵守するprotocolやguideline, ordersetなど他の定義を示すURL。

Control0..*
Typecanonical
Comments

Canonical Referencesを参照すること。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
66. MedicationRequest.instantiatesUri
Definition

このMedicationRequestの一部あるいは全部が遵守するprotocolやguideline, ordersetなど他の定義を示すURL。

Control0..*
Typeuri
Comments

以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
67. MedicationRequest.basedOn
Definition

このMedicationRequestの全部あるいは一部を満たす計画やオーダー。

Control0..*
TypeReference(CarePlan | MedicationRequest | ServiceRequest | ImmunizationRecommendation)
Comments

参照先は実存するFHIR Resourceでなければならず(SHALL)、解決可能(アクセスコントロールや、一時的に利用不可であることなどは許容される)でなければならない(SHALL)。解決の方法はURLから取得可能であるか、Resouce型が適応できるかどうか、正規のURLとして絶対的参照を扱うことができるか、ローカルのレジストリ/リポジトリから参照することができるかである。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
68. MedicationRequest.groupIdentifier
Definition

一人の処方者が同時期に前後して作成した全てのリクエストに共通するIDで、処方や薬品請求のIDを示す。

Control0..1
TypeIdentifier
Requirements

リクエストは"basedOn"での関連付け(たとえば、あるリクエストが他のリクエストを満たす)か、あるいは共通の請求伝票に書かれているを示すことで関連付けられる。同じ請求伝票にあるリクエストは最初に作成されてからは変更や維持などについては独立したものと見なされる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
69. MedicationRequest.courseOfTherapyType
Definition

患者が内服する薬剤についての管理の全体的なパターンについての記載。

Control0..1
BindingFor example codes, see medicationRequest Course of Therapy Codes Identifies the overall pattern of medication administratio.
TypeCodeableConcept
Comments

この属性は薬剤プロトコールと混同してはならない。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
70. MedicationRequest.insurance
Definition

リクエストされたサービスについて支払いが求め裸得ることになる、保険のプランや適応範囲の拡大、事前の権限付与、かつ/または事前の判定。

Control0..*
TypeReference(Coverage | ClaimResponse)
Comments

参照先は実存するFHIR Resourceでなければならず(SHALL)、解決可能(アクセスコントロールや、一時的に利用不可であることなどは許容される)でなければならない(SHALL)。解決の方法はURLから取得可能であるか、Resouce型が適応できるかどうか、正規のURLとして絶対的参照を扱うことができるか、ローカルのレジストリ/リポジトリから参照することができるかである。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
71. MedicationRequest.note
Definition

他の属性では伝えることができなかったMedicationRequestについての付加的情報。

Control0..*
TypeAnnotation
Comments

構造化されたアノテーションが内システムでは、作成者や記録時間のない一つのアノテーションで情報を伝達している。このエレメントに情報の修正を要する可能性があるためにナラティブな情報も必要としている。Annotationsには機械処理が可能で修正される("modifying")情報を伝達することに使うべきではない(SHOULD NOT)。これがSHOULDである理由はユーザーの行動を強制することはほぼ不可能であるからである。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
72. MedicationRequest.dosageInstruction
Definition

⽤法や投与量を含む処⽅指⽰。患者がどのようにこの薬剤を服用するのかを示す。

Control0..*
TypeDosage
Comments

MedicationRequestで内服や静脈注射、筋肉注射を含めたサンプルがある。たとえば、「オンダンセトロン 8mg 経口あるいは静注1日2回嘔気時頓用」、あるいは「ノバミン®(プロクロロペラジン) 5-10mg 経口あるいは25mg経直腸1日2回嘔気・嘔吐時頓用」のようなものである。このような場合は2つの薬剤オーダーは同じグループにまとめることができるとして作成される。どのような投与経路を選択するかを決定するのは薬剤を必要とする時点の患者の状態にもとづいている。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
73. MedicationRequest.dosageInstruction.id
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Control0..1
Typestring
74. MedicationRequest.dosageInstruction.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
75. MedicationRequest.dosageInstruction.extension:PeriodOfUse
SliceNamePeriodOfUse
Definition

MedcationRequestの投与期間の開始日を明示するための拡張

Control0..0
TypeExtension(JP_MedicationRequest_DosageInstruction_PeriodOfUse) (Extension Type: Period)
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
76. MedicationRequest.dosageInstruction.extension:UsageDuration
SliceNameUsageDuration
Definition

隔⽇投与など、服⽤開始⽇から終了⽇までの⽇数と実投与⽇数が異なる場合に、実投与⽇数を明⽰したい場合に使⽤する拡張

Control0..0
TypeExtension(JP_MedicationRequest_DosageInstruction_UsageDuration) (Extension Type: Duration)
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
77. MedicationRequest.dosageInstruction.extension:Line
SliceNameLine
Definition

指示ラインを格納する拡張

Control0..*
TypeExtension(JP_MedicationRequest_DosageInstruction_Line) (Extension Type: CodeableConcept)
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
78. MedicationRequest.dosageInstruction.extension:Device
SliceNameDevice
Definition

投与装置を格納する拡張

Control0..*
TypeExtension(JP_MedicationRequest_DosageInstruction_Device) (Extension Type: Reference)
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
79. MedicationRequest.dosageInstruction.modifierExtension
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Control0..*
TypeExtension
Is Modifiertrue
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Alternate Namesextensions, user content, modifiers
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
80. MedicationRequest.dosageInstruction.sequence
Definition

どの服用指示を適応するか判断するかについての順序を示したもの

Control0..1
Typeinteger
Requirements

もし、複数の服用法(Dosage)でsequenceの数値が同じであれば、その指示が同時に扱われることを示している。sequenceの数値が異なれば、服用指示(Dosage)の順番を意図している。

Comments

32 bitの数値。これ以上の値であれば10進数を使うこと。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
81. MedicationRequest.dosageInstruction.text
Definition

JP Coreでは必須。フリーテキストの用法指示。

Control1..1
Typestring
Requirements

フリーテキストでの用法指示はコード化するには複雑すぎる指示の場合には用いてもよい。この属性の文脈は薬剤の名前や説明が入っていない。コード化された指示がある場合は、フリーテキストでの指示は人間が服用あるいは投与するために表示されてもよい。テキストでの指示はつねに配置されることを想定されている。もし、dosage.timing属性も配置されていれば、dosage.textはtimingを同じ情報を反映すべきである。薬剤の投与あるいは調剤についての付加的な情報にはテキストでの説明が入っているべきである。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
82. MedicationRequest.dosageInstruction.additionalInstruction
Definition

どのように薬剤を内服するかについての患者への補足指示(たとえば、「食事と一緒に」や「30分から1時間前に内服」)や薬剤についての注意書き(たとえば、「眠くなることがあります」や「日光や紫外線が皮膚にあたららないようにすること」)

Control0..*
BindingFor example codes, see SNOMEDCTAdditionalDosageInstructions A coded concept identifying additional instructions such as "take with water" or "avoid operating heavy machinery".
TypeCodeableConcept
Requirements

補足指示はコード化されるように意図されているが、コードがない場合はエレメントはテキストだけで表現することができる。たとえば、「大量の水で服用する」という指示はコード化されていることもあれば、されていないことおある。

Comments

薬剤投与や調剤についての情報(たとえば、「腹膜内ポートに可能な限り迅速に注入」や「薬剤Xの直後に」)であり、dosage.textにも複製されるべきである。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
83. MedicationRequest.dosageInstruction.additionalInstruction.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
84. MedicationRequest.dosageInstruction.additionalInstruction.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.additionalInstruction.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
85. MedicationRequest.dosageInstruction.additionalInstruction.coding
Definition

用法についてのコードが示される。JAMI 補⾜⽤法8桁コードを使用することを想定している。

Control0..*
TypeCoding
Requirements

他のコードシステムへの変換や代替のコードシステムを使ってエンコードしてもよい。

Comments

コードは臨時で列記したものや、コードのリストからSNOMED CTのように公式に定義されたものまである(HL7 v3 core principle を参照)。FHIR自体ではコーディング規約を定めてはいないし、意味を暗示するために利用されない(SHALL NOT)。一般的に UserSelected = trueの場合には一つのコードシステムが使われる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
86. MedicationRequest.dosageInstruction.additionalInstruction.coding.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
87. MedicationRequest.dosageInstruction.additionalInstruction.coding.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.additionalInstruction.coding.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
88. MedicationRequest.dosageInstruction.additionalInstruction.coding.system
Definition

JAMI 補⾜⽤法8桁コードを識別するURI

Control1..1
Typeuri
Requirements

記号の定義の根拠が明確である必要がある。

Comments

URIはOID(urn:oid:....)やUUID(urn:uuid:....)であることもある。OIDやUUIDはHL7のOIDレジストリを参照していなければならない(SHALL)。そうでなければ、URIはHL7のFHIRのリストに挙げられている特別なURIであるか、用語集が明確な定義が参照されるべきである。

Fixed Valueurn:oid:1.2.392.200250.2.2.20.22
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
89. MedicationRequest.dosageInstruction.additionalInstruction.coding.version
Definition

コードが選択された際に利用されたコードシステムのバージョンである。コードの意味するところがバージョンが変わっても一貫しているように十分にメンテナンスされているコードシステムであれば、バージョンを表記する必要はないことに留意されたい。しかしながら、一貫性はなかなか保証されるものではないし、意味の一貫性が保証されていないのであればバージョンは交換されるべきである(SHOULD)。

NoteThis is a business versionId, not a resource version id (see discussion)
Control0..1
Typestring
Comments

ターミノロジーのバージョンが文字列としてコードシステムにより定義されていない場合は、そのバージョンが公式に公開された日付を示す(FHIRのdateフォーマットで表現される)dateを用いることが推奨されている。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
90. MedicationRequest.dosageInstruction.additionalInstruction.coding.code
Definition

JAMI 補⾜⽤法コードを指定する。

Control1..1
Typecode
Requirements

システム内の特定のコードを参照する必要がある。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
91. MedicationRequest.dosageInstruction.additionalInstruction.coding.display
Definition

システムの規則に従ってシステム内のコードの意味を表す表現。

Control0..1
Typestring
Requirements

コードが持つ意味をそのシステムを知らない人でも読めるように人間可読であるようにしている必要がある。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
92. MedicationRequest.dosageInstruction.additionalInstruction.coding.userSelected
Definition

ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。

Control0..1
Typeboolean
Requirements

このエレメントは臨床安全のために特定されてきた。System/codeのペアが明示的に選択されることは、言語処理や何らかの規則を元に推測されるよりも正確だからである。

Comments

選択肢の中から、直接選ばれたコードは新しく翻訳するときには最も適切なスタート地点である。何をもって「直接選ばれた」とするのかには曖昧なところがあり、このエレメントの使用について明確にして結論として何を意味するのかより完全になるよう取引先との合意が必要となる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
93. MedicationRequest.dosageInstruction.additionalInstruction.text
Definition

入力したユーザーが見た/選択した/発したとおりの概念および・またはユーザーが意図した概念を自然言語で表現したもの。

Control0..1
Typestring
Requirements

ターミノロジー由来のコードは必ずしも人間が使う言葉の全てのニュアンスを含めた正確な意味を捉えているわけではなく、適切なコードが見つからない場合もある。そのような場合でもtextエレメントは元々の意味のすべてを捉えるために使うことができる。

Comments

textエレメントはcodingのdisplayNameエレメントと一致することがよくある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
94. MedicationRequest.dosageInstruction.patientInstruction
Definition

患者あるいは消費者に理解してもらうための指示。

Control0..1
Typestring
Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
95. MedicationRequest.dosageInstruction.timing
Definition

投与タイミングを記録する。

Control1..1
TypeTiming
Must Supporttrue
Requirements

患者に薬剤を投与すべき計画上のタイミング。このデータ型はさまざまな表現をとることができる。たとえば、「8時間おき」「1日3回」、「2011年12月23日から10日間、朝食全30分前に」、「2013年10月15日と2013年11月1日に」などである。しばしば、総量/総投与期間を表現するような場合に比率は期間を明示しておくことがある(たとえば、500mlを2時間でという指示は2時間と明示している)。しかしながら、比率で期間を表さない場合(たとえば、250ml/毎時)はtiming.repeat.durationで注射の総投与期間を伝える必要がある。

Comments

Dosage.textが設定されていることが想定されているのとは異なり、この属性は常に設定されていなくてもよい。もし、療法が設定されている場合はDosage.textはDosage.timingを反映させているべきである。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
96. MedicationRequest.dosageInstruction.timing.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
97. MedicationRequest.dosageInstruction.timing.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.timing.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
98. MedicationRequest.dosageInstruction.timing.modifierExtension
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Control0..*
TypeExtension
Is Modifiertrue
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Alternate Namesextensions, user content, modifiers
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
99. MedicationRequest.dosageInstruction.timing.event
Definition

服⽤タイミングを具体的な⽇時で指定する場合に使⽤する

Control0..*
TypedateTime
Requirements

In a Medication Administration Record, for instance, you need to take a general specification, and turn it into a precise specification.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
100. MedicationRequest.dosageInstruction.timing.repeat
Definition

イベントがスケジュールされたルールについての記述。

Control0..1
TypeElement
Requirements

スケジュールされたタイミングの多くは規則的な繰り返しで決定されている。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
tim-1: if there's a duration, there needs to be duration units (: duration.empty() or durationUnit.exists())
tim-10: If there's a timeOfDay, there cannot be a when, or vice versa (: timeOfDay.empty() or when.empty())
tim-2: if there's a period, there needs to be period units (: period.empty() or periodUnit.exists())
tim-4: duration SHALL be a non-negative value (: duration.exists() implies duration >= 0)
tim-5: period SHALL be a non-negative value (: period.exists() implies period >= 0)
tim-6: If there's a periodMax, there must be a period (: periodMax.empty() or period.exists())
tim-7: If there's a durationMax, there must be a duration (: durationMax.empty() or duration.exists())
tim-8: If there's a countMax, there must be a count (: countMax.empty() or count.exists())
tim-9: If there's an offset, there must be a when (and not C, CM, CD, CV) (: offset.empty() or (when.exists() and ((when in ('C' | 'CM' | 'CD' | 'CV')).not())))
101. MedicationRequest.dosageInstruction.timing.repeat.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
102. MedicationRequest.dosageInstruction.timing.repeat.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.timing.repeat.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
103. MedicationRequest.dosageInstruction.timing.repeat.bounds[x]
Definition

服⽤開始⽇から服⽤終了⽇までの全⽇数。実投与⽇数ではないことに注意する。

Control0..1
TypeDuration
[x] NoteSee Choice of Data Types for further information about how to use [x]
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
104. MedicationRequest.dosageInstruction.timing.repeat.bounds[x].id
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Control0..0
Typestring
105. MedicationRequest.dosageInstruction.timing.repeat.bounds[x].extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.timing.repeat.bounds[x].extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
106. MedicationRequest.dosageInstruction.timing.repeat.bounds[x].value
Definition

投薬⽇数

Control1..1
Typedecimal
Requirements

Precision is handled implicitly in almost all cases of measurement.

Comments

The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
107. MedicationRequest.dosageInstruction.timing.repeat.bounds[x].comparator
Definition

How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value.

Control0..0
BindingThe codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented.
Typecode
Is Modifiertrue
Requirements

Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

Meaning if MissingIf there is no comparator, then there is no modification of the value
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
108. MedicationRequest.dosageInstruction.timing.repeat.bounds[x].unit
Definition

投薬⽇数の単位⽂字列。日で固定される

Control1..1
Typestring
Requirements

There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.

Fixed Value
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
109. MedicationRequest.dosageInstruction.timing.repeat.bounds[x].system
Definition

単位コード UCUMを識別するURI。固定値。

Control1..1 This element is affected by the following invariants: qty-3
Typeuri
Requirements

Need to know the system that defines the coded form of the unit.

Fixed Valuehttp://unitsofmeasure.org
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
110. MedicationRequest.dosageInstruction.timing.repeat.bounds[x].code
Definition

単位コードUCUMにおける投与⽇数の単位。dで固定される。

Control1..1
Typecode
Requirements

Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.

Comments

The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.

Fixed Valued
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
111. MedicationRequest.dosageInstruction.timing.repeat.count
Definition

Timing仕様の全てにおいて、特定の期間に繰り返されるように指定された総回数。もし、countMaxが設定されていれば、このエレメントは許容される最低限度の回数を示す。

Control0..1
TypepositiveInt
Requirements

Repetitions may be limited by end time or total occurrences.

Comments

回数に上限、下限の範囲がある場合は、このcountで示される回数が起きるまでは、エレメントは範囲の中にあると解釈されるべきである。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
112. MedicationRequest.dosageInstruction.timing.repeat.countMax
Definition

このエレメントが設定されている場合は、回数に範囲があることを示している。したがって、[count]から[countmax]までの回数で繰り返される。

Control0..1
TypepositiveInt
Comments

32bit整数。もし、値がこれを超える場合はdecimalで記録される。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
113. MedicationRequest.dosageInstruction.timing.repeat.duration
Definition

投与されるタイミングが発生している時間。もし、durationMaxが設定されていれば、このエレメントは許容される継続時間の下限を示す。

Control0..1
Typedecimal
Requirements

アクティビティによっては即時的なものではなく、その期間において維持される必要がある。

Comments

継続時間はイベントの定義の一部(たとえば、静脈注射(IV)では特定の量と速度が明示される)として示されることがある。その他、Timing仕様の一部(たとえば、運動)として示されることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
114. MedicationRequest.dosageInstruction.timing.repeat.durationMax
Definition

もし、このエレメントに値が設定されていれば、durationには範囲があることを示している。したがって、[duration]から[durationMax]までの継続時間の範囲で投与される。

Control0..1
Typedecimal
Requirements

アクティビティによっては即時的なものではなく、その期間において維持される必要がある。

Comments

継続時間はイベントの定義の一部(たとえば、静脈注射(IV)では特定の量と速度が明示される)として示されることがある。その他、Timing仕様の一部(たとえば、運動)として示されることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
115. MedicationRequest.dosageInstruction.timing.repeat.durationUnit
Definition

UCUM単位で表される継続時間についての単位。

Control0..1
BindingThe codes SHALL be taken from UnitsOfTime A unit of time (units from UCUM).
Typecode
Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
116. MedicationRequest.dosageInstruction.timing.repeat.frequency
Definition

特定の期間に繰り返して発生した行為の回数。もし、frequencyMaxが設定されていれば、このエレメントはfrequencyとして認められた下限を示す。

Control0..1
TypepositiveInt
Comments

32ビットの数値。もし、値がそれを上回るようであればdecimalを使用する。

Meaning if MissingIf no frequency is stated, the assumption is that the event occurs once per period, but systems SHOULD always be specific about this
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
117. MedicationRequest.dosageInstruction.timing.repeat.frequencyMax
Definition

このエレメントに値が設定されていれば、frequencyには範囲が指定されている。つまり、期間あるいは期間の範囲内に[frequency]から[frequencyMax]回繰り返されることを示している。

Control0..1
TypepositiveInt
Comments

32ビットの数値。もし、値がそれを上回るようであればdecimalを使用する。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
118. MedicationRequest.dosageInstruction.timing.repeat.period
Definition

繰り返し投与が行われる期間を示す。たとえば、「1日3回」であれば、3は繰り返しの頻度(frequency)であり、「1日」が期間(period)である。もし、periodMaxに値が設定されていれば、このエレメントは期間として認められた範囲の下限を示す。

Control0..1
Typedecimal
Comments

IEEEの浮動小数点型を使わずに、小数点も含むdecimal型のようなものを利用すること(たとえばJavaのBigInteger)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
119. MedicationRequest.dosageInstruction.timing.repeat.periodMax
Definition

もし、この値が設定されていれば、期間は[period]から[periodMax]までであることを示し、「3-5日に1回投与」のような表現が認められる。

Control0..1
Typedecimal
Comments

IEEEの浮動小数点型を使わずに、小数点の制度も示すdecimal型のようなものを利用すること(たとえばJavaのBigInteger)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
120. MedicationRequest.dosageInstruction.timing.repeat.periodUnit
Definition

期間を表すUCUM単位。

Control0..1
BindingThe codes SHALL be taken from UnitsOfTime A unit of time (units from UCUM).
Typecode
Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
121. MedicationRequest.dosageInstruction.timing.repeat.dayOfWeek
Definition

期間として1週間以上が指定されていれば、指定された曜日のみで投与が行われる。

Control0..*
BindingThe codes SHALL be taken from DaysOfWeek
Typecode
Comments

曜日が指定されていなければ、他に指定された日には毎日投与されると想定される。frequencyとperiodエレメントはdayOfWeekと同じように使うことはできない。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
122. MedicationRequest.dosageInstruction.timing.repeat.timeOfDay
Definition

一日の間で指定された投与される時刻。

Control0..*
Typetime
Comments

もし、このtimeOfDayに値が指定されていれば、毎日(daysOfWeekでフィルタされた曜日の)指定された時刻に投与されると推定される。whenやfrequency, periodエレメントはtimeOfDayとは同様に使うことはできない。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
123. MedicationRequest.dosageInstruction.timing.repeat.when
Definition

一日の間のおおよその時間帯で投与すべきタイミングを示す。日常のイベントに関連付けられていることもある。

Control0..*
BindingThe codes SHALL be taken from EventTiming Real world event relating to the schedule.
Typecode
Requirements

タイミングはしばしば起床や食事、睡眠などのできごとによってしばしば決定されている。

Comments

一つ以上のイベントが記載されている場合、そのイベントは特定のイベントの組み合わせと結びついている。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
124. MedicationRequest.dosageInstruction.timing.repeat.offset
Definition

イベントからの時間(分)。もし、分で示される時間がイベントのコードが前か後かを示していない場合、offsetはイベントの後であることが想定される。

Control0..1
TypeunsignedInt
Comments

32ビットの数値。もし、値がそれを上回るようであればdecimalを使用する。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
125. MedicationRequest.dosageInstruction.timing.code
Definition

スケジュール上のタイミングを表すコード(あるいはcode.text内のテキスト)。BID(1日2回)のようなコードはどこにでもあるが、多くの医療機関は付加的なコードを定義している。もし、コードが示されていれば、構造化されたタイミングで完全に示されたデータであると解釈され、コードまたはTimingを解釈するためのデータであると解釈される。しかし、例外的に.repeat.bounds(コードは含まれません)はコードを上書きして適用される。

Control0..1
BindingThe codes SHOULD be taken from TimingAbbreviation Code for a known / defined timing pattern.
TypeCodeableConcept
Comments

BIDなどは「施設特有の時間」として定義される。たとえば、施設がBIDを「つねに朝7時と夕方6時」であると指定することがある。この指定が不適切であれば、BIDというコードは使うべきではない。その代わり、HL7が定義したBIDのコードではなく、その施設特有のコードで明示的に示すべきであり、構造化された表現を使うべきである(この場合、2回のイベントの時刻を指定する必要がある)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
126. MedicationRequest.dosageInstruction.asNeeded[x]
Definition

JP Coreでは頓⽤型の⽤法を指定する場合に”true”を指定し、そのコードを指定する場合は用法コードとして指定する。 Medication(薬剤)が必要なときに指定された量とスケジュールのみで内服するか(Booleanで選択される)、内服する前提条件(CodeableConcept)を示している。

Control0..1
Typeboolean
[x] NoteSee Choice of Data Types for further information about how to use [x]
Comments

Can express "as needed" without a reason by setting the Boolean = True. In this case the CodeableConcept is not populated. Or you can express "as needed" 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 "prn" or "as needed".

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
127. MedicationRequest.dosageInstruction.site
Definition

投与される身体部位。外⽤薬で部位を指定する場合に使⽤する。

Control0..1
BindingFor example codes, see SNOMEDCTAnatomicalStructureForAdministrationSiteCodes A coded concept describing the site location the medicine enters into or onto the body.
TypeCodeableConcept
Requirements

A coded specification of the anatomic site where the medication first enters the body.

Comments

もし、BodySite resourceの属性が必要な場合(たとえば、部位の指定や別々に投与経路を設定する場合)は、bodySiteの標準拡張を使うこと。要約コードや非常に正確な位置の定義へのreferenceを使用することもできる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
128. MedicationRequest.dosageInstruction.site.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
129. MedicationRequest.dosageInstruction.site.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.site.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
130. MedicationRequest.dosageInstruction.site.coding
Definition

ターミノロジーを参照する際に定義されたコード

Control0..*
TypeCoding
Requirements

他のコードシステムへの変換や代替のコードシステムを使ってエンコードしてもよい。

Comments

コードは臨時で列記したものや、コードのリストからSNOMED CTのように公式に定義されたものまである(HL7 v3 core principle を参照)。FHIR自体ではコーディング規約を定めてはいないし、意味を暗示するために利用されない(SHALL NOT)。一般的に UserSelected = trueの場合には一つのコードシステムが使われる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
131. MedicationRequest.dosageInstruction.site.coding.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
132. MedicationRequest.dosageInstruction.site.coding.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.site.coding.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
133. MedicationRequest.dosageInstruction.site.coding.system
Definition

JAMI 外⽤部位3桁コードを識別するURI。固定値。

Control1..1
Typeuri
Requirements

記号の定義の根拠が明確である必要がある。

Comments

URIはOID(urn:oid:....)やUUID(urn:uuid:....)であることもある。OIDやUUIDはHL7のOIDレジストリを参照していなければならない(SHALL)。そうでなければ、URIはHL7のFHIRのリストに挙げられている特別なURIであるか、用語集が明確な定義が参照されるべきである。

Fixed Valueurn:oid:1.2.392.200250.2.2.20.32
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
134. MedicationRequest.dosageInstruction.site.coding.version
Definition

コードが選択された際に利用されたコードシステムのバージョンである。コードの意味するところがバージョンが変わっても一貫しているように十分にメンテナンスされているコードシステムであれば、バージョンを表記する必要はないことに留意されたい。しかしながら、一貫性はなかなか保証されるものではないし、意味の一貫性が保証されていないのであればバージョンは交換されるべきである(SHOULD)。

NoteThis is a business versionId, not a resource version id (see discussion)
Control0..1
Typestring
Comments

ターミノロジーのバージョンが文字列としてコードシステムにより定義されていない場合は、そのバージョンが公式に公開された日付を示す(FHIRのdateフォーマットで表現される)dateを用いることが推奨されている。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
135. MedicationRequest.dosageInstruction.site.coding.code
Definition

JAMI 外⽤部位3桁コード

Control1..1
Typecode
Requirements

システム内の特定のコードを参照する必要がある。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
136. MedicationRequest.dosageInstruction.site.coding.display
Definition

JAMI 部位コードの表⽰名

Control0..1
Typestring
Requirements

コードが持つ意味をそのシステムを知らない人でも読めるように人間可読であるようにしている必要がある。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
137. MedicationRequest.dosageInstruction.site.coding.userSelected
Definition

ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。

Control0..1
Typeboolean
Requirements

このエレメントは臨床安全のために特定されてきた。System/codeのペアが明示的に選択されることは、言語処理や何らかの規則を元に推測されるよりも正確だからである。

Comments

選択肢の中から、直接選ばれたコードは新しく翻訳するときには最も適切なスタート地点である。何をもって「直接選ばれた」とするのかには曖昧なところがあり、このエレメントの使用について明確にして結論として何を意味するのかより完全になるよう取引先との合意が必要となる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
138. MedicationRequest.dosageInstruction.site.text
Definition

入力したユーザーが見た/選択した/発したとおりの概念および・またはユーザーが意図した概念を自然言語で表現したもの。

Control0..1
Typestring
Requirements

ターミノロジー由来のコードは必ずしも人間が使う言葉の全てのニュアンスを含めた正確な意味を捉えているわけではなく、適切なコードが見つからない場合もある。そのような場合でもtextエレメントは元々の意味のすべてを捉えるために使うことができる。

Comments

textエレメントはcodingのdisplayNameエレメントと一致することがよくある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
139. MedicationRequest.dosageInstruction.route
Definition

投与経路。

Control0..1
BindingFor example codes, see SNOMEDCTRouteCodes A coded concept describing the route or physiological path of administration of a therapeutic agent into or onto the body of a subject.
TypeCodeableConcept
Requirements

治療薬剤が患者の体内に投与される生理学的な経路を特定するためのコード。

Comments

投与経路の一般的パターンに全てのターミノロジーが適応しているわけではない。情報モデルはCodeableConceptではなく、直接Codingをを使用してテキストやコーディング、翻訳、そしてエレメントと事前条件、事後条件の関係について管理するためにその構造を提示する必要がある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
140. MedicationRequest.dosageInstruction.route.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
141. MedicationRequest.dosageInstruction.route.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.route.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
142. MedicationRequest.dosageInstruction.route.coding
Definition

JAMI ⽤法コード表投与経路区分2桁コードを識別するURI。JP Coreでは必須。

Control1..1
TypeCoding
Requirements

他のコードシステムへの変換や代替のコードシステムを使ってエンコードしてもよい。

Comments

コードは臨時で列記したものや、コードのリストからSNOMED CTのように公式に定義されたものまである(HL7 v3 core principle を参照)。FHIR自体ではコーディング規約を定めてはいないし、意味を暗示するために利用されない(SHALL NOT)。一般的に UserSelected = trueの場合には一つのコードシステムが使われる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
143. MedicationRequest.dosageInstruction.route.coding.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
144. MedicationRequest.dosageInstruction.route.coding.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.route.coding.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
145. MedicationRequest.dosageInstruction.route.coding.system
Definition

JAMI ⽤法コード表投与経路区分2桁コードを示すURI。固定値。

Control1..1
Typeuri
Requirements

記号の定義の根拠が明確である必要がある。

Comments

URIはOID(urn:oid:....)やUUID(urn:uuid:....)であることもある。OIDやUUIDはHL7のOIDレジストリを参照していなければならない(SHALL)。そうでなければ、URIはHL7のFHIRのリストに挙げられている特別なURIであるか、用語集が明確な定義が参照されるべきである。

Fixed Valueurn:oid:1.2.392.200250.2.2.20.40
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
146. MedicationRequest.dosageInstruction.route.coding.version
Definition

コードが選択された際に利用されたコードシステムのバージョンである。コードの意味するところがバージョンが変わっても一貫しているように十分にメンテナンスされているコードシステムであれば、バージョンを表記する必要はないことに留意されたい。しかしながら、一貫性はなかなか保証されるものではないし、意味の一貫性が保証されていないのであればバージョンは交換されるべきである(SHOULD)。

NoteThis is a business versionId, not a resource version id (see discussion)
Control0..1
Typestring
Comments

ターミノロジーのバージョンが文字列としてコードシステムにより定義されていない場合は、そのバージョンが公式に公開された日付を示す(FHIRのdateフォーマットで表現される)dateを用いることが推奨されている。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
147. MedicationRequest.dosageInstruction.route.coding.code
Definition

JAMI ⽤法コード表投与経路区分2桁コード

Control1..1
Typecode
Requirements

システム内の特定のコードを参照する必要がある。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
148. MedicationRequest.dosageInstruction.route.coding.display
Definition

JAMI ⽤法コード表投与経路区分2桁コードの表⽰名

Control0..1
Typestring
Requirements

コードが持つ意味をそのシステムを知らない人でも読めるように人間可読であるようにしている必要がある。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
149. MedicationRequest.dosageInstruction.route.coding.userSelected
Definition

ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。

Control0..1
Typeboolean
Requirements

このエレメントは臨床安全のために特定されてきた。System/codeのペアが明示的に選択されることは、言語処理や何らかの規則を元に推測されるよりも正確だからである。

Comments

選択肢の中から、直接選ばれたコードは新しく翻訳するときには最も適切なスタート地点である。何をもって「直接選ばれた」とするのかには曖昧なところがあり、このエレメントの使用について明確にして結論として何を意味するのかより完全になるよう取引先との合意が必要となる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
150. MedicationRequest.dosageInstruction.route.text
Definition

投与経路の⽂字列表現。コードで指定できない場合、本要素で⽂字列として指定してもよい。

Control0..1
Typestring
Requirements

ターミノロジー由来のコードは必ずしも人間が使う言葉の全てのニュアンスを含めた正確な意味を捉えているわけではなく、適切なコードが見つからない場合もある。そのような場合でもtextエレメントは元々の意味のすべてを捉えるために使うことができる。

Comments

textエレメントはcodingのdisplayNameエレメントと一致することがよくある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
151. MedicationRequest.dosageInstruction.method
Definition

投与方法。投与⽅法に対応するJAMI ⽤法コード表基本⽤法1桁コード。

Control0..1
BindingFor example codes, see SNOMEDCTAdministrationMethodCodes A coded concept describing the technique by which the medicine is administered.
TypeCodeableConcept
Requirements

コード化された値は体内に薬剤が投与される方法を示している。注射ではよく使われる。たとえば、緩徐に注入、深部に静注など。

Comments

ターミノロジーは投与する経路あるいは剤型をあらかじめ指定するために用いられる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
152. MedicationRequest.dosageInstruction.method.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
153. MedicationRequest.dosageInstruction.method.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.method.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
154. MedicationRequest.dosageInstruction.method.coding
Definition

投与⽅法に対応するJAMI ⽤法コード表基本⽤法1桁コードを識別するURI。urn:oid:1.2.392.200250.2.2.20.30

Control0..*
TypeCoding
Requirements

他のコードシステムへの変換や代替のコードシステムを使ってエンコードしてもよい。

Comments

コードは臨時で列記したものや、コードのリストからSNOMED CTのように公式に定義されたものまである(HL7 v3 core principle を参照)。FHIR自体ではコーディング規約を定めてはいないし、意味を暗示するために利用されない(SHALL NOT)。一般的に UserSelected = trueの場合には一つのコードシステムが使われる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
155. MedicationRequest.dosageInstruction.method.coding.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
156. MedicationRequest.dosageInstruction.method.coding.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.method.coding.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
157. MedicationRequest.dosageInstruction.method.coding.system
Definition

投与⽅法に対応するJAMI ⽤法コード表基本⽤法1桁コード。urn:oid:1.2.392.200250.2.2.20.30で固定される。

Control1..1
Typeuri
Requirements

記号の定義の根拠が明確である必要がある。

Comments

URIはOID(urn:oid:....)やUUID(urn:uuid:....)であることもある。OIDやUUIDはHL7のOIDレジストリを参照していなければならない(SHALL)。そうでなければ、URIはHL7のFHIRのリストに挙げられている特別なURIであるか、用語集が明確な定義が参照されるべきである。

Fixed Valueurn:oid:1.2.392.200250.2.2.20.30
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
158. MedicationRequest.dosageInstruction.method.coding.version
Definition

コードが選択された際に利用されたコードシステムのバージョンである。コードの意味するところがバージョンが変わっても一貫しているように十分にメンテナンスされているコードシステムであれば、バージョンを表記する必要はないことに留意されたい。しかしながら、一貫性はなかなか保証されるものではないし、意味の一貫性が保証されていないのであればバージョンは交換されるべきである(SHOULD)。

NoteThis is a business versionId, not a resource version id (see discussion)
Control0..1
Typestring
Comments

ターミノロジーのバージョンが文字列としてコードシステムにより定義されていない場合は、そのバージョンが公式に公開された日付を示す(FHIRのdateフォーマットで表現される)dateを用いることが推奨されている。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
159. MedicationRequest.dosageInstruction.method.coding.code
Definition

JAMI ⽤法コード表基本⽤法1桁コード。

Control1..1
Typecode
Requirements

システム内の特定のコードを参照する必要がある。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
160. MedicationRequest.dosageInstruction.method.coding.display
Definition

JAMI ⽤法コード表基本⽤法1桁コードの表⽰名。

Control0..1
Typestring
Requirements

コードが持つ意味をそのシステムを知らない人でも読めるように人間可読であるようにしている必要がある。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
161. MedicationRequest.dosageInstruction.method.coding.userSelected
Definition

ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。

Control0..1
Typeboolean
Requirements

このエレメントは臨床安全のために特定されてきた。System/codeのペアが明示的に選択されることは、言語処理や何らかの規則を元に推測されるよりも正確だからである。

Comments

選択肢の中から、直接選ばれたコードは新しく翻訳するときには最も適切なスタート地点である。何をもって「直接選ばれた」とするのかには曖昧なところがあり、このエレメントの使用について明確にして結論として何を意味するのかより完全になるよう取引先との合意が必要となる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
162. MedicationRequest.dosageInstruction.method.text
Definition

投与⽅法のテキスト表現。コードで指定できない場合、本要素で⽂字列として指定してもよい。

Control0..1
Typestring
Requirements

ターミノロジー由来のコードは必ずしも人間が使う言葉の全てのニュアンスを含めた正確な意味を捉えているわけではなく、適切なコードが見つからない場合もある。そのような場合でもtextエレメントは元々の意味のすべてを捉えるために使うことができる。

Comments

textエレメントはcodingのdisplayNameエレメントと一致することがよくある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
163. MedicationRequest.dosageInstruction.doseAndRate
Definition

薬剤が投与される量

Control0..*
TypeElement
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
164. MedicationRequest.dosageInstruction.doseAndRate.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
165. MedicationRequest.dosageInstruction.doseAndRate.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.doseAndRate.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
166. MedicationRequest.dosageInstruction.doseAndRate.type
Definition

⼒価区分

Control1..1
BindingFor example codes, see DoseAndRateType The kind of dose or rate specified.
TypeCodeableConcept
Requirements

このtypeに値が指定されていなければ、"ordered"であることが想定される。

Comments

投与速度・量の一般的パターンに全てのターミノロジーが適応しているわけではない。情報モデルはCodeableConceptではなく、直接Codingをを使用してテキストやコーディング、翻訳、そしてエレメントと事前条件、事後条件の関係について管理するためにその構造を提示する必要がある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
167. MedicationRequest.dosageInstruction.doseAndRate.type.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
168. MedicationRequest.dosageInstruction.doseAndRate.type.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.doseAndRate.type.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
169. MedicationRequest.dosageInstruction.doseAndRate.type.coding
Definition

⼒価区分コード

Control1..1
TypeCoding
Requirements

他のコードシステムへの変換や代替のコードシステムを使ってエンコードしてもよい。

Comments

コードは臨時で列記したものや、コードのリストからSNOMED CTのように公式に定義されたものまである(HL7 v3 core principle を参照)。FHIR自体ではコーディング規約を定めてはいないし、意味を暗示するために利用されない(SHALL NOT)。一般的に UserSelected = trueの場合には一つのコードシステムが使われる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
170. MedicationRequest.dosageInstruction.doseAndRate.type.coding.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
171. MedicationRequest.dosageInstruction.doseAndRate.type.coding.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.doseAndRate.type.coding.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
172. MedicationRequest.dosageInstruction.doseAndRate.type.coding.system
Definition

⼒価区分コードのコード体系を識別するURI。固定値。

Control1..1
Typeuri
Requirements

記号の定義の根拠が明確である必要がある。

Comments

URIはOID(urn:oid:....)やUUID(urn:uuid:....)であることもある。OIDやUUIDはHL7のOIDレジストリを参照していなければならない(SHALL)。そうでなければ、URIはHL7のFHIRのリストに挙げられている特別なURIであるか、用語集が明確な定義が参照されるべきである。

Fixed Valueurn:oid:1.2.392.100495.20.2.22
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
173. MedicationRequest.dosageInstruction.doseAndRate.type.coding.version
Definition

コードが選択された際に利用されたコードシステムのバージョンである。コードの意味するところがバージョンが変わっても一貫しているように十分にメンテナンスされているコードシステムであれば、バージョンを表記する必要はないことに留意されたい。しかしながら、一貫性はなかなか保証されるものではないし、意味の一貫性が保証されていないのであればバージョンは交換されるべきである(SHOULD)。

NoteThis is a business versionId, not a resource version id (see discussion)
Control0..1
Typestring
Comments

ターミノロジーのバージョンが文字列としてコードシステムにより定義されていない場合は、そのバージョンが公式に公開された日付を示す(FHIRのdateフォーマットで表現される)dateを用いることが推奨されている。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
174. MedicationRequest.dosageInstruction.doseAndRate.type.coding.code
Definition

⼒価区分コード

Control1..1
Typecode
Requirements

システム内の特定のコードを参照する必要がある。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
175. MedicationRequest.dosageInstruction.doseAndRate.type.coding.display
Definition

⼒価区分コードの表示名

Control0..1
Typestring
Requirements

コードが持つ意味をそのシステムを知らない人でも読めるように人間可読であるようにしている必要がある。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
176. MedicationRequest.dosageInstruction.doseAndRate.type.coding.userSelected
Definition

ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。

Control0..1
Typeboolean
Requirements

このエレメントは臨床安全のために特定されてきた。System/codeのペアが明示的に選択されることは、言語処理や何らかの規則を元に推測されるよりも正確だからである。

Comments

選択肢の中から、直接選ばれたコードは新しく翻訳するときには最も適切なスタート地点である。何をもって「直接選ばれた」とするのかには曖昧なところがあり、このエレメントの使用について明確にして結論として何を意味するのかより完全になるよう取引先との合意が必要となる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
177. MedicationRequest.dosageInstruction.doseAndRate.type.text
Definition

入力したユーザーが見た/選択した/発したとおりの概念および・またはユーザーが意図した概念を自然言語で表現したもの。

Control0..1
Typestring
Requirements

ターミノロジー由来のコードは必ずしも人間が使う言葉の全てのニュアンスを含めた正確な意味を捉えているわけではなく、適切なコードが見つからない場合もある。そのような場合でもtextエレメントは元々の意味のすべてを捉えるために使うことができる。

Comments

textエレメントはcodingのdisplayNameエレメントと一致することがよくある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
178. MedicationRequest.dosageInstruction.doseAndRate.dose[x]
Definition

1回投与量

Control0..1 This element is affected by the following invariants: ele-1
TypeQuantity(SimpleQuantity)
[x] NoteSee Choice of Data Types for further information about how to use [x]
Requirements

The amount of therapeutic or other substance given at one administration event.

Comments

この量は指定された薬剤の量を指定するものであって、各有効成分の量を指定するものではない。各成分の量はMedication resourceで伝えることができる。たとえば、有効成分が375mgである錠剤を1錠投与することを伝えたい場合、Medication resourceを利用して、XYZ成分が375mg含有しているという錠剤であることを文書化することができる。あるいは1回投与量が375mgであることを伝えるのであれば、Medication resourceをつかって単にそれが錠剤であることを示せばよい。もし、ドーパミンの静注を例に挙げて、400mgのドーパミンを500mlの注射溶液に混ぜて使うことを伝えたいのであれば、それをすべてMedication resourceで伝えることができる。もし、投与について即時に伝達することを意図していない(たとえば投与速度が示されていたり、投与時期に範囲があるような場合)のであれば、たとえば1回500mlを4時間以上かけて投与する予定を伝える場合にもMecication resourceで伝えることができます。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
qty-3: If a code for the unit is present, the system SHALL also be present (: code.empty() or system.exists())
sqty-1: The comparator is not used on a SimpleQuantity (: comparator.empty())
179. MedicationRequest.dosageInstruction.doseAndRate.dose[x].id
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Control0..1
Typestring
180. MedicationRequest.dosageInstruction.doseAndRate.dose[x].extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.doseAndRate.dose[x].extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
181. MedicationRequest.dosageInstruction.doseAndRate.dose[x].value
Definition

1回投与量

Control1..1
Typedecimal
Requirements

Precision is handled implicitly in almost all cases of measurement.

Comments

The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
182. MedicationRequest.dosageInstruction.doseAndRate.dose[x].comparator
Definition

Not allowed to be used in this context

Control0..0
BindingThe codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented.
Typecode
Is Modifiertrue
Requirements

Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

Meaning if MissingIf there is no comparator, then there is no modification of the value
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
183. MedicationRequest.dosageInstruction.doseAndRate.dose[x].unit
Definition

A human-readable form of the unit.

Control1..1
Typestring
Requirements

There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
184. MedicationRequest.dosageInstruction.doseAndRate.dose[x].system
Definition

医薬品単位略号を識別するOID。固定値。

Control1..1 This element is affected by the following invariants: qty-3
Typeuri
Requirements

Need to know the system that defines the coded form of the unit.

Fixed Valueurn:oid:1.2.392.100495.20.2.101
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
185. MedicationRequest.dosageInstruction.doseAndRate.dose[x].code
Definition

医薬品単位略号

Control0..1
Typecode
Requirements

Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.

Comments

The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
186. MedicationRequest.dosageInstruction.doseAndRate.rate[x]
Definition

単位時間内での薬剤量。JP Coreでは1 ⽇投与量を表す。

Control0..1
TypeRatio
[x] NoteSee Choice of Data Types for further information about how to use [x]
Requirements

患者の体内に導入される、あるいはされた薬剤の速度を指定する。一般的には、たとえば1時間あたり100mlあるいは100ml/hrのように注射の速度を示す。たとえば、500mlを2時間でというように、単位時間あたりの速さを表現することもできる。その他、200マイクログラム/minや200マイクログラム/1分, 1 リットル/8時間のような表現もできる。しばしば、投与速度を投与総量/ 投与総時間で表ような場合に投与時間が明示される(たとえば、500ml/2時間という場合は、投与時間が2時間であることを示している)。しかしながら、投与速度で投与時間が明示されない場合(たとえば、250ml/毎時)は、timing.repeat.durationが注射の総投与時間を示すためには必要となる。

Comments

JP Coreでは日本ではまだ一般的に利用されている一日量での処方のためにrateRatioを用いる。

薬剤の詳細な投与法、提供方法を伝えるために、投与速度(rate)とdoseQuantityの両方の情報を提供することができる。もし、投与速度が変更されるようであれば、ローカルルールや制限に基づいて、全ての変更は新しいバージョンのMeddicationRequestに更新された投与速度を記録するか、MedicationRequestの新しいインスタンスに新しい投与速度を記録されるようにするべきである。

rateRatioとrateQuantityのいずれかを使って時間内の投与速度(たとえば100ml/hour)を指定することができる。rateQuantityを使うには、ml/hourが投与速度の単位と言うだけではなく、時間が分母として指定されているということを示しているというようなUCUM単位の文法をシステムがパース可能であることが求められる。500mlを2時間でというような投与速度指示では、rateRatioがrateQuantityで250mg/hourとするよりもセマンティクスを正確に伝えることができるかもしれない。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
187. MedicationRequest.dosageInstruction.doseAndRate.rate[x].id
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Control0..1
Typestring
188. MedicationRequest.dosageInstruction.doseAndRate.rate[x].extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.doseAndRate.rate[x].extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
189. MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator
Definition

1 ⽇投与量

Control1..1
TypeQuantity
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
190. MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator.id
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Control0..1
Typestring
191. MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
192. MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator.value
Definition

1 ⽇投与量

Control1..1
Typedecimal
Requirements

Precision is handled implicitly in almost all cases of measurement.

Comments

The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
193. MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator.comparator
Definition

How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value.

Control0..0
BindingThe codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented.
Typecode
Is Modifiertrue
Requirements

Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

Meaning if MissingIf there is no comparator, then there is no modification of the value
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
194. MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator.unit
Definition

投与量の単位。

Control1..1
Typestring
Requirements

There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
195. MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator.system
Definition

医薬品単位略号を識別するOID。固定値。

Control1..1 This element is affected by the following invariants: qty-3
Typeuri
Requirements

Need to know the system that defines the coded form of the unit.

Fixed Valueurn:oid:1.2.392.100495.20.2.101
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
196. MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator.code
Definition

医薬品単位略号

Control0..1
Typecode
Requirements

Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.

Comments

The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
197. MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator
Definition

1 ⽇投与量の分⺟である「1 ⽇」を表す。

Control1..1
TypeQuantity
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
198. MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator.id
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Control0..1
Typestring
199. MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
200. MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator.value
Definition

1 ⽇投与量の分⺟である「1 ⽇」を表す。

Control1..1
Typedecimal
Requirements

Precision is handled implicitly in almost all cases of measurement.

Comments

The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

Fixed Value1
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
201. MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator.comparator
Definition

How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value.

Control0..0
BindingThe codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented.
Typecode
Is Modifiertrue
Requirements

Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

Meaning if MissingIf there is no comparator, then there is no modification of the value
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
202. MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator.unit
Definition

1 ⽇投与量の分⺟である「1 ⽇」の単位。「日」で固定される。

Control1..1
Typestring
Requirements

There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.

Fixed Value
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
203. MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator.system
Definition

UCUM単位コードを識別するURI

Control1..1 This element is affected by the following invariants: qty-3
Typeuri
Requirements

Need to know the system that defines the coded form of the unit.

Fixed Valuehttp://unitsofmeasure.org
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
204. MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator.code
Definition

「⽇」を表すUCUM単位コード。dで固定される。

Control1..1
Typecode
Requirements

Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.

Comments

The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.

Fixed Valued
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
205. MedicationRequest.dosageInstruction.maxDosePerPeriod
Definition

単位期間内の薬剤投与上限

Control0..1
TypeRatio
Requirements

一定期間に患者に投与できる治療物質の最大容量。たとえば、24時間で1000mg。

Comments

このエレメントは投与量に上限があるときに用法指示の補助として使われる。たとえば、「1回2錠4時間おきに、1日8錠まで」のような表現である。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
206. MedicationRequest.dosageInstruction.maxDosePerPeriod.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
207. MedicationRequest.dosageInstruction.maxDosePerPeriod.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.maxDosePerPeriod.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
208. MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator
Definition

分子の値

Control0..1
TypeQuantity
Comments

このエレメントはどのような量を表現するか定義するためにコンテキストにあわせてよく定義される。したがって、どのような単位でも利用することができる。使用されるコンテキストによってcomparatorエレメントで値が定義されることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
209. MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
210. MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
211. MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.value
Definition

計測された量。精度を含めた値が暗示される。

Control0..1
Typedecimal
Requirements

Precision is handled implicitly in almost all cases of measurement.

Comments

暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
212. MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.comparator
Definition

実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。

Control0..1
BindingThe codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented.
Typecode
Is Modifiertrue
Requirements

計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

Meaning if MissingIf there is no comparator, then there is no modification of the value
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
213. MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.unit
Definition

人間にも可読な単位表現

Control0..1
Typestring
Requirements

コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
214. MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.system
Definition

単位をコード化して表現するシステムについてのID。

Control0..1 This element is affected by the following invariants: qty-3
Typeuri
Requirements

システムによって定義される単位のコードを把握しておく必要がある。

Comments

以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
215. MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.code
Definition

単位を表現するシステムで機械処理できる形式での単位。

Control0..1
Typecode
Requirements

どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。

Comments

UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
216. MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator
Definition

分母の値

Control0..1
TypeQuantity
Comments

このエレメントはどのような量を表現するか定義するためにコンテキストにあわせてよく定義される。したがって、どのような単位でも利用することができる。使用されるコンテキストによってcomparatorエレメントで値が定義されることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
217. MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
218. MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
219. MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.value
Definition

計測された量。精度を含めた値が暗示される。

Control0..1
Typedecimal
Requirements

Precision is handled implicitly in almost all cases of measurement.

Comments

暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
220. MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.comparator
Definition

実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。

Control0..1
BindingThe codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented.
Typecode
Is Modifiertrue
Requirements

計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

Meaning if MissingIf there is no comparator, then there is no modification of the value
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
221. MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.unit
Definition

人間にも可読な単位表現

Control0..1
Typestring
Requirements

コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
222. MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.system
Definition

単位をコード化して表現するシステムについてのID。

Control0..1 This element is affected by the following invariants: qty-3
Typeuri
Requirements

システムによって定義される単位のコードを把握しておく必要がある。

Comments

以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
223. MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.code
Definition

単位を表現するシステムで機械処理できる形式での単位。

Control0..1
Typecode
Requirements

どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。

Comments

UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
224. MedicationRequest.dosageInstruction.maxDosePerAdministration
Definition

1回投与あたりの最大薬剤量

Control0..1
TypeQuantity(SimpleQuantity)
Requirements

患者に対する治1回あたりの療薬剤の総量としての最大量は投与ごとにに管理されるべきでもある。

Comments

薬剤用量に上限があることについて表現することを意図している。たとえば、体表面積に応じて用量と最大量が設定されている場合、5分から10分かけて1.5mg/m2(最大2mg) 静注(IV)するというような表現はdoseQuantityが1.5mg/m2で、maxDosePerAdministrationが2mgであることで表現できる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
225. MedicationRequest.dosageInstruction.maxDosePerAdministration.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
226. MedicationRequest.dosageInstruction.maxDosePerAdministration.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.maxDosePerAdministration.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
227. MedicationRequest.dosageInstruction.maxDosePerAdministration.value
Definition

計測された量。精度を含めた値が暗示される。

Control0..1
Typedecimal
Requirements

Precision is handled implicitly in almost all cases of measurement.

Comments

暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
228. MedicationRequest.dosageInstruction.maxDosePerAdministration.comparator
Definition

実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。

Control0..0
BindingThe codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented.
Typecode
Is Modifiertrue
Requirements

計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

Meaning if MissingIf there is no comparator, then there is no modification of the value
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
229. MedicationRequest.dosageInstruction.maxDosePerAdministration.unit
Definition

人間にも可読な単位表現

Control0..1
Typestring
Requirements

コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
230. MedicationRequest.dosageInstruction.maxDosePerAdministration.system
Definition

単位をコード化して表現するシステムについてのID。

Control0..1 This element is affected by the following invariants: qty-3
Typeuri
Requirements

システムによって定義される単位のコードを把握しておく必要がある。

Comments

以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
231. MedicationRequest.dosageInstruction.maxDosePerAdministration.code
Definition

単位を表現するシステムで機械処理できる形式での単位。

Control0..1
Typecode
Requirements

どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。

Comments

UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
232. MedicationRequest.dosageInstruction.maxDosePerLifetime
Definition

患者の障害での最大投与量

Control0..1
TypeQuantity(SimpleQuantity)
Requirements

対象となる患者の人生において治療薬剤として投与される最大総量は管理されていることが望ましい。

Comments

このエレメントはどのような量を表現するか定義するためにコンテキストにあわせてよく定義される。したがって、どのような単位でも利用することができる。使用されるコンテキストによってcomparatorエレメントで値が定義されることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
233. MedicationRequest.dosageInstruction.maxDosePerLifetime.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
234. MedicationRequest.dosageInstruction.maxDosePerLifetime.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dosageInstruction.maxDosePerLifetime.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
235. MedicationRequest.dosageInstruction.maxDosePerLifetime.value
Definition

計測された量。精度を含めた値が暗示される。

Control0..1
Typedecimal
Requirements

Precision is handled implicitly in almost all cases of measurement.

Comments

暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
236. MedicationRequest.dosageInstruction.maxDosePerLifetime.comparator
Definition

実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。

Control0..0
BindingThe codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented.
Typecode
Is Modifiertrue
Requirements

計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

Meaning if MissingIf there is no comparator, then there is no modification of the value
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
237. MedicationRequest.dosageInstruction.maxDosePerLifetime.unit
Definition

人間にも可読な単位表現

Control0..1
Typestring
Requirements

コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
238. MedicationRequest.dosageInstruction.maxDosePerLifetime.system
Definition

単位をコード化して表現するシステムについてのID。

Control0..1 This element is affected by the following invariants: qty-3
Typeuri
Requirements

システムによって定義される単位のコードを把握しておく必要がある。

Comments

以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
239. MedicationRequest.dosageInstruction.maxDosePerLifetime.code
Definition

単位を表現するシステムで機械処理できる形式での単位。

Control0..1
Typecode
Requirements

どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。

Comments

UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
240. MedicationRequest.dispenseRequest
Definition

薬剤オーダー(MedicationRequest, Medication Prescription, Medication Orderなどとしても表現される)や薬剤オーダーとの一部としての薬剤の払い出しあるいは提供。この情報はオーダーとしてかならず伝えられるというわけではないことに注意。薬剤部門で調剤・払い出しを完了するための施設(たとえば病院)やシステムでのサポートに関する設定をしてもよい。

Control0..1
TypeBackboneElement
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
241. MedicationRequest.dispenseRequest.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
242. MedicationRequest.dispenseRequest.extension
Definition

An Extension

Control0..*
TypeExtension
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dispenseRequest.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
243. MedicationRequest.dispenseRequest.extension:InstructionForDispense
SliceNameInstructionForDispense
Definition

薬剤単位の調剤指示を格納する

Control0..* This element is affected by the following invariants: ele-1
TypeExtension(JP_MedicationRequest_DispenseRequest_InstructionForDispense) (Extension Type: Choice of: string, CodeableConcept)
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
244. MedicationRequest.dispenseRequest.extension:InstructionForDispense.id
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Control0..0
Typestring
245. MedicationRequest.dispenseRequest.extension:InstructionForDispense.extension
Definition

An Extension

Control0..0
TypeExtension
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dispenseRequest.extension.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
246. MedicationRequest.dispenseRequest.extension:InstructionForDispense.url
Definition

Source of the definition for the extension code - a logical name or a URL.

Control1..1
Typeuri
Comments

The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

Fixed Valuehttp://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationRequest_DispenseRequest_InstructionForDispense
247. MedicationRequest.dispenseRequest.extension:InstructionForDispense.value[x]
Definition

薬剤単位の調剤・払い出し指示

Control0..1
TypeChoice of: string, CodeableConcept
[x] NoteSee Choice of Data Types for further information about how to use [x]
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
248. MedicationRequest.dispenseRequest.extension:ExpectedRepeatCount
SliceNameExpectedRepeatCount
Definition

頓用回数

Control0..1 This element is affected by the following invariants: ele-1
TypeExtension(JP_MedicationRequest_DispenseRequest_ExpectedRepeatCount) (Extension Type: integer)
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
249. MedicationRequest.dispenseRequest.modifierExtension
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Control0..*
TypeExtension
Is Modifiertrue
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Alternate Namesextensions, user content, modifiers
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
250. MedicationRequest.dispenseRequest.initialFill
Definition

初回の薬剤払い出しでの期間や量への指示

Control0..1
TypeBackboneElement
Comments

このエレメントを設定するときには量あるいは期間が指定されていなければならない。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
251. MedicationRequest.dispenseRequest.initialFill.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
252. MedicationRequest.dispenseRequest.initialFill.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
253. MedicationRequest.dispenseRequest.initialFill.modifierExtension
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Control0..*
TypeExtension
Is Modifiertrue
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Alternate Namesextensions, user content, modifiers
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
254. MedicationRequest.dispenseRequest.initialFill.quantity
Definition

初回の払い出しとして提供される薬剤の量。

Control0..1
TypeQuantity(SimpleQuantity)
Comments

このエレメントはどのような量を表現するか定義するためにコンテキストにあわせてよく定義される。したがって、どのような単位でも利用することができる。使用されるコンテキストによってcomparatorエレメントで値が定義されることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
255. MedicationRequest.dispenseRequest.initialFill.quantity.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
256. MedicationRequest.dispenseRequest.initialFill.quantity.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dispenseRequest.initialFill.quantity.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
257. MedicationRequest.dispenseRequest.initialFill.quantity.value
Definition

計測された量。精度を含めた値が暗示される。

Control0..1
Typedecimal
Requirements

Precision is handled implicitly in almost all cases of measurement.

Comments

暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
258. MedicationRequest.dispenseRequest.initialFill.quantity.comparator
Definition

実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。

Control0..0
BindingThe codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented.
Typecode
Is Modifiertrue
Requirements

計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

Meaning if MissingIf there is no comparator, then there is no modification of the value
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
259. MedicationRequest.dispenseRequest.initialFill.quantity.unit
Definition

人間にも可読な単位表現

Control0..1
Typestring
Requirements

コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
260. MedicationRequest.dispenseRequest.initialFill.quantity.system
Definition

単位をコード化して表現するシステムについてのID。

Control0..1 This element is affected by the following invariants: qty-3
Typeuri
Requirements

システムによって定義される単位のコードを把握しておく必要がある。

Comments

以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
261. MedicationRequest.dispenseRequest.initialFill.quantity.code
Definition

単位を表現するシステムで機械処理できる形式での単位。

Control0..1
Typecode
Requirements

どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。

Comments

UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
262. MedicationRequest.dispenseRequest.initialFill.duration
Definition

初回に行われる調剤、払い出しで予定される期間

Control0..1
TypeDuration
Comments

このエレメントはどのような量を表現するか定義するためにコンテキストにあわせてよく定義される。したがって、どのような単位でも利用することができる。使用されるコンテキストによってcomparatorエレメントで値が定義されることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
263. MedicationRequest.dispenseRequest.initialFill.duration.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
264. MedicationRequest.dispenseRequest.initialFill.duration.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dispenseRequest.initialFill.duration.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
265. MedicationRequest.dispenseRequest.initialFill.duration.value
Definition

計測された量。精度を含めた値が暗示される。

Control0..1
Typedecimal
Requirements

Precision is handled implicitly in almost all cases of measurement.

Comments

暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
266. MedicationRequest.dispenseRequest.initialFill.duration.comparator
Definition

実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。

Control0..1
BindingThe codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented.
Typecode
Is Modifiertrue
Requirements

計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

Meaning if MissingIf there is no comparator, then there is no modification of the value
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
267. MedicationRequest.dispenseRequest.initialFill.duration.unit
Definition

人間にも可読な単位表現

Control0..1
Typestring
Requirements

コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
268. MedicationRequest.dispenseRequest.initialFill.duration.system
Definition

単位をコード化して表現するシステムについてのID。

Control0..1 This element is affected by the following invariants: qty-3
Typeuri
Requirements

システムによって定義される単位のコードを把握しておく必要がある。

Comments

以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
269. MedicationRequest.dispenseRequest.initialFill.duration.code
Definition

単位を表現するシステムで機械処理できる形式での単位。

Control0..1
Typecode
Requirements

どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。

Comments

UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
270. MedicationRequest.dispenseRequest.dispenseInterval
Definition

再調剤、払い出しを行う予定までの最短の期間

Control0..1
TypeDuration
Comments

このエレメントはどのような量を表現するか定義するためにコンテキストにあわせてよく定義される。したがって、どのような単位でも利用することができる。使用されるコンテキストによってcomparatorエレメントで値が定義されることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
271. MedicationRequest.dispenseRequest.dispenseInterval.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
272. MedicationRequest.dispenseRequest.dispenseInterval.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dispenseRequest.dispenseInterval.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
273. MedicationRequest.dispenseRequest.dispenseInterval.value
Definition

計測された量。精度を含めた値が暗示される。

Control0..1
Typedecimal
Requirements

Precision is handled implicitly in almost all cases of measurement.

Comments

暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
274. MedicationRequest.dispenseRequest.dispenseInterval.comparator
Definition

実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。

Control0..1
BindingThe codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented.
Typecode
Is Modifiertrue
Requirements

計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

Meaning if MissingIf there is no comparator, then there is no modification of the value
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
275. MedicationRequest.dispenseRequest.dispenseInterval.unit
Definition

人間にも可読な単位表現

Control0..1
Typestring
Requirements

コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
276. MedicationRequest.dispenseRequest.dispenseInterval.system
Definition

単位をコード化して表現するシステムについてのID。

Control0..1 This element is affected by the following invariants: qty-3
Typeuri
Requirements

システムによって定義される単位のコードを把握しておく必要がある。

Comments

以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
277. MedicationRequest.dispenseRequest.dispenseInterval.code
Definition

単位を表現するシステムで機械処理できる形式での単位。

Control0..1
Typecode
Requirements

どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。

Comments

UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
278. MedicationRequest.dispenseRequest.validityPeriod
Definition

このエレメントは処方の有効期間(処方が失効する日)を示す。

Control0..1
TypePeriod
Requirements

Indicates when the Prescription becomes valid, and when it ceases to be a dispensable Prescription.

Comments

It reflects the prescribers' perspective for the validity of the prescription. Dispenses must not be made against the prescription outside of this period. The lower-bound of the Dispensing Window signifies the earliest date that the prescription can be filled for the first time. If an upper-bound is not specified then the Prescription is open-ended or will default to a stale-date based on regulations.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
279. MedicationRequest.dispenseRequest.validityPeriod.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
280. MedicationRequest.dispenseRequest.validityPeriod.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dispenseRequest.validityPeriod.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
281. MedicationRequest.dispenseRequest.validityPeriod.start
Definition

期間の開始を示す。境界も含まれる。

Control0..1 This element is affected by the following invariants: per-1
TypedateTime
Comments

このエレメントが設定されていなければ、下限が不明であることを示す。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
282. MedicationRequest.dispenseRequest.validityPeriod.end
Definition

期間の終了時刻。もし、期間の終了が示されていなければ、このインスタンスが生成された時点での終了時刻が不明であったか計画されていなかったかである。開始時刻(start)は過去であることもあり、終了時刻(end)は未来であることもあり、その時点での見込みあるいは予定された終了時刻を意味する。

Control0..1 This element is affected by the following invariants: per-1
TypedateTime
Comments

終了時刻は全ての日付・時刻に対応する。たとえば、2012-02-03T10:00:00は2012-02-03を終了時刻(end)の値とする期間を示す。

Meaning if MissingIf the end of the period is missing, it means that the period is ongoing
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
283. MedicationRequest.dispenseRequest.numberOfRepeatsAllowed
Definition

最初の払い出しに追加で許可された払い出し回数(リフィル、日本では分割処方であるが制度的に一致しない)を示す整数であり、患者が処方された薬を受け取ることができる回数である。使用上の注意:この整数には最初の払い出しが含まれない。オーダーが「30錠に加えて3回繰り返し調剤可」であれば、このオーダーで合計4回、120錠が患者に受け渡される。処方者は0回のリフィルが許可されていると示すことで、初回の払い出し以外を認めないことを明示することができる。

Control0..1
TypeunsignedInt
Comments

もし、許可された払い出し回数を表示するのであれば、この数字に1を足すこと。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
284. MedicationRequest.dispenseRequest.quantity
Definition

1回の調剤で払い出される薬剤の量

Control1..1
TypeQuantity(SimpleQuantity)
Must Supporttrue
Comments

このエレメントはどのような量を表現するか定義するためにコンテキストにあわせてよく定義される。したがって、どのような単位でも利用することができる。使用されるコンテキストによってcomparatorエレメントで値が定義されることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
285. MedicationRequest.dispenseRequest.quantity.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
286. MedicationRequest.dispenseRequest.quantity.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dispenseRequest.quantity.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
287. MedicationRequest.dispenseRequest.quantity.value
Definition

調剤量。精度を含めた値が暗示される。

Control1..1
Typedecimal
Requirements

Precision is handled implicitly in almost all cases of measurement.

Comments

暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
288. MedicationRequest.dispenseRequest.quantity.comparator
Definition

実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。

Control0..0
BindingThe codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented.
Typecode
Is Modifiertrue
Requirements

計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

Meaning if MissingIf there is no comparator, then there is no modification of the value
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
289. MedicationRequest.dispenseRequest.quantity.unit
Definition

単位⽂字列

Control1..1
Typestring
Requirements

コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
290. MedicationRequest.dispenseRequest.quantity.system
Definition

医薬品単位略号を識別するURL。urn:oid:1.2.392.200119.4.403.1で固定される。

Control1..1 This element is affected by the following invariants: qty-3
Typeuri
Requirements

システムによって定義される単位のコードを把握しておく必要がある。

Comments

以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier

Fixed Valueurn:oid:1.2.392.200119.4.403.1
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
291. MedicationRequest.dispenseRequest.quantity.code
Definition

医薬品単位略号。

Control1..1
Typecode
Requirements

どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。

Comments

UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
292. MedicationRequest.dispenseRequest.expectedSupplyDuration
Definition

供給される製品が使用されるか、あるいは払い出しが想定されている時間を指定する期間。

Control0..1
TypeDuration
Comments

状況によっては、この属性は物理的に供給される量というよりも、想定されている期間に供給される薬剤の量を指定する数量の代わりに使われることもある。たとえば、薬剤が90日間供給される(オーダーされた量に基づいて)など。可能であれば、量も示した方がより正確になる。expectedSupplyDurationは外部要因に影響をうけることのある予測値である。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
293. MedicationRequest.dispenseRequest.expectedSupplyDuration.id
Definition

エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。

Control0..1
Typestring
294. MedicationRequest.dispenseRequest.expectedSupplyDuration.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.dispenseRequest.expectedSupplyDuration.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
295. MedicationRequest.dispenseRequest.expectedSupplyDuration.value
Definition

調剤⽇数

Control1..1
Typedecimal
Requirements

Precision is handled implicitly in almost all cases of measurement.

Comments

暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
296. MedicationRequest.dispenseRequest.expectedSupplyDuration.comparator
Definition

実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。

Control0..0
BindingThe codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented.
Typecode
Is Modifiertrue
Requirements

計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

Meaning if MissingIf there is no comparator, then there is no modification of the value
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
297. MedicationRequest.dispenseRequest.expectedSupplyDuration.unit
Definition

調剤⽇数の単位。「⽇」固定。

Control1..1
Typestring
Requirements

コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。

Comments

FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。

Fixed Value
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
298. MedicationRequest.dispenseRequest.expectedSupplyDuration.system
Definition

UCUM単位コードを識別するURI。固定値。

Control1..1 This element is affected by the following invariants: qty-3
Typeuri
Requirements

システムによって定義される単位のコードを把握しておく必要がある。

Comments

以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier

Fixed Valuehttp://unitsofmeasure.org
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
299. MedicationRequest.dispenseRequest.expectedSupplyDuration.code
Definition

「⽇」を表すUCUM単位コード。固定値。

Control1..1
Typecode
Requirements

どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。

Comments

UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。

Fixed Valued
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
300. MedicationRequest.dispenseRequest.performer
Definition

処方者によって指定される調剤・払い出しを行うと想定されているOrganizationを示す。

Indicates the intended dispensing Organization specified by the prescriber.

Control0..1
TypeReference(Organization)
Comments

参照先は実存するFHIR Resourceでなければならず(SHALL)、解決可能(アクセスコントロールや、一時的に利用不可であることなどは許容される)でなければならない(SHALL)。解決の方法はURLから取得可能であるか、Resouce型が適応できるかどうか、正規のURLとして絶対的参照を扱うことができるか、ローカルのレジストリ/リポジトリから参照することができるかである。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
301. MedicationRequest.substitution
Definition

後発医薬品への変更可否情報。代替薬剤を払い出してよいかどうかを示している。代替薬剤を使用しなければいけない場合もあれば、使用しない場合もある。このブロックでは処方者の意図が示される。もし、何も指定されていなければ代替薬品を用いてもよい。

Control0..1
TypeBackboneElement
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
302. MedicationRequest.substitution.id
Definition

リソース内のエレメントを参照(内部参照)するためのユニークなID。空白を含まなければどのような文字列であってもよい。

Control0..1
Typestring
303. MedicationRequest.substitution.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
304. MedicationRequest.substitution.modifierExtension
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Control0..*
TypeExtension
Is Modifiertrue
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Alternate Namesextensions, user content, modifiers
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
305. MedicationRequest.substitution.allowed[x]
Definition

後発医薬品への変更可否情報。

Control1..1
BindingFor example codes, see ActSubstanceAdminSubstitutionCode Identifies the type of substitution allowed.
TypeCodeableConcept
[x] NoteSee Choice of Data Types for further information about how to use [x]
Comments

代替品が許可されるかどうかは無視できないので、このエレメントはmodifierとしてラベルされる。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
306. MedicationRequest.substitution.allowed[x].id
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Control0..1
Typestring
307. MedicationRequest.substitution.allowed[x].extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.substitution.allowed[x].extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
308. MedicationRequest.substitution.allowed[x].coding
Definition

後発品変更不可コード。

Control1..1
TypeCoding
Requirements

Allows for alternative encodings within a code system, and translations to other code systems.

Comments

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.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
309. MedicationRequest.substitution.allowed[x].coding.id
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Control0..1
Typestring
310. MedicationRequest.substitution.allowed[x].coding.extension
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Control0..*
TypeExtension
Alternate Namesextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists())
SlicingThis element introduces a set of slices on MedicationRequest.substitution.allowed[x].coding.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ url
311. MedicationRequest.substitution.allowed[x].coding.system
Definition

後発品変更不可コードを識別するURI。固定値。

Control1..1
Typeuri
Requirements

Need to be unambiguous about the source of the definition of the symbol.

Comments

The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

Fixed Valueurn:oid:1.2.392.100495.20.2.41
InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
312. MedicationRequest.substitution.allowed[x].coding.version
Definition

The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

NoteThis is a business versionId, not a resource version id (see discussion)
Control0..1
Typestring
Comments

Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
313. MedicationRequest.substitution.allowed[x].coding.code
Definition

後発品変更不可コード。

Control1..1
Typecode
Requirements

Need to refer to a particular code in the system.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
314. MedicationRequest.substitution.allowed[x].coding.display
Definition

後発品変更不可コード表示名。

Control0..1
Typestring
Requirements

Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
315. MedicationRequest.substitution.allowed[x].coding.userSelected
Definition

Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).

Control0..1
Typeboolean
Requirements

This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

Comments

Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
316. MedicationRequest.substitution.allowed[x].text
Definition

A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

Control0..1
Typestring
Requirements

The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

Comments

Very often the text is the same as a displayName of one of the codings.

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
317. MedicationRequest.substitution.reason
Definition

代替品にしなければならなかった、あるいは代替品が認められなかった理由を示す。

Control0..1
BindingFor example codes, see SubstanceAdminSubstitutionReason A coded concept describing the reason that a different medication should (or should not) be substituted from what was prescribed.
TypeCodeableConcept
Comments

代替品の理由を表す一般的パターンに全てのターミノロジーが適応しているわけではない。情報モデルはCodeableConceptではなく、直接Codingをを使用してテキストやコーディング、翻訳、そしてエレメントと事前条件、事後条件の関係について管理するためにその構造を提示する必要がある。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
318. MedicationRequest.priorPrescription
Definition

関連する先行オーダーや処方を表現するMedicationRequest Resouceへのリンク。

Control0..1
TypeReference(MedicationRequest)
Comments

参照先は実存するFHIR Resourceでなければならず(SHALL)、解決可能(アクセスコントロールや、一時的に利用不可であることなどは許容される)でなければならない(SHALL)。解決の方法はURLから取得可能であるか、Resouce型が適応できるかどうか、正規のURLとして絶対的参照を扱うことができるか、ローカルのレジストリ/リポジトリから参照することができるかである。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
319. MedicationRequest.detectedIssue
Definition

患者に対して1回以上の実施されたか提案された診療行為によって、実際に起きたあるいは起きる可能性のある臨床的問題。たとえば、薬剤官相互作用や重複治療、薬剤量についての警告など。DetectedIssueリソースへの参照。

Control0..*
TypeReference(DetectedIssue)
Alternate NamesContraindication, Drug Utilization Review (DUR), Alert
Comments

このエレメントは意思決定支援システムや臨床医によって指摘された問題点を扱うことができ、問題を表すためのステップについての情報を扱ってもよい。

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))
320. MedicationRequest.eventHistory
Definition

このリソースの現在のバージョンをユーザーから見て関係していそうなキーとなる更新や状態遷移と識別される過去のバージョンのこのリソースあるいは調剤請求あるいはEvent ResourceについてのProvenance resourceへの参照。

Control0..*
TypeReference(Provenance)
Comments

このエレメントには全てのバージョンのMedicationRequestについてのProvenanceが取り込まれているわけではない。「関連する」あるいは重要と思われたものだけである。現在のバージョンのResouceに関連したProvenance resouceを含めてはならない(SHALL NOT)。(もし、Provenanceとして「関連した」変化と思われれば、後の更新の一部として取り込まれる必要があるだろう。それまでは、このバージョンを_revincludeを使ってprovenanceとして指定して直接クエリーを発行することができる。全てのProvenanceがこのRequestについての履歴を対象として持つべきである。)

InvariantsDefined on this element
ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count()))