JAMI ePrescriptionData ImplementationGuide
1.0.0 - ci-build
JAMI ePrescriptionData ImplementationGuide - Local Development build (v1.0.0). See the Directory of published versions
Draft as of 2022-06-29 |
Definitions for the JP-MedicationRequest-ePrescriptionData resource profile(リソースプロファイル).
1. MedicationRequest | |||||
Definition | 患者への薬の供給と内服・外用薬剤処方の指示を共に提供するオーダ。ケアプランやワークフローパターンとハーモナイズし、入院や外来でも使えるようにするため、このリソースは"MedicationPrescription"や"MedicationOrder"ではなく、"MedicationRequest"と呼ばれる。JP_MedicationRequestBaseプロファイルからの派生プロファイルである。 | ||||
Control | 0..* | ||||
Alternate Names | Prescription, Order | ||||
Invariants | Defined 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. | ||||
Control | 0..1 | ||||
Type | string | ||||
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. | ||||
Control | 0..1 | ||||
Type | Meta | ||||
Invariants | Defined 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. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Is Modifier | true | ||||
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. | ||||
Invariants | Defined 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. | ||||
Control | 0..1 | ||||
Binding | The codes SHOULD be taken from CommonLanguages
A human language.
| ||||
Type | code | ||||
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). | ||||
Invariants | Defined 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. | ||||
Control | 0..1 | ||||
Type | Narrative | ||||
Alternate Names | narrative, 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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
7. MedicationRequest.text.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Control | 0..1 | ||||
Type | string | ||||
8. MedicationRequest.text.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.text.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
9. MedicationRequest.text.status | |||||
Definition | テキスト内容の全てがリソースのコンテンツから生成されたことを示す。 | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from NarrativeStatus The status of a resource narrative. | ||||
Type | code | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
10. MedicationRequest.text.div | |||||
Definition | 本リソースの構造化情報から生成したテキスト表現をいれてもよい。\r\s\nXHTML形式。 | ||||
Control | 1..1 | ||||
Type | xhtml | ||||
Comments | The contents of the html element are an XHTML fragment containing only the basic html formatting elements described in chapters 7-11 and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained stylesheets. The XHTML content SHALL NOT contain a head, a body, external stylesheet references, scripts, forms, base/link/xlink, frames, iframes and objects. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) txt-1: The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes (: htmlChecks()) txt-2: The narrative SHALL have some non-whitespace content (: htmlChecks()) | ||||
11. 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. | ||||
Control | 0..* | ||||
Type | Resource | ||||
Alternate Names | inline 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. | ||||
12. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
13. MedicationRequest.extension:Preparation | |||||
SliceName | Preparation | ||||
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. | ||||
Control | 0..* | ||||
Type | Extension(JP_MedicationDispense_Preparation) (Extension Type: Choice of: string, CodeableConcept) | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
14. 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). | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true | ||||
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 Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
15. MedicationRequest.identifier | |||||
Definition | このインスタンスが外部から参照されるために使われるIDである。処方箋全体としてのIDとしては使用しない。 処方箋内で同一の用法をまとめて表記されるRp番号はこのIdentifier elementの別スライスで表現する。それ以外に任意のIDを付与してもよい。 このIDは業務手順によって定められた処方オーダーに対して、直接的なURL参照が適切でない場合も含めて関連付けるために使われる。この業務手順のIDは実施者によって割り当てられたものであり、リソースが更新されたりサーバからサーバに転送されたとしても固定のものとして存続する。 | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 2..* | ||||
Type | Identifier | ||||
Comments | これは業務IDであって、リソースに対するIDではない。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.identifier. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
16. MedicationRequest.identifier:RpNumber | |||||
SliceName | RpNumber | ||||
Definition | 処方箋内で同一用法の薬剤を慣用的にまとめて、Rpに番号をつけて剤グループとして一括指定されることがある。このスライスでは剤グループに対して割り振られたRp番号を記録する。 | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 1..1 | ||||
Type | Identifier | ||||
Must Support | true | ||||
Comments | 剤グループに複数の薬剤が含まれる場合、このグループ内の薬剤には同じRp番号が割り振られる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
17. 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. | ||||
Control | 0..1 | ||||
Type | string | ||||
18. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.identifier.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
19. MedicationRequest.identifier:RpNumber.use | |||||
Definition | The purpose of this identifier. | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from IdentifierUse Identifies the purpose for this identifier, if known . | ||||
Type | code | ||||
Is Modifier | true | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
20. 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. | ||||
Control | 0..0 | ||||
Binding | The 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. | ||||
Type | CodeableConcept | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
21. MedicationRequest.identifier:RpNumber.system | |||||
Definition | 【JP-CORE】ここで付番されたIDがRp番号であることを明示するためにOIDとして定義された。urn:oid:1.2.392.100495.20.3.81で固定される。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
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 Value | urn:oid:1.2.392.100495.20.3.81 | ||||
Example | General:http://www.acme.com/identifiers/patient | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
22. MedicationRequest.identifier:RpNumber.value | |||||
Definition | 【JP-CORE】Rp番号(剤グループ番号)。"1"など。 | ||||
Control | 1..1 | ||||
Type | string | ||||
Comments | 【JP-CORE】value は string型であり、数値はゼロサプレス、つまり、'01'でなく'1'と指定すること。 | ||||
Example | General:123456 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
23. MedicationRequest.identifier:RpNumber.period | |||||
Definition | Time period during which identifier is/was valid for use. | ||||
Control | 0..0 | ||||
Type | Period | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
24. MedicationRequest.identifier:RpNumber.assigner | |||||
Definition | Organization that issued/manages the identifier. | ||||
Control | 0..0 | ||||
Type | Reference(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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
25. MedicationRequest.identifier:OrderInRp | |||||
SliceName | OrderInRp | ||||
Definition | 【JP-CORE】同一剤グループでの薬剤を表記する際の順番。XML形式と異なりJSON形式の場合、表記順は項目の順序を意味しない。したがって、薬剤の記載順を別に規定する必要があるためIDを用いて表現する。 | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 1..1 | ||||
Type | Identifier | ||||
Must Support | true | ||||
Comments | 【JP-CORE】同一剤グループ内での薬剤の順番を1から順の番号で示す。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
26. 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. | ||||
Control | 0..1 | ||||
Type | string | ||||
27. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.identifier.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
28. MedicationRequest.identifier:OrderInRp.use | |||||
Definition | The purpose of this identifier. | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from IdentifierUse Identifies the purpose for this identifier, if known . | ||||
Type | code | ||||
Is Modifier | true | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
29. 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. | ||||
Control | 0..0 | ||||
Binding | The 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. | ||||
Type | CodeableConcept | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
30. MedicationRequest.identifier:OrderInRp.system | |||||
Definition | 剤グループ内番号の名前空間を識別するURI。固定値urn:oid:1.2.392.100495.20.3.82 | ||||
Control | 1..1 | ||||
Type | uri | ||||
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 Value | urn:oid:1.2.392.100495.20.3.82 | ||||
Example | General:http://www.acme.com/identifiers/patient | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
31. MedicationRequest.identifier:OrderInRp.value | |||||
Definition | 剤グループ内連番。 | ||||
Control | 1..1 | ||||
Type | string | ||||
Comments | 【JP-CORE】value は string型であり、数値はゼロサプレス、つまり、'01'でなく'1'と指定すること。 | ||||
Example | General:123456 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
32. MedicationRequest.identifier:OrderInRp.period | |||||
Definition | Time period during which identifier is/was valid for use. | ||||
Control | 0..0 | ||||
Type | Period | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
33. MedicationRequest.identifier:OrderInRp.assigner | |||||
Definition | Organization that issued/manages the identifier. | ||||
Control | 0..0 | ||||
Type | Reference(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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
34. MedicationRequest.identifier:RequestIdentifier | |||||
SliceName | RequestIdentifier | ||||
Definition | 薬剤をオーダーする単位としての処方箋に対するID。MedicationRequestは単一の薬剤でインスタンスが作成されるが、それの集合としての処方箋のID。 | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 0..0 | ||||
Type | Identifier | ||||
Must Support | true | ||||
Comments | これは業務IDであって、リソースに対するIDではない。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
35. MedicationRequest.identifier:RequestIdentifier.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Control | 0..1 | ||||
Type | string | ||||
36. MedicationRequest.identifier:RequestIdentifier.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.identifier.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
37. MedicationRequest.identifier:RequestIdentifier.use | |||||
Definition | The purpose of this identifier. | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from IdentifierUse Identifies the purpose for this identifier, if known . | ||||
Type | code | ||||
Is Modifier | true | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
38. MedicationRequest.identifier:RequestIdentifier.type | |||||
Definition | A coded type for the identifier that can be used to determine which identifier to use for a specific purpose. | ||||
Control | 0..1 | ||||
Binding | The 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. | ||||
Type | CodeableConcept | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
39. MedicationRequest.identifier:RequestIdentifier.system | |||||
Definition | Establishes the namespace for the value - that is, a URL that describes a set values that are unique. | ||||
Control | 1..1 | ||||
Type | uri | ||||
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 Value | http://jpfhir.jp/fhir/Common/IdSystem/resourceInstance-identifier | ||||
Example | General:http://www.acme.com/identifiers/patient | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
40. MedicationRequest.identifier:RequestIdentifier.value | |||||
Definition | The portion of the identifier typically relevant to the user and which is unique within the context of the system. | ||||
Control | 0..1 | ||||
Type | string | ||||
Comments | If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe. | ||||
Example | General:123456 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
41. MedicationRequest.identifier:RequestIdentifier.period | |||||
Definition | Time period during which identifier is/was valid for use. | ||||
Control | 0..1 | ||||
Type | Period | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
42. MedicationRequest.identifier:RequestIdentifier.assigner | |||||
Definition | Organization that issued/manages the identifier. | ||||
Control | 0..1 | ||||
Type | Reference(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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
43. MedicationRequest.status | |||||
Definition | JP coreでは"active"に固定される。 オーダーの現在の状態を示すコード。一般的には active か completed の状態であるだろう。 | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from medicationrequest Status A coded concept specifying the state of the prescribing event. Describes the lifecycle of the prescription. | ||||
Type | code | ||||
Is Modifier | true | ||||
Comments | このエレメントはmodifierとされている。StatusとはこのResourceが現在妥当な状態ではないことも示すからである。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
44. MedicationRequest.statusReason | |||||
Definition | 現在のステータスの理由 | ||||
Control | 0..1 | ||||
Binding | For example codes, see medicationRequest Status Reason Codes Identifies the reasons for a given status. | ||||
Type | CodeableConcept | ||||
Comments | 一般的には「保留(suspended)」や「中止(cancelled)」といった例外的状態を示すために持ちいられる。MedicationRequestオーダーが発生した理由についてはreaseonCodeに記載され、この項目は用いられない。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
45. MedicationRequest.intent | |||||
Definition | JP coreでは "order" に固定される。 投薬リクエストの意図 が提案(proposal)、計画(plan)、あるいは他の要求によるものかを示す。 | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from medicationRequest Intent The kind of medication order. | ||||
Type | code | ||||
Is Modifier | true | ||||
Comments | 処方をオーダーする場合、MedicationRequestのどの段階でオーダーしたのかについて、この項目を指定することが期待される。たとえば、proposalであれば患者、関係者、医師あるいは機器からの提案として作成される。"plan"であれば、医師、患者、関係者そして機器からの提案として生成される。"original-order"は医師にしか作成できない。 instance-orderはリクエストあるいはオーダーをインスタンス化する段階であり、MedicationAdministrationレコードにも使われる。 intentはこのresourceが実際に適応される時に変化するため、このエレメントはmodifierとしてラベルされる。 | ||||
Fixed Value | order | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
46. 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表を組み合わせて持ちいることとする。 | ||||
Control | 0..* | ||||
Binding | For example codes, see medicationRequest Category Codes MedicationRequest Resourceの区分を示すコード化された概念。たとえば、どこで服薬あるいは投与されるか、治療の種別はどうかについて。FHIRでは | ||||
Type | CodeableConcept | ||||
Comments | 薬剤が投与あるいはその他の用途で利用されると想定される場面についての区分である。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
47. MedicationRequest.priority | |||||
Definition | このMedicatinRequestオーダーの優先度。他のオーダーと比較して表現される。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from RequestPriority Identifies the level of importance to be assigned to actioning the request. | ||||
Type | code | ||||
Comments | FHIRでは文字列の大きさが1MBを超えてはならない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
48. MedicationRequest.doNotPerform | |||||
Definition | このオーダーが実施していけないものであればTrueを表示される | ||||
Control | 0..1 | ||||
Type | boolean | ||||
Is Modifier | true | ||||
Comments | もし、doNotPerformに指定がなければ、オーダーは実施してもよいものである。(たとえば、「実施せよ」) | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
49. MedicationRequest.reported[x] | |||||
Definition | このレコードは元々の一次記録から報告されたものか、二次的に「報告された」資料から取り込まれたものかを示す。報告の情報源についても示される。 | ||||
Control | 0..1 | ||||
Type | Choice of: boolean, Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization) | ||||
[x] Note | See Choice of Data Types for further information about how to use [x] | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
50. MedicationRequest.medication[x] | |||||
Definition | 医薬品コードと医薬品名称。coding要素を繰り返すことでHOT9 やYJコードなど複数のコード体系で医薬品コード並記することが可能。 本仕様では、処方オーダ時に選択または入力し、実際に処方箋に印字される文字列を必ずtext要素に格納した上で、それをコード化した情報を1個以上のcoding 要素に記述する。 日本では同じ用法の複数の薬剤をひとつの処方区分とすることがある。複数の薬剤を表記するMedication Resourceのインスタンスを参照するか、codeableConceptとして、薬品コードと処方の詳細な内容を示すか既知の処方リストの中から特定の処方を選択するための属性を表すResourceにリンクされている。 | ||||
Control | 1..1 | ||||
Binding | The codes SHOULD be taken from SNOMEDCTMedicationCodes 処方する製剤を表すコード。 | ||||
Type | CodeableConcept | ||||
[x] Note | See Choice of Data Types for further information about how to use [x] | ||||
Must Support | true | ||||
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 要素を繰り返して記述する。 ただし、ひとつの処方薬を複数のコードで繰り返し記述する場合には、それらのコードが指し示す処方薬、医療材料は当然同一でなければならない。 また、処方を発行した医療機関内でのデータ利用のために、医療機関固有コード体系によるコード(ハウスコード、ローカルコード)の記述を含めてもよいが、その場合でも上述したいずれかの標準コードを同時に記述することが必要である。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
51. MedicationRequest.medication[x].id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
52. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
53. MedicationRequest.medication[x].coding | |||||
Definition | 医薬品を表すコード。JP Coreでは最低1個のコードを記録しなければならない。 利用できるコードは下記の通りである。 医薬品コード(医薬品マスター) 薬価基準収載医薬品コード YJコード HOT コード(9 桁) 一般名処方マスター | ||||
Control | 1..* | ||||
Type | Coding | ||||
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要素の説明を参照のこと。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.medication[x].coding. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
54. 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. | ||||
Control | 0..1 | ||||
Type | string | ||||
55. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
56. MedicationRequest.medication[x].coding.system | |||||
Definition | The identification of the code system that defines the meaning of the symbol in the code. | ||||
Control | 0..1 | ||||
Type | uri | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
57. 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. | ||||
Note | This is a business versionId, not a resource version id (see discussion) | ||||
Control | 0..1 | ||||
Type | string | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
58. 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). | ||||
Control | 0..1 | ||||
Type | code | ||||
Requirements | Need to refer to a particular code in the system. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
59. MedicationRequest.medication[x].coding.display | |||||
Definition | A representation of the meaning of the code in the system, following the rules of the system. | ||||
Control | 0..1 | ||||
Type | string | ||||
Requirements | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
60. MedicationRequest.medication[x].coding.userSelected | |||||
Definition | ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。 | ||||
Control | 0..1 | ||||
Type | boolean | ||||
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 | ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
61. MedicationRequest.medication[x].coding:codingHOT9 | |||||
SliceName | codingHOT9 | ||||
Definition | 医薬品を表すコード。JP Coreでは最低1個のコードを記録しなければならない。 利用できるコードは下記の通りである。 医薬品コード(医薬品マスター) 薬価基準収載医薬品コード YJコード HOT コード(9 桁) 一般名処方マスター | ||||
Control | 0..1 | ||||
Type | Coding | ||||
Must Support | true | ||||
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要素の説明を参照のこと。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
62. MedicationRequest.medication[x].coding:codingHOT9.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Control | 0..1 | ||||
Type | string | ||||
63. MedicationRequest.medication[x].coding:codingHOT9.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
64. MedicationRequest.medication[x].coding:codingHOT9.system | |||||
Definition | HOT9コードの識別ID | ||||
Control | 1..1 | ||||
Type | uri | ||||
Must Support | true | ||||
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 Value | urn:oid:1.2.392.200119.4.403.1 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
65. MedicationRequest.medication[x].coding:codingHOT9.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. | ||||
Note | This is a business versionId, not a resource version id (see discussion) | ||||
Control | 0..1 | ||||
Type | string | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
66. MedicationRequest.medication[x].coding:codingHOT9.code | |||||
Definition | HOT9医薬品コード | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from JP_valueSet_drugCode_hot9 | ||||
Type | code | ||||
Must Support | true | ||||
Requirements | Need to refer to a particular code in the system. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
67. MedicationRequest.medication[x].coding:codingHOT9.display | |||||
Definition | 医薬品名称。この名称は使用するコード表において選択したコードに対応する文字列とする。 | ||||
Control | 1..1 | ||||
Type | string | ||||
Must Support | true | ||||
Requirements | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
68. MedicationRequest.medication[x].coding:codingHOT9.userSelected | |||||
Definition | ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。 | ||||
Control | 0..1 | ||||
Type | boolean | ||||
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 | ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
69. MedicationRequest.medication[x].coding:codingYJ | |||||
SliceName | codingYJ | ||||
Definition | 医薬品を表すコード。JP Coreでは最低1個のコードを記録しなければならない。 利用できるコードは下記の通りである。 医薬品コード(医薬品マスター) 薬価基準収載医薬品コード YJコード HOT コード(9 桁) 一般名処方マスター | ||||
Control | 0..1 | ||||
Type | Coding | ||||
Must Support | true | ||||
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要素の説明を参照のこと。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
70. MedicationRequest.medication[x].coding:codingYJ.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Control | 0..1 | ||||
Type | string | ||||
71. MedicationRequest.medication[x].coding:codingYJ.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
72. MedicationRequest.medication[x].coding:codingYJ.system | |||||
Definition | YJコードを識別するsystem値 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Must Support | true | ||||
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 Value | urn:oid:1.2.392.100495.20.1.73 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
73. MedicationRequest.medication[x].coding:codingYJ.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. | ||||
Note | This is a business versionId, not a resource version id (see discussion) | ||||
Control | 0..1 | ||||
Type | string | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
74. MedicationRequest.medication[x].coding:codingYJ.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). | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from JP_valueSet_drugCode_yj | ||||
Type | code | ||||
Must Support | true | ||||
Requirements | Need to refer to a particular code in the system. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
75. MedicationRequest.medication[x].coding:codingYJ.display | |||||
Definition | 医薬品名称。この名称は使用するコード表において選択したコードに対応する文字列とする。 | ||||
Control | 1..1 | ||||
Type | string | ||||
Must Support | true | ||||
Requirements | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
76. MedicationRequest.medication[x].coding:codingYJ.userSelected | |||||
Definition | ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。 | ||||
Control | 0..1 | ||||
Type | boolean | ||||
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 | ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
77. MedicationRequest.medication[x].coding:codingGS1 | |||||
SliceName | codingGS1 | ||||
Definition | 医薬品を表すコード。JP Coreでは最低1個のコードを記録しなければならない。 利用できるコードは下記の通りである。 医薬品コード(医薬品マスター) 薬価基準収載医薬品コード YJコード HOT コード(9 桁) 一般名処方マスター | ||||
Control | 0..1 | ||||
Type | Coding | ||||
Must Support | true | ||||
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要素の説明を参照のこと。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
78. MedicationRequest.medication[x].coding:codingGS1.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Control | 0..1 | ||||
Type | string | ||||
79. MedicationRequest.medication[x].coding:codingGS1.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
80. MedicationRequest.medication[x].coding:codingGS1.system | |||||
Definition | GS1標準の識別コードを示すsystem値 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Must Support | true | ||||
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 Value | urn:oid:2.51.1.1 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
81. MedicationRequest.medication[x].coding:codingGS1.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. | ||||
Note | This is a business versionId, not a resource version id (see discussion) | ||||
Control | 0..1 | ||||
Type | string | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
82. MedicationRequest.medication[x].coding:codingGS1.code | |||||
Definition | GS1標準の識別コード。医薬品コードおよび医療材料等コードとして、調剤包装単位(最少包装単位、個別包装単位)14桁のフォーマットで使用する。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from JP_valueSet_drugCode_gs1_14 | ||||
Type | code | ||||
Must Support | true | ||||
Requirements | Need to refer to a particular code in the system. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
83. MedicationRequest.medication[x].coding:codingGS1.display | |||||
Definition | 医薬品名称。この名称は使用するコード表において選択したコードに対応する文字列とする。 | ||||
Control | 1..1 | ||||
Type | string | ||||
Must Support | true | ||||
Requirements | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
84. MedicationRequest.medication[x].coding:codingGS1.userSelected | |||||
Definition | ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。 | ||||
Control | 0..1 | ||||
Type | boolean | ||||
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 | ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
85. MedicationRequest.medication[x].coding:codingGeneralName | |||||
SliceName | codingGeneralName | ||||
Definition | 医薬品を表すコード。JP Coreでは最低1個のコードを記録しなければならない。 利用できるコードは下記の通りである。 医薬品コード(医薬品マスター) 薬価基準収載医薬品コード YJコード HOT コード(9 桁) 一般名処方マスター | ||||
Control | 0..1 | ||||
Type | Coding | ||||
Must Support | true | ||||
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要素の説明を参照のこと。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
86. MedicationRequest.medication[x].coding:codingGeneralName.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Control | 0..1 | ||||
Type | string | ||||
87. MedicationRequest.medication[x].coding:codingGeneralName.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
88. MedicationRequest.medication[x].coding:codingGeneralName.system | |||||
Definition | 厚生労働省保険局が定める一般処方名マスターコードを識別するcsystem値 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Must Support | true | ||||
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 Value | urn:oid:1.2.392.100495.20.1.81 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
89. MedicationRequest.medication[x].coding:codingGeneralName.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. | ||||
Note | This is a business versionId, not a resource version id (see discussion) | ||||
Control | 0..1 | ||||
Type | string | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
90. MedicationRequest.medication[x].coding:codingGeneralName.code | |||||
Definition | 厚生労働省保険局が定める一般処方名マスターコード | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from MHLW_valueSet_drugCode_generalNameCode | ||||
Type | code | ||||
Must Support | true | ||||
Requirements | Need to refer to a particular code in the system. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
91. MedicationRequest.medication[x].coding:codingGeneralName.display | |||||
Definition | 医薬品名称。この名称は使用するコード表において選択したコードに対応する文字列とする。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Must Support | true | ||||
Requirements | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
92. MedicationRequest.medication[x].coding:codingGeneralName.userSelected | |||||
Definition | ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。 | ||||
Control | 0..1 | ||||
Type | boolean | ||||
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 | ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
93. MedicationRequest.medication[x].text | |||||
Definition | 入力したユーザーが見た/選択した/発したとおりの概念および・またはユーザーが意図した概念を自然言語で表現したもの。 処方オーダ時に選択または入力し、実際に処方箋に印字される文字列を必ず設定する。 | ||||
Control | 1..1 | ||||
Type | string | ||||
Must Support | true | ||||
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エレメントと一致することがよくある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
94. MedicationRequest.subject | |||||
Definition | JP Coreでは患者を表すPatientリソースへの参照。 一般には薬剤が投与される対象となる人(あるいはグループ)を表現するResourceに対するリンク。 | ||||
Control | 1..1 | ||||
Type | Reference(JP_Patient) | ||||
Comments | 処方オーダーの対象は必須項目である。 二次利用のためにどこに実際の対象がいるのかについての情報は提供されない。特定の対象に対して匿名化することも必要である。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
95. MedicationRequest.subject.id | |||||
Definition | リソース内のエレメントを参照(内部参照)するためのユニークなID。空白を含まなければどのような文字列であってもよい。 | ||||
Control | 0..1 | ||||
Type | string | ||||
96. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.subject.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
97. MedicationRequest.subject.reference | |||||
Definition | 対象となる患者を表すPatient resourceへの参照である。PatientリソースのfullUrl要素に指定されるUUID を指定すること 一般には他のResourceが存在する場所への参照。参照はサービスのベースURLに対する相対的なものや、リソースがある場所を示す絶対的URLであることもある。参照はバージョンを指定していることもあればそうでないこともある。もし参照が、FHIRのRESTfulサーバ以外を対象としていれば、それはバージョンが指定されているべきである。分割された内部参照('#'で始まる)の場合は内部に含まれるResourceへの参照である。 | ||||
Control | 1..1 This element is affected by the following invariants: ref-1 | ||||
Type | string | ||||
Comments | 絶対URLを使えば安定してクラウドやWeb上にスケーラブルな対応をすることができる。一方で、相対・論理参照を使えば閉鎖されたエコシステム内部に適した柔軟な対応ができる。絶対URLをはFHIRリソースのRESTfulサーバを指定するために必要となるわけではないが、より推奨される方法である。もし、URLが"/[type]/[id]"で構成されていれば、FHIRのRESTfulサーバへの参照を想定していると推測することもできる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
98. 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に対しては指定できない。 | ||||
Control | 0..1 | ||||
Binding | The 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). | ||||
Type | uri | ||||
Comments | このelementは参照の対象の型を指定するためのものである。他のElementで指定されていた型であってもなくても指定することができる。場合によっては、対象の型は参照(たとえば、RESTful URL)についての調査により決定されることもあるし、参照の対象から決定されることもある。もし、参照と型のどちらもが指定されていたら、参照は指定された型を決定されるべきである(SHALL)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
99. MedicationRequest.subject.identifier | |||||
Definition | 対象となるresouceへのID。FHIRサーバを経由してこの参照が指定するEntityが指定できないか、実際の位置を示す既知のIDへとResourceを変換できない場合のように、ほかのresourceを直接参照することができない場合に使われる。Reference.identifireがFHIRインスタンスである何かを実際に示している必要はないが、FHIRインスタンスとして表現されると想定される業務概念を示されなくてはらならず(SHALL)、そのインスタンスは参照先のFHIRのResource型である必要がある。 | ||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||
Control | 0..1 | ||||
Type | Identifier | ||||
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)を参照する型として利用するような場合である。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
100. MedicationRequest.subject.display | |||||
Definition | Plain text narrative that identifies the resource in addition to the resource reference. | ||||
Control | 0..1 | ||||
Type | string | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
101. MedicationRequest.encounter | |||||
Definition | JP Core profileでの使用は規定されていない。 この対象となるリソース[x]が作成される間やこの記録が作成される対象のencounterは密接に関連している。 | ||||
Control | 0..0 | ||||
Type | Reference(Encounter) | ||||
Comments | このエレメントは一般的には外来でのイベントに対応するが、診察が公式に終わる前や後にこの診察についてのコンテキストに対応して開始される活動についても対応する。もし、診療のエピソードに関連させる必要があれば、extensionとして扱われることがある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
102. MedicationRequest.supportingInformation | |||||
Definition | 薬剤をオーダーするときに補助的となる追加情報(たとえば、患者の身長や体重))を含む。 | ||||
Control | 0..0 | ||||
Type | Reference(Resource) | ||||
Comments | 参照先は実存するFHIR Resourceでなければならず(SHALL)、解決可能(アクセスコントロールや、一時的に利用不可であることなどは許容される)でなければならない(SHALL)。解決の方法はURLから取得可能であるか、Resouce型が適応できるかどうか、正規のURLとして絶対的参照を扱うことができるか、ローカルのレジストリ/リポジトリから参照することができるかである。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
103. MedicationRequest.authoredOn | |||||
Definition | JP Core profileでは必須。処方指示が最初に作成された日時。秒の精度まで記録する。タイムゾーンも付与しなければならない。 | ||||
Control | 0..1 | ||||
Type | dateTime | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
104. MedicationRequest.requester | |||||
Definition | JP Core profileではこのエレメントに対する規定はない。 このオーダーを発行した責任のある人、組織、機器。 | ||||
Control | 0..0 | ||||
Type | Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson | Device) | ||||
Comments | 参照先は実存するFHIR Resourceでなければならず(SHALL)、解決可能(アクセスコントロールや、一時的に利用不可であることなどは許容される)でなければならない(SHALL)。解決の方法はURLから取得可能であるか、Resouce型が適応できるかどうか、正規のURLとして絶対的参照を扱うことができるか、ローカルのレジストリ/リポジトリから参照することができるかである。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
105. MedicationRequest.performer | |||||
Definition | 薬物治療を実施すると予定された者。(たとえば、薬剤投与を行った者) | ||||
Control | 0..0 | ||||
Type | Reference(Practitioner | PractitionerRole | Organization | Patient | Device | RelatedPerson | CareTeam) | ||||
Comments | 参照先は実存するFHIR Resourceでなければならず(SHALL)、解決可能(アクセスコントロールや、一時的に利用不可であることなどは許容される)でなければならない(SHALL)。解決の方法はURLから取得可能であるか、Resouce型が適応できるかどうか、正規のURLとして絶対的参照を扱うことができるか、ローカルのレジストリ/リポジトリから参照することができるかである。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
106. MedicationRequest.performerType | |||||
Definition | 薬剤の投与・管理を行った職種を示す。 | ||||
Control | 0..0 | ||||
Binding | For example codes, see ProcedurePerformerRoleCodes Identifies the type of individual that is desired to administer the medication. | ||||
Type | CodeableConcept | ||||
Comments | Performerを示さずにこのエレメントが指定された場合は、このエレメントは薬剤の投与/管理が指定の職種でなければならないと言うことを示している。Performerと共に指定された場合は、もし指定されたPerformerが実施できない場合に薬剤投与・管理を行うものについての要件が示されたことを意味する。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
107. MedicationRequest.recorder | |||||
Definition | JP Core profileではこのエレメントに対する規定はない。 たとえば口答指示や電話でのオーダーにより、他の人の代理で処方を入力した人。 | ||||
Control | 0..0 | ||||
Type | Reference(Practitioner | PractitionerRole) | ||||
Comments | 参照先は実存するFHIR Resourceでなければならず(SHALL)、解決可能(アクセスコントロールや、一時的に利用不可であることなどは許容される)でなければならない(SHALL)。解決の方法はURLから取得可能であるか、Resouce型が適応できるかどうか、正規のURLとして絶対的参照を扱うことができるか、ローカルのレジストリ/リポジトリから参照することができるかである。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
108. MedicationRequest.reasonCode | |||||
Definition | このエレメントに対するJP Coreの規定はない。 薬剤をオーダーするあるいはしないことを示した理由。 | ||||
Control | 0..0 | ||||
Binding | For example codes, see Condition/Problem/DiagnosisCodes A coded concept indicating why the medication was ordered. | ||||
Type | CodeableConcept | ||||
Comments | このエレメントは病名コードであってもよい。もし、すべての条件を示す記録があって他の詳細な記録が必要であれば、reasonReferenceを使用すること。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
109. MedicationRequest.reasonReference | |||||
Definition | 薬剤がなぜオーダーされたのかを説明する条件や観察。 | ||||
Control | 0..0 | ||||
Type | Reference(Condition | Observation) | ||||
Comments | 薬剤オーダーの理由を示すこれは条件や観察についての参照である。もし、コードだけであればreasonCodeを使用すること。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
110. MedicationRequest.instantiatesCanonical | |||||
Definition | このMedicationRequestの一部あるいは全部が遵守するprotocolやguideline, ordersetなど他の定義を示すURL。 | ||||
Control | 0..0 | ||||
Type | canonical | ||||
Comments | Canonical Referencesを参照すること。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
111. MedicationRequest.instantiatesUri | |||||
Definition | このMedicationRequestの一部あるいは全部が遵守するprotocolやguideline, ordersetなど他の定義を示すURL。 | ||||
Control | 0..0 | ||||
Type | uri | ||||
Comments | 以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
112. MedicationRequest.basedOn | |||||
Definition | このMedicationRequestの全部あるいは一部を満たす計画やオーダー。 | ||||
Control | 0..0 | ||||
Type | Reference(CarePlan | MedicationRequest | ServiceRequest | ImmunizationRecommendation) | ||||
Comments | 参照先は実存するFHIR Resourceでなければならず(SHALL)、解決可能(アクセスコントロールや、一時的に利用不可であることなどは許容される)でなければならない(SHALL)。解決の方法はURLから取得可能であるか、Resouce型が適応できるかどうか、正規のURLとして絶対的参照を扱うことができるか、ローカルのレジストリ/リポジトリから参照することができるかである。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
113. MedicationRequest.groupIdentifier | |||||
Definition | 一人の処方者が同時期に前後して作成した全てのリクエストに共通するIDで、処方や薬品請求のIDを示す。 | ||||
Control | 0..0 | ||||
Type | Identifier | ||||
Requirements | リクエストは"basedOn"での関連付け(たとえば、あるリクエストが他のリクエストを満たす)か、あるいは共通の請求伝票に書かれているを示すことで関連付けられる。同じ請求伝票にあるリクエストは最初に作成されてからは変更や維持などについては独立したものと見なされる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
114. MedicationRequest.courseOfTherapyType | |||||
Definition | 患者が内服する薬剤についての管理の全体的なパターンについての記載。 | ||||
Control | 0..0 | ||||
Binding | For example codes, see medicationRequest Course of Therapy Codes Identifies the overall pattern of medication administratio. | ||||
Type | CodeableConcept | ||||
Comments | この属性は薬剤プロトコールと混同してはならない。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
115. MedicationRequest.insurance | |||||
Definition | リクエストされたサービスについて支払いが求め裸得ることになる、保険のプランや適応範囲の拡大、事前の権限付与、かつ/または事前の判定。 | ||||
Control | 0..0 | ||||
Type | Reference(Coverage | ClaimResponse) | ||||
Comments | 参照先は実存するFHIR Resourceでなければならず(SHALL)、解決可能(アクセスコントロールや、一時的に利用不可であることなどは許容される)でなければならない(SHALL)。解決の方法はURLから取得可能であるか、Resouce型が適応できるかどうか、正規のURLとして絶対的参照を扱うことができるか、ローカルのレジストリ/リポジトリから参照することができるかである。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
116. MedicationRequest.note | |||||
Definition | 他の属性では伝えることができなかったMedicationRequestについての付加的情報。 | ||||
Control | 0..1 | ||||
Type | Annotation | ||||
Must Support | true | ||||
Comments | 単一の薬剤に対する調剤者に対する指示は、本要素ではなく、MedicationRequestリソースのdispenseRequest要素に対して本文書で定義した拡張「InstructionForDispense」(http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRequest_DispenseRequest_InstructionForDispense)を使用する。 また処方箋全体の備考や指示は、Communicationリソースに記述する。 患者に対する補足指示や注意や、不均等投与指示などは、 dosageInstruction.additionalInstructionで記述する。 本要素は、それらでは伝えられない薬剤単位の備考や指示を記述する。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
117. MedicationRequest.note.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Control | 0..1 | ||||
Type | string | ||||
118. MedicationRequest.note.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.note.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
119. MedicationRequest.note.author[x] | |||||
Definition | The individual responsible for making the annotation. | ||||
Control | 0..1 | ||||
Type | Choice of: Reference(Practitioner | Patient | RelatedPerson | Organization), string | ||||
[x] Note | See Choice of Data Types for further information about how to use [x] | ||||
Comments | Organization is used when there's no need for specific attribution as to who made the comment. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
120. MedicationRequest.note.time | |||||
Definition | Indicates when this particular annotation was made. | ||||
Control | 0..1 | ||||
Type | dateTime | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
121. MedicationRequest.note.text | |||||
Definition | 備考文字列。markdown 記法により記述できる。 例)”4月1日から4日間服用。2週間休薬後、4月19日から4日間服用。患者に書面にて説明済み。” | ||||
Control | 1..1 | ||||
Type | markdown | ||||
Must Support | true | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
122. MedicationRequest.dosageInstruction | |||||
Definition | 用法や投与量を含む処方指示。患者がどのようにこの薬剤を服用するのかを示す。 | ||||
Control | 0..* | ||||
Type | Dosage | ||||
Comments | MedicationRequestで内服や静脈注射、筋肉注射を含めたサンプルがある。たとえば、「オンダンセトロン 8mg 経口あるいは静注1日2回嘔気時頓用」、あるいは「ノバミン®(プロクロロペラジン) 5-10mg 経口あるいは25mg経直腸1日2回嘔気・嘔吐時頓用」のようなものである。このような場合は2つの薬剤オーダーは同じグループにまとめることができるとして作成される。どのような投与経路を選択するかを決定するのは薬剤を必要とする時点の患者の状態にもとづいている。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
123. 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. | ||||
Control | 0..1 | ||||
Type | string | ||||
124. MedicationRequest.dosageInstruction.extension | |||||
Definition | An Extension | ||||
Control | 0..* | ||||
Type | Extension | ||||
Must Support | true | ||||
Invariants | Defined 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()) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.dosageInstruction.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
125. MedicationRequest.dosageInstruction.extension:UsageDuration | |||||
SliceName | UsageDuration | ||||
Definition | 隔日投与などで実投与日数と処方期間が異なる場合に用いられる。 実際に服用する日数を記述する。 | ||||
Control | 0..1 | ||||
Type | Extension(JP_MedicationRequest_DosageInstruction_UsageDuration) (Extension Type: Duration) | ||||
Must Support | true | ||||
Invariants | Defined 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()) | ||||
126. MedicationRequest.dosageInstruction.extension:PeriodOfUse | |||||
SliceName | PeriodOfUse | ||||
Definition | MedcationRequestの投与期間の開始日を明示するための拡張 | ||||
Control | 0..1 | ||||
Type | Extension(JP_MedicationRequest_DosageInstruction_PeriodOfUse) (Extension Type: Period) | ||||
Must Support | true | ||||
Invariants | Defined 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()) | ||||
127. MedicationRequest.dosageInstruction.extension:PeriodOfUse.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Control | 0..1 | ||||
Type | string | ||||
128. MedicationRequest.dosageInstruction.extension:PeriodOfUse.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. | ||||
Control | 0..0 | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.dosageInstruction.extension.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
129. MedicationRequest.dosageInstruction.extension:PeriodOfUse.url | |||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||
Control | 1..1 | ||||
Type | uri | ||||
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 Value | http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationRequest_DosageInstruction_PeriodOfUse | ||||
130. MedicationRequest.dosageInstruction.extension:PeriodOfUse.value[x] | |||||
Definition | MedicationRequestに投与期間の開始日を明示するための拡張。 投与期間の終了日は記述しない。これは例えば隔日投与の場合に、終了日が服用しない日となり紛らわしいためである。 | ||||
Control | 0..1 | ||||
Type | Period | ||||
[x] Note | See Choice of Data Types for further information about how to use [x] | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
131. MedicationRequest.dosageInstruction.extension:PeriodOfUse.value[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. | ||||
Control | 0..1 | ||||
Type | string | ||||
132. MedicationRequest.dosageInstruction.extension:PeriodOfUse.value[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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.dosageInstruction.extension.value[x].extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
133. MedicationRequest.dosageInstruction.extension:PeriodOfUse.value[x].start | |||||
Definition | 明示された投与期間の開始日 | ||||
Control | 1..1 This element is affected by the following invariants: per-1 | ||||
Type | dateTime | ||||
Comments | If the low element is missing, the meaning is that the low boundary is not known. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
134. MedicationRequest.dosageInstruction.extension:PeriodOfUse.value[x].end | |||||
Definition | The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time. | ||||
Control | 0..1 This element is affected by the following invariants: per-1 | ||||
Type | dateTime | ||||
Comments | The high value includes any matching date/time. i.e. 2012-02-03T10:00:00 is in a period that has an end value of 2012-02-03. | ||||
Meaning if Missing | If the end of the period is missing, it means that the period is ongoing | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
135. MedicationRequest.dosageInstruction.extension:Line | |||||
SliceName | Line | ||||
Definition | 投与ラインの情報を記述する拡張。 | ||||
Control | 0..0 | ||||
Type | Extension(JP_MedicationRequest_DosageInstruction_Line) (Extension Type: CodeableConcept) | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
136. MedicationRequest.dosageInstruction.extension:Device | |||||
SliceName | Device | ||||
Definition | 投与機器の情報を記述する拡張。 | ||||
Control | 0..0 | ||||
Type | Extension(JP_MedicationRequest_DosageInstruction_Device) (Extension Type: Reference) | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
137. 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). | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true | ||||
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 Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
138. MedicationRequest.dosageInstruction.sequence | |||||
Definition | どの服用指示を適応するか判断するかについての順序を示したもの | ||||
Control | 0..1 | ||||
Type | integer | ||||
Requirements | もし、複数の服用法(Dosage)でsequenceの数値が同じであれば、その指示が同時に扱われることを示している。sequenceの数値が異なれば、服用指示(Dosage)の順番を意図している。 | ||||
Comments | 32 bitの数値。これ以上の値であれば10進数を使うこと。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
139. MedicationRequest.dosageInstruction.text | |||||
Definition | JP Coreでは必須。フリーテキストの用法指示。 dosageInstructionが表す処方指示の文字列表現。 例)"内服・経口・1日3回朝昼夕食後 1回1錠 7日分" | ||||
Control | 1..1 | ||||
Type | string | ||||
Must Support | true | ||||
Requirements | フリーテキストでの用法指示はコード化するには複雑すぎる指示の場合には用いてもよい。この属性の文脈は薬剤の名前や説明が入っていない。コード化された指示がある場合は、フリーテキストでの指示は人間が服用あるいは投与するために表示されてもよい。テキストでの指示はつねに配置されることを想定されている。もし、dosage.timing属性も配置されていれば、dosage.textはtimingを同じ情報を反映すべきである。薬剤の投与あるいは調剤についての付加的な情報にはテキストでの説明が入っているべきである。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
140. MedicationRequest.dosageInstruction.additionalInstruction | |||||
Definition | 補足的な処方指示。 本仕様では、不均等投与を1日用法として記載する場合に、各回ごとのJAMI補足補足用法コードを記述するために使用する。 また、隔日投与、曜日指定投与の場合にも、JAMI補足補足用法コードを使用して記述する。 | ||||
Control | 0..* | ||||
Binding | For example codes, see SNOMEDCTAdditionalDosageInstructions A coded concept identifying additional instructions such as "take with water" or "avoid operating heavy machinery". | ||||
Type | CodeableConcept | ||||
Must Support | true | ||||
Requirements | 補足指示はコード化されるように意図されているが、コードがない場合はエレメントはテキストだけで表現することができる。たとえば、「大量の水で服用する」という指示はコード化されていることもあれば、されていないことおある。 | ||||
Comments | 薬剤投与や調剤についての情報(たとえば、「腹膜内ポートに可能な限り迅速に注入」や「薬剤Xの直後に」)であり、dosage.textにも複製されるべきである。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
141. MedicationRequest.dosageInstruction.additionalInstruction.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
142. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
143. MedicationRequest.dosageInstruction.additionalInstruction.coding | |||||
Definition | 用法についてのコードが示される。JAMI 補足用法8桁コードを使用することを想定している。 | ||||
Control | 1..1 | ||||
Type | Coding | ||||
Must Support | true | ||||
Requirements | 他のコードシステムへの変換や代替のコードシステムを使ってエンコードしてもよい。 | ||||
Comments | コードは臨時で列記したものや、コードのリストからSNOMED CTのように公式に定義されたものまである(HL7 v3 core principle を参照)。FHIR自体ではコーディング規約を定めてはいないし、意味を暗示するために利用されない(SHALL NOT)。一般的に UserSelected = trueの場合には一つのコードシステムが使われる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
144. MedicationRequest.dosageInstruction.additionalInstruction.coding.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
145. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
146. MedicationRequest.dosageInstruction.additionalInstruction.coding.system | |||||
Definition | JAMI 補足用法8桁コードを識別するURI | ||||
Control | 1..1 | ||||
Type | uri | ||||
Requirements | 記号の定義の根拠が明確である必要がある。 | ||||
Comments | URIはOID(urn:oid:....)やUUID(urn:uuid:....)であることもある。OIDやUUIDはHL7のOIDレジストリを参照していなければならない(SHALL)。そうでなければ、URIはHL7のFHIRのリストに挙げられている特別なURIであるか、用語集が明確な定義が参照されるべきである。 | ||||
Fixed Value | urn:oid:1.2.392.200250.2.2.20.22 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
147. MedicationRequest.dosageInstruction.additionalInstruction.coding.version | |||||
Definition | コードが選択された際に利用されたコードシステムのバージョンである。コードの意味するところがバージョンが変わっても一貫しているように十分にメンテナンスされているコードシステムであれば、バージョンを表記する必要はないことに留意されたい。しかしながら、一貫性はなかなか保証されるものではないし、意味の一貫性が保証されていないのであればバージョンは交換されるべきである(SHOULD)。 | ||||
Note | This is a business versionId, not a resource version id (see discussion) | ||||
Control | 0..1 | ||||
Type | string | ||||
Comments | ターミノロジーのバージョンが文字列としてコードシステムにより定義されていない場合は、そのバージョンが公式に公開された日付を示す(FHIRのdateフォーマットで表現される)dateを用いることが推奨されている。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
148. MedicationRequest.dosageInstruction.additionalInstruction.coding.code | |||||
Definition | JAMI 補⾜⽤法コード8桁を指定する。 | ||||
Control | 1..1 | ||||
Type | code | ||||
Must Support | true | ||||
Requirements | システム内の特定のコードを参照する必要がある。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
149. MedicationRequest.dosageInstruction.additionalInstruction.coding.display | |||||
Definition | コードの表示名。 例)"不均等・1回目・4錠" | ||||
Control | 0..1 | ||||
Type | string | ||||
Must Support | true | ||||
Requirements | コードが持つ意味をそのシステムを知らない人でも読めるように人間可読であるようにしている必要がある。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
150. MedicationRequest.dosageInstruction.additionalInstruction.coding.userSelected | |||||
Definition | ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。 | ||||
Control | 0..1 | ||||
Type | boolean | ||||
Requirements | このエレメントは臨床安全のために特定されてきた。System/codeのペアが明示的に選択されることは、言語処理や何らかの規則を元に推測されるよりも正確だからである。 | ||||
Comments | 選択肢の中から、直接選ばれたコードは新しく翻訳するときには最も適切なスタート地点である。何をもって「直接選ばれた」とするのかには曖昧なところがあり、このエレメントの使用について明確にして結論として何を意味するのかより完全になるよう取引先との合意が必要となる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
151. MedicationRequest.dosageInstruction.additionalInstruction.text | |||||
Definition | dosageInstruction.additionalInstruction要素に、1 日の服用回数分だけ繰り返し、JAMI補足用法コードを使用し記述するが、その場合でも、またコード化できない場合は、明細単位の備考としてテキストで記述する。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Must Support | true | ||||
Requirements | ターミノロジー由来のコードは必ずしも人間が使う言葉の全てのニュアンスを含めた正確な意味を捉えているわけではなく、適切なコードが見つからない場合もある。そのような場合でもtextエレメントは元々の意味のすべてを捉えるために使うことができる。 | ||||
Comments | textエレメントはcodingのdisplayNameエレメントと一致することがよくある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
152. MedicationRequest.dosageInstruction.patientInstruction | |||||
Definition | 患者あるいは消費者に理解してもらうための指示。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
153. MedicationRequest.dosageInstruction.timing | |||||
Definition | 服⽤タイミングを記録する。 | ||||
Control | 0..1 | ||||
Type | Timing | ||||
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を反映させているべきである。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
154. MedicationRequest.dosageInstruction.timing.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
155. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
156. 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). | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true | ||||
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 Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
157. MedicationRequest.dosageInstruction.timing.event | |||||
Definition | 服用タイミングを具体的な日時で指定する場合に使用する。複数回の指定日で指示する場合には、本要素を繰り返す。 | ||||
Control | 0..* | ||||
Type | dateTime | ||||
Must Support | true | ||||
Requirements | In a Medication Administration Record, for instance, you need to take a general specification, and turn it into a precise specification. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
158. MedicationRequest.dosageInstruction.timing.repeat | |||||
Definition | イベントがスケジュールされたルールについての記述。 | ||||
Control | 0..1 | ||||
Type | Element | ||||
Requirements | スケジュールされたタイミングの多くは規則的な繰り返しで決定されている。 | ||||
Invariants | Defined 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()))) | ||||
159. MedicationRequest.dosageInstruction.timing.repeat.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
160. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
161. MedicationRequest.dosageInstruction.timing.repeat.bounds[x] | |||||
Definition | 服⽤開始日から服⽤終了日までの全日数。実投与日数ではないことに注意する。 | ||||
Control | 0..1 | ||||
Type | Duration | ||||
[x] Note | See Choice of Data Types for further information about how to use [x] | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
162. 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. | ||||
Control | 0..0 | ||||
Type | string | ||||
163. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
164. MedicationRequest.dosageInstruction.timing.repeat.bounds[x].value | |||||
Definition | 投薬にccうう。 | ||||
Control | 1..1 | ||||
Type | decimal | ||||
Must Support | true | ||||
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). | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
165. 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. | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented. | ||||
Type | code | ||||
Is Modifier | true | ||||
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 Missing | If there is no comparator, then there is no modification of the value | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
166. MedicationRequest.dosageInstruction.timing.repeat.bounds[x].unit | |||||
Definition | 投薬日数の単位文字列。日で固定される | ||||
Control | 1..1 | ||||
Type | string | ||||
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 | 日 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
167. MedicationRequest.dosageInstruction.timing.repeat.bounds[x].system | |||||
Definition | 単位コード UCUMを識別するURI。固定値。 | ||||
Control | 1..1 This element is affected by the following invariants: qty-3 | ||||
Type | uri | ||||
Requirements | Need to know the system that defines the coded form of the unit. | ||||
Fixed Value | http://unitsofmeasure.org | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
168. MedicationRequest.dosageInstruction.timing.repeat.bounds[x].code | |||||
Definition | 単位コードUCUMにおける投与日数の単位。dで固定される。 | ||||
Control | 1..1 | ||||
Type | code | ||||
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 Value | d | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
169. MedicationRequest.dosageInstruction.timing.repeat.count | |||||
Definition | Timing仕様の全てにおいて、特定の期間に繰り返されるように指定された総回数。もし、countMaxが設定されていれば、このエレメントは許容される最低限度の回数を示す。 | ||||
Control | 0..0 | ||||
Type | positiveInt | ||||
Requirements | Repetitions may be limited by end time or total occurrences. | ||||
Comments | 回数に上限、下限の範囲がある場合は、このcountで示される回数が起きるまでは、エレメントは範囲の中にあると解釈されるべきである。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
170. MedicationRequest.dosageInstruction.timing.repeat.countMax | |||||
Definition | このエレメントが設定されている場合は、回数に範囲があることを示している。したがって、[count]から[countmax]までの回数で繰り返される。 | ||||
Control | 0..0 | ||||
Type | positiveInt | ||||
Comments | 32bit整数。もし、値がこれを超える場合はdecimalで記録される。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
171. MedicationRequest.dosageInstruction.timing.repeat.duration | |||||
Definition | 投与されるタイミングが発生している時間。もし、durationMaxが設定されていれば、このエレメントは許容される継続時間の下限を示す。 | ||||
Control | 0..0 | ||||
Type | decimal | ||||
Requirements | アクティビティによっては即時的なものではなく、その期間において維持される必要がある。 | ||||
Comments | 継続時間はイベントの定義の一部(たとえば、静脈注射(IV)では特定の量と速度が明示される)として示されることがある。その他、Timing仕様の一部(たとえば、運動)として示されることもある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
172. MedicationRequest.dosageInstruction.timing.repeat.durationMax | |||||
Definition | もし、このエレメントに値が設定されていれば、durationには範囲があることを示している。したがって、[duration]から[durationMax]までの継続時間の範囲で投与される。 | ||||
Control | 0..0 | ||||
Type | decimal | ||||
Requirements | アクティビティによっては即時的なものではなく、その期間において維持される必要がある。 | ||||
Comments | 継続時間はイベントの定義の一部(たとえば、静脈注射(IV)では特定の量と速度が明示される)として示されることがある。その他、Timing仕様の一部(たとえば、運動)として示されることもある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
173. MedicationRequest.dosageInstruction.timing.repeat.durationUnit | |||||
Definition | UCUM単位で表される継続時間についての単位。 | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from UnitsOfTime A unit of time (units from UCUM). | ||||
Type | code | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
174. MedicationRequest.dosageInstruction.timing.repeat.frequency | |||||
Definition | 特定の期間に繰り返して発生した行為の回数。もし、frequencyMaxが設定されていれば、このエレメントはfrequencyとして認められた下限を示す。 | ||||
Control | 0..0 | ||||
Type | positiveInt | ||||
Comments | 32ビットの数値。もし、値がそれを上回るようであればdecimalを使用する。 | ||||
Meaning if Missing | frequencyが指定されていなければ、期間内に1回だけイベントが発生すると想定される。しかし、システムはこれを常時特定しておく必要がある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
175. MedicationRequest.dosageInstruction.timing.repeat.frequencyMax | |||||
Definition | このエレメントに値が設定されていれば、frequencyには範囲が指定されている。つまり、期間あるいは期間の範囲内に[frequency]から[frequencyMax]回繰り返されることを示している。 | ||||
Control | 0..0 | ||||
Type | positiveInt | ||||
Comments | 32ビットの数値。もし、値がそれを上回るようであればdecimalを使用する。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
176. MedicationRequest.dosageInstruction.timing.repeat.period | |||||
Definition | 繰り返し投与が行われる期間を示す。たとえば、「1日3回」であれば、3は繰り返しの頻度(frequency)であり、「1日」が期間(period)である。もし、periodMaxに値が設定されていれば、このエレメントは期間として認められた範囲の下限を示す。 | ||||
Control | 0..0 | ||||
Type | decimal | ||||
Comments | IEEEの浮動小数点型を使わずに、小数点も含むdecimal型のようなものを利用すること(たとえばJavaのBigInteger)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
177. MedicationRequest.dosageInstruction.timing.repeat.periodMax | |||||
Definition | もし、この値が設定されていれば、期間は[period]から[periodMax]までであることを示し、「3-5日に1回投与」のような表現が認められる。 | ||||
Control | 0..0 | ||||
Type | decimal | ||||
Comments | IEEEの浮動小数点型を使わずに、小数点の制度も示すdecimal型のようなものを利用すること(たとえばJavaのBigInteger)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
178. MedicationRequest.dosageInstruction.timing.repeat.periodUnit | |||||
Definition | 期間を表すUCUM単位。 | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from UnitsOfTime A unit of time (units from UCUM). | ||||
Type | code | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
179. MedicationRequest.dosageInstruction.timing.repeat.dayOfWeek | |||||
Definition | 期間として1週間以上が指定されていれば、指定された曜日のみで投与が行われる。 | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from DaysOfWeek | ||||
Type | code | ||||
Comments | 曜日が指定されていなければ、他に指定された日には毎日投与されると想定される。frequencyとperiodエレメントはdayOfWeekと同じように使うことはできない。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
180. MedicationRequest.dosageInstruction.timing.repeat.timeOfDay | |||||
Definition | 一日の間で指定された投与される時刻。 | ||||
Control | 0..0 | ||||
Type | time | ||||
Comments | もし、このtimeOfDayに値が指定されていれば、毎日(daysOfWeekでフィルタされた曜日の)指定された時刻に投与されると推定される。whenやfrequency, periodエレメントはtimeOfDayとは同様に使うことはできない。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
181. MedicationRequest.dosageInstruction.timing.repeat.when | |||||
Definition | 一日の間のおおよその時間帯で投与すべきタイミングを示す。日常のイベントに関連付けられていることもある。 | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from EventTiming Real world event relating to the schedule. | ||||
Type | code | ||||
Requirements | タイミングはしばしば起床や食事、睡眠などのできごとによってしばしば決定されている。 | ||||
Comments | 一つ以上のイベントが記載されている場合、そのイベントは特定のイベントの組み合わせと結びついている。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
182. MedicationRequest.dosageInstruction.timing.repeat.offset | |||||
Definition | イベントからの時間(分)。もし、分で示される時間がイベントのコードが前か後かを示していない場合、offsetはイベントの後であることが想定される。 | ||||
Control | 0..0 | ||||
Type | unsignedInt | ||||
Comments | 32ビットの数値。もし、値がそれを上回るようであればdecimalを使用する。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
183. MedicationRequest.dosageInstruction.timing.code | |||||
Definition | 服用タイミングなどを表す用法をJAMI標準用法コード16桁コードで記述する。 | ||||
Control | 1..1 | ||||
Binding | The codes SHALL be taken from JAMI_valueSet_ePreOrderUsageCode_16digits | ||||
Type | CodeableConcept | ||||
Must Support | true | ||||
Comments | BIDなどは「施設特有の時間」として定義される。たとえば、施設がBIDを「つねに朝7時と夕方6時」であると指定することがある。この指定が不適切であれば、BIDというコードは使うべきではない。その代わり、HL7が定義したBIDのコードではなく、その施設特有のコードで明示的に示すべきであり、構造化された表現を使うべきである(この場合、2回のイベントの時刻を指定する必要がある)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
184. MedicationRequest.dosageInstruction.timing.code.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Control | 0..1 | ||||
Type | string | ||||
185. MedicationRequest.dosageInstruction.timing.code.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.dosageInstruction.timing.code.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
186. MedicationRequest.dosageInstruction.timing.code.coding | |||||
Definition | JAMI 16桁用法コードでの記述を必須としており、そのコードに対応する用法文字列は、 display要素に記述されるため、text要素と併用すると不一致があった場合に混乱するためtext要素は記述しない。 | ||||
Control | 1..1 | ||||
Type | Coding | ||||
Must Support | true | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
187. MedicationRequest.dosageInstruction.timing.code.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. | ||||
Control | 0..1 | ||||
Type | string | ||||
188. MedicationRequest.dosageInstruction.timing.code.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.dosageInstruction.timing.code.coding.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
189. MedicationRequest.dosageInstruction.timing.code.coding.system | |||||
Definition | The identification of the code system that defines the meaning of the symbol in the code. | ||||
Control | 0..1 | ||||
Type | uri | ||||
Must Support | true | ||||
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 Value | urn:oid:1.2.392.200250.2.2.20.20 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
190. MedicationRequest.dosageInstruction.timing.code.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. | ||||
Note | This is a business versionId, not a resource version id (see discussion) | ||||
Control | 0..1 | ||||
Type | string | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
191. MedicationRequest.dosageInstruction.timing.code.coding.code | |||||
Definition | JAMI標準用法コード。 例)"1013044400000000" | ||||
Control | 0..1 | ||||
Type | code | ||||
Must Support | true | ||||
Requirements | Need to refer to a particular code in the system. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
192. MedicationRequest.dosageInstruction.timing.code.coding.display | |||||
Definition | JAMI標準用法コードの表示名。 例)"内服・経口・1日3回朝昼夕食後" | ||||
Control | 0..1 | ||||
Type | string | ||||
Must Support | true | ||||
Requirements | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
193. MedicationRequest.dosageInstruction.timing.code.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). | ||||
Control | 0..1 | ||||
Type | boolean | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
194. MedicationRequest.dosageInstruction.timing.code.text | |||||
Definition | コード化されなかたテキストを記述する。コード化されたdisplay要素で情報が十分な場合には、本text要素は記述しない。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Must Support | true | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
195. MedicationRequest.dosageInstruction.asNeeded[x] | |||||
Definition | JP Coreでは頓⽤型の用法を指定する場合に”true”を指定し、そのコードを指定する場合は用法コードとして指定する。 Medication(薬剤)が必要なときに指定された量とスケジュールのみで内服するか(Booleanで選択される)、内服する前提条件(CodeableConcept)を示している。 | ||||
Control | 0..1 | ||||
Type | boolean | ||||
[x] Note | See 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". | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
196. MedicationRequest.dosageInstruction.site | |||||
Definition | 投与される身体部位。外⽤薬で部位を指定する場合に使⽤する。 | ||||
Control | 0..1 | ||||
Binding | For example codes, see SNOMEDCTAnatomicalStructureForAdministrationSiteCodes A coded concept describing the site location the medicine enters into or onto the body. | ||||
Type | CodeableConcept | ||||
Requirements | A coded specification of the anatomic site where the medication first enters the body. | ||||
Comments | もし、BodySite resourceの属性が必要な場合(たとえば、部位の指定や別々に投与経路を設定する場合)は、bodySiteの標準拡張を使うこと。要約コードや非常に正確な位置の定義へのreferenceを使用することもできる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
197. MedicationRequest.dosageInstruction.site.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
198. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
199. MedicationRequest.dosageInstruction.site.coding | |||||
Definition | ターミノロジーを参照する際に定義されたコード | ||||
Control | 0..* | ||||
Type | Coding | ||||
Requirements | 他のコードシステムへの変換や代替のコードシステムを使ってエンコードしてもよい。 | ||||
Comments | コードは臨時で列記したものや、コードのリストからSNOMED CTのように公式に定義されたものまである(HL7 v3 core principle を参照)。FHIR自体ではコーディング規約を定めてはいないし、意味を暗示するために利用されない(SHALL NOT)。一般的に UserSelected = trueの場合には一つのコードシステムが使われる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
200. MedicationRequest.dosageInstruction.site.coding.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
201. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
202. MedicationRequest.dosageInstruction.site.coding.system | |||||
Definition | JAMI 外⽤部位3桁コードを識別するURI。固定値。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Requirements | 記号の定義の根拠が明確である必要がある。 | ||||
Comments | URIはOID(urn:oid:....)やUUID(urn:uuid:....)であることもある。OIDやUUIDはHL7のOIDレジストリを参照していなければならない(SHALL)。そうでなければ、URIはHL7のFHIRのリストに挙げられている特別なURIであるか、用語集が明確な定義が参照されるべきである。 | ||||
Fixed Value | urn:oid:1.2.392.200250.2.2.20.32 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
203. MedicationRequest.dosageInstruction.site.coding.version | |||||
Definition | コードが選択された際に利用されたコードシステムのバージョンである。コードの意味するところがバージョンが変わっても一貫しているように十分にメンテナンスされているコードシステムであれば、バージョンを表記する必要はないことに留意されたい。しかしながら、一貫性はなかなか保証されるものではないし、意味の一貫性が保証されていないのであればバージョンは交換されるべきである(SHOULD)。 | ||||
Note | This is a business versionId, not a resource version id (see discussion) | ||||
Control | 0..1 | ||||
Type | string | ||||
Comments | ターミノロジーのバージョンが文字列としてコードシステムにより定義されていない場合は、そのバージョンが公式に公開された日付を示す(FHIRのdateフォーマットで表現される)dateを用いることが推奨されている。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
204. MedicationRequest.dosageInstruction.site.coding.code | |||||
Definition | JAMI 外⽤部位3桁コード | ||||
Control | 1..1 | ||||
Type | code | ||||
Requirements | システム内の特定のコードを参照する必要がある。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
205. MedicationRequest.dosageInstruction.site.coding.display | |||||
Definition | JAMI 部位コードの表⽰名 | ||||
Control | 0..1 | ||||
Type | string | ||||
Requirements | コードが持つ意味をそのシステムを知らない人でも読めるように人間可読であるようにしている必要がある。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
206. MedicationRequest.dosageInstruction.site.coding.userSelected | |||||
Definition | ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。 | ||||
Control | 0..1 | ||||
Type | boolean | ||||
Requirements | このエレメントは臨床安全のために特定されてきた。System/codeのペアが明示的に選択されることは、言語処理や何らかの規則を元に推測されるよりも正確だからである。 | ||||
Comments | 選択肢の中から、直接選ばれたコードは新しく翻訳するときには最も適切なスタート地点である。何をもって「直接選ばれた」とするのかには曖昧なところがあり、このエレメントの使用について明確にして結論として何を意味するのかより完全になるよう取引先との合意が必要となる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
207. MedicationRequest.dosageInstruction.site.text | |||||
Definition | 入力したユーザーが見た/選択した/発したとおりの概念および・またはユーザーが意図した概念を自然言語で表現したもの。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Requirements | ターミノロジー由来のコードは必ずしも人間が使う言葉の全てのニュアンスを含めた正確な意味を捉えているわけではなく、適切なコードが見つからない場合もある。そのような場合でもtextエレメントは元々の意味のすべてを捉えるために使うことができる。 | ||||
Comments | textエレメントはcodingのdisplayNameエレメントと一致することがよくある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
208. MedicationRequest.dosageInstruction.route | |||||
Definition | 投与経路。 | ||||
Control | 0..1 | ||||
Binding | For 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. | ||||
Type | CodeableConcept | ||||
Requirements | 治療薬剤が患者の体内に投与される生理学的な経路を特定するためのコード。 | ||||
Comments | 投与経路の一般的パターンに全てのターミノロジーが適応しているわけではない。情報モデルはCodeableConceptではなく、直接Codingをを使用してテキストやコーディング、翻訳、そしてエレメントと事前条件、事後条件の関係について管理するためにその構造を提示する必要がある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
209. MedicationRequest.dosageInstruction.route.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
210. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
211. MedicationRequest.dosageInstruction.route.coding | |||||
Definition | JAMI 用法コード表投与経路区分2桁コードを識別するURI。JP Coreでは必須。 | ||||
Control | 1..1 | ||||
Type | Coding | ||||
Requirements | 他のコードシステムへの変換や代替のコードシステムを使ってエンコードしてもよい。 | ||||
Comments | コードは臨時で列記したものや、コードのリストからSNOMED CTのように公式に定義されたものまである(HL7 v3 core principle を参照)。FHIR自体ではコーディング規約を定めてはいないし、意味を暗示するために利用されない(SHALL NOT)。一般的に UserSelected = trueの場合には一つのコードシステムが使われる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
212. MedicationRequest.dosageInstruction.route.coding.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
213. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
214. MedicationRequest.dosageInstruction.route.coding.system | |||||
Definition | HL7v2-0162表をベースにしたJPFHIRでの投与経路コード表を示すURL | ||||
Control | 1..1 | ||||
Type | uri | ||||
Requirements | 記号の定義の根拠が明確である必要がある。 | ||||
Comments | URIはOID(urn:oid:....)やUUID(urn:uuid:....)であることもある。OIDやUUIDはHL7のOIDレジストリを参照していなければならない(SHALL)。そうでなければ、URIはHL7のFHIRのリストに挙げられている特別なURIであるか、用語集が明確な定義が参照されるべきである。 | ||||
Fixed Value | http://jpfhir.jp/fhir/ePrescription/CodeSystem/route-codes | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
215. MedicationRequest.dosageInstruction.route.coding.version | |||||
Definition | コードが選択された際に利用されたコードシステムのバージョンである。コードの意味するところがバージョンが変わっても一貫しているように十分にメンテナンスされているコードシステムであれば、バージョンを表記する必要はないことに留意されたい。しかしながら、一貫性はなかなか保証されるものではないし、意味の一貫性が保証されていないのであればバージョンは交換されるべきである(SHOULD)。 | ||||
Note | This is a business versionId, not a resource version id (see discussion) | ||||
Control | 0..1 | ||||
Type | string | ||||
Comments | ターミノロジーのバージョンが文字列としてコードシステムにより定義されていない場合は、そのバージョンが公式に公開された日付を示す(FHIRのdateフォーマットで表現される)dateを用いることが推奨されている。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
216. MedicationRequest.dosageInstruction.route.coding.code | |||||
Definition | JAMI 用法コード表投与経路区分2桁コード | ||||
Control | 1..1 | ||||
Type | code | ||||
Requirements | システム内の特定のコードを参照する必要がある。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
217. MedicationRequest.dosageInstruction.route.coding.display | |||||
Definition | JAMI 用法コード表投与経路区分2桁コードの表⽰名 | ||||
Control | 0..1 | ||||
Type | string | ||||
Requirements | コードが持つ意味をそのシステムを知らない人でも読めるように人間可読であるようにしている必要がある。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
218. MedicationRequest.dosageInstruction.route.coding.userSelected | |||||
Definition | ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。 | ||||
Control | 0..1 | ||||
Type | boolean | ||||
Requirements | このエレメントは臨床安全のために特定されてきた。System/codeのペアが明示的に選択されることは、言語処理や何らかの規則を元に推測されるよりも正確だからである。 | ||||
Comments | 選択肢の中から、直接選ばれたコードは新しく翻訳するときには最も適切なスタート地点である。何をもって「直接選ばれた」とするのかには曖昧なところがあり、このエレメントの使用について明確にして結論として何を意味するのかより完全になるよう取引先との合意が必要となる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
219. MedicationRequest.dosageInstruction.route.text | |||||
Definition | 投与経路の文字列表現。コードで指定できない場合、本要素で文字列として指定してもよい。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Requirements | ターミノロジー由来のコードは必ずしも人間が使う言葉の全てのニュアンスを含めた正確な意味を捉えているわけではなく、適切なコードが見つからない場合もある。そのような場合でもtextエレメントは元々の意味のすべてを捉えるために使うことができる。 | ||||
Comments | textエレメントはcodingのdisplayNameエレメントと一致することがよくある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
220. MedicationRequest.dosageInstruction.method | |||||
Definition | 投与方法。投与⽅法に対応するJAMI 用法コード表基本用法1桁コード。 | ||||
Control | 0..1 | ||||
Binding | For example codes, see SNOMEDCTAdministrationMethodCodes A coded concept describing the technique by which the medicine is administered. | ||||
Type | CodeableConcept | ||||
Requirements | コード化された値は体内に薬剤が投与される方法を示している。注射ではよく使われる。たとえば、緩徐に注入、深部に静注など。 | ||||
Comments | ターミノロジーは投与する経路あるいは剤型をあらかじめ指定するために用いられる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
221. MedicationRequest.dosageInstruction.method.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
222. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
223. MedicationRequest.dosageInstruction.method.coding | |||||
Definition | A reference to a code defined by a terminology system. | ||||
Control | 0..* | ||||
Type | Coding | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.dosageInstruction.method.coding. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
224. MedicationRequest.dosageInstruction.method.coding:unitDigit1 | |||||
SliceName | unitDigit1 | ||||
Definition | 投与⽅法に対応するJAMI 用法コード表基本用法1桁コードを識別するURI。 | ||||
Control | 0..1 | ||||
Type | Coding | ||||
Requirements | 他のコードシステムへの変換や代替のコードシステムを使ってエンコードしてもよい。 | ||||
Comments | コードは臨時で列記したものや、コードのリストからSNOMED CTのように公式に定義されたものまである(HL7 v3 core principle を参照)。FHIR自体ではコーディング規約を定めてはいないし、意味を暗示するために利用されない(SHALL NOT)。一般的に UserSelected = trueの場合には一つのコードシステムが使われる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
225. MedicationRequest.dosageInstruction.method.coding:unitDigit1.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
226. MedicationRequest.dosageInstruction.method.coding:unitDigit1.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
227. MedicationRequest.dosageInstruction.method.coding:unitDigit1.system | |||||
Definition | 投与⽅法に対応するJAMI 用法コード表基本用法1桁コード。urn:oid:1.2.392.200250.2.2.20.30 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Requirements | 記号の定義の根拠が明確である必要がある。 | ||||
Comments | URIはOID(urn:oid:....)やUUID(urn:uuid:....)であることもある。OIDやUUIDはHL7のOIDレジストリを参照していなければならない(SHALL)。そうでなければ、URIはHL7のFHIRのリストに挙げられている特別なURIであるか、用語集が明確な定義が参照されるべきである。 | ||||
Fixed Value | urn:oid:1.2.392.200250.2.2.20.30 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
228. MedicationRequest.dosageInstruction.method.coding:unitDigit1.version | |||||
Definition | コードが選択された際に利用されたコードシステムのバージョンである。コードの意味するところがバージョンが変わっても一貫しているように十分にメンテナンスされているコードシステムであれば、バージョンを表記する必要はないことに留意されたい。しかしながら、一貫性はなかなか保証されるものではないし、意味の一貫性が保証されていないのであればバージョンは交換されるべきである(SHOULD)。 | ||||
Note | This is a business versionId, not a resource version id (see discussion) | ||||
Control | 0..1 | ||||
Type | string | ||||
Comments | ターミノロジーのバージョンが文字列としてコードシステムにより定義されていない場合は、そのバージョンが公式に公開された日付を示す(FHIRのdateフォーマットで表現される)dateを用いることが推奨されている。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
229. MedicationRequest.dosageInstruction.method.coding:unitDigit1.code | |||||
Definition | JAMI 用法コード表基本用法1桁コード。 | ||||
Control | 1..1 | ||||
Type | code | ||||
Requirements | システム内の特定のコードを参照する必要がある。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
230. MedicationRequest.dosageInstruction.method.coding:unitDigit1.display | |||||
Definition | JAMI 用法コード表基本用法1桁コードの表⽰名。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Requirements | コードが持つ意味をそのシステムを知らない人でも読めるように人間可読であるようにしている必要がある。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
231. MedicationRequest.dosageInstruction.method.coding:unitDigit1.userSelected | |||||
Definition | ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。 | ||||
Control | 0..1 | ||||
Type | boolean | ||||
Requirements | このエレメントは臨床安全のために特定されてきた。System/codeのペアが明示的に選択されることは、言語処理や何らかの規則を元に推測されるよりも正確だからである。 | ||||
Comments | 選択肢の中から、直接選ばれたコードは新しく翻訳するときには最も適切なスタート地点である。何をもって「直接選ばれた」とするのかには曖昧なところがあり、このエレメントの使用について明確にして結論として何を意味するのかより完全になるよう取引先との合意が必要となる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
232. MedicationRequest.dosageInstruction.method.coding:unitDigit2 | |||||
SliceName | unitDigit2 | ||||
Definition | 投与⽅法に対応するJAMI 用法コード表基本用法2桁コードを識別するURI。2桁コードurn:oid:1.2.392.200250.2.2.20.40 | ||||
Control | 0..1 | ||||
Type | Coding | ||||
Requirements | 他のコードシステムへの変換や代替のコードシステムを使ってエンコードしてもよい。 | ||||
Comments | コードは臨時で列記したものや、コードのリストからSNOMED CTのように公式に定義されたものまである(HL7 v3 core principle を参照)。FHIR自体ではコーディング規約を定めてはいないし、意味を暗示するために利用されない(SHALL NOT)。一般的に UserSelected = trueの場合には一つのコードシステムが使われる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
233. MedicationRequest.dosageInstruction.method.coding:unitDigit2.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
234. MedicationRequest.dosageInstruction.method.coding:unitDigit2.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
235. MedicationRequest.dosageInstruction.method.coding:unitDigit2.system | |||||
Definition | 投与⽅法に対応するJAMI 用法コード表基本用法2桁コード。2桁コードurn:oid:1.2.392.200250.2.2.20.40で固定される。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Requirements | 記号の定義の根拠が明確である必要がある。 | ||||
Comments | URIはOID(urn:oid:....)やUUID(urn:uuid:....)であることもある。OIDやUUIDはHL7のOIDレジストリを参照していなければならない(SHALL)。そうでなければ、URIはHL7のFHIRのリストに挙げられている特別なURIであるか、用語集が明確な定義が参照されるべきである。 | ||||
Fixed Value | urn:oid:1.2.392.200250.2.2.20.40 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
236. MedicationRequest.dosageInstruction.method.coding:unitDigit2.version | |||||
Definition | コードが選択された際に利用されたコードシステムのバージョンである。コードの意味するところがバージョンが変わっても一貫しているように十分にメンテナンスされているコードシステムであれば、バージョンを表記する必要はないことに留意されたい。しかしながら、一貫性はなかなか保証されるものではないし、意味の一貫性が保証されていないのであればバージョンは交換されるべきである(SHOULD)。 | ||||
Note | This is a business versionId, not a resource version id (see discussion) | ||||
Control | 0..1 | ||||
Type | string | ||||
Comments | ターミノロジーのバージョンが文字列としてコードシステムにより定義されていない場合は、そのバージョンが公式に公開された日付を示す(FHIRのdateフォーマットで表現される)dateを用いることが推奨されている。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
237. MedicationRequest.dosageInstruction.method.coding:unitDigit2.code | |||||
Definition | JAMI 用法コード表基本用法2桁コード。 | ||||
Control | 1..1 | ||||
Type | code | ||||
Requirements | システム内の特定のコードを参照する必要がある。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
238. MedicationRequest.dosageInstruction.method.coding:unitDigit2.display | |||||
Definition | JAMI 用法コード表基本用法2桁コードの表⽰名。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Requirements | コードが持つ意味をそのシステムを知らない人でも読めるように人間可読であるようにしている必要がある。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
239. MedicationRequest.dosageInstruction.method.coding:unitDigit2.userSelected | |||||
Definition | ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。 | ||||
Control | 0..1 | ||||
Type | boolean | ||||
Requirements | このエレメントは臨床安全のために特定されてきた。System/codeのペアが明示的に選択されることは、言語処理や何らかの規則を元に推測されるよりも正確だからである。 | ||||
Comments | 選択肢の中から、直接選ばれたコードは新しく翻訳するときには最も適切なスタート地点である。何をもって「直接選ばれた」とするのかには曖昧なところがあり、このエレメントの使用について明確にして結論として何を意味するのかより完全になるよう取引先との合意が必要となる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
240. MedicationRequest.dosageInstruction.method.text | |||||
Definition | 投与⽅法のテキスト表現。コードで指定できない場合、本要素で文字列として指定してもよい。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Requirements | ターミノロジー由来のコードは必ずしも人間が使う言葉の全てのニュアンスを含めた正確な意味を捉えているわけではなく、適切なコードが見つからない場合もある。そのような場合でもtextエレメントは元々の意味のすべてを捉えるために使うことができる。 | ||||
Comments | textエレメントはcodingのdisplayNameエレメントと一致することがよくある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
241. MedicationRequest.dosageInstruction.doseAndRate | |||||
Definition | 薬剤が投与される量。 | ||||
Control | 0..* | ||||
Type | Element | ||||
Must Support | true | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
242. MedicationRequest.dosageInstruction.doseAndRate.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
243. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
244. MedicationRequest.dosageInstruction.doseAndRate.type | |||||
Definition | 力価区分。力価区分コード。 本要素は、安全性のため省略せずに必須とする。 用量は製剤量で記述することを基本とするが、必要に応じて原薬量指定も可能とする。 | ||||
Control | 1..1 | ||||
Binding | For example codes, see DoseAndRateType The kind of dose or rate specified. | ||||
Type | CodeableConcept | ||||
Must Support | true | ||||
Requirements | このtypeに値が指定されていなければ、"ordered"であることが想定される。 | ||||
Comments | 投与速度・量の一般的パターンに全てのターミノロジーが適応しているわけではない。情報モデルはCodeableConceptではなく、直接Codingをを使用してテキストやコーディング、翻訳、そしてエレメントと事前条件、事後条件の関係について管理するためにその構造を提示する必要がある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
245. MedicationRequest.dosageInstruction.doseAndRate.type.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
246. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
247. MedicationRequest.dosageInstruction.doseAndRate.type.coding | |||||
Definition | 力価区分コード | ||||
Control | 1..1 | ||||
Type | Coding | ||||
Requirements | 他のコードシステムへの変換や代替のコードシステムを使ってエンコードしてもよい。 | ||||
Comments | コードは臨時で列記したものや、コードのリストからSNOMED CTのように公式に定義されたものまである(HL7 v3 core principle を参照)。FHIR自体ではコーディング規約を定めてはいないし、意味を暗示するために利用されない(SHALL NOT)。一般的に UserSelected = trueの場合には一つのコードシステムが使われる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
248. MedicationRequest.dosageInstruction.doseAndRate.type.coding.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
249. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
250. MedicationRequest.dosageInstruction.doseAndRate.type.coding.system | |||||
Definition | 力価区分コードのコード体系を識別するURI。固定値。 厚生労働省電子処方箋 CDA 記述仕様 第1版別表4を準用。 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Must Support | true | ||||
Requirements | 記号の定義の根拠が明確である必要がある。 | ||||
Comments | URIはOID(urn:oid:....)やUUID(urn:uuid:....)であることもある。OIDやUUIDはHL7のOIDレジストリを参照していなければならない(SHALL)。そうでなければ、URIはHL7のFHIRのリストに挙げられている特別なURIであるか、用語集が明確な定義が参照されるべきである。 | ||||
Fixed Value | urn:oid:1.2.392.100495.20.2.22 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
251. MedicationRequest.dosageInstruction.doseAndRate.type.coding.version | |||||
Definition | コードが選択された際に利用されたコードシステムのバージョンである。コードの意味するところがバージョンが変わっても一貫しているように十分にメンテナンスされているコードシステムであれば、バージョンを表記する必要はないことに留意されたい。しかしながら、一貫性はなかなか保証されるものではないし、意味の一貫性が保証されていないのであればバージョンは交換されるべきである(SHOULD)。 | ||||
Note | This is a business versionId, not a resource version id (see discussion) | ||||
Control | 0..1 | ||||
Type | string | ||||
Comments | ターミノロジーのバージョンが文字列としてコードシステムにより定義されていない場合は、そのバージョンが公式に公開された日付を示す(FHIRのdateフォーマットで表現される)dateを用いることが推奨されている。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
252. MedicationRequest.dosageInstruction.doseAndRate.type.coding.code | |||||
Definition | 力価区分コード(1:製剤量 2:原薬量) | ||||
Control | 1..1 | ||||
Type | code | ||||
Must Support | true | ||||
Requirements | システム内の特定のコードを参照する必要がある。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
253. MedicationRequest.dosageInstruction.doseAndRate.type.coding.display | |||||
Definition | 力価区分コードの表示名(1:製剤量 2:原薬量) | ||||
Control | 0..1 | ||||
Type | string | ||||
Must Support | true | ||||
Requirements | コードが持つ意味をそのシステムを知らない人でも読めるように人間可読であるようにしている必要がある。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
254. MedicationRequest.dosageInstruction.doseAndRate.type.coding.userSelected | |||||
Definition | ユーザーが直接コーディングしたかどうかを示す。たとえば、有効な項目のリスト(コードか表現)から選択したかどうか。 | ||||
Control | 0..1 | ||||
Type | boolean | ||||
Requirements | このエレメントは臨床安全のために特定されてきた。System/codeのペアが明示的に選択されることは、言語処理や何らかの規則を元に推測されるよりも正確だからである。 | ||||
Comments | 選択肢の中から、直接選ばれたコードは新しく翻訳するときには最も適切なスタート地点である。何をもって「直接選ばれた」とするのかには曖昧なところがあり、このエレメントの使用について明確にして結論として何を意味するのかより完全になるよう取引先との合意が必要となる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
255. MedicationRequest.dosageInstruction.doseAndRate.type.text | |||||
Definition | 入力したユーザーが見た/選択した/発したとおりの概念および・またはユーザーが意図した概念を自然言語で表現したもの。 | ||||
Control | 0..1 | ||||
Type | string | ||||
Requirements | ターミノロジー由来のコードは必ずしも人間が使う言葉の全てのニュアンスを含めた正確な意味を捉えているわけではなく、適切なコードが見つからない場合もある。そのような場合でもtextエレメントは元々の意味のすべてを捉えるために使うことができる。 | ||||
Comments | textエレメントはcodingのdisplayNameエレメントと一致することがよくある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
256. MedicationRequest.dosageInstruction.doseAndRate.dose[x] | |||||
Definition | 1回投与量。 用量は、1回投与量の記録を基本とし、MedicationRequestリソースの dosageInstruction.doseAndRate.doseQuantity要素 にSimpleQuantity型で記述する。 | ||||
Control | 0..1 | ||||
Type | Quantity(SimpleQuantity) | ||||
[x] Note | See Choice of Data Types for further information about how to use [x] | ||||
Must Support | true | ||||
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で伝えることができます。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.dosageInstruction.doseAndRate.dose[x]. The slices are unordered and Closed, and can be differentiated using the following discriminators:
| ||||
257. 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. | ||||
Control | 0..1 | ||||
Type | string | ||||
258. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
259. MedicationRequest.dosageInstruction.doseAndRate.dose[x].value | |||||
Definition | 1回投与量 | ||||
Control | 1..1 | ||||
Type | decimal | ||||
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). | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
260. MedicationRequest.dosageInstruction.doseAndRate.dose[x].comparator | |||||
Definition | Not allowed to be used in this context | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented. | ||||
Type | code | ||||
Is Modifier | true | ||||
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 Missing | If there is no comparator, then there is no modification of the value | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
261. MedicationRequest.dosageInstruction.doseAndRate.dose[x].unit | |||||
Definition | A human-readable form of the unit. | ||||
Control | 1..1 | ||||
Type | string | ||||
Requirements | There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
262. MedicationRequest.dosageInstruction.doseAndRate.dose[x].system | |||||
Definition | 医薬品単位略号を識別するOID。固定値。 | ||||
Control | 1..1 This element is affected by the following invariants: qty-3 | ||||
Type | uri | ||||
Requirements | Need to know the system that defines the coded form of the unit. | ||||
Fixed Value | urn:oid:1.2.392.100495.20.2.101 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
263. MedicationRequest.dosageInstruction.doseAndRate.dose[x].code | |||||
Definition | 医薬品単位略号 | ||||
Control | 0..1 | ||||
Type | code | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
264. MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity | |||||
SliceName | doseQuantity | ||||
Definition | The comparator is not used on a SimpleQuantity | ||||
Control | 0..1 | ||||
Type | Quantity | ||||
[x] Note | See 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 | The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
265. MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Control | 0..1 | ||||
Type | string | ||||
266. MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
267. MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity.value | |||||
Definition | 1回投与量 | ||||
Control | 1..1 | ||||
Type | decimal | ||||
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). | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
268. MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity.comparator | |||||
Definition | Not allowed to be used in this context | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented. | ||||
Type | code | ||||
Is Modifier | true | ||||
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 Missing | If there is no comparator, then there is no modification of the value | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
269. MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity.unit | |||||
Definition | A human-readable form of the unit. | ||||
Control | 1..1 | ||||
Type | string | ||||
Requirements | There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
270. MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity.system | |||||
Definition | 医薬品単位略号を識別するOID。固定値。 厚生労働省電子処方箋 CDA 記述仕様 別表20 医薬品単位略号 コード表を準用。拡張可能性あり。 | ||||
Control | 1..1 This element is affected by the following invariants: qty-3 | ||||
Type | uri | ||||
Must Support | true | ||||
Requirements | Need to know the system that defines the coded form of the unit. | ||||
Fixed Value | urn:oid:1.2.392.100495.20.2.101 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
271. MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity.code | |||||
Definition | 医薬品単位略号。 例) | ||||
Control | 0..1 | ||||
Type | code | ||||
Must Support | true | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
272. MedicationRequest.dosageInstruction.doseAndRate.rate[x] | |||||
Definition | 単位時間内での薬剤量。JP Coreでは1日投与量を表す。 | ||||
Control | 0..1 | ||||
Type | Ratio | ||||
[x] Note | See 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とするよりもセマンティクスを正確に伝えることができるかもしれない。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.dosageInstruction.doseAndRate.rate[x]. The slices are unordered and Closed, and can be differentiated using the following discriminators:
| ||||
273. 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. | ||||
Control | 0..1 | ||||
Type | string | ||||
274. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
275. MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator | |||||
Definition | 1日投与量 | ||||
Control | 1..1 | ||||
Type | Quantity | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
276. 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. | ||||
Control | 0..1 | ||||
Type | string | ||||
277. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
278. MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator.value | |||||
Definition | 1日投与量 | ||||
Control | 1..1 | ||||
Type | decimal | ||||
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). | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
279. 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. | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented. | ||||
Type | code | ||||
Is Modifier | true | ||||
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 Missing | If there is no comparator, then there is no modification of the value | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
280. MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator.unit | |||||
Definition | 投与量の単位。 | ||||
Control | 1..1 | ||||
Type | string | ||||
Requirements | There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
281. MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator.system | |||||
Definition | 医薬品単位略号を識別するOID。固定値。 | ||||
Control | 1..1 This element is affected by the following invariants: qty-3 | ||||
Type | uri | ||||
Requirements | Need to know the system that defines the coded form of the unit. | ||||
Fixed Value | urn:oid:1.2.392.100495.20.2.101 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
282. MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator.code | |||||
Definition | 医薬品単位略号 | ||||
Control | 0..1 | ||||
Type | code | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
283. MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator | |||||
Definition | 1日投与量の分母である「1日」を表す。 | ||||
Control | 1..1 | ||||
Type | Quantity | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
284. 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. | ||||
Control | 0..1 | ||||
Type | string | ||||
285. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
286. MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator.value | |||||
Definition | 1日投与量の分母である「1日」を表す。 | ||||
Control | 1..1 | ||||
Type | decimal | ||||
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 Value | 1 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
287. 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. | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented. | ||||
Type | code | ||||
Is Modifier | true | ||||
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 Missing | If there is no comparator, then there is no modification of the value | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
288. MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator.unit | |||||
Definition | 1日投与量の分母である「1日」の単位。「日」で固定される。 | ||||
Control | 1..1 | ||||
Type | string | ||||
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 | 日 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
289. MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator.system | |||||
Definition | UCUM単位コードを識別するURI | ||||
Control | 1..1 This element is affected by the following invariants: qty-3 | ||||
Type | uri | ||||
Requirements | Need to know the system that defines the coded form of the unit. | ||||
Fixed Value | http://unitsofmeasure.org | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
290. MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator.code | |||||
Definition | 「日」を表すUCUM単位コード。dで固定される。 | ||||
Control | 1..1 | ||||
Type | code | ||||
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 Value | d | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
291. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio | |||||
SliceName | rateRatio | ||||
Definition | 単位時間内での薬剤量。JP Coreでは1 日投与量を表す。 例)1日3錠 の場合、 rateRatio.numerator.value=3 、 rateRatio.numerator.unit="錠" 、 、 rateRatio.numerator.system="urn:oid:1.2.392.100495.20.2.101" 、rateRatio.numerator.code="TAB" | ||||
Control | 0..1 | ||||
Type | Ratio | ||||
[x] Note | See Choice of Data Types for further information about how to use [x] | ||||
Must Support | true | ||||
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とするよりもセマンティクスを正確に伝えることができるかもしれない。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
292. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Control | 0..1 | ||||
Type | string | ||||
293. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
294. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.numerator | |||||
Definition | 1日投与量 | ||||
Control | 1..1 | ||||
Type | Quantity | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
295. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.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. | ||||
Control | 0..1 | ||||
Type | string | ||||
296. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
297. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.numerator.value | |||||
Definition | 1 日投与量。 | ||||
Control | 1..1 | ||||
Type | decimal | ||||
Must Support | true | ||||
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). | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
298. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.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. | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented. | ||||
Type | code | ||||
Is Modifier | true | ||||
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 Missing | If there is no comparator, then there is no modification of the value | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
299. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.numerator.unit | |||||
Definition | 投与量の単位。 | ||||
Control | 1..1 | ||||
Type | string | ||||
Requirements | There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
300. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.numerator.system | |||||
Definition | 医薬品単位略号を識別するOID。固定値。 厚生労働省電子処方箋 CDA 記述仕様 別表20 医薬品単位略号 コード表を準用。拡張可能性あり。 | ||||
Control | 1..1 This element is affected by the following invariants: qty-3 | ||||
Type | uri | ||||
Must Support | true | ||||
Requirements | Need to know the system that defines the coded form of the unit. | ||||
Fixed Value | urn:oid:1.2.392.100495.20.2.101 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
301. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.numerator.code | |||||
Definition | 医薬品単位略号 | ||||
Control | 0..1 | ||||
Type | code | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
302. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.denominator | |||||
Definition | 1日投与量の分母である「1日」を表す。 | ||||
Control | 1..1 | ||||
Type | Quantity | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
303. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.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. | ||||
Control | 0..1 | ||||
Type | string | ||||
304. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
305. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.denominator.value | |||||
Definition | 1日投与量の分母である「1日」を表す。 | ||||
Control | 1..1 | ||||
Type | decimal | ||||
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 Value | 1 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
306. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.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. | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented. | ||||
Type | code | ||||
Is Modifier | true | ||||
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 Missing | If there is no comparator, then there is no modification of the value | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
307. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.denominator.unit | |||||
Definition | 1日投与量の分母である「1日」の単位。「日」で固定される。 | ||||
Control | 1..1 | ||||
Type | string | ||||
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 | 日 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
308. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.denominator.system | |||||
Definition | UCUM単位コードを識別するURI | ||||
Control | 1..1 This element is affected by the following invariants: qty-3 | ||||
Type | uri | ||||
Requirements | Need to know the system that defines the coded form of the unit. | ||||
Fixed Value | http://unitsofmeasure.org | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
309. MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.denominator.code | |||||
Definition | 「日」を表すUCUM単位コード。dで固定される。 | ||||
Control | 1..1 | ||||
Type | code | ||||
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 Value | d | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
310. MedicationRequest.dosageInstruction.maxDosePerPeriod | |||||
Definition | 単位期間内の薬剤投与上限 | ||||
Control | 0..1 | ||||
Type | Ratio | ||||
Requirements | 一定期間に患者に投与できる治療物質の最大容量。たとえば、24時間で1000mg。 | ||||
Comments | このエレメントは投与量に上限があるときに用法指示の補助として使われる。たとえば、「1回2錠4時間おきに、1日8錠まで」のような表現である。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
311. MedicationRequest.dosageInstruction.maxDosePerPeriod.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
312. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
313. MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator | |||||
Definition | 分子の値 | ||||
Control | 0..1 | ||||
Type | Quantity | ||||
Comments | このエレメントはどのような量を表現するか定義するためにコンテキストにあわせてよく定義される。したがって、どのような単位でも利用することができる。使用されるコンテキストによってcomparatorエレメントで値が定義されることもある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
314. MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
315. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
316. MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.value | |||||
Definition | 計測された量。精度を含めた値が暗示される。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Requirements | Precision is handled implicitly in almost all cases of measurement. | ||||
Comments | 暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
317. MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.comparator | |||||
Definition | 実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented. | ||||
Type | code | ||||
Is Modifier | true | ||||
Requirements | 計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Meaning if Missing | If there is no comparator, then there is no modification of the value | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
318. MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.unit | |||||
Definition | 人間にも可読な単位表現 | ||||
Control | 0..1 | ||||
Type | string | ||||
Requirements | コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
319. MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.system | |||||
Definition | 単位をコード化して表現するシステムについてのID。 | ||||
Control | 0..1 This element is affected by the following invariants: qty-3 | ||||
Type | uri | ||||
Requirements | システムによって定義される単位のコードを把握しておく必要がある。 | ||||
Comments | 以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
320. MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.code | |||||
Definition | 単位を表現するシステムで機械処理できる形式での単位。 | ||||
Control | 0..1 | ||||
Type | code | ||||
Requirements | どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。 | ||||
Comments | UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
321. MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator | |||||
Definition | 分母の値 | ||||
Control | 0..1 | ||||
Type | Quantity | ||||
Comments | このエレメントはどのような量を表現するか定義するためにコンテキストにあわせてよく定義される。したがって、どのような単位でも利用することができる。使用されるコンテキストによってcomparatorエレメントで値が定義されることもある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
322. MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
323. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
324. MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.value | |||||
Definition | 計測された量。精度を含めた値が暗示される。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Requirements | Precision is handled implicitly in almost all cases of measurement. | ||||
Comments | 暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
325. MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.comparator | |||||
Definition | 実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented. | ||||
Type | code | ||||
Is Modifier | true | ||||
Requirements | 計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Meaning if Missing | If there is no comparator, then there is no modification of the value | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
326. MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.unit | |||||
Definition | 人間にも可読な単位表現 | ||||
Control | 0..1 | ||||
Type | string | ||||
Requirements | コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
327. MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.system | |||||
Definition | 単位をコード化して表現するシステムについてのID。 | ||||
Control | 0..1 This element is affected by the following invariants: qty-3 | ||||
Type | uri | ||||
Requirements | システムによって定義される単位のコードを把握しておく必要がある。 | ||||
Comments | 以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
328. MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.code | |||||
Definition | 単位を表現するシステムで機械処理できる形式での単位。 | ||||
Control | 0..1 | ||||
Type | code | ||||
Requirements | どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。 | ||||
Comments | UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
329. MedicationRequest.dosageInstruction.maxDosePerAdministration | |||||
Definition | 1回投与あたりの最大薬剤量 | ||||
Control | 0..1 | ||||
Type | Quantity(SimpleQuantity) | ||||
Requirements | 患者に対する治1回あたりの療薬剤の総量としての最大量は投与ごとにに管理されるべきでもある。 | ||||
Comments | 薬剤用量に上限があることについて表現することを意図している。たとえば、体表面積に応じて用量と最大量が設定されている場合、5分から10分かけて1.5mg/m2(最大2mg) 静注(IV)するというような表現はdoseQuantityが1.5mg/m2で、maxDosePerAdministrationが2mgであることで表現できる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
330. MedicationRequest.dosageInstruction.maxDosePerAdministration.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
331. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
332. MedicationRequest.dosageInstruction.maxDosePerAdministration.value | |||||
Definition | 計測された量。精度を含めた値が暗示される。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Requirements | Precision is handled implicitly in almost all cases of measurement. | ||||
Comments | 暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
333. MedicationRequest.dosageInstruction.maxDosePerAdministration.comparator | |||||
Definition | 実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。 | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented. | ||||
Type | code | ||||
Is Modifier | true | ||||
Requirements | 計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Meaning if Missing | If there is no comparator, then there is no modification of the value | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
334. MedicationRequest.dosageInstruction.maxDosePerAdministration.unit | |||||
Definition | 人間にも可読な単位表現 | ||||
Control | 0..1 | ||||
Type | string | ||||
Requirements | コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
335. MedicationRequest.dosageInstruction.maxDosePerAdministration.system | |||||
Definition | 単位をコード化して表現するシステムについてのID。 | ||||
Control | 0..1 This element is affected by the following invariants: qty-3 | ||||
Type | uri | ||||
Requirements | システムによって定義される単位のコードを把握しておく必要がある。 | ||||
Comments | 以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
336. MedicationRequest.dosageInstruction.maxDosePerAdministration.code | |||||
Definition | 単位を表現するシステムで機械処理できる形式での単位。 | ||||
Control | 0..1 | ||||
Type | code | ||||
Requirements | どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。 | ||||
Comments | UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
337. MedicationRequest.dosageInstruction.maxDosePerLifetime | |||||
Definition | 患者の障害での最大投与量 | ||||
Control | 0..1 | ||||
Type | Quantity(SimpleQuantity) | ||||
Requirements | 対象となる患者の人生において治療薬剤として投与される最大総量は管理されていることが望ましい。 | ||||
Comments | このエレメントはどのような量を表現するか定義するためにコンテキストにあわせてよく定義される。したがって、どのような単位でも利用することができる。使用されるコンテキストによってcomparatorエレメントで値が定義されることもある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
338. MedicationRequest.dosageInstruction.maxDosePerLifetime.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
339. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
340. MedicationRequest.dosageInstruction.maxDosePerLifetime.value | |||||
Definition | 計測された量。精度を含めた値が暗示される。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Requirements | Precision is handled implicitly in almost all cases of measurement. | ||||
Comments | 暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
341. MedicationRequest.dosageInstruction.maxDosePerLifetime.comparator | |||||
Definition | 実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。 | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented. | ||||
Type | code | ||||
Is Modifier | true | ||||
Requirements | 計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Meaning if Missing | If there is no comparator, then there is no modification of the value | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
342. MedicationRequest.dosageInstruction.maxDosePerLifetime.unit | |||||
Definition | 人間にも可読な単位表現 | ||||
Control | 0..1 | ||||
Type | string | ||||
Requirements | コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
343. MedicationRequest.dosageInstruction.maxDosePerLifetime.system | |||||
Definition | 単位をコード化して表現するシステムについてのID。 | ||||
Control | 0..1 This element is affected by the following invariants: qty-3 | ||||
Type | uri | ||||
Requirements | システムによって定義される単位のコードを把握しておく必要がある。 | ||||
Comments | 以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
344. MedicationRequest.dosageInstruction.maxDosePerLifetime.code | |||||
Definition | 単位を表現するシステムで機械処理できる形式での単位。 | ||||
Control | 0..1 | ||||
Type | code | ||||
Requirements | どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。 | ||||
Comments | UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
345. MedicationRequest.dispenseRequest | |||||
Definition | 調剤情報。 薬剤オーダー(MedicationRequest, Medication Prescription, Medication Orderなどとしても表現される)や薬剤オーダーとの一部としての薬剤の払い出しあるいは提供。この情報はオーダーとしてかならず伝えられるというわけではないことに注意。薬剤部門で調剤・払い出しを完了するための施設(たとえば病院)やシステムでのサポートに関する設定をしてもよい。 | ||||
Control | 1..1 | ||||
Type | BackboneElement | ||||
Must Support | true | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
346. MedicationRequest.dispenseRequest.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
347. MedicationRequest.dispenseRequest.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.dispenseRequest.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
348. MedicationRequest.dispenseRequest.extension:InstructionForDispense | |||||
SliceName | InstructionForDispense | ||||
Definition | 薬剤単位の調剤指示を格納する | ||||
Control | 0..* | ||||
Type | Extension(JP_MedicationRequest_DispenseRequest_InstructionForDispense) (Extension Type: Choice of: string, CodeableConcept) | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
349. 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. | ||||
Control | 0..0 | ||||
Type | string | ||||
350. MedicationRequest.dispenseRequest.extension:InstructionForDispense.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. | ||||
Control | 0..0 | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
351. MedicationRequest.dispenseRequest.extension:InstructionForDispense.url | |||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||
Control | 1..1 | ||||
Type | uri | ||||
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 Value | http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationRequest_DispenseRequest_InstructionForDispense | ||||
352. MedicationRequest.dispenseRequest.extension:InstructionForDispense.value[x] | |||||
Definition | 薬剤単位の調剤・払い出し指示 | ||||
Control | 0..1 | ||||
Type | Choice of: string, CodeableConcept | ||||
[x] Note | See Choice of Data Types for further information about how to use [x] | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
353. MedicationRequest.dispenseRequest.extension:ExpectedRepeatCount | |||||
SliceName | ExpectedRepeatCount | ||||
Definition | 頓⽤回数を表現する拡張 | ||||
Control | 0..1 | ||||
Type | Extension(JP_MedicationRequest_DispenseRequest_ExpectedRepeatCount) (Extension Type: integer) | ||||
Must Support | true | ||||
Invariants | Defined 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()) | ||||
354. 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). | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true | ||||
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 Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
355. MedicationRequest.dispenseRequest.initialFill | |||||
Definition | 初回の薬剤払い出しでの期間や量への指示 | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Comments | このエレメントを設定するときには量あるいは期間が指定されていなければならない。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
356. MedicationRequest.dispenseRequest.initialFill.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
357. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
358. 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). | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true | ||||
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 Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
359. MedicationRequest.dispenseRequest.initialFill.quantity | |||||
Definition | 初回の払い出しとして提供される薬剤の量。 | ||||
Control | 0..1 | ||||
Type | Quantity(SimpleQuantity) | ||||
Comments | このエレメントはどのような量を表現するか定義するためにコンテキストにあわせてよく定義される。したがって、どのような単位でも利用することができる。使用されるコンテキストによってcomparatorエレメントで値が定義されることもある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
360. MedicationRequest.dispenseRequest.initialFill.quantity.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
361. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
362. MedicationRequest.dispenseRequest.initialFill.quantity.value | |||||
Definition | 計測された量。精度を含めた値が暗示される。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Requirements | Precision is handled implicitly in almost all cases of measurement. | ||||
Comments | 暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
363. MedicationRequest.dispenseRequest.initialFill.quantity.comparator | |||||
Definition | 実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。 | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented. | ||||
Type | code | ||||
Is Modifier | true | ||||
Requirements | 計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Meaning if Missing | If there is no comparator, then there is no modification of the value | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
364. MedicationRequest.dispenseRequest.initialFill.quantity.unit | |||||
Definition | 人間にも可読な単位表現 | ||||
Control | 0..1 | ||||
Type | string | ||||
Requirements | コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
365. MedicationRequest.dispenseRequest.initialFill.quantity.system | |||||
Definition | 単位をコード化して表現するシステムについてのID。 | ||||
Control | 0..1 This element is affected by the following invariants: qty-3 | ||||
Type | uri | ||||
Requirements | システムによって定義される単位のコードを把握しておく必要がある。 | ||||
Comments | 以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
366. MedicationRequest.dispenseRequest.initialFill.quantity.code | |||||
Definition | 単位を表現するシステムで機械処理できる形式での単位。 | ||||
Control | 0..1 | ||||
Type | code | ||||
Requirements | どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。 | ||||
Comments | UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
367. MedicationRequest.dispenseRequest.initialFill.duration | |||||
Definition | 初回に行われる調剤、払い出しで予定される期間 | ||||
Control | 0..1 | ||||
Type | Duration | ||||
Comments | このエレメントはどのような量を表現するか定義するためにコンテキストにあわせてよく定義される。したがって、どのような単位でも利用することができる。使用されるコンテキストによってcomparatorエレメントで値が定義されることもある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
368. MedicationRequest.dispenseRequest.initialFill.duration.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
369. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
370. MedicationRequest.dispenseRequest.initialFill.duration.value | |||||
Definition | 計測された量。精度を含めた値が暗示される。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Requirements | Precision is handled implicitly in almost all cases of measurement. | ||||
Comments | 暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
371. MedicationRequest.dispenseRequest.initialFill.duration.comparator | |||||
Definition | 実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented. | ||||
Type | code | ||||
Is Modifier | true | ||||
Requirements | 計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Meaning if Missing | If there is no comparator, then there is no modification of the value | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
372. MedicationRequest.dispenseRequest.initialFill.duration.unit | |||||
Definition | 人間にも可読な単位表現 | ||||
Control | 0..1 | ||||
Type | string | ||||
Requirements | コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
373. MedicationRequest.dispenseRequest.initialFill.duration.system | |||||
Definition | 単位をコード化して表現するシステムについてのID。 | ||||
Control | 0..1 This element is affected by the following invariants: qty-3 | ||||
Type | uri | ||||
Requirements | システムによって定義される単位のコードを把握しておく必要がある。 | ||||
Comments | 以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
374. MedicationRequest.dispenseRequest.initialFill.duration.code | |||||
Definition | 単位を表現するシステムで機械処理できる形式での単位。 | ||||
Control | 0..1 | ||||
Type | code | ||||
Requirements | どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。 | ||||
Comments | UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
375. MedicationRequest.dispenseRequest.dispenseInterval | |||||
Definition | 再調剤、払い出しを行う予定までの最短の期間 | ||||
Control | 0..1 | ||||
Type | Duration | ||||
Comments | このエレメントはどのような量を表現するか定義するためにコンテキストにあわせてよく定義される。したがって、どのような単位でも利用することができる。使用されるコンテキストによってcomparatorエレメントで値が定義されることもある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
376. MedicationRequest.dispenseRequest.dispenseInterval.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
377. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
378. MedicationRequest.dispenseRequest.dispenseInterval.value | |||||
Definition | 計測された量。精度を含めた値が暗示される。 | ||||
Control | 0..1 | ||||
Type | decimal | ||||
Requirements | Precision is handled implicitly in almost all cases of measurement. | ||||
Comments | 暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
379. MedicationRequest.dispenseRequest.dispenseInterval.comparator | |||||
Definition | 実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。 | ||||
Control | 0..1 | ||||
Binding | The codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented. | ||||
Type | code | ||||
Is Modifier | true | ||||
Requirements | 計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Meaning if Missing | If there is no comparator, then there is no modification of the value | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
380. MedicationRequest.dispenseRequest.dispenseInterval.unit | |||||
Definition | 人間にも可読な単位表現 | ||||
Control | 0..1 | ||||
Type | string | ||||
Requirements | コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
381. MedicationRequest.dispenseRequest.dispenseInterval.system | |||||
Definition | 単位をコード化して表現するシステムについてのID。 | ||||
Control | 0..1 This element is affected by the following invariants: qty-3 | ||||
Type | uri | ||||
Requirements | システムによって定義される単位のコードを把握しておく必要がある。 | ||||
Comments | 以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
382. MedicationRequest.dispenseRequest.dispenseInterval.code | |||||
Definition | 単位を表現するシステムで機械処理できる形式での単位。 | ||||
Control | 0..1 | ||||
Type | code | ||||
Requirements | どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。 | ||||
Comments | UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
383. MedicationRequest.dispenseRequest.validityPeriod | |||||
Definition | このエレメントは処方の有効期間(処方が失効する日)を示す。 | ||||
Control | 0..1 | ||||
Type | Period | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
384. MedicationRequest.dispenseRequest.validityPeriod.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
385. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
386. MedicationRequest.dispenseRequest.validityPeriod.start | |||||
Definition | 期間の開始を示す。境界も含まれる。 | ||||
Control | 0..1 This element is affected by the following invariants: per-1 | ||||
Type | dateTime | ||||
Comments | このエレメントが設定されていなければ、下限が不明であることを示す。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
387. MedicationRequest.dispenseRequest.validityPeriod.end | |||||
Definition | 期間の終了時刻。もし、期間の終了が示されていなければ、このインスタンスが生成された時点での終了時刻が不明であったか計画されていなかったかである。開始時刻(start)は過去であることもあり、終了時刻(end)は未来であることもあり、その時点での見込みあるいは予定された終了時刻を意味する。 | ||||
Control | 0..1 This element is affected by the following invariants: per-1 | ||||
Type | dateTime | ||||
Comments | 終了時刻は全ての日付・時刻に対応する。たとえば、2012-02-03T10:00:00は2012-02-03を終了時刻(end)の値とする期間を示す。 | ||||
Meaning if Missing | If the end of the period is missing, it means that the period is ongoing | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
388. MedicationRequest.dispenseRequest.numberOfRepeatsAllowed | |||||
Definition | 最初の払い出しに追加で許可された払い出し回数(リフィル、日本では分割処方であるが制度的に一致しない)を示す整数であり、患者が処方された薬を受け取ることができる回数である。使用上の注意:この整数には最初の払い出しが含まれない。オーダーが「30錠に加えて3回繰り返し調剤可」であれば、このオーダーで合計4回、120錠が患者に受け渡される。処方者は0回のリフィルが許可されていると示すことで、初回の払い出し以外を認めないことを明示することができる。 | ||||
Control | 0..1 | ||||
Type | unsignedInt | ||||
Comments | もし、許可された払い出し回数を表示するのであれば、この数字に1を足すこと。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
389. MedicationRequest.dispenseRequest.quantity | |||||
Definition | 1回の調剤で払い出される薬剤の量 | ||||
Control | 0..1 | ||||
Type | Quantity(SimpleQuantity) | ||||
Comments | このエレメントはどのような量を表現するか定義するためにコンテキストにあわせてよく定義される。したがって、どのような単位でも利用することができる。使用されるコンテキストによってcomparatorエレメントで値が定義されることもある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
390. MedicationRequest.dispenseRequest.quantity.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
391. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
392. MedicationRequest.dispenseRequest.quantity.value | |||||
Definition | 調剤量。精度を含めた値が暗示される。 例)1日3錠で7日分の場合、この要素には21 が設定される。 | ||||
Control | 1..1 | ||||
Type | decimal | ||||
Must Support | true | ||||
Requirements | Precision is handled implicitly in almost all cases of measurement. | ||||
Comments | 暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
393. MedicationRequest.dispenseRequest.quantity.comparator | |||||
Definition | 実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。 | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented. | ||||
Type | code | ||||
Is Modifier | true | ||||
Requirements | 計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Meaning if Missing | If there is no comparator, then there is no modification of the value | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
394. MedicationRequest.dispenseRequest.quantity.unit | |||||
Definition | 単位文字列 | ||||
Control | 1..1 | ||||
Type | string | ||||
Requirements | コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
395. MedicationRequest.dispenseRequest.quantity.system | |||||
Definition | 医薬品単位略号を識別するURL。urn:oid:1.2.392.200119.4.403.1で固定される。 厚生労働省電子処方箋 CDA 記述仕様 別表20 医薬品単位略号 コード表を準用。拡張可能性あり。 | ||||
Control | 1..1 This element is affected by the following invariants: qty-3 | ||||
Type | uri | ||||
Must Support | true | ||||
Requirements | システムによって定義される単位のコードを把握しておく必要がある。 | ||||
Comments | 医薬品単位略号はひとつのリソース記述のなかで1種類のコード体系に統一すること。 | ||||
Fixed Value | urn:oid:1.2.392.100495.20.2.101 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
396. MedicationRequest.dispenseRequest.quantity.code | |||||
Definition | 医薬品単位略号。 | ||||
Control | 1..1 | ||||
Type | code | ||||
Must Support | true | ||||
Requirements | どのような形式であっても医薬品単位略号はひとつのリソース記述のなかで1種類のコード体系に統一すること。 | ||||
Comments | 厚生労働省電子処方箋 CDA 記述仕様 別表20 医薬品単位略号 コード表を準用。拡張可能性あり。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
397. MedicationRequest.dispenseRequest.expectedSupplyDuration | |||||
Definition | 供給される製品が使用されるか、あるいは払い出しが想定されている時間を指定する期間。 | ||||
Control | 0..1 | ||||
Type | Duration | ||||
Comments | 状況によっては、この属性は物理的に供給される量というよりも、想定されている期間に供給される薬剤の量を指定する数量の代わりに使われることもある。たとえば、薬剤が90日間供給される(オーダーされた量に基づいて)など。可能であれば、量も示した方がより正確になる。expectedSupplyDurationは外部要因に影響をうけることのある予測値である。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
398. MedicationRequest.dispenseRequest.expectedSupplyDuration.id | |||||
Definition | エレメント間参照のためのユニークID。空白を含まない全ての文字を使ってもよい(MAY)。 | ||||
Control | 0..1 | ||||
Type | string | ||||
399. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
400. MedicationRequest.dispenseRequest.expectedSupplyDuration.value | |||||
Definition | 調剤日数。 例)1日3錠で7日分の場合、この要素には 7が設定される。 | ||||
Control | 1..1 | ||||
Type | decimal | ||||
Must Support | true | ||||
Requirements | Precision is handled implicitly in almost all cases of measurement. | ||||
Comments | 暗示された精度については常に尊重すべきである。貨幣計算では制度に関する独自のルールがある(会計についての標準的な教科書を参照すること)。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
401. MedicationRequest.dispenseRequest.expectedSupplyDuration.comparator | |||||
Definition | 実際の値が計測して示された値よりも大きいのか小さいのかなど、値がどのように解釈され、表現されるのかを示している。たとえば、もし、comparatorエレメントが"<"であれば、実際の値は示された値よりも小さい(<)。 | ||||
Control | 0..0 | ||||
Binding | The codes SHALL be taken from QuantityComparator How the Quantity should be understood and represented. | ||||
Type | code | ||||
Is Modifier | true | ||||
Requirements | 計測法に制限があって値が<5ug/L や >400mg/L として示されるような場合でも値を扱えるようなフレームワークが必要である。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Meaning if Missing | If there is no comparator, then there is no modification of the value | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
402. MedicationRequest.dispenseRequest.expectedSupplyDuration.unit | |||||
Definition | 調剤日数の単位。「日」固定。 | ||||
Control | 1..1 | ||||
Type | string | ||||
Requirements | コンテキストによってさまざまな単位の表現がある。固定された特定の表現が求められることがある。たとえば、mcgはmicrogramを表す。 | ||||
Comments | FHIRの文字列は1MB以上の大きさとなってなはらない(SHALL NOT)。 | ||||
Fixed Value | 日 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
403. MedicationRequest.dispenseRequest.expectedSupplyDuration.system | |||||
Definition | UCUM単位コードを識別するURI。固定値。 | ||||
Control | 1..1 This element is affected by the following invariants: qty-3 | ||||
Type | uri | ||||
Requirements | システムによって定義される単位のコードを把握しておく必要がある。 | ||||
Comments | 以下参照。 http://en.wikipedia.org/wiki/Uniform_resource_identifier | ||||
Fixed Value | http://unitsofmeasure.org | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
404. MedicationRequest.dispenseRequest.expectedSupplyDuration.code | |||||
Definition | 「日」を表すUCUM単位コード。固定値。 | ||||
Control | 1..1 | ||||
Type | code | ||||
Requirements | どのような形式であっても機械処理できる単位形式であることが求められる。UCUMは量についての単位を提供し、SNOMED CTは他に関心のある単位を提供する。 | ||||
Comments | UCUMが推奨されるシステムではあるが、SNOMED CT(慣用単位のために)やISO 4217を通貨のために利用することができる。コンテキストによっては特定なシステムによるコードが付加的に求められることもある。 | ||||
Fixed Value | d | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
405. MedicationRequest.dispenseRequest.performer | |||||
Definition | 処方者によって指定される調剤・払い出しを行うと想定されているOrganizationを示す。 Indicates the intended dispensing Organization specified by the prescriber. | ||||
Control | 0..1 | ||||
Type | Reference(Organization) | ||||
Comments | 参照先は実存するFHIR Resourceでなければならず(SHALL)、解決可能(アクセスコントロールや、一時的に利用不可であることなどは許容される)でなければならない(SHALL)。解決の方法はURLから取得可能であるか、Resouce型が適応できるかどうか、正規のURLとして絶対的参照を扱うことができるか、ローカルのレジストリ/リポジトリから参照することができるかである。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
406. MedicationRequest.substitution | |||||
Definition | 後発医薬品への変更可否情報。代替薬剤を払い出してよいかどうかを示している。代替薬剤を使用しなければいけない場合もあれば、使用しない場合もある。このブロックでは処方者の意図が示される。もし、何も指定されていなければ代替薬品を用いてもよい。 | ||||
Control | 0..1 | ||||
Type | BackboneElement | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
407. MedicationRequest.substitution.id | |||||
Definition | リソース内のエレメントを参照(内部参照)するためのユニークなID。空白を含まなければどのような文字列であってもよい。 | ||||
Control | 0..1 | ||||
Type | string | ||||
408. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
409. 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). | ||||
Control | 0..* | ||||
Type | Extension | ||||
Is Modifier | true | ||||
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 Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
410. MedicationRequest.substitution.allowed[x] | |||||
Definition | 後発医薬品への変更可否情報。 | ||||
Control | 1..1 | ||||
Binding | For example codes, see ActSubstanceAdminSubstitutionCode Identifies the type of substitution allowed. | ||||
Type | CodeableConcept | ||||
[x] Note | See Choice of Data Types for further information about how to use [x] | ||||
Comments | 代替品が許可されるかどうかは無視できないので、このエレメントはmodifierとしてラベルされる。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
411. 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. | ||||
Control | 0..1 | ||||
Type | string | ||||
412. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
413. MedicationRequest.substitution.allowed[x].coding | |||||
Definition | 後発品変更不可コード。 | ||||
Control | 1..1 | ||||
Type | Coding | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
414. 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. | ||||
Control | 0..1 | ||||
Type | string | ||||
415. 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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This 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:
| ||||
416. MedicationRequest.substitution.allowed[x].coding.system | |||||
Definition | 後発品変更不可コードを識別するURI。固定値。 厚生労働省電子処方箋CDA規格第1版 別表8 後発品変更不可コード OID: 1.2.392.100495.20.2.41 | ||||
Control | 1..1 | ||||
Type | uri | ||||
Must Support | true | ||||
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 Value | urn:oid:1.2.392.100495.20.2.41 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
417. 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. | ||||
Note | This is a business versionId, not a resource version id (see discussion) | ||||
Control | 0..1 | ||||
Type | string | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
418. MedicationRequest.substitution.allowed[x].coding.code | |||||
Definition | 後発品変更不可コード。 不可の場合には1を設定する。 厚生労働省電子処方箋CDA規格第1版 別表8 後発品変更不可コード 0 変更可 (省略可) 1 後発品変更不可 2 剤形変更不可 3 含量規格変更不可 | ||||
Control | 1..1 | ||||
Type | code | ||||
Must Support | true | ||||
Requirements | Need to refer to a particular code in the system. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
419. MedicationRequest.substitution.allowed[x].coding.display | |||||
Definition | 後発品変更不可コード表示名。 0 変更可 1 後発品変更不可 2 剤形変更不可 3 含量規格変更不可 | ||||
Control | 0..1 | ||||
Type | string | ||||
Must Support | true | ||||
Requirements | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
420. 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). | ||||
Control | 0..1 | ||||
Type | boolean | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
421. 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. | ||||
Control | 0..1 | ||||
Type | string | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
422. MedicationRequest.substitution.reason | |||||
Definition | オーダー情報では、後発品変更不可の理由。 | ||||
Control | 0..1 | ||||
Binding | For example codes, see SubstanceAdminSubstitutionReason A coded concept describing the reason that a different medication should (or should not) be substituted from what was prescribed. | ||||
Type | CodeableConcept | ||||
Must Support | true | ||||
Comments | 代替品の理由を表す一般的パターンに全てのターミノロジーが適応しているわけではない。情報モデルはCodeableConceptではなく、直接Codingをを使用してテキストやコーディング、翻訳、そしてエレメントと事前条件、事後条件の関係について管理するためにその構造を提示する必要がある。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
423. MedicationRequest.substitution.reason.id | |||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
Control | 0..1 | ||||
Type | string | ||||
424. MedicationRequest.substitution.reason.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. | ||||
Control | 0..* | ||||
Type | Extension | ||||
Alternate Names | extensions, 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. | ||||
Invariants | Defined 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()) | ||||
Slicing | This element introduces a set of slices on MedicationRequest.substitution.reason.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
| ||||
425. MedicationRequest.substitution.reason.coding | |||||
Definition | A reference to a code defined by a terminology system. | ||||
Control | 0..* | ||||
Type | Coding | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
426. MedicationRequest.substitution.reason.text | |||||
Definition | 理由を表す文字列。 例) "患者からの強い要望により" | ||||
Control | 0..1 | ||||
Type | string | ||||
Must Support | true | ||||
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. | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
427. MedicationRequest.priorPrescription | |||||
Definition | 関連する先行オーダーや処方を表現するMedicationRequest Resouceへのリンク。 | ||||
Control | 0..0 | ||||
Type | Reference(MedicationRequest) | ||||
Comments | 参照先は実存するFHIR Resourceでなければならず(SHALL)、解決可能(アクセスコントロールや、一時的に利用不可であることなどは許容される)でなければならない(SHALL)。解決の方法はURLから取得可能であるか、Resouce型が適応できるかどうか、正規のURLとして絶対的参照を扱うことができるか、ローカルのレジストリ/リポジトリから参照することができるかである。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
428. MedicationRequest.detectedIssue | |||||
Definition | 患者に対して1回以上の実施されたか提案された診療行為によって、実際に起きたあるいは起きる可能性のある臨床的問題。たとえば、薬剤官相互作用や重複治療、薬剤量についての警告など。DetectedIssueリソースへの参照。 | ||||
Control | 0..0 | ||||
Type | Reference(DetectedIssue) | ||||
Alternate Names | Contraindication, Drug Utilization Review (DUR), Alert | ||||
Comments | このエレメントは意思決定支援システムや臨床医によって指摘された問題点を扱うことができ、問題を表すためのステップについての情報を扱ってもよい。 | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) | ||||
429. MedicationRequest.eventHistory | |||||
Definition | このリソースの現在のバージョンをユーザーから見て関係していそうなキーとなる更新や状態遷移と識別される過去のバージョンのこのリソースあるいは調剤請求あるいはEvent ResourceについてのProvenance resourceへの参照。 | ||||
Control | 0..0 | ||||
Type | Reference(Provenance) | ||||
Comments | このエレメントには全てのバージョンのMedicationRequestについてのProvenanceが取り込まれているわけではない。「関連する」あるいは重要と思われたものだけである。現在のバージョンのResouceに関連したProvenance resouceを含めてはならない(SHALL NOT)。(もし、Provenanceとして「関連した」変化と思われれば、後の更新の一部として取り込まれる必要があるだろう。それまでは、このバージョンを_revincludeを使ってprovenanceとして指定して直接クエリーを発行することができる。全てのProvenanceがこのRequestについての履歴を対象として持つべきである。) | ||||
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) |