電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.5.5
1.5.5 - release Japan

電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.5.5 - Local Development build (v1.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: JP_Bundle_CLINS - Detailed Descriptions

Active as of 2024-09-14

Definitions for the JP-Bundle-CLINS resource profile.

Guidance on how to interpret the contents of this table can be found here

0. Bundle
Definition

電子カルテ情報共有サービスへの5情報送信用 Bundleリソース

Short電子カルテ情報共有サービスへの5情報送信用 Bundleリソース
Invariantsbundle-profile-is-JP-Bundle-CLINS: R0213:BundleはJP-Bundle-CLINSプロファイルに準拠していなければならない。 (meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))='http://jpfhir.jp/fhir/clins/StructureDefinition/JP_Bundle_CLINS'))).exists() or meta.profile.where($this='http://jpfhir.jp/fhir/clins/StructureDefinition/JP_Bundle_CLINS').exists())
bundle-meta-tag-resourceType-exists: R02141:Bundle.meta.tagに、収納するresourceTypeを記述しなければならない。 (meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').exists())
bundle-meta-tag-resourceType-valid: R02142:Bundle.meta.tagに記述されたresourceTypeは、'AllergyIntolerance', 'Observation', 'Condition'のいずれかであること。 (meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').where(code='AllergyIntolerance').count()=1 or meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').where(code='Observation').count()=1 or meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').where(code='Condition').count()=1)
mustHaveOneMoreResources-with-designatedResourceType: R02143:Bundle.meta.tagに記述されたresourceTypeで指定されたAllergyIntolerance, Condition, Observationのリソースが1つ以上含まれていなければならない。 ((entry.resource.ofType(Observation).exists() and meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').code='Observation') or (entry.resource.ofType(Condition).exists() and meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').code='Condition') or (entry.resource.ofType(AllergyIntolerance).exists() and meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').code='AllergyIntolerance'))
valid-system-bundleIdenfifier: R02151:Bundle.identifier.sysyemは、http://jpfhir.jp/fhir/clins/bundle-identifier (identifier.where(system='http://jpfhir.jp/fhir/clins/bundle-identifier').exists())
valid-value-bundleIdenfifier: R2152:Bundle.identifier.value は、医療機関番号10桁^西暦4件^36文字以内の半角文字列(英字、数字、ハイフン記号のみ可)であること。'^[0-4][0-9][1-3][0-9]{7}[\^]20[2-3][0-9][\^][A-Za-z0-9\-]{1,36}$' ((identifier.where(system = 'http://jpfhir.jp/fhir/clins/bundle-identifier').count()=1 and identifier.where(system = 'http://jpfhir.jp/fhir/clins/bundle-identifier').value.matches('^[0-4][0-9][1-3][0-9]{7}[\\^]20[2-3][0-9][\\^][A-Za-z0-9\\-]{1,36}$')))
all-entries-needs-extension-of-institutionNumber: R9011:Bundleに含まれるPatient以外のリソースには、医療機関識別IDが必須である。 (entry.tail().resource.all(extension.where(url='http://jpfhir.jp/fhir/clins/Extension/StructureDefinition/JP_eCS_InstitutionNumber').exists()))
all-entries-needs-valid-institutionNumber: R9012:Bundleに含まれるPatient以外のリソースには、医療機関識別IDが記述され10桁数字であることが必須である。 (entry.tail().resource.all(extension.where(url='http://jpfhir.jp/fhir/clins/Extension/StructureDefinition/JP_eCS_InstitutionNumber').value.ofType(Identifier).value.matches('^[0-4][0-9][1-3][0-9]{7}$')))
condition-needs-contained-of-Encounter: R9013C:Bundleに含まれるすべてのConditionのリソースには、Contained JP_Encounterリソースが必須である。 (entry.select(resource as Condition).all(contained.meta.where(profile='http://jpfhir.jp/fhir/core/StructureDefinition/JP_Encounter').exists()))
condition-needs-extension-of-Department: R9014C:Bundleに含まれるすべてのConditionリソースには、診療科拡張が必須である。 (entry.select(resource as Condition).all(extension.where(url='http://jpfhir.jp/fhir/eCS/Extension/StructureDefinition/JP_eCS_Department').exists()))
condition-needs-onsetDateTime: R9013C:Bundleに含まれるすべてのConditionのリソースでは、onsetDateTimeが必須である。 (entry.select(resource as Condition).all(onset.ofType(dateTime).exists()))
observation-needs-contained-of-Encounter: R9013O:Bundleに含まれるすべてのObservationのリソースには、Contained JP_Encounterリソースが必須である。 (entry.select(resource as Observation).all(contained.meta.where(profile='http://jpfhir.jp/fhir/core/StructureDefinition/JP_Encounter').exists()))
observation-needs-extension-of-Department: R9014O:Bundleに含まれるすべてのObservationリソースには、診療科拡張が必須である。 (entry.select(resource as Observation).all(extension.where(url='http://jpfhir.jp/fhir/eCS/Extension/StructureDefinition/JP_eCS_Department').exists()))
first-bundle-entry-is-Patient: R0211:最初のentryはPatientでなければならない。 (entry.first().resource.is(Patient))
patients-profile-is-JP-Patient-eCS: R0212:最初のentryであるPatientは、JP_Patient_eCSプロファイルに準拠していなければならない。 (entry.first().resource.meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Patient_eCS'))).exists() or entry.first().resource.meta.profile.where($this='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Patient_eCS').exists())
validEntryProfile-AllergyIntolerance: Bundle-entry-AllergyIntolerance: Bundleのentryとして含まれるAllergyIntoleranceは、プロファイルJP_AllergyIntolerance_eCSのいずれかのバージョンに準拠していなければならない。 ((entry.resource.ofType(AllergyIntolerance).exists().not()) or ((entry.resource.ofType(AllergyIntolerance).meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_AllergyIntolerance_eCS'))).exists()).not()) or ((entry.resource.ofType(AllergyIntolerance).meta.profile.where($this!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_AllergyIntolerance_eCS').exists()).not()))
validEntryProfile-Condition: Bundle-entry-Condition: Bundleのentryとして含まれるConditionは、プロファイルJP_Condition_eCSのいずれかのバージョンに準拠していなければならない。 ((entry.resource.ofType(Condition).exists().not()) or ((entry.resource.ofType(Condition).meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Condition_eCS'))).exists()).not()) or ((entry.resource.ofType(Condition).meta.profile.where($this!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Condition_eCS').exists()).not()))
validEntryProfile-MedicationRequest: Bundle-entry-MedicationRequest: Bundleのentryとして含まれるMedicationRequestは、プロファイルJP_MedicationRequest_eCSのいずれかのバージョンに準拠していなければならない。 ((entry.resource.ofType(MedicationRequest).exists().not()) or ((entry.resource.ofType(MedicationRequest).meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_MedicationRequest_eCS'))).exists()).not()) or ((entry.resource.ofType(MedicationRequest).meta.profile.where($this!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_MedicationRequest_eCS').exists()).not()))
validEntryProfile-ObservationLabResult: Bundle-entry-Observation: Bundleのentryとして含まれるObservationは、プロファイルJP_Observation_LabResult_eCSのいずれかのバージョンに準拠していなければならない。 ((entry.resource.ofType(Observation).exists().not()) or ((entry.resource.ofType(Observation).meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Observation_LabResult_eCS'))).exists()).not()) or ((entry.resource.ofType(Observation).meta.profile.where($this!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Observation_LabResult_eCS').exists()).not()))
2. Bundle.meta
4. Bundle.meta.lastUpdated
Control1..?
Must Supporttrue
6. Bundle.meta.profile
Definition

準拠しているプロファイルとして次のURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。http://jpfhir.jp/fhir/clins/StructureDefinition/JP_Bundle_CLINS|x.y.z

Short準拠しているプロファイルとして次のURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。http://jpfhir.jp/fhir/clins/StructureDefinition/JP_Bundle_CLINS|x.y.z
Control1..?
Must Supporttrue
8. Bundle.meta.tag
Control1..?
SlicingThis element introduces a set of slices on Bundle.meta.tag. The slices areUnordered and Open, and can be differentiated using the following discriminators:
  • value @ system
  • 10. Bundle.meta.tag:resourceType
    Slice NameresourceType
    Definition

    CLINSでのBundleリソースに含まれる5情報リソースカテゴリーをmeta.tag要素に記述する。

    ShortCLINSでのBundleリソースに含まれる5情報リソースカテゴリーをmeta.tag要素に記述する。
    Control1..1
    Must Supporttrue
    12. Bundle.meta.tag:resourceType.system
    Definition

    固定値 http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS を設定する。

    Short固定値 http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS を設定する。
    Control1..?
    Must Supporttrue
    Pattern Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS
    14. Bundle.meta.tag:resourceType.code
    Definition

    Bundleリソースに含まれる5情報リソースカテゴリーのいずれかを http://jpfhir.jp/fhir/clins/ValueSet/BundleResourceType_VSのValuseSetから設定する。具体的には、"AllergyIntolerance"、"Condition"、"Observation"、"MedicationRequest" のいずれかの値を設定する。

    ShortBundleリソースに含まれる5情報リソースカテゴリーのいずれかを http://jpfhir.jp/fhir/clins/ValueSet/BundleResourceType_VSのValuseSetから設定する。具体的には、"AllergyIntolerance"、"Condition"、"Observation"、"MedicationRequest" のいずれかの値を設定する。
    Control1..?
    BindingThe codes SHALL be taken from 5情報Bundle5情報リソースタイプ valueSet
    (required to http://jpfhir.jp/fhir/clins/ValueSet/BundleResourceType_VS)
    Must Supporttrue
    16. Bundle.identifier
    Definition

    Bundleリソースのidentifier要素は、電子カルテ情報共有サービス側で保存される。送信側は、後続の送信においてこのidentifierを指定することで、受信側は過去に受信したBundleリソースを特定し、それに含まれていた全データについて削除、更新などの処理を行うためにこれを使用する。

    Shortこの文書Bundleの固定識別子。
    Comments

    Bundleリソースのidentifier要素は以下の通りとする。

    Bundle.identifier.system : system値として、”http://jpfhir.jp/fhir/clins/bundle-identifier” を設定する。

    Bundle.identifier.value : 実装ガイド本文 5情報送信仕様--Bundleリソースを識別するIdentifier要素-- に記載の[Bundle-ID]の仕様とする。

    NoteThis is a business identifier, not a resource identifier (see discussion)
    Control1..?
    Must Supporttrue
    18. Bundle.identifier.system
    Control1..?
    Must Supporttrue
    Fixed Valuehttp://jpfhir.jp/fhir/clins/bundle-identifier
    20. Bundle.identifier.value
    Control1..?
    Must Supporttrue
    22. Bundle.type
    Definition

    このバンドルの目的コード。本プロファイルでは collection 固定とする。 (document | message | transaction | transaction_response | batch | batch_response | history | searchset | collection)

    Must Supporttrue
    Fixed Valuecollection
    24. Bundle.timestamp
    Definition

    このリソースを生成した日時。時刻の精度はミリ秒とし、タイムゾーンを含めること。 例:"2021-02-01T13:28:17.239+09:00"

    Shortこのバンドルリソースのインスタンスが作成された日時。
    Control1..?
    Must Supporttrue
    26. Bundle.entry
    Control1..?
    SlicingThis element introduces a set of slices on Bundle.entry. The slices areOrdered and Closed, and can be differentiated using the following discriminators:
    • profile @ resource
    • 28. Bundle.entry:patient
      Slice Namepatient
      Definition

      患者情報

      ShortPatientリソース
      Control1..1
      Must Supporttrue
      30. Bundle.entry:patient.extension
      Control0..0
      32. Bundle.entry:patient.modifierExtension
      Control0..0
      34. Bundle.entry:patient.link
      Control0..0
      Must Supporttrue
      36. Bundle.entry:patient.fullUrl
      Control1..?
      Must Supporttrue
      38. Bundle.entry:patient.resource
      Control1..?
      TypePatient(JP_Patient_eCS)
      Must Supporttrue
      40. Bundle.entry:patient.search
      Control0..0
      42. Bundle.entry:patient.request
      Control0..0
      44. Bundle.entry:patient.response
      Control0..0
      46. Bundle.entry:allergyIntolerance
      Slice NameallergyIntolerance
      Definition

      アレルギー情報/薬剤アレルギー等情報

      ShortAllergyIntoleranceリソース
      Control0..*
      48. Bundle.entry:allergyIntolerance.extension
      Control0..0
      50. Bundle.entry:allergyIntolerance.modifierExtension
      Control0..0
      52. Bundle.entry:allergyIntolerance.link
      Control0..0
      Must Supporttrue
      54. Bundle.entry:allergyIntolerance.fullUrl
      Control1..?
      Must Supporttrue
      56. Bundle.entry:allergyIntolerance.resource
      Control1..?
      TypeAllergyIntolerance(JP_AllergyIntolerance_eCS)
      Must Supporttrue
      58. Bundle.entry:allergyIntolerance.search
      Control0..0
      60. Bundle.entry:allergyIntolerance.request
      Control0..0
      62. Bundle.entry:allergyIntolerance.response
      Control0..0
      64. Bundle.entry:condition
      Slice Namecondition
      Definition

      傷病名情報

      ShortConditionリソース
      Control0..*
      66. Bundle.entry:condition.extension
      Control0..0
      68. Bundle.entry:condition.modifierExtension
      Control0..0
      70. Bundle.entry:condition.link
      Control0..0
      Must Supporttrue
      72. Bundle.entry:condition.fullUrl
      Control1..?
      Must Supporttrue
      74. Bundle.entry:condition.resource
      Control1..?
      TypeCondition(JP_Condition_eCS)
      Must Supporttrue
      76. Bundle.entry:condition.search
      Control0..0
      78. Bundle.entry:condition.request
      Control0..0
      80. Bundle.entry:condition.response
      Control0..0
      82. Bundle.entry:medicationRequest
      Slice NamemedicationRequest
      Definition

      処方情報

      ShortMedicationRequestリソース
      Control0..*
      84. Bundle.entry:medicationRequest.extension
      Control0..0
      86. Bundle.entry:medicationRequest.modifierExtension
      Control0..0
      88. Bundle.entry:medicationRequest.link
      Control0..0
      Must Supporttrue
      90. Bundle.entry:medicationRequest.fullUrl
      Control1..?
      Must Supporttrue
      92. Bundle.entry:medicationRequest.resource
      Control1..?
      TypeMedicationRequest(JP_MedicationRequest_eCS)
      Must Supporttrue
      94. Bundle.entry:medicationRequest.search
      Control0..0
      96. Bundle.entry:medicationRequest.request
      Control0..0
      98. Bundle.entry:medicationRequest.response
      Control0..0
      100. Bundle.entry:observationLaboResult
      Slice NameobservationLaboResult
      Definition

      検体検査結果/感染症情報

      ShortObservationリソース
      Control0..*
      102. Bundle.entry:observationLaboResult.extension
      Control0..0
      104. Bundle.entry:observationLaboResult.modifierExtension
      Control0..0
      106. Bundle.entry:observationLaboResult.link
      Control0..0
      Must Supporttrue
      108. Bundle.entry:observationLaboResult.fullUrl
      Control1..?
      Must Supporttrue
      110. Bundle.entry:observationLaboResult.resource
      Control1..?
      TypeObservation(JP_Observation_LabResult_eCS)
      Must Supporttrue
      112. Bundle.entry:observationLaboResult.search
      Control0..0
      114. Bundle.entry:observationLaboResult.request
      Control0..0
      116. Bundle.entry:observationLaboResult.response
      Control0..0

      Guidance on how to interpret the contents of this table can be found here

      0. Bundle
      Definition

      電子カルテ情報共有サービスへの5情報送信用 Bundleリソース


      リソースのコレクションのためのコンテナ。 / A container for a collection of resources.

      Short電子カルテ情報共有サービスへの5情報送信用 Bundleリソースリソースのコレクションが含まれています / Contains a collection of resources
      Control0..*
      Is Modifierfalse
      Summaryfalse
      Invariantsbdl-1: totalは、searchまたはhistoryの場合にのみ出現します / total only when a search or history (total.empty() or (type = 'searchset') or (type = 'history'))
      bdl-2: Entry.Searchはsearchの場合にのみ出現します。 / entry.search only when a search (entry.search.empty() or (type = 'searchset'))
      bdl-3: Entry.Requestはbatch/transaction/historyで必須、それ以外の場合は禁止されています / entry.request mandatory for batch/transaction/history, otherwise prohibited (entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history')))
      bdl-4: entry.responseは、batch-response/transaction-response/historyに必須であり、それ以外の場合は禁止されています / entry.response mandatory for batch-response/transaction-response/history, otherwise prohibited (entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history')))
      bdl-7: fullurlはBundleでユニークである必要があります。または、同じfullurlを持つentryはmeta.versionIdを持っている必要があります。 / FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles) ((type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct())
      bdl-9: documentには、systemとvalueのある identifierが必要です / A document must have an identifier with a system and a value (type = 'document' implies (identifier.system.exists() and identifier.value.exists()))
      bdl-10: documentにはdateが必要です / A document must have a date (type = 'document' implies (timestamp.hasValue()))
      bdl-11: documentには最初のリソースとしてCompositionが必要です / A document must have a Composition as the first resource (type = 'document' implies entry.first().resource.is(Composition))
      bdl-12: メッセージには最初のリソースとしてMessageHeaderが必要です / A message must have a MessageHeader as the first resource (type = 'message' implies entry.first().resource.is(MessageHeader))
      bundle-profile-is-JP-Bundle-CLINS: R0213:BundleはJP-Bundle-CLINSプロファイルに準拠していなければならない。 (meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))='http://jpfhir.jp/fhir/clins/StructureDefinition/JP_Bundle_CLINS'))).exists() or meta.profile.where($this='http://jpfhir.jp/fhir/clins/StructureDefinition/JP_Bundle_CLINS').exists())
      bundle-meta-tag-resourceType-exists: R02141:Bundle.meta.tagに、収納するresourceTypeを記述しなければならない。 (meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').exists())
      bundle-meta-tag-resourceType-valid: R02142:Bundle.meta.tagに記述されたresourceTypeは、'AllergyIntolerance', 'Observation', 'Condition'のいずれかであること。 (meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').where(code='AllergyIntolerance').count()=1 or meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').where(code='Observation').count()=1 or meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').where(code='Condition').count()=1)
      mustHaveOneMoreResources-with-designatedResourceType: R02143:Bundle.meta.tagに記述されたresourceTypeで指定されたAllergyIntolerance, Condition, Observationのリソースが1つ以上含まれていなければならない。 ((entry.resource.ofType(Observation).exists() and meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').code='Observation') or (entry.resource.ofType(Condition).exists() and meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').code='Condition') or (entry.resource.ofType(AllergyIntolerance).exists() and meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').code='AllergyIntolerance'))
      valid-system-bundleIdenfifier: R02151:Bundle.identifier.sysyemは、http://jpfhir.jp/fhir/clins/bundle-identifier (identifier.where(system='http://jpfhir.jp/fhir/clins/bundle-identifier').exists())
      valid-value-bundleIdenfifier: R2152:Bundle.identifier.value は、医療機関番号10桁^西暦4件^36文字以内の半角文字列(英字、数字、ハイフン記号のみ可)であること。'^[0-4][0-9][1-3][0-9]{7}[\^]20[2-3][0-9][\^][A-Za-z0-9\-]{1,36}$' ((identifier.where(system = 'http://jpfhir.jp/fhir/clins/bundle-identifier').count()=1 and identifier.where(system = 'http://jpfhir.jp/fhir/clins/bundle-identifier').value.matches('^[0-4][0-9][1-3][0-9]{7}[\\^]20[2-3][0-9][\\^][A-Za-z0-9\\-]{1,36}$')))
      all-entries-needs-extension-of-institutionNumber: R9011:Bundleに含まれるPatient以外のリソースには、医療機関識別IDが必須である。 (entry.tail().resource.all(extension.where(url='http://jpfhir.jp/fhir/clins/Extension/StructureDefinition/JP_eCS_InstitutionNumber').exists()))
      all-entries-needs-valid-institutionNumber: R9012:Bundleに含まれるPatient以外のリソースには、医療機関識別IDが記述され10桁数字であることが必須である。 (entry.tail().resource.all(extension.where(url='http://jpfhir.jp/fhir/clins/Extension/StructureDefinition/JP_eCS_InstitutionNumber').value.ofType(Identifier).value.matches('^[0-4][0-9][1-3][0-9]{7}$')))
      condition-needs-contained-of-Encounter: R9013C:Bundleに含まれるすべてのConditionのリソースには、Contained JP_Encounterリソースが必須である。 (entry.select(resource as Condition).all(contained.meta.where(profile='http://jpfhir.jp/fhir/core/StructureDefinition/JP_Encounter').exists()))
      condition-needs-extension-of-Department: R9014C:Bundleに含まれるすべてのConditionリソースには、診療科拡張が必須である。 (entry.select(resource as Condition).all(extension.where(url='http://jpfhir.jp/fhir/eCS/Extension/StructureDefinition/JP_eCS_Department').exists()))
      condition-needs-onsetDateTime: R9013C:Bundleに含まれるすべてのConditionのリソースでは、onsetDateTimeが必須である。 (entry.select(resource as Condition).all(onset.ofType(dateTime).exists()))
      observation-needs-contained-of-Encounter: R9013O:Bundleに含まれるすべてのObservationのリソースには、Contained JP_Encounterリソースが必須である。 (entry.select(resource as Observation).all(contained.meta.where(profile='http://jpfhir.jp/fhir/core/StructureDefinition/JP_Encounter').exists()))
      observation-needs-extension-of-Department: R9014O:Bundleに含まれるすべてのObservationリソースには、診療科拡張が必須である。 (entry.select(resource as Observation).all(extension.where(url='http://jpfhir.jp/fhir/eCS/Extension/StructureDefinition/JP_eCS_Department').exists()))
      first-bundle-entry-is-Patient: R0211:最初のentryはPatientでなければならない。 (entry.first().resource.is(Patient))
      patients-profile-is-JP-Patient-eCS: R0212:最初のentryであるPatientは、JP_Patient_eCSプロファイルに準拠していなければならない。 (entry.first().resource.meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Patient_eCS'))).exists() or entry.first().resource.meta.profile.where($this='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Patient_eCS').exists())
      validEntryProfile-AllergyIntolerance: Bundle-entry-AllergyIntolerance: Bundleのentryとして含まれるAllergyIntoleranceは、プロファイルJP_AllergyIntolerance_eCSのいずれかのバージョンに準拠していなければならない。 ((entry.resource.ofType(AllergyIntolerance).exists().not()) or ((entry.resource.ofType(AllergyIntolerance).meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_AllergyIntolerance_eCS'))).exists()).not()) or ((entry.resource.ofType(AllergyIntolerance).meta.profile.where($this!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_AllergyIntolerance_eCS').exists()).not()))
      validEntryProfile-Condition: Bundle-entry-Condition: Bundleのentryとして含まれるConditionは、プロファイルJP_Condition_eCSのいずれかのバージョンに準拠していなければならない。 ((entry.resource.ofType(Condition).exists().not()) or ((entry.resource.ofType(Condition).meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Condition_eCS'))).exists()).not()) or ((entry.resource.ofType(Condition).meta.profile.where($this!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Condition_eCS').exists()).not()))
      validEntryProfile-MedicationRequest: Bundle-entry-MedicationRequest: Bundleのentryとして含まれるMedicationRequestは、プロファイルJP_MedicationRequest_eCSのいずれかのバージョンに準拠していなければならない。 ((entry.resource.ofType(MedicationRequest).exists().not()) or ((entry.resource.ofType(MedicationRequest).meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_MedicationRequest_eCS'))).exists()).not()) or ((entry.resource.ofType(MedicationRequest).meta.profile.where($this!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_MedicationRequest_eCS').exists()).not()))
      validEntryProfile-ObservationLabResult: Bundle-entry-Observation: Bundleのentryとして含まれるObservationは、プロファイルJP_Observation_LabResult_eCSのいずれかのバージョンに準拠していなければならない。 ((entry.resource.ofType(Observation).exists().not()) or ((entry.resource.ofType(Observation).meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Observation_LabResult_eCS'))).exists()).not()) or ((entry.resource.ofType(Observation).meta.profile.where($this!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Observation_LabResult_eCS').exists()).not()))
      bdl-1: totalは、searchまたはhistoryの場合にのみ出現します / total only when a search or history (total.empty() or (type = 'searchset') or (type = 'history'))
      bdl-2: Entry.Searchはsearchの場合にのみ出現します。 / entry.search only when a search (entry.search.empty() or (type = 'searchset'))
      bdl-3: Entry.Requestはbatch/transaction/historyで必須、それ以外の場合は禁止されています / entry.request mandatory for batch/transaction/history, otherwise prohibited (entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history')))
      bdl-4: entry.responseは、batch-response/transaction-response/historyに必須であり、それ以外の場合は禁止されています / entry.response mandatory for batch-response/transaction-response/history, otherwise prohibited (entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history')))
      bdl-7: fullurlはBundleでユニークである必要があります。または、同じfullurlを持つentryはmeta.versionIdを持っている必要があります。 / FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles) ((type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct())
      bdl-9: documentには、systemとvalueのある identifierが必要です / A document must have an identifier with a system and a value (type = 'document' implies (identifier.system.exists() and identifier.value.exists()))
      bdl-10: documentにはdateが必要です / A document must have a date (type = 'document' implies (timestamp.hasValue()))
      bdl-11: documentには最初のリソースとしてCompositionが必要です / A document must have a Composition as the first resource (type = 'document' implies entry.first().resource.is(Composition))
      bdl-12: メッセージには最初のリソースとしてMessageHeaderが必要です / A message must have a MessageHeader as the first resource (type = 'message' implies entry.first().resource.is(MessageHeader))
      2. Bundle.meta
      Definition

      リソースに関するMetadata。これは、インフラストラクチャによって維持されるコンテンツです。コンテンツの変更は、常にリソースのバージョンの変更に関連付けられているとは限りません。 / 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.

      Shortリソースに関するMetadata / Metadata about the resource
      Control0..1
      TypeMeta
      Is Modifierfalse
      Summarytrue
      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      4. Bundle.meta.lastUpdated
      Definition

      リソースが最後に変更されたとき - 例えば、バージョンが変更されたとき。

      Shortリソースのバージョンが最後に変更されたとき
      Comments

      この値はリソースが初めて作成される場合を除いて常に設定されています。サーバー/リソースマネージャーがこの値を設定します。クライアントが提供する値は関係ありません。これはHTTP Last-Modifiedに相当し、readのインタラクションで同じ値を持つべきです。

      Control10..1
      Typeinstant
      Is Modifierfalse
      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
      Must Supporttrue
      Summarytrue
      Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
      6. Bundle.meta.profile
      Definition

      準拠しているプロファイルとして次のURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。http://jpfhir.jp/fhir/clins/StructureDefinition/JP_Bundle_CLINS|x.y.z


      このリソースが準拠すると主張する StructureDefinition リソースに関するプロファイルのリストです。URL は StructureDefinition.url への参照です。

      Short準拠しているプロファイルとして次のURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。http://jpfhir.jp/fhir/clins/StructureDefinition/JP_Bundle_CLINS|x.y.zこのリソースが適合を主張するプロファイル
      Comments

      これらの主張が時間の経過に伴って検証または更新される方法と、それらを決定するサーバーや他の基盤に任されます。プロファイルURLのリストは1セットです。

      Control10..*
      Typecanonical(StructureDefinition)
      Is Modifierfalse
      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
      Must Supporttrue
      Summarytrue
      Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
      8. Bundle.meta.tag
      Definition

      このリソースに適用されるタグです。タグは、リソースをプロセスやワークフローに識別し、関連付けるために使用することが意図されており、アプリケーションはリソースの意味を解釈する際にタグを考慮する必要はありません。

      Shortこのリソースに適用されたタグ
      Comments

      リソースの表示バージョンを変更することなく、タグを更新できます。タグのリストは集合です。ユニーク性はシステム/コードに基づき、バージョンと表示は無視されます。

      Control10..*
      BindingFor example codes, see CommonTagshttp://hl7.org/fhir/ValueSet/common-tags
      (example to http://hl7.org/fhir/ValueSet/common-tags)

      様々なタグを表すコードで、一般的にはワークフローに関連しています。例:「ジョーンズ博士によるレビューが必要です」。

      TypeCoding
      Is Modifierfalse
      Summarytrue
      Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
      SlicingThis element introduces a set of slices on Bundle.meta.tag. The slices areUnordered and Open, and can be differentiated using the following discriminators:
      • value @ system
      • 10. Bundle.meta.tag:resourceType
        Slice NameresourceType
        Definition

        CLINSでのBundleリソースに含まれる5情報リソースカテゴリーをmeta.tag要素に記述する。


        このリソースに適用されるタグです。タグは、リソースをプロセスやワークフローに識別し、関連付けるために使用することが意図されており、アプリケーションはリソースの意味を解釈する際にタグを考慮する必要はありません。

        ShortCLINSでのBundleリソースに含まれる5情報リソースカテゴリーをmeta.tag要素に記述する。このリソースに適用されたタグ
        Comments

        リソースの表示バージョンを変更することなく、タグを更新できます。タグのリストは集合です。ユニーク性はシステム/コードに基づき、バージョンと表示は無視されます。

        Control10..1*
        BindingFor example codes, see CommonTagshttp://hl7.org/fhir/ValueSet/common-tags
        (example to http://hl7.org/fhir/ValueSet/common-tags)

        様々なタグを表すコードで、一般的にはワークフローに関連しています。例:「ジョーンズ博士によるレビューが必要です」。

        TypeCoding
        Is Modifierfalse
        Must Supporttrue
        Summarytrue
        Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
        12. Bundle.meta.tag:resourceType.system
        Definition

        固定値 http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS を設定する。


        コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

        Short固定値 http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS を設定する。用語システムのアイデンティティ / Identity of the terminology system
        Comments

        uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / 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.

        Control10..1
        Typeuri
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Must Supporttrue
        Summarytrue
        Requirements

        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

        Pattern Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS
        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        14. Bundle.meta.tag:resourceType.code
        Definition

        Bundleリソースに含まれる5情報リソースカテゴリーのいずれかを http://jpfhir.jp/fhir/clins/ValueSet/BundleResourceType_VSのValuseSetから設定する。具体的には、"AllergyIntolerance"、"Condition"、"Observation"、"MedicationRequest" のいずれかの値を設定する。


        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / 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).

        ShortBundleリソースに含まれる5情報リソースカテゴリーのいずれかを http://jpfhir.jp/fhir/clins/ValueSet/BundleResourceType_VSのValuseSetから設定する。具体的には、"AllergyIntolerance"、"Condition"、"Observation"、"MedicationRequest" のいずれかの値を設定する。システムによって定義された構文のシンボル / Symbol in syntax defined by the system
        Control10..1
        BindingThe codes SHALL be taken from For codes, see 5情報Bundle5情報リソースタイプ valueSet
        (required to http://jpfhir.jp/fhir/clins/ValueSet/BundleResourceType_VS)
        Typecode
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Must Supporttrue
        Summarytrue
        Requirements

        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        16. Bundle.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.

        Shortこのコンテンツが作成されたルールのセット / A set of rules under which this content was created
        Comments

        このルールセットを主張することは、コンテンツが限られた取引パートナーのセットによってのみ理解されることを制限します。これにより、本質的に長期的にデータの有用性が制限されます。ただし、既存の健康エコシステムは非常に破壊されており、一般的に計算可能な意味でデータを定義、収集、交換する準備ができていません。可能な限り、実装者や仕様ライターはこの要素の使用を避ける必要があります。多くの場合、使用する場合、URLは、これらの特別なルールを他のプロファイル、バリューセットなどとともに叙述(Narative)の一部として定義する実装ガイドへの参照です。 / 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.

        Control0..1
        Typeuri
        Is Modifiertrue because 暗黙のルールは、意味または解釈を変更するリソースに関する追加の知識を提供する可能性があるため、この要素は修飾子としてラベル付けされています。 / This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Summarytrue
        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        18. Bundle.identifier
        Definition

        Bundleリソースのidentifier要素は、電子カルテ情報共有サービス側で保存される。送信側は、後続の送信においてこのidentifierを指定することで、受信側は過去に受信したBundleリソースを特定し、それに含まれていた全データについて削除、更新などの処理を行うためにこれを使用する。


        Bundleがサーバーからサーバーにコピーされると変更されないBundleの永続的なidentifier。 / A persistent identifier for the bundle that won't change as a bundle is copied from server to server.

        Shortこの文書Bundleの固定識別子。Bundleの永続的なidentifier / Persistent identifier for the bundle
        Comments

        Bundleリソースのidentifier要素は以下の通りとする。

        Bundle.identifier.system : system値として、”http://jpfhir.jp/fhir/clins/bundle-identifier” を設定する。

        Bundle.identifier.value : 実装ガイド本文 5情報送信仕様--Bundleリソースを識別するIdentifier要素-- に記載の[Bundle-ID]の仕様とする。


        永続的なアイデンティティは、一般に、タイプのドキュメント、メッセージ、およびコレクションのバッチでのみ重要です。通常、検索と履歴の結果には入力されず、サーバーはバッチとトランザクションを処理するときにbundle.identifierを無視します。ドキュメントの場合、.identifierは、.identifierがグローバルに一意になるように埋め込まれます。 / Persistent identity generally only matters for batches of type Document, Message, and Collection. It would not normally be populated for search and history results and servers ignore Bundle.identifier when processing batches and transactions. For Documents the .identifier SHALL be populated such that the .identifier is globally unique.

        NoteThis is a business identifier, not a resource identifier (see discussion)
        Control10..1
        TypeIdentifier
        Is Modifierfalse
        Must Supporttrue
        Summarytrue
        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        20. Bundle.identifier.use
        Definition

        このidentifierの目的。 / The purpose of this identifier.

        Short通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
        Comments

        アプリケーションは、identifierが一時的なものであると明示的に言っていない限り、永続的であると想定できます。 / Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

        Control0..1
        BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
        (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

        既知の場合、このidentifierの目的を識別します。 / Identifies the purpose for this identifier, if known .

        Typecode
        Is Modifiertrue because これは、アプリケーションが一時的なIDを永続的なIDと間違えてはならないため、「IS修飾子」とラベル付けされています。 / This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Summarytrue
        Requirements

        特定の使用のコンテキストが一連のidentifierの中から選択される適切なidentifierを許可します。 / Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        22. Bundle.identifier.system
        Definition

        値の名前空間、つまり一意のセット値を記述するURLを確立します。 / Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

        Shortidentifier値の名前空間 / The namespace for the identifier value
        Comments

        identifier。システムは常にケースに敏感です。 / Identifier.system is always case sensitive.

        Control10..1
        Typeuri
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Must Supporttrue
        Summarytrue
        Requirements

        identifierのセットがたくさんあります。2つのidentifierを一致させるには、どのセットを扱っているかを知る必要があります。システムは、特定の一意のidentifierセットを識別します。 / 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.

        Fixed Valuehttp://jpfhir.jp/fhir/clins/bundle-identifier
        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        24. Bundle.identifier.value
        Definition

        通常、identifierの部分はユーザーに関連し、システムのコンテキスト内で一意のユーザーに関連しています。 / The portion of the identifier typically relevant to the user and which is unique within the context of the system.

        Short一意の値 / The value that is unique
        Comments

        値が完全なURIの場合、システムはurn:ietf:rfc:3986でなければなりません。値の主な目的は、計算マッピングです。その結果、比較目的で正規化される可能性があります(例えば、有意でない白文字、ダッシュなどの削除)ヒューマンディスプレイ用の値は、[レンダリングされた値拡張](拡張レンダリングValue.html)を使用して伝達できます。identifier。価値は、identifierの知識を使用しない限り、ケースに敏感なものとして扱われます。システムにより、プロセッサーは、非セイズに固有の処理が安全であると確信できます。 / 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.

        Control10..1
        Typestring
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Must Supporttrue
        Summarytrue
        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        26. Bundle.type
        Definition

        このバンドルの目的コード。本プロファイルでは collection 固定とする。 (document | message | transaction | transaction_response | batch | batch_response | history | searchset | collection)


        このBundleの目的 - 使用方法を示します。 / Indicates the purpose of this bundle - how it is intended to be used.

        Shortドキュメント|メッセージ|トランザクション|トランザクション応答|バッチ|バッチ応答|歴史|検索セット|コレクション / document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection
        Comments

        他の目的でBundleを使用することが可能です(たとえば、ドキュメントをトランザクションとして受け入れることができます)。これは主に定義されているため、一部のBundleタイプに特定のルールが存在する可能性があります。 / It's possible to use a bundle for other purposes (e.g. a document can be accepted as a transaction). This is primarily defined so that there can be specific rules for some of the bundle types.

        Control1..1
        BindingThe codes SHALL be taken from BundleTypehttp://hl7.org/fhir/ValueSet/bundle-type|4.0.1
        (required to http://hl7.org/fhir/ValueSet/bundle-type|4.0.1)

        Bundleの目的を示します - それがどのように使用されるか。 / Indicates the purpose of a bundle - how it is intended to be used.

        Typecode
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Must Supporttrue
        Summarytrue
        Fixed Valuecollection
        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        28. Bundle.timestamp
        Definition

        このリソースを生成した日時。時刻の精度はミリ秒とし、タイムゾーンを含めること。 例:"2021-02-01T13:28:17.239+09:00"


        Bundleが組み立てられた日付/時刻 - つまり、リソースがBundleに配置されたとき。 / The date/time that the bundle was assembled - i.e. when the resources were placed in the bundle.

        Shortこのバンドルリソースのインスタンスが作成された日時。Bundleが組み立てられたとき / When the bundle was assembled
        Comments

        多くのBundleの場合、タイムスタンプは.Meta.lastupdatedに等しく、保存されていないためです(検索結果など)。Bundleが永続的なストアに配置されると、.meta.lastupdatedは通常サーバーによって変更されます。Bundleがメッセージの場合、メッセージを変更するミドルウェアエージェント(保存されていない場合でも)が.meta.lastupdatedを更新する必要があります。 .timestampは、Bundleの元の時間を追跡するために使用され、入力する必要があります。

        使用法:

        *ドキュメント:ドキュメントが作成された日付。注:構成は、ドキュメントの前であるか、複数のドキュメントに関連付けられる場合があります。構成の日付 - オーサリング時間 - は、ドキュメントアセンブリ時間よりも早くなる可能性があります *メッセージ:メッセージのコンテンツが組み立てられた日付。この日付は、メッセージの時間の意味を変更する追加データを追加しない限り、ミドルウェアエンジンによって変更されません *歴史:歴史が組み立てられた日付。今回は_sinceの時間として使用され、後続の更新を要求します

        • SearchSet:検索セットが組み立てられた時間。異なるページには異なるタイムスタンプがあるかもしれませんが、必要ではないことに注意してください。異なるタイムスタンプを持つことは、後続のページが最初のクエリ以降に行われた変更を表すか、含まれることを意味するものではありません *トランザクション|トランザクション応答|バッチ|バッチ応答|コレクション:特定の割り当てられた意味はありません

        タイムスタンプの値は、Bundle内のリソースの最後のタイムスタンプやその他のタイムスタンプよりも大きくなければならず、Bundle自体で.meta.lastupdatedよりも等しいか早い必要があります。 / For many bundles, the timestamp is equal to .meta.lastUpdated, because they are not stored (e.g. search results). When a bundle is placed in a persistent store, .meta.lastUpdated will be usually be changed by the server. When the bundle is a message, a middleware agent altering the message (even if not stored) SHOULD update .meta.lastUpdated. .timestamp is used to track the original time of the Bundle, and SHOULD be populated.

        Usage:

        • document : the date the document was created. Note: the composition may predate the document, or be associated with multiple documents. The date of the composition - the authoring time - may be earlier than the document assembly time
        • message : the date that the content of the message was assembled. This date is not changed by middleware engines unless they add additional data that changes the meaning of the time of the message
        • history : the date that the history was assembled. This time would be used as the _since time to ask for subsequent updates
        • searchset : the time that the search set was assembled. Note that different pages MAY have different timestamps but need not. Having different timestamps does not imply that subsequent pages will represent or include changes made since the initial query
        • transaction | transaction-response | batch | batch-response | collection : no particular assigned meaning

        The timestamp value should be greater than the lastUpdated and other timestamps in the resources in the bundle, and it should be equal or earlier than the .meta.lastUpdated on the Bundle itself.

        Control10..1
        Typeinstant
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Must Supporttrue
        Summarytrue
        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        30. Bundle.entry
        Definition

        Bundleリソースのエントリには、リソースまたはリソースに関する情報(トランザクションと履歴のみ)が含まれます。 / An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

        ShortBundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
        Control10..*
        TypeBackboneElement
        Is Modifierfalse
        Summarytrue
        Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
        bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
        ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        bdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
        bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
        SlicingThis element introduces a set of slices on Bundle.entry. The slices areOrdered and Closed, and can be differentiated using the following discriminators:
        • profile @ resource
        • 32. Bundle.entry.modifierExtension
          Definition

          要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

          モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / 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).

          Short認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
          Comments

          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

          Control0..*
          TypeExtension
          Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
          Summarytrue
          Requirements

          修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

          Alternate Namesextensions, user content, modifiers
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
          34. Bundle.entry:patient
          Slice Namepatient
          Definition

          患者情報


          Bundleリソースのエントリには、リソースまたはリソースに関する情報(トランザクションと履歴のみ)が含まれます。 / An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

          ShortPatientリソースBundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
          Control10..1*
          TypeBackboneElement
          Is Modifierfalse
          Must Supporttrue
          Summarytrue
          Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
          bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
          ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          bdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
          bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
          36. Bundle.entry:patient.extension
          Definition

          An Extension


          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / 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.

          ShortExtension実装で定義された追加のコンテンツ / Additional content defined by implementations
          Comments

          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

          Control0..0*
          TypeExtension
          Is Modifierfalse
          Summaryfalse
          Alternate Namesextensions, user content
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
          38. Bundle.entry:patient.modifierExtension
          Definition

          An Extension


          要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

          モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / 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).

          ShortExtension認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
          Comments

          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

          Control0..0*
          TypeExtension
          Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
          Summarytrue
          Requirements

          修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

          Alternate Namesextensions, user content, modifiers
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
          40. Bundle.entry:patient.link
          Definition

          このエントリにコンテキストを提供する一連のリンク。 / A series of links that provide context to this entry.

          Shortこのエントリに関連するリンク / Links related to this entry
          Control0..0*
          TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
          Is Modifierfalse
          Must Supporttrue
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          42. Bundle.entry:patient.fullUrl
          Definition

          リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

          • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
          • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
          • Results from operations might involve resources that are not identified.
          Shortリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
          Comments

          Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

          FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

          Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).


          Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

          FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

          Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

          Control10..1
          Typeuri
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Must Supporttrue
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          44. Bundle.entry:patient.resource
          Definition

          患者情報の記述に使用する。電子カルテ共有サービスで使用できる。


          エントリのリソース。リソースの目的/意味は、bundle.typeによって決定されます。 / The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

          Short患者情報の記述に使用する。Bundleのリソース / A resource in the bundle
          Comments

          本プロファイルは、患者を識別するidentifierとして、被保険者個人識別子を必須としている。また、name.family, name.given, gender, birthDate, address.text, address.city, address.stateを必須としている。

          Control10..1
          TypePatientResource(JP_Patient_eCS)
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Alternate NamesSubjectOfCare Client Resident
          46. Bundle.entry:patient.search
          Definition

          このエントリの作成につながる検索プロセスに関する情報。 / Information about the search process that lead to the creation of this entry.

          Short関連情報を検索します / Search related information
          Control0..01
          This element is affected by the following invariants: bdl-2
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          49. Bundle.entry:patient.request
          Definition

          トランザクションまたはバッチの一部としてこのエントリをどのように処理するかについての追加情報。歴史については、エントリに含まれるバージョンを作成するためにエントリがどのように処理されたかを示します。 / Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.

          Short追加の実行情報(トランザクション/バッチ/履歴) / Additional execution information (transaction/batch/history)
          Control0..01
          This element is affected by the following invariants: bdl-3
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          54. Bundle.entry:patient.response
          Definition

          応答されるバッチまたはトランザクションの対応する「要求」エントリの処理の結果、または履歴を返すときの操作の結果を示します。 / Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history.

          Short実行結果(トランザクション/バッチ/履歴) / Results of execution (transaction/batch/history)
          Control0..01
          This element is affected by the following invariants: bdl-4
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          58. Bundle.entry:allergyIntolerance
          Slice NameallergyIntolerance
          Definition

          アレルギー情報/薬剤アレルギー等情報


          Bundleリソースのエントリには、リソースまたはリソースに関する情報(トランザクションと履歴のみ)が含まれます。 / An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

          ShortAllergyIntoleranceリソースBundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
          Control0..*
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
          bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
          ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          bdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
          bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
          60. Bundle.entry:allergyIntolerance.extension
          Definition

          An Extension


          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / 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.

          ShortExtension実装で定義された追加のコンテンツ / Additional content defined by implementations
          Comments

          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

          Control0..0*
          TypeExtension
          Is Modifierfalse
          Summaryfalse
          Alternate Namesextensions, user content
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
          62. Bundle.entry:allergyIntolerance.modifierExtension
          Definition

          An Extension


          要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

          モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / 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).

          ShortExtension認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
          Comments

          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

          Control0..0*
          TypeExtension
          Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
          Summarytrue
          Requirements

          修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

          Alternate Namesextensions, user content, modifiers
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
          64. Bundle.entry:allergyIntolerance.link
          Definition

          このエントリにコンテキストを提供する一連のリンク。 / A series of links that provide context to this entry.

          Shortこのエントリに関連するリンク / Links related to this entry
          Control0..0*
          TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
          Is Modifierfalse
          Must Supporttrue
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          66. Bundle.entry:allergyIntolerance.fullUrl
          Definition

          リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

          • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
          • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
          • Results from operations might involve resources that are not identified.
          Shortリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
          Comments

          Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

          FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

          Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).


          Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

          FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

          Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

          Control10..1
          Typeuri
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Must Supporttrue
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          68. Bundle.entry:allergyIntolerance.resource
          Definition

          診療情報におけるアレルギー情報の格納に使用する


          エントリのリソース。リソースの目的/意味は、bundle.typeによって決定されます。 / The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

          Short診療情報におけるアレルギー情報の格納に使用するBundleのリソース / A resource in the bundle
          Comments

          薬剤アレルギー等情報かアレルギー情報かの区別はcategory要素がmedicationかそれ以外かによる。このプロファイルは、電子カルテ情報共有サービスに送信するために適合したプロファイルである。

          Control10..1
          TypeAllergyIntoleranceResource(JP_AllergyIntolerance_eCS)
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Alternate NamesAllergy, Intolerance, Adverse Reaction
          70. Bundle.entry:allergyIntolerance.search
          Definition

          このエントリの作成につながる検索プロセスに関する情報。 / Information about the search process that lead to the creation of this entry.

          Short関連情報を検索します / Search related information
          Control0..01
          This element is affected by the following invariants: bdl-2
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          73. Bundle.entry:allergyIntolerance.request
          Definition

          トランザクションまたはバッチの一部としてこのエントリをどのように処理するかについての追加情報。歴史については、エントリに含まれるバージョンを作成するためにエントリがどのように処理されたかを示します。 / Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.

          Short追加の実行情報(トランザクション/バッチ/履歴) / Additional execution information (transaction/batch/history)
          Control0..01
          This element is affected by the following invariants: bdl-3
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          78. Bundle.entry:allergyIntolerance.response
          Definition

          応答されるバッチまたはトランザクションの対応する「要求」エントリの処理の結果、または履歴を返すときの操作の結果を示します。 / Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history.

          Short実行結果(トランザクション/バッチ/履歴) / Results of execution (transaction/batch/history)
          Control0..01
          This element is affected by the following invariants: bdl-4
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          82. Bundle.entry:condition
          Slice Namecondition
          Definition

          傷病名情報


          Bundleリソースのエントリには、リソースまたはリソースに関する情報(トランザクションと履歴のみ)が含まれます。 / An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

          ShortConditionリソースBundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
          Control0..*
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
          bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
          ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          bdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
          bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
          84. Bundle.entry:condition.extension
          Definition

          An Extension


          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / 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.

          ShortExtension実装で定義された追加のコンテンツ / Additional content defined by implementations
          Comments

          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

          Control0..0*
          TypeExtension
          Is Modifierfalse
          Summaryfalse
          Alternate Namesextensions, user content
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
          86. Bundle.entry:condition.modifierExtension
          Definition

          An Extension


          要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

          モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / 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).

          ShortExtension認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
          Comments

          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

          Control0..0*
          TypeExtension
          Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
          Summarytrue
          Requirements

          修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

          Alternate Namesextensions, user content, modifiers
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
          88. Bundle.entry:condition.link
          Definition

          このエントリにコンテキストを提供する一連のリンク。 / A series of links that provide context to this entry.

          Shortこのエントリに関連するリンク / Links related to this entry
          Control0..0*
          TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
          Is Modifierfalse
          Must Supporttrue
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          90. Bundle.entry:condition.fullUrl
          Definition

          リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

          • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
          • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
          • Results from operations might involve resources that are not identified.
          Shortリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
          Comments

          Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

          FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

          Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).


          Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

          FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

          Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

          Control10..1
          Typeuri
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Must Supporttrue
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          92. Bundle.entry:condition.resource
          Definition

          診療情報における傷病名情報の格納に使用する


          エントリのリソース。リソースの目的/意味は、bundle.typeによって決定されます。 / The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

          Short診療情報における傷病名情報の格納に使用するBundleのリソース / A resource in the bundle
          Control10..1
          TypeConditionResource(JP_Condition_eCS)
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          94. Bundle.entry:condition.search
          Definition

          このエントリの作成につながる検索プロセスに関する情報。 / Information about the search process that lead to the creation of this entry.

          Short関連情報を検索します / Search related information
          Control0..01
          This element is affected by the following invariants: bdl-2
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          97. Bundle.entry:condition.request
          Definition

          トランザクションまたはバッチの一部としてこのエントリをどのように処理するかについての追加情報。歴史については、エントリに含まれるバージョンを作成するためにエントリがどのように処理されたかを示します。 / Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.

          Short追加の実行情報(トランザクション/バッチ/履歴) / Additional execution information (transaction/batch/history)
          Control0..01
          This element is affected by the following invariants: bdl-3
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          102. Bundle.entry:condition.response
          Definition

          応答されるバッチまたはトランザクションの対応する「要求」エントリの処理の結果、または履歴を返すときの操作の結果を示します。 / Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history.

          Short実行結果(トランザクション/バッチ/履歴) / Results of execution (transaction/batch/history)
          Control0..01
          This element is affected by the following invariants: bdl-4
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          106. Bundle.entry:medicationRequest
          Slice NamemedicationRequest
          Definition

          処方情報


          Bundleリソースのエントリには、リソースまたはリソースに関する情報(トランザクションと履歴のみ)が含まれます。 / An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

          ShortMedicationRequestリソースBundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
          Control0..*
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
          bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
          ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          bdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
          bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
          108. Bundle.entry:medicationRequest.extension
          Definition

          An Extension


          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / 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.

          ShortExtension実装で定義された追加のコンテンツ / Additional content defined by implementations
          Comments

          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

          Control0..0*
          TypeExtension
          Is Modifierfalse
          Summaryfalse
          Alternate Namesextensions, user content
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
          110. Bundle.entry:medicationRequest.modifierExtension
          Definition

          An Extension


          要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

          モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / 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).

          ShortExtension認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
          Comments

          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

          Control0..0*
          TypeExtension
          Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
          Summarytrue
          Requirements

          修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

          Alternate Namesextensions, user content, modifiers
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
          112. Bundle.entry:medicationRequest.link
          Definition

          このエントリにコンテキストを提供する一連のリンク。 / A series of links that provide context to this entry.

          Shortこのエントリに関連するリンク / Links related to this entry
          Control0..0*
          TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
          Is Modifierfalse
          Must Supporttrue
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          114. Bundle.entry:medicationRequest.fullUrl
          Definition

          リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

          • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
          • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
          • Results from operations might involve resources that are not identified.
          Shortリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
          Comments

          Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

          FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

          Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).


          Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

          FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

          Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

          Control10..1
          Typeuri
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Must Supporttrue
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          116. Bundle.entry:medicationRequest.resource
          Definition

          診療情報として処方オーダの1処方薬情報の格納に使用する


          エントリのリソース。リソースの目的/意味は、bundle.typeによって決定されます。 / The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

          Short診療情報として処方オーダの1処方薬情報の格納に使用するBundleのリソース / A resource in the bundle
          Comments

          このプロファイルは、電子カルテ情報共有サービスに2文書(診療情報提供書、退院時サマリー)に含める処方情報にも用いられる。

          Control10..1
          TypeMedicationRequestResource(JP_MedicationRequest_eCS)
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Alternate NamesPrescription, Order
          118. Bundle.entry:medicationRequest.search
          Definition

          このエントリの作成につながる検索プロセスに関する情報。 / Information about the search process that lead to the creation of this entry.

          Short関連情報を検索します / Search related information
          Control0..01
          This element is affected by the following invariants: bdl-2
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          121. Bundle.entry:medicationRequest.request
          Definition

          トランザクションまたはバッチの一部としてこのエントリをどのように処理するかについての追加情報。歴史については、エントリに含まれるバージョンを作成するためにエントリがどのように処理されたかを示します。 / Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.

          Short追加の実行情報(トランザクション/バッチ/履歴) / Additional execution information (transaction/batch/history)
          Control0..01
          This element is affected by the following invariants: bdl-3
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          126. Bundle.entry:medicationRequest.response
          Definition

          応答されるバッチまたはトランザクションの対応する「要求」エントリの処理の結果、または履歴を返すときの操作の結果を示します。 / Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history.

          Short実行結果(トランザクション/バッチ/履歴) / Results of execution (transaction/batch/history)
          Control0..01
          This element is affected by the following invariants: bdl-4
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          130. Bundle.entry:observationLaboResult
          Slice NameobservationLaboResult
          Definition

          検体検査結果/感染症情報


          Bundleリソースのエントリには、リソースまたはリソースに関する情報(トランザクションと履歴のみ)が含まれます。 / An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

          ShortObservationリソースBundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
          Control0..*
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
          bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
          ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          bdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
          bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
          132. Bundle.entry:observationLaboResult.extension
          Definition

          An Extension


          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / 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.

          ShortExtension実装で定義された追加のコンテンツ / Additional content defined by implementations
          Comments

          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

          Control0..0*
          TypeExtension
          Is Modifierfalse
          Summaryfalse
          Alternate Namesextensions, user content
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
          134. Bundle.entry:observationLaboResult.modifierExtension
          Definition

          An Extension


          要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

          モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / 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).

          ShortExtension認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
          Comments

          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

          Control0..0*
          TypeExtension
          Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
          Summarytrue
          Requirements

          修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

          Alternate Namesextensions, user content, modifiers
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
          136. Bundle.entry:observationLaboResult.link
          Definition

          このエントリにコンテキストを提供する一連のリンク。 / A series of links that provide context to this entry.

          Shortこのエントリに関連するリンク / Links related to this entry
          Control0..0*
          TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
          Is Modifierfalse
          Must Supporttrue
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          138. Bundle.entry:observationLaboResult.fullUrl
          Definition

          リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

          • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
          • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
          • Results from operations might involve resources that are not identified.
          Shortリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
          Comments

          Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

          FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

          Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).


          Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

          FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

          Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

          Control10..1
          Typeuri
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Must Supporttrue
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          140. Bundle.entry:observationLaboResult.resource
          Definition

          診療情報における検体検査結果/感染症検体検査結果の格納に使用する


          エントリのリソース。リソースの目的/意味は、bundle.typeによって決定されます。 / The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

          Short診療情報における検体検査結果/感染症検体検査結果の格納に使用するBundleのリソース / A resource in the bundle
          Comments

          このプロファイルは、電子カルテ情報共有サービスに送信するために適合したプロファイルである。

          Control10..1
          TypeObservationResource(JP_Observation_LabResult_eCS)
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Alternate NamesVital Signs, Measurement, Results, Tests
          142. Bundle.entry:observationLaboResult.search
          Definition

          このエントリの作成につながる検索プロセスに関する情報。 / Information about the search process that lead to the creation of this entry.

          Short関連情報を検索します / Search related information
          Control0..01
          This element is affected by the following invariants: bdl-2
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          145. Bundle.entry:observationLaboResult.request
          Definition

          トランザクションまたはバッチの一部としてこのエントリをどのように処理するかについての追加情報。歴史については、エントリに含まれるバージョンを作成するためにエントリがどのように処理されたかを示します。 / Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.

          Short追加の実行情報(トランザクション/バッチ/履歴) / Additional execution information (transaction/batch/history)
          Control0..01
          This element is affected by the following invariants: bdl-3
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          150. Bundle.entry:observationLaboResult.response
          Definition

          応答されるバッチまたはトランザクションの対応する「要求」エントリの処理の結果、または履歴を返すときの操作の結果を示します。 / Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history.

          Short実行結果(トランザクション/バッチ/履歴) / Results of execution (transaction/batch/history)
          Control0..01
          This element is affected by the following invariants: bdl-4
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))

          Guidance on how to interpret the contents of this table can be found here

          0. Bundle
          Definition

          電子カルテ情報共有サービスへの5情報送信用 Bundleリソース

          Short電子カルテ情報共有サービスへの5情報送信用 Bundleリソース
          Control0..*
          Is Modifierfalse
          Summaryfalse
          Invariantsbdl-1: totalは、searchまたはhistoryの場合にのみ出現します / total only when a search or history (total.empty() or (type = 'searchset') or (type = 'history'))
          bdl-2: Entry.Searchはsearchの場合にのみ出現します。 / entry.search only when a search (entry.search.empty() or (type = 'searchset'))
          bdl-3: Entry.Requestはbatch/transaction/historyで必須、それ以外の場合は禁止されています / entry.request mandatory for batch/transaction/history, otherwise prohibited (entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history')))
          bdl-4: entry.responseは、batch-response/transaction-response/historyに必須であり、それ以外の場合は禁止されています / entry.response mandatory for batch-response/transaction-response/history, otherwise prohibited (entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history')))
          bdl-7: fullurlはBundleでユニークである必要があります。または、同じfullurlを持つentryはmeta.versionIdを持っている必要があります。 / FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles) ((type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct())
          bdl-9: documentには、systemとvalueのある identifierが必要です / A document must have an identifier with a system and a value (type = 'document' implies (identifier.system.exists() and identifier.value.exists()))
          bdl-10: documentにはdateが必要です / A document must have a date (type = 'document' implies (timestamp.hasValue()))
          bdl-11: documentには最初のリソースとしてCompositionが必要です / A document must have a Composition as the first resource (type = 'document' implies entry.first().resource.is(Composition))
          bdl-12: メッセージには最初のリソースとしてMessageHeaderが必要です / A message must have a MessageHeader as the first resource (type = 'message' implies entry.first().resource.is(MessageHeader))
          bundle-profile-is-JP-Bundle-CLINS: R0213:BundleはJP-Bundle-CLINSプロファイルに準拠していなければならない。 (meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))='http://jpfhir.jp/fhir/clins/StructureDefinition/JP_Bundle_CLINS'))).exists() or meta.profile.where($this='http://jpfhir.jp/fhir/clins/StructureDefinition/JP_Bundle_CLINS').exists())
          bundle-meta-tag-resourceType-exists: R02141:Bundle.meta.tagに、収納するresourceTypeを記述しなければならない。 (meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').exists())
          bundle-meta-tag-resourceType-valid: R02142:Bundle.meta.tagに記述されたresourceTypeは、'AllergyIntolerance', 'Observation', 'Condition'のいずれかであること。 (meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').where(code='AllergyIntolerance').count()=1 or meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').where(code='Observation').count()=1 or meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').where(code='Condition').count()=1)
          mustHaveOneMoreResources-with-designatedResourceType: R02143:Bundle.meta.tagに記述されたresourceTypeで指定されたAllergyIntolerance, Condition, Observationのリソースが1つ以上含まれていなければならない。 ((entry.resource.ofType(Observation).exists() and meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').code='Observation') or (entry.resource.ofType(Condition).exists() and meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').code='Condition') or (entry.resource.ofType(AllergyIntolerance).exists() and meta.tag.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS').code='AllergyIntolerance'))
          valid-system-bundleIdenfifier: R02151:Bundle.identifier.sysyemは、http://jpfhir.jp/fhir/clins/bundle-identifier (identifier.where(system='http://jpfhir.jp/fhir/clins/bundle-identifier').exists())
          valid-value-bundleIdenfifier: R2152:Bundle.identifier.value は、医療機関番号10桁^西暦4件^36文字以内の半角文字列(英字、数字、ハイフン記号のみ可)であること。'^[0-4][0-9][1-3][0-9]{7}[\^]20[2-3][0-9][\^][A-Za-z0-9\-]{1,36}$' ((identifier.where(system = 'http://jpfhir.jp/fhir/clins/bundle-identifier').count()=1 and identifier.where(system = 'http://jpfhir.jp/fhir/clins/bundle-identifier').value.matches('^[0-4][0-9][1-3][0-9]{7}[\\^]20[2-3][0-9][\\^][A-Za-z0-9\\-]{1,36}$')))
          all-entries-needs-extension-of-institutionNumber: R9011:Bundleに含まれるPatient以外のリソースには、医療機関識別IDが必須である。 (entry.tail().resource.all(extension.where(url='http://jpfhir.jp/fhir/clins/Extension/StructureDefinition/JP_eCS_InstitutionNumber').exists()))
          all-entries-needs-valid-institutionNumber: R9012:Bundleに含まれるPatient以外のリソースには、医療機関識別IDが記述され10桁数字であることが必須である。 (entry.tail().resource.all(extension.where(url='http://jpfhir.jp/fhir/clins/Extension/StructureDefinition/JP_eCS_InstitutionNumber').value.ofType(Identifier).value.matches('^[0-4][0-9][1-3][0-9]{7}$')))
          condition-needs-contained-of-Encounter: R9013C:Bundleに含まれるすべてのConditionのリソースには、Contained JP_Encounterリソースが必須である。 (entry.select(resource as Condition).all(contained.meta.where(profile='http://jpfhir.jp/fhir/core/StructureDefinition/JP_Encounter').exists()))
          condition-needs-extension-of-Department: R9014C:Bundleに含まれるすべてのConditionリソースには、診療科拡張が必須である。 (entry.select(resource as Condition).all(extension.where(url='http://jpfhir.jp/fhir/eCS/Extension/StructureDefinition/JP_eCS_Department').exists()))
          condition-needs-onsetDateTime: R9013C:Bundleに含まれるすべてのConditionのリソースでは、onsetDateTimeが必須である。 (entry.select(resource as Condition).all(onset.ofType(dateTime).exists()))
          observation-needs-contained-of-Encounter: R9013O:Bundleに含まれるすべてのObservationのリソースには、Contained JP_Encounterリソースが必須である。 (entry.select(resource as Observation).all(contained.meta.where(profile='http://jpfhir.jp/fhir/core/StructureDefinition/JP_Encounter').exists()))
          observation-needs-extension-of-Department: R9014O:Bundleに含まれるすべてのObservationリソースには、診療科拡張が必須である。 (entry.select(resource as Observation).all(extension.where(url='http://jpfhir.jp/fhir/eCS/Extension/StructureDefinition/JP_eCS_Department').exists()))
          first-bundle-entry-is-Patient: R0211:最初のentryはPatientでなければならない。 (entry.first().resource.is(Patient))
          patients-profile-is-JP-Patient-eCS: R0212:最初のentryであるPatientは、JP_Patient_eCSプロファイルに準拠していなければならない。 (entry.first().resource.meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Patient_eCS'))).exists() or entry.first().resource.meta.profile.where($this='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Patient_eCS').exists())
          validEntryProfile-AllergyIntolerance: Bundle-entry-AllergyIntolerance: Bundleのentryとして含まれるAllergyIntoleranceは、プロファイルJP_AllergyIntolerance_eCSのいずれかのバージョンに準拠していなければならない。 ((entry.resource.ofType(AllergyIntolerance).exists().not()) or ((entry.resource.ofType(AllergyIntolerance).meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_AllergyIntolerance_eCS'))).exists()).not()) or ((entry.resource.ofType(AllergyIntolerance).meta.profile.where($this!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_AllergyIntolerance_eCS').exists()).not()))
          validEntryProfile-Condition: Bundle-entry-Condition: Bundleのentryとして含まれるConditionは、プロファイルJP_Condition_eCSのいずれかのバージョンに準拠していなければならない。 ((entry.resource.ofType(Condition).exists().not()) or ((entry.resource.ofType(Condition).meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Condition_eCS'))).exists()).not()) or ((entry.resource.ofType(Condition).meta.profile.where($this!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Condition_eCS').exists()).not()))
          validEntryProfile-MedicationRequest: Bundle-entry-MedicationRequest: Bundleのentryとして含まれるMedicationRequestは、プロファイルJP_MedicationRequest_eCSのいずれかのバージョンに準拠していなければならない。 ((entry.resource.ofType(MedicationRequest).exists().not()) or ((entry.resource.ofType(MedicationRequest).meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_MedicationRequest_eCS'))).exists()).not()) or ((entry.resource.ofType(MedicationRequest).meta.profile.where($this!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_MedicationRequest_eCS').exists()).not()))
          validEntryProfile-ObservationLabResult: Bundle-entry-Observation: Bundleのentryとして含まれるObservationは、プロファイルJP_Observation_LabResult_eCSのいずれかのバージョンに準拠していなければならない。 ((entry.resource.ofType(Observation).exists().not()) or ((entry.resource.ofType(Observation).meta.profile.where($this.indexOf('|')>0 and ($this.indexOf('|')>0 implies ($this.substring(0,$this.indexOf('|'))!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Observation_LabResult_eCS'))).exists()).not()) or ((entry.resource.ofType(Observation).meta.profile.where($this!='http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Observation_LabResult_eCS').exists()).not()))
          2. Bundle.id
          Definition

          リソースのURLで使用されるリソースの論理ID。割り当てられたら、この値は変更されません。 / The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

          Shortこのアーティファクトの論理ID / Logical id of this artifact
          Comments

          リソースにIDがないのは、IDが作成操作を使用してサーバーに送信されている場合です。 / The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

          Control0..1
          Typeid
          Is Modifierfalse
          Summarytrue
          4. Bundle.meta
          Definition

          リソースに関するMetadata。これは、インフラストラクチャによって維持されるコンテンツです。コンテンツの変更は、常にリソースのバージョンの変更に関連付けられているとは限りません。 / 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.

          Shortリソースに関するMetadata / Metadata about the resource
          Control0..1
          TypeMeta
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          6. Bundle.meta.id
          Definition

          リソース内の要素の固有ID(内部参照用)。これは、スペースを含まない任意の文字列値である可能性があります。

          Shortエレメント相互参照のためのユニークID
          Control0..1
          Typestring
          Is Modifierfalse
          XML FormatIn the XML format, this property is represented as an attribute.
          Summaryfalse
          8. Bundle.meta.extension
          Definition

          要素の基本的な定義に含まれない追加情報を表すために使用されることがあります。拡張機能の使用を安全かつ管理しやすくするために、定義および使用に適用される厳格なガバナンスのセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たす必要のある要件のセットがあります。

          Short実装によって定義される追加コンテンツ
          Comments

          どのようなアプリケーション、プロジェクト、または標準が拡張機能を使用しているかに関わらず、拡張機能の使用には決して汚名が付くわけではありません - それらを使用または定義する機関または管轄区域に関係なく。拡張機能の使用こそが、FHIR仕様を誰にとっても簡単なコアレベルで維持することを可能にします。

          Control0..*
          TypeExtension
          Is Modifierfalse
          Summaryfalse
          Alternate Namesextensions, user content
          Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
          ext-1: 拡張機能または値[x]のいずれかが必要です。両方ではありません。 (extension.exists() != value.exists())
          SlicingThis element introduces a set of slices on Bundle.meta.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
          • value @ url
          • 10. Bundle.meta.versionId
            Definition

            URLのバージョン部分に表示されるバージョン固有のidentifier。この値は、リソースが作成、更新、または削除された場合に変更されます。

            Shortバージョン固有のidentifier (Baajon koyū no shikibetsu-shi)
            Comments

            サーバーがこの値を割り当て、クライアントが指定した値を無視する。ただし、サーバーが更新/削除時にバージョンの整合性を強制する場合を除く。

            Control0..1
            Typeid
            Is Modifierfalse
            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
            Summarytrue
            Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
            12. Bundle.meta.lastUpdated
            Definition

            リソースが最後に変更されたとき - 例えば、バージョンが変更されたとき。

            Shortリソースのバージョンが最後に変更されたとき
            Comments

            この値はリソースが初めて作成される場合を除いて常に設定されています。サーバー/リソースマネージャーがこの値を設定します。クライアントが提供する値は関係ありません。これはHTTP Last-Modifiedに相当し、readのインタラクションで同じ値を持つべきです。

            Control1..1
            Typeinstant
            Is Modifierfalse
            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
            Must Supporttrue
            Summarytrue
            Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
            14. Bundle.meta.source
            Definition

            リソースのソースシステムを識別するURI。これにより、リソース内の情報のソースをトラックまたは区別するために使用できる最小限の[プロビナンス](provenance.html#)情報が提供されます。ソースは、別のFHIRサーバー、ドキュメント、メッセージ、データベースなどを識別できます。

            Short「リソースがどこから来たかを特定する」
            Comments

            プロバナンスのリソースにおいて、これはProvenance.entity.what[x]に対応します。ソースの正確な使用方法(および含意されるProvenance.entity.role)は実装者の判断に委ねられます。指定されたソースは1つだけです。追加のプロバナンスの詳細が必要な場合は、完全なプロバナンスリソースを使用するべきです。

            この要素は、正規のURLでホストされていないリソースの現在のマスターソースがどこにあるかを示すために使用できます。

            Control0..1
            Typeuri
            Is Modifierfalse
            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
            Summarytrue
            Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
            16. Bundle.meta.profile
            Definition

            準拠しているプロファイルとして次のURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。http://jpfhir.jp/fhir/clins/StructureDefinition/JP_Bundle_CLINS|x.y.z

            Short準拠しているプロファイルとして次のURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。http://jpfhir.jp/fhir/clins/StructureDefinition/JP_Bundle_CLINS|x.y.z
            Comments

            これらの主張が時間の経過に伴って検証または更新される方法と、それらを決定するサーバーや他の基盤に任されます。プロファイルURLのリストは1セットです。

            Control1..*
            Typecanonical(StructureDefinition)
            Is Modifierfalse
            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
            Must Supporttrue
            Summarytrue
            Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
            18. Bundle.meta.security
            Definition

            このリソースにはセキュリティラベルが適用されています。これらのタグにより、特定のリソースが全体的なセキュリティポリシーやインフラストラクチャに関連付けられます。

            Shortこのリソースに適用されたセキュリティラベル
            Comments

            セキュリティラベルは変更せずにリソースのバージョンを更新可能です。セキュリティラベルのリストはセットであり、一意性はシステム/コードに基づき、バージョンと表示は無視されます。

            Control0..*
            BindingUnless not suitable, these codes SHALL be taken from All Security Labels
            (extensible to http://hl7.org/fhir/ValueSet/security-labels)

            医療プライバシーおよびセキュリティ分類システムからのセキュリティラベル。

            TypeCoding
            Is Modifierfalse
            Summarytrue
            Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
            20. Bundle.meta.tag
            Definition

            このリソースに適用されるタグです。タグは、リソースをプロセスやワークフローに識別し、関連付けるために使用することが意図されており、アプリケーションはリソースの意味を解釈する際にタグを考慮する必要はありません。

            Shortこのリソースに適用されたタグ
            Comments

            リソースの表示バージョンを変更することなく、タグを更新できます。タグのリストは集合です。ユニーク性はシステム/コードに基づき、バージョンと表示は無視されます。

            Control1..*
            BindingFor example codes, see CommonTags
            (example to http://hl7.org/fhir/ValueSet/common-tags)

            様々なタグを表すコードで、一般的にはワークフローに関連しています。例:「ジョーンズ博士によるレビューが必要です」。

            TypeCoding
            Is Modifierfalse
            Summarytrue
            Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
            SlicingThis element introduces a set of slices on Bundle.meta.tag. The slices areUnordered and Open, and can be differentiated using the following discriminators:
            • value @ system
            • 22. Bundle.meta.tag:resourceType
              Slice NameresourceType
              Definition

              CLINSでのBundleリソースに含まれる5情報リソースカテゴリーをmeta.tag要素に記述する。

              ShortCLINSでのBundleリソースに含まれる5情報リソースカテゴリーをmeta.tag要素に記述する。
              Comments

              リソースの表示バージョンを変更することなく、タグを更新できます。タグのリストは集合です。ユニーク性はシステム/コードに基づき、バージョンと表示は無視されます。

              Control1..1
              BindingFor example codes, see CommonTags
              (example to http://hl7.org/fhir/ValueSet/common-tags)

              様々なタグを表すコードで、一般的にはワークフローに関連しています。例:「ジョーンズ博士によるレビューが必要です」。

              TypeCoding
              Is Modifierfalse
              Must Supporttrue
              Summarytrue
              Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
              24. Bundle.meta.tag:resourceType.id
              Definition

              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

              Short要素間参照のための一意のID / Unique id for inter-element referencing
              Control0..1
              Typestring
              Is Modifierfalse
              XML FormatIn the XML format, this property is represented as an attribute.
              Summaryfalse
              26. Bundle.meta.tag:resourceType.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.

              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
              Comments

              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

              Control0..*
              TypeExtension
              Is Modifierfalse
              Summaryfalse
              Alternate Namesextensions, user content
              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
              SlicingThis element introduces a set of slices on Bundle.meta.tag.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
              • value @ url
              • 28. Bundle.meta.tag:resourceType.system
                Definition

                固定値 http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS を設定する。

                Short固定値 http://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS を設定する。
                Comments

                uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / 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.

                Control1..1
                Typeuri
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Must Supporttrue
                Summarytrue
                Requirements

                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                Pattern Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/BundleResourceType_CS
                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                30. Bundle.meta.tag:resourceType.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.

                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                Comments

                用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / 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.

                NoteThis is a business version Id, not a resource version Id (see discussion)
                Control0..1
                Typestring
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Summarytrue
                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                32. Bundle.meta.tag:resourceType.code
                Definition

                Bundleリソースに含まれる5情報リソースカテゴリーのいずれかを http://jpfhir.jp/fhir/clins/ValueSet/BundleResourceType_VSのValuseSetから設定する。具体的には、"AllergyIntolerance"、"Condition"、"Observation"、"MedicationRequest" のいずれかの値を設定する。

                ShortBundleリソースに含まれる5情報リソースカテゴリーのいずれかを http://jpfhir.jp/fhir/clins/ValueSet/BundleResourceType_VSのValuseSetから設定する。具体的には、"AllergyIntolerance"、"Condition"、"Observation"、"MedicationRequest" のいずれかの値を設定する。
                Control1..1
                BindingThe codes SHALL be taken from 5情報Bundle5情報リソースタイプ valueSet
                (required to http://jpfhir.jp/fhir/clins/ValueSet/BundleResourceType_VS)
                Typecode
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Must Supporttrue
                Summarytrue
                Requirements

                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                34. Bundle.meta.tag:resourceType.display
                Definition

                システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                Shortシステムによって定義された表現 / Representation defined by the system
                Control0..1
                Typestring
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Summarytrue
                Requirements

                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                36. Bundle.meta.tag:resourceType.userSelected
                Definition

                このコーディングがユーザーによって直接選択されたことを示します。利用可能なアイテムのピックリスト(コードまたはディスプレイ)。 / Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).

                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                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.

                Control0..1
                Typeboolean
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Summarytrue
                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.

                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                38. Bundle.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.

                Shortこのコンテンツが作成されたルールのセット / A set of rules under which this content was created
                Comments

                このルールセットを主張することは、コンテンツが限られた取引パートナーのセットによってのみ理解されることを制限します。これにより、本質的に長期的にデータの有用性が制限されます。ただし、既存の健康エコシステムは非常に破壊されており、一般的に計算可能な意味でデータを定義、収集、交換する準備ができていません。可能な限り、実装者や仕様ライターはこの要素の使用を避ける必要があります。多くの場合、使用する場合、URLは、これらの特別なルールを他のプロファイル、バリューセットなどとともに叙述(Narative)の一部として定義する実装ガイドへの参照です。 / 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.

                Control0..1
                Typeuri
                Is Modifiertrue because 暗黙のルールは、意味または解釈を変更するリソースに関する追加の知識を提供する可能性があるため、この要素は修飾子としてラベル付けされています。 / This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Summarytrue
                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                40. Bundle.language
                Definition

                リソースが書かれている基本言語。 / The base language in which the resource is written.

                Shortリソースコンテンツの言語 / Language of the resource content
                Comments

                言語は、インデックス作成とアクセシビリティをサポートするために提供されます(通常、テキストから音声までのサービスなどのサービスが言語タグを使用します)。叙述(Narative)のHTML言語タグは、叙述(Narative)に適用されます。リソース上の言語タグを使用して、リソース内のデータから生成された他のプレゼンテーションの言語を指定できます。すべてのコンテンツが基本言語である必要はありません。リソース。言語は、叙述(Narative)に自動的に適用されると想定されるべきではありません。言語が指定されている場合、HTMLのDIV要素にも指定されている場合(XML:LangとHTML Lang属性の関係については、HTML5のルールを参照してください)。 / 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).

                Control0..1
                BindingThe codes SHOULD be taken from CommonLanguages
                (preferred to http://hl7.org/fhir/ValueSet/languages)

                人間の言語。 / A human language.

                Additional BindingsPurpose
                AllLanguagesMax Binding
                Typecode
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Summaryfalse
                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                42. Bundle.identifier
                Definition

                Bundleリソースのidentifier要素は、電子カルテ情報共有サービス側で保存される。送信側は、後続の送信においてこのidentifierを指定することで、受信側は過去に受信したBundleリソースを特定し、それに含まれていた全データについて削除、更新などの処理を行うためにこれを使用する。

                Shortこの文書Bundleの固定識別子。
                Comments

                Bundleリソースのidentifier要素は以下の通りとする。

                Bundle.identifier.system : system値として、”http://jpfhir.jp/fhir/clins/bundle-identifier” を設定する。

                Bundle.identifier.value : 実装ガイド本文 5情報送信仕様--Bundleリソースを識別するIdentifier要素-- に記載の[Bundle-ID]の仕様とする。

                NoteThis is a business identifier, not a resource identifier (see discussion)
                Control1..1
                TypeIdentifier
                Is Modifierfalse
                Must Supporttrue
                Summarytrue
                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                44. Bundle.identifier.id
                Definition

                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                Short要素間参照のための一意のID / Unique id for inter-element referencing
                Control0..1
                Typestring
                Is Modifierfalse
                XML FormatIn the XML format, this property is represented as an attribute.
                Summaryfalse
                46. Bundle.identifier.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.

                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                Comments

                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

                Control0..*
                TypeExtension
                Is Modifierfalse
                Summaryfalse
                Alternate Namesextensions, user content
                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                SlicingThis element introduces a set of slices on Bundle.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                • value @ url
                • 48. Bundle.identifier.use
                  Definition

                  このidentifierの目的。 / The purpose of this identifier.

                  Short通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
                  Comments

                  アプリケーションは、identifierが一時的なものであると明示的に言っていない限り、永続的であると想定できます。 / Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                  Control0..1
                  BindingThe codes SHALL be taken from IdentifierUse
                  (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                  既知の場合、このidentifierの目的を識別します。 / Identifies the purpose for this identifier, if known .

                  Typecode
                  Is Modifiertrue because これは、アプリケーションが一時的なIDを永続的なIDと間違えてはならないため、「IS修飾子」とラベル付けされています。 / This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summarytrue
                  Requirements

                  特定の使用のコンテキストが一連のidentifierの中から選択される適切なidentifierを許可します。 / Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  50. Bundle.identifier.type
                  Definition

                  特定の目的に使用するidentifierを決定するために使用できるidentifierのコード化されたタイプ。 / A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                  Shortidentifierの説明 / Description of identifier
                  Comments

                  この要素は、identifierの一般的なカテゴリのみを扱います。identifier。システムに対応するコードに使用しないでください。一部のidentifierは、一般的な使用法により複数のカテゴリに分類される場合があります。システムがわかっている場合、タイプは常にシステム定義の一部であるため、タイプは不要です。ただし、システムが不明なidentifierを処理する必要があることがよくあります。多くの異なるシステムが同じタイプを持っているため、タイプとシステムの間に1:1の関係はありません。 / 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.

                  Control0..1
                  BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                  (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                  特定の目的に使用するidentifierを決定するために使用できるidentifierのコード化されたタイプ。 / A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Summarytrue
                  Requirements

                  identifierシステムが不明な場合、ユーザーはidentifierを使用できます。 / Allows users to make use of identifiers when the identifier system is not known.

                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  52. Bundle.identifier.system
                  Definition

                  値の名前空間、つまり一意のセット値を記述するURLを確立します。 / Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                  Shortidentifier値の名前空間 / The namespace for the identifier value
                  Comments

                  identifier。システムは常にケースに敏感です。 / Identifier.system is always case sensitive.

                  Control1..1
                  Typeuri
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Must Supporttrue
                  Summarytrue
                  Requirements

                  identifierのセットがたくさんあります。2つのidentifierを一致させるには、どのセットを扱っているかを知る必要があります。システムは、特定の一意のidentifierセットを識別します。 / 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.

                  Fixed Valuehttp://jpfhir.jp/fhir/clins/bundle-identifier
                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  54. Bundle.identifier.value
                  Definition

                  通常、identifierの部分はユーザーに関連し、システムのコンテキスト内で一意のユーザーに関連しています。 / The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                  Short一意の値 / The value that is unique
                  Comments

                  値が完全なURIの場合、システムはurn:ietf:rfc:3986でなければなりません。値の主な目的は、計算マッピングです。その結果、比較目的で正規化される可能性があります(例えば、有意でない白文字、ダッシュなどの削除)ヒューマンディスプレイ用の値は、[レンダリングされた値拡張](拡張レンダリングValue.html)を使用して伝達できます。identifier。価値は、identifierの知識を使用しない限り、ケースに敏感なものとして扱われます。システムにより、プロセッサーは、非セイズに固有の処理が安全であると確信できます。 / 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.

                  Control1..1
                  Typestring
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Must Supporttrue
                  Summarytrue
                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  56. Bundle.identifier.period
                  Definition

                  identifierが使用される/有効な期間。 / Time period during which identifier is/was valid for use.

                  ShortIDが使用に有効だった時間期間 / Time period when id is/was valid for use
                  Control0..1
                  TypePeriod
                  Is Modifierfalse
                  Summarytrue
                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  58. Bundle.identifier.assigner
                  Definition

                  identifierを発行/管理する組織。 / Organization that issued/manages the identifier.

                  ShortIDを発行した組織(単なるテキストである可能性があります) / Organization that issued id (may be just text)
                  Comments

                  identifierは、.reference要素を省略し、割り当て組織に関する名前またはその他のテキスト情報を反映した.display要素のみを含む場合があります。 / 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.

                  Control0..1
                  TypeReference(Organization)
                  Is Modifierfalse
                  Summarytrue
                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  60. Bundle.type
                  Definition

                  このバンドルの目的コード。本プロファイルでは collection 固定とする。 (document | message | transaction | transaction_response | batch | batch_response | history | searchset | collection)

                  Shortドキュメント|メッセージ|トランザクション|トランザクション応答|バッチ|バッチ応答|歴史|検索セット|コレクション / document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection
                  Comments

                  他の目的でBundleを使用することが可能です(たとえば、ドキュメントをトランザクションとして受け入れることができます)。これは主に定義されているため、一部のBundleタイプに特定のルールが存在する可能性があります。 / It's possible to use a bundle for other purposes (e.g. a document can be accepted as a transaction). This is primarily defined so that there can be specific rules for some of the bundle types.

                  Control1..1
                  BindingThe codes SHALL be taken from BundleType
                  (required to http://hl7.org/fhir/ValueSet/bundle-type|4.0.1)

                  Bundleの目的を示します - それがどのように使用されるか。 / Indicates the purpose of a bundle - how it is intended to be used.

                  Typecode
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Must Supporttrue
                  Summarytrue
                  Fixed Valuecollection
                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  62. Bundle.timestamp
                  Definition

                  このリソースを生成した日時。時刻の精度はミリ秒とし、タイムゾーンを含めること。 例:"2021-02-01T13:28:17.239+09:00"

                  Shortこのバンドルリソースのインスタンスが作成された日時。
                  Comments

                  多くのBundleの場合、タイムスタンプは.Meta.lastupdatedに等しく、保存されていないためです(検索結果など)。Bundleが永続的なストアに配置されると、.meta.lastupdatedは通常サーバーによって変更されます。Bundleがメッセージの場合、メッセージを変更するミドルウェアエージェント(保存されていない場合でも)が.meta.lastupdatedを更新する必要があります。 .timestampは、Bundleの元の時間を追跡するために使用され、入力する必要があります。

                  使用法:

                  *ドキュメント:ドキュメントが作成された日付。注:構成は、ドキュメントの前であるか、複数のドキュメントに関連付けられる場合があります。構成の日付 - オーサリング時間 - は、ドキュメントアセンブリ時間よりも早くなる可能性があります *メッセージ:メッセージのコンテンツが組み立てられた日付。この日付は、メッセージの時間の意味を変更する追加データを追加しない限り、ミドルウェアエンジンによって変更されません *歴史:歴史が組み立てられた日付。今回は_sinceの時間として使用され、後続の更新を要求します

                  • SearchSet:検索セットが組み立てられた時間。異なるページには異なるタイムスタンプがあるかもしれませんが、必要ではないことに注意してください。異なるタイムスタンプを持つことは、後続のページが最初のクエリ以降に行われた変更を表すか、含まれることを意味するものではありません *トランザクション|トランザクション応答|バッチ|バッチ応答|コレクション:特定の割り当てられた意味はありません

                  タイムスタンプの値は、Bundle内のリソースの最後のタイムスタンプやその他のタイムスタンプよりも大きくなければならず、Bundle自体で.meta.lastupdatedよりも等しいか早い必要があります。 / For many bundles, the timestamp is equal to .meta.lastUpdated, because they are not stored (e.g. search results). When a bundle is placed in a persistent store, .meta.lastUpdated will be usually be changed by the server. When the bundle is a message, a middleware agent altering the message (even if not stored) SHOULD update .meta.lastUpdated. .timestamp is used to track the original time of the Bundle, and SHOULD be populated.

                  Usage:

                  • document : the date the document was created. Note: the composition may predate the document, or be associated with multiple documents. The date of the composition - the authoring time - may be earlier than the document assembly time
                  • message : the date that the content of the message was assembled. This date is not changed by middleware engines unless they add additional data that changes the meaning of the time of the message
                  • history : the date that the history was assembled. This time would be used as the _since time to ask for subsequent updates
                  • searchset : the time that the search set was assembled. Note that different pages MAY have different timestamps but need not. Having different timestamps does not imply that subsequent pages will represent or include changes made since the initial query
                  • transaction | transaction-response | batch | batch-response | collection : no particular assigned meaning

                  The timestamp value should be greater than the lastUpdated and other timestamps in the resources in the bundle, and it should be equal or earlier than the .meta.lastUpdated on the Bundle itself.

                  Control1..1
                  Typeinstant
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Must Supporttrue
                  Summarytrue
                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  64. Bundle.total
                  Definition

                  一連の検索が一致する場合、これは検索内のすべてのページにわたってタイプ「一致」のエントリの総数です。Search.mode = 'include'または 'outsome'エントリは含まれておらず、Bundle内のエントリの数のカウントを提供しません。 / If a set of search matches, this is the total number of entries of type 'match' across all pages in the search. It does not include search.mode = 'include' or 'outcome' entries and it does not provide a count of the number of entries in the Bundle.

                  Short検索の場合、一致の総数 / If search, the total number of matches
                  Comments

                  Bundleが検索結果セットである場合にのみ使用されます。合計には、OperationOutcomeなどのリソースが含まれておらず、リソースが含まれています。一致するリソースの総数のみが含まれています。 / Only used if the bundle is a search result set. The total does not include resources such as OperationOutcome and included resources, only the total number of matching resources.

                  Control0..1
                  This element is affected by the following invariants: bdl-1
                  TypeunsignedInt
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summarytrue
                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  66. Bundle.link
                  Definition

                  このBundleにコンテキストを提供する一連のリンク。 / A series of links that provide context to this bundle.

                  ShortこのBundleに関連するリンク / Links related to this Bundle
                  Comments

                  bundle.linkとbundle.entry.linkの両方が定義され、Bundleが使用されるときに追加のコンテキストを提供することをサポートします(例:[hateoas](http://en.wikipedia.org/wiki/hateoas))。

                  bundle.entry.linkは、エントリのリソースが[read](http.html#read)直接ある場合、HTTPヘッダーで見つかったリンクに対応します。

                  この仕様では、[検索](search.html#conformance)および[paging](http.html#ページング)のbundle.linkの特定の使用法を定義しますが、bundle.entry.linkの具体的な使用はありません。トランザクション - 意味は実装固有です。 / Both Bundle.link and Bundle.entry.link are defined to support providing additional context when Bundles are used (e.g. HATEOAS).

                  Bundle.entry.link corresponds to links found in the HTTP header if the resource in the entry was read directly.

                  This specification defines some specific uses of Bundle.link for searching and paging, but no specific uses for Bundle.entry.link, and no defined function in a transaction - the meaning is implementation specific.

                  Control0..*
                  TypeBackboneElement
                  Is Modifierfalse
                  Summarytrue
                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  68. Bundle.link.id
                  Definition

                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Summaryfalse
                  70. Bundle.link.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.

                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                  Comments

                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Summaryfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  72. Bundle.link.modifierExtension
                  Definition

                  要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

                  モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / 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).

                  Short認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
                  Comments

                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Summarytrue
                  Requirements

                  修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  74. Bundle.link.relation
                  Definition

                  このリンクの機能的使用を詳述する名前 - [http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1](http://www.ianaを参照してください。org/assignments/link-relations/link-relations.xhtml#link-relations-1)。 / A name which details the functional use for this link - see http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1.

                  Shorthttp://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1を参照してください / See http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1
                  Control1..1
                  Typestring
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summarytrue
                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  76. Bundle.link.url
                  Definition

                  リンクの参照の詳細。 / The reference details for the link.

                  Shortリンクの参照詳細 / Reference details for the link
                  Control1..1
                  Typeuri
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summarytrue
                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  78. Bundle.entry
                  Definition

                  Bundleリソースのエントリには、リソースまたはリソースに関する情報(トランザクションと履歴のみ)が含まれます。 / An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                  ShortBundleへのエントリ - リソースまたは情報があります / Entry in the bundle - will have a resource or information
                  Control1..*
                  TypeBackboneElement
                  Is Modifierfalse
                  Summarytrue
                  Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                  bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                  ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  SlicingThis element introduces a set of slices on Bundle.entry. The slices areOrdered and Closed, and can be differentiated using the following discriminators:
                  • profile @ resource
                  • 80. Bundle.entry.id
                    Definition

                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Summaryfalse
                    82. Bundle.entry.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.

                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                    Comments

                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

                    Control0..*
                    TypeExtension
                    Is Modifierfalse
                    Summaryfalse
                    Alternate Namesextensions, user content
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    84. Bundle.entry.modifierExtension
                    Definition

                    要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

                    モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / 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).

                    Short認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
                    Comments

                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

                    Control0..*
                    TypeExtension
                    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Summarytrue
                    Requirements

                    修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                    Alternate Namesextensions, user content, modifiers
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    86. Bundle.entry.link
                    Definition

                    このエントリにコンテキストを提供する一連のリンク。 / A series of links that provide context to this entry.

                    Shortこのエントリに関連するリンク / Links related to this entry
                    Control0..*
                    TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    88. Bundle.entry.fullUrl
                    Definition

                    リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

                    • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
                    • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
                    • Results from operations might involve resources that are not identified.
                    Shortリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
                    Comments

                    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

                    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

                    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

                    Control0..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    90. Bundle.entry.resource
                    Definition

                    エントリのリソース。リソースの目的/意味は、bundle.typeによって決定されます。 / The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                    ShortBundleのリソース / A resource in the bundle
                    Control0..1
                    TypeResource
                    Is Modifierfalse
                    Summarytrue
                    92. Bundle.entry.search
                    Definition

                    このエントリの作成につながる検索プロセスに関する情報。 / Information about the search process that lead to the creation of this entry.

                    Short関連情報を検索します / Search related information
                    Control0..1
                    This element is affected by the following invariants: bdl-2
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    94. Bundle.entry.search.id
                    Definition

                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Summaryfalse
                    96. Bundle.entry.search.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.

                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                    Comments

                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

                    Control0..*
                    TypeExtension
                    Is Modifierfalse
                    Summaryfalse
                    Alternate Namesextensions, user content
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    98. Bundle.entry.search.modifierExtension
                    Definition

                    要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

                    モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / 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).

                    Short認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
                    Comments

                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

                    Control0..*
                    TypeExtension
                    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Summarytrue
                    Requirements

                    修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                    Alternate Namesextensions, user content, modifiers
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    100. Bundle.entry.search.mode
                    Definition

                    このエントリが結果セットにある理由 - 一致として含まれているか、_include要件が含まれているか、または検索プロセスに関する情報または警告情報を伝えるため。 / Why this entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.

                    Short一致|含める|結果 - これが結果セットにある理由 / match | include | outcome - why this is in the result set
                    Comments

                    モードは1つだけです。一部のコーナーケースでは、リソースが一致するものと含まれるものの両方であるため、リソースが含まれる場合があります。これらの状況では、「一致」が優先されます。 / There is only one mode. In some corner cases, a resource may be included because it is both a match and an include. In these circumstances, 'match' takes precedence.

                    Control0..1
                    BindingThe codes SHALL be taken from SearchEntryMode
                    (required to http://hl7.org/fhir/ValueSet/search-entry-mode|4.0.1)

                    エントリが結果セットにある理由 - それが一致として含まれているか、_include要件が含まれているか、または検索プロセスに関する情報または警告情報を伝えるため。 / Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.

                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    102. Bundle.entry.search.score
                    Definition

                    検索するとき、エントリのサーバーの検索ランキングスコア。 / When searching, the server's search ranking score for the entry.

                    Shortランキングを検索(0〜1) / Search ranking (between 0 and 1)
                    Comments

                    サーバーは、ランキングスコアを返す必要はありません。1は最も関連性が高く、0は最も関連性が低くなります。多くの場合、検索結果はスコアでソートされますが、クライアントは別のソートオーダーを指定する場合があります。

                    この要素に関連するEmpi検索については、[患者一致](患者操作match.html)を参照してください。 / Servers are not required to return a ranking score. 1 is most relevant, and 0 is least relevant. Often, search results are sorted by score, but the client may specify a different sort order.

                    See Patient Match for the EMPI search which relates to this element.

                    Control0..1
                    Typedecimal
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    104. Bundle.entry.request
                    Definition

                    トランザクションまたはバッチの一部としてこのエントリをどのように処理するかについての追加情報。歴史については、エントリに含まれるバージョンを作成するためにエントリがどのように処理されたかを示します。 / Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.

                    Short追加の実行情報(トランザクション/バッチ/履歴) / Additional execution information (transaction/batch/history)
                    Control0..1
                    This element is affected by the following invariants: bdl-3
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    106. Bundle.entry.request.id
                    Definition

                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Summaryfalse
                    108. Bundle.entry.request.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.

                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                    Comments

                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

                    Control0..*
                    TypeExtension
                    Is Modifierfalse
                    Summaryfalse
                    Alternate Namesextensions, user content
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    110. Bundle.entry.request.modifierExtension
                    Definition

                    要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

                    モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / 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).

                    Short認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
                    Comments

                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

                    Control0..*
                    TypeExtension
                    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Summarytrue
                    Requirements

                    修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                    Alternate Namesextensions, user content, modifiers
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    112. Bundle.entry.request.method
                    Definition

                    トランザクションまたはバッチでは、これはこのエントリのために実行されるHTTPアクションです。歴史Bundleでは、これが発生したHTTPアクションを示します。 / In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred.

                    Shortget |頭|投稿|put |削除|パッチ / GET | HEAD | POST | PUT | DELETE | PATCH
                    Control1..1
                    BindingThe codes SHALL be taken from HTTPVerb
                    (required to http://hl7.org/fhir/ValueSet/http-verb|4.0.1)

                    HTTP動詞(HTTPコマンドライン)。詳細については、[http rfc](https://tools.ietf.org/html/rfc7231)を参照してください。 / HTTP verbs (in the HTTP command line). See HTTP rfc for details.

                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    114. Bundle.entry.request.url
                    Definition

                    このエントリのURLは、ルート(リクエストが投稿されるアドレス)に比べて。 / The URL for this entry, relative to the root (the address to which the request is posted).

                    Shortこのエントリに相当するHTTPのURL / URL for HTTP equivalent of this entry
                    Comments

                    例えば。患者の作成の場合、この方法は「ポスト」であり、URLは「患者」になります。患者の更新の場合、メソッドが配置され、URLは「患者/[ID]」になります。 / E.g. for a Patient Create, the method would be "POST" and the URL would be "Patient". For a Patient Update, the method would be PUT and the URL would be "Patient/[id]".

                    Control1..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    116. Bundle.entry.request.ifNoneMatch
                    Definition

                    ETAG値が一致する場合、304変更されていないステータスを返します。["conditional read"](http.html#cread)のAPIドキュメントを参照してください。 / If the ETag values match, return a 304 Not Modified status. See the API documentation for "Conditional Read".

                    Shortキャッシュ通貨を管理するため / For managing cache currency
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    118. Bundle.entry.request.ifModifiedSince
                    Definition

                    最終更新日が一致する場合にのみ操作を実行します。["conditional read"](http.html#cread)のAPIドキュメントを参照してください。 / Only perform the operation if the last updated date matches. See the API documentation for "Conditional Read".

                    Shortキャッシュ通貨を管理するため / For managing cache currency
                    Control0..1
                    Typeinstant
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    120. Bundle.entry.request.ifMatch
                    Definition

                    ETAG値が一致する場合にのみ操作を実行します。詳細については、APIセクション[「リソース競合の管理」](http.html#concurrency)を参照してください。 / Only perform the operation if the Etag value matches. For more information, see the API section "Managing Resource Contention".

                    Short更新競合を管理するため / For managing update contention
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    122. Bundle.entry.request.ifNoneExist
                    Definition

                    指定されたリソースが既に存在する場合は、作成を実行しないようにサーバーに指示します。詳細については、["conditional create"](http.html#ccreate)のAPIドキュメントを参照してください。これは、URLのクエリ部分にすぎません。「?」(「?」は含まれません)。 / Instruct the server not to perform the create if a specified resource already exists. For further information, see the API documentation for "Conditional Create". This is just the query portion of the URL - what follows the "?" (not including the "?").

                    Short条件付き作成の場合 / For conditional creates
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    124. Bundle.entry.response
                    Definition

                    応答されるバッチまたはトランザクションの対応する「要求」エントリの処理の結果、または履歴を返すときの操作の結果を示します。 / Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history.

                    Short実行結果(トランザクション/バッチ/履歴) / Results of execution (transaction/batch/history)
                    Control0..1
                    This element is affected by the following invariants: bdl-4
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    126. Bundle.entry.response.id
                    Definition

                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Summaryfalse
                    128. Bundle.entry.response.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.

                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                    Comments

                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

                    Control0..*
                    TypeExtension
                    Is Modifierfalse
                    Summaryfalse
                    Alternate Namesextensions, user content
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    130. Bundle.entry.response.modifierExtension
                    Definition

                    要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

                    モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / 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).

                    Short認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
                    Comments

                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / 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.

                    Control0..*
                    TypeExtension
                    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Summarytrue
                    Requirements

                    修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                    Alternate Namesextensions, user content, modifiers
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    132. Bundle.entry.response.status
                    Definition

                    このエントリを処理することで返されるステータスコード。ステータスは、3桁のHTTPコード(404など)で開始し、ステータスコードに関連付けられた標準のHTTP説明を含めることができます。 / The status code returned by processing this entry. The status SHALL start with a 3 digit HTTP code (e.g. 404) and may contain the standard HTTP description associated with the status code.

                    Shortステータス応答コード(テキストオプション) / Status response code (text optional)
                    Control1..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    134. Bundle.entry.response.location
                    Definition

                    この操作を処理することで作成されたロケーションヘッダーは、操作が場所を返す場合に入力されます。 / The location header created by processing this operation, populated if the operation returns a location.

                    Short場所(操作が場所を返す場合) / The location (if the operation returns a location)
                    Control0..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    136. Bundle.entry.response.etag
                    Definition

                    エントリの操作がバージョンされたリソースを作成した場合、リソースのETAG([リソースMetadataとバージョン](http.html#バージョン化)および[リソース競合の管理](http.html#concurrency)を参照)。 / The Etag for the resource, if the operation for the entry produced a versioned resource (see Resource Metadata and Versioning and Managing Resource Contention).

                    ShortリソースのETAG(関連する場合) / The Etag for the resource (if relevant)
                    Comments

                    etagsはresource.meta.versionidと一致します。ETAGは、リソースが含まれている場合、ヘッダーのバージョンIDと一致する必要があります。 / Etags match the Resource.meta.versionId. The ETag has to match the version id in the header if a resource is included.

                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    138. Bundle.entry.response.lastModified
                    Definition

                    リソースがサーバー上で変更された日付/時刻。 / The date/time that the resource was modified on the server.

                    Shortサーバーの日付時間が変更されました / Server's date time modified
                    Comments

                    これは、リソースが含まれている場合、メタヘッダー(Meta.lastupdated)で同じ時間と一致する必要があります。 / This has to match the same time in the meta header (meta.lastUpdated) if a resource is included.

                    Control0..1
                    Typeinstant
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    140. Bundle.entry.response.outcome
                    Definition

                    このエントリをバッチまたはトランザクションで処理する一環として生成されたヒントと警告を含むOperationOutcome。 / An OperationOutcome containing hints and warnings produced as part of processing this entry in a batch or transaction.

                    Shortヒントと警告を備えたOperationOutcome(バッチ/トランザクション用) / OperationOutcome with hints and warnings (for batch/transaction)
                    Comments

                    ポスト/プット操作の場合、これは、結果が返されるかどうかにかかわらず、リソースが常に返されることを除いて、forpefient = operationoutcomeで返される同等の結果です。

                    この結果は、バッチ/トランザクションのエラー応答には使用されません。ヒントと警告のみです。バッチ操作では、エラーはbundle.entry.responseで行われ、トランザクションの場合、エラーの場合はBundleの代わりに単一のOperationoutcomeがあります。 / For a POST/PUT operation, this is the equivalent outcome that would be returned for prefer = operationoutcome - except that the resource is always returned whether or not the outcome is returned.

                    This outcome is not used for error responses in batch/transaction, only for hints and warnings. In a batch operation, the error will be in Bundle.entry.response, and for transaction, there will be a single OperationOutcome instead of a bundle in the case of an error.

                    Control0..1
                    TypeResource
                    Is Modifierfalse
                    Summarytrue
                    142. Bundle.entry:patient
                    Slice Namepatient
                    Definition

                    患者情報

                    ShortPatientリソース
                    Control1..1
                    TypeBackboneElement
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                    ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    144. Bundle.entry:patient.id
                    Definition

                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Summaryfalse
                    146. Bundle.entry:patient.extension
                    Definition

                    An Extension

                    ShortExtension
                    Control0..0
                    TypeExtension
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    148. Bundle.entry:patient.modifierExtension
                    Definition

                    An Extension

                    ShortExtension
                    Control0..0
                    TypeExtension
                    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    150. Bundle.entry:patient.link
                    Definition

                    このエントリにコンテキストを提供する一連のリンク。 / A series of links that provide context to this entry.

                    Shortこのエントリに関連するリンク / Links related to this entry
                    Control0..0
                    TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    152. Bundle.entry:patient.fullUrl
                    Definition

                    リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

                    • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
                    • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
                    • Results from operations might involve resources that are not identified.
                    Shortリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
                    Comments

                    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

                    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

                    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

                    Control1..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    154. Bundle.entry:patient.resource
                    Definition

                    患者情報の記述に使用する。電子カルテ共有サービスで使用できる。

                    Short患者情報の記述に使用する。
                    Comments

                    本プロファイルは、患者を識別するidentifierとして、被保険者個人識別子を必須としている。また、name.family, name.given, gender, birthDate, address.text, address.city, address.stateを必須としている。

                    Control1..1
                    TypePatient(JP_Patient_eCS)
                    Is Modifierfalse
                    Must Supporttrue
                    Summaryfalse
                    Alternate NamesSubjectOfCare Client Resident
                    156. Bundle.entry:patient.search
                    Definition

                    このエントリの作成につながる検索プロセスに関する情報。 / Information about the search process that lead to the creation of this entry.

                    Short関連情報を検索します / Search related information
                    Control0..0
                    This element is affected by the following invariants: bdl-2
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    163. Bundle.entry:patient.request
                    Definition

                    トランザクションまたはバッチの一部としてこのエントリをどのように処理するかについての追加情報。歴史については、エントリに含まれるバージョンを作成するためにエントリがどのように処理されたかを示します。 / Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.

                    Short追加の実行情報(トランザクション/バッチ/履歴) / Additional execution information (transaction/batch/history)
                    Control0..0
                    This element is affected by the following invariants: bdl-3
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    174. Bundle.entry:patient.response
                    Definition

                    応答されるバッチまたはトランザクションの対応する「要求」エントリの処理の結果、または履歴を返すときの操作の結果を示します。 / Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history.

                    Short実行結果(トランザクション/バッチ/履歴) / Results of execution (transaction/batch/history)
                    Control0..0
                    This element is affected by the following invariants: bdl-4
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    184. Bundle.entry:allergyIntolerance
                    Slice NameallergyIntolerance
                    Definition

                    アレルギー情報/薬剤アレルギー等情報

                    ShortAllergyIntoleranceリソース
                    Control0..*
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                    ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    186. Bundle.entry:allergyIntolerance.id
                    Definition

                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Summaryfalse
                    188. Bundle.entry:allergyIntolerance.extension
                    Definition

                    An Extension

                    ShortExtension
                    Control0..0
                    TypeExtension
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    190. Bundle.entry:allergyIntolerance.modifierExtension
                    Definition

                    An Extension

                    ShortExtension
                    Control0..0
                    TypeExtension
                    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    192. Bundle.entry:allergyIntolerance.link
                    Definition

                    このエントリにコンテキストを提供する一連のリンク。 / A series of links that provide context to this entry.

                    Shortこのエントリに関連するリンク / Links related to this entry
                    Control0..0
                    TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    194. Bundle.entry:allergyIntolerance.fullUrl
                    Definition

                    リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

                    • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
                    • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
                    • Results from operations might involve resources that are not identified.
                    Shortリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
                    Comments

                    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

                    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

                    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

                    Control1..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    196. Bundle.entry:allergyIntolerance.resource
                    Definition

                    診療情報におけるアレルギー情報の格納に使用する

                    Short診療情報におけるアレルギー情報の格納に使用する
                    Comments

                    薬剤アレルギー等情報かアレルギー情報かの区別はcategory要素がmedicationかそれ以外かによる。このプロファイルは、電子カルテ情報共有サービスに送信するために適合したプロファイルである。

                    Control1..1
                    TypeAllergyIntolerance(JP_AllergyIntolerance_eCS)
                    Is Modifierfalse
                    Must Supporttrue
                    Summaryfalse
                    Alternate NamesAllergy, Intolerance, Adverse Reaction
                    198. Bundle.entry:allergyIntolerance.search
                    Definition

                    このエントリの作成につながる検索プロセスに関する情報。 / Information about the search process that lead to the creation of this entry.

                    Short関連情報を検索します / Search related information
                    Control0..0
                    This element is affected by the following invariants: bdl-2
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    205. Bundle.entry:allergyIntolerance.request
                    Definition

                    トランザクションまたはバッチの一部としてこのエントリをどのように処理するかについての追加情報。歴史については、エントリに含まれるバージョンを作成するためにエントリがどのように処理されたかを示します。 / Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.

                    Short追加の実行情報(トランザクション/バッチ/履歴) / Additional execution information (transaction/batch/history)
                    Control0..0
                    This element is affected by the following invariants: bdl-3
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    216. Bundle.entry:allergyIntolerance.response
                    Definition

                    応答されるバッチまたはトランザクションの対応する「要求」エントリの処理の結果、または履歴を返すときの操作の結果を示します。 / Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history.

                    Short実行結果(トランザクション/バッチ/履歴) / Results of execution (transaction/batch/history)
                    Control0..0
                    This element is affected by the following invariants: bdl-4
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    226. Bundle.entry:condition
                    Slice Namecondition
                    Definition

                    傷病名情報

                    ShortConditionリソース
                    Control0..*
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                    ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    228. Bundle.entry:condition.id
                    Definition

                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Summaryfalse
                    230. Bundle.entry:condition.extension
                    Definition

                    An Extension

                    ShortExtension
                    Control0..0
                    TypeExtension
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    232. Bundle.entry:condition.modifierExtension
                    Definition

                    An Extension

                    ShortExtension
                    Control0..0
                    TypeExtension
                    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    234. Bundle.entry:condition.link
                    Definition

                    このエントリにコンテキストを提供する一連のリンク。 / A series of links that provide context to this entry.

                    Shortこのエントリに関連するリンク / Links related to this entry
                    Control0..0
                    TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    236. Bundle.entry:condition.fullUrl
                    Definition

                    リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

                    • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
                    • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
                    • Results from operations might involve resources that are not identified.
                    Shortリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
                    Comments

                    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

                    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

                    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

                    Control1..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    238. Bundle.entry:condition.resource
                    Definition

                    診療情報における傷病名情報の格納に使用する

                    Short診療情報における傷病名情報の格納に使用する
                    Control1..1
                    TypeCondition(JP_Condition_eCS)
                    Is Modifierfalse
                    Must Supporttrue
                    Summaryfalse
                    240. Bundle.entry:condition.search
                    Definition

                    このエントリの作成につながる検索プロセスに関する情報。 / Information about the search process that lead to the creation of this entry.

                    Short関連情報を検索します / Search related information
                    Control0..0
                    This element is affected by the following invariants: bdl-2
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    247. Bundle.entry:condition.request
                    Definition

                    トランザクションまたはバッチの一部としてこのエントリをどのように処理するかについての追加情報。歴史については、エントリに含まれるバージョンを作成するためにエントリがどのように処理されたかを示します。 / Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.

                    Short追加の実行情報(トランザクション/バッチ/履歴) / Additional execution information (transaction/batch/history)
                    Control0..0
                    This element is affected by the following invariants: bdl-3
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    258. Bundle.entry:condition.response
                    Definition

                    応答されるバッチまたはトランザクションの対応する「要求」エントリの処理の結果、または履歴を返すときの操作の結果を示します。 / Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history.

                    Short実行結果(トランザクション/バッチ/履歴) / Results of execution (transaction/batch/history)
                    Control0..0
                    This element is affected by the following invariants: bdl-4
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    268. Bundle.entry:medicationRequest
                    Slice NamemedicationRequest
                    Definition

                    処方情報

                    ShortMedicationRequestリソース
                    Control0..*
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                    ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    270. Bundle.entry:medicationRequest.id
                    Definition

                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Summaryfalse
                    272. Bundle.entry:medicationRequest.extension
                    Definition

                    An Extension

                    ShortExtension
                    Control0..0
                    TypeExtension
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    274. Bundle.entry:medicationRequest.modifierExtension
                    Definition

                    An Extension

                    ShortExtension
                    Control0..0
                    TypeExtension
                    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    276. Bundle.entry:medicationRequest.link
                    Definition

                    このエントリにコンテキストを提供する一連のリンク。 / A series of links that provide context to this entry.

                    Shortこのエントリに関連するリンク / Links related to this entry
                    Control0..0
                    TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    278. Bundle.entry:medicationRequest.fullUrl
                    Definition

                    リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

                    • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
                    • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
                    • Results from operations might involve resources that are not identified.
                    Shortリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
                    Comments

                    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

                    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

                    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

                    Control1..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    280. Bundle.entry:medicationRequest.resource
                    Definition

                    診療情報として処方オーダの1処方薬情報の格納に使用する

                    Short診療情報として処方オーダの1処方薬情報の格納に使用する
                    Comments

                    このプロファイルは、電子カルテ情報共有サービスに2文書(診療情報提供書、退院時サマリー)に含める処方情報にも用いられる。

                    Control1..1
                    TypeMedicationRequest(JP_MedicationRequest_eCS)
                    Is Modifierfalse
                    Must Supporttrue
                    Summaryfalse
                    Alternate NamesPrescription, Order
                    282. Bundle.entry:medicationRequest.search
                    Definition

                    このエントリの作成につながる検索プロセスに関する情報。 / Information about the search process that lead to the creation of this entry.

                    Short関連情報を検索します / Search related information
                    Control0..0
                    This element is affected by the following invariants: bdl-2
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    289. Bundle.entry:medicationRequest.request
                    Definition

                    トランザクションまたはバッチの一部としてこのエントリをどのように処理するかについての追加情報。歴史については、エントリに含まれるバージョンを作成するためにエントリがどのように処理されたかを示します。 / Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.

                    Short追加の実行情報(トランザクション/バッチ/履歴) / Additional execution information (transaction/batch/history)
                    Control0..0
                    This element is affected by the following invariants: bdl-3
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    300. Bundle.entry:medicationRequest.response
                    Definition

                    応答されるバッチまたはトランザクションの対応する「要求」エントリの処理の結果、または履歴を返すときの操作の結果を示します。 / Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history.

                    Short実行結果(トランザクション/バッチ/履歴) / Results of execution (transaction/batch/history)
                    Control0..0
                    This element is affected by the following invariants: bdl-4
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    310. Bundle.entry:observationLaboResult
                    Slice NameobservationLaboResult
                    Definition

                    検体検査結果/感染症情報

                    ShortObservationリソース
                    Control0..*
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsbdl-5: リクエストまたは応答がない限り、リソースである必要があります / must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                    bdl-8: Fullurlはバージョン固有のリファレンスにすることはできません / fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                    ele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    312. Bundle.entry:observationLaboResult.id
                    Definition

                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Summaryfalse
                    314. Bundle.entry:observationLaboResult.extension
                    Definition

                    An Extension

                    ShortExtension
                    Control0..0
                    TypeExtension
                    Is Modifierfalse
                    Summaryfalse
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    316. Bundle.entry:observationLaboResult.modifierExtension
                    Definition

                    An Extension

                    ShortExtension
                    Control0..0
                    TypeExtension
                    Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    318. Bundle.entry:observationLaboResult.link
                    Definition

                    このエントリにコンテキストを提供する一連のリンク。 / A series of links that provide context to this entry.

                    Shortこのエントリに関連するリンク / Links related to this entry
                    Control0..0
                    TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    320. Bundle.entry:observationLaboResult.fullUrl
                    Definition

                    リソースの絶対URL。Fullurlは、リソースのIDに反対しません。つまり、Fullurlがurn:uuidではない場合、URLはリソースと一致するバージョンに依存しないURLでなければなりません。Fullurlは、リソースへのバージョンに依存しない参照です。Fullurl要素には、次のことを除いて値があります。

                    • Fullurlは投稿で空にすることができます(ただし、Bundleの参照のために一時的なIDを指定する場合は必要ありません) *操作の結果には、特定されていないリソースが含まれる場合があります。 / The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:
                    • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
                    • Results from operations might involve resources that are not identified.
                    Shortリソース用のURI(絶対URLサーバーアドレスまたはUUID/OID用のURI) / URI for resource (Absolute URL server address or URI for UUID/OID)
                    Comments

                    Fullurlは[リソースのコンテキストではユニーク]ではないかもしれません(bundle.html#bundle-unique)。[FHIRリソースはFHIR APIを介して提供する必要はないため、References.html)であるため、Fullurlはurnまたはリソースの論理ID(resource.id)で終了しない絶対URLである可能性があることに注意してください。ただし、FullurlがRestful Server URLのように見える場合(たとえば、[Regex](References.html#regex)を満たしている場合、Fullurlの「ID」部分はResource.idで終了します。

                    FullurlはCanonical URLと同じではないことに注意してください。これは、リソースを提供するエンドポイントの絶対URLです(これらは、標準的なURLを使用してリソースのCanonical Serverに同じ値を持っていることがあります)。 / fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the regex, then the 'id' portion of the fullUrl SHALL end with the Resource.id.

                    Note that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).

                    Control1..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    322. Bundle.entry:observationLaboResult.resource
                    Definition

                    診療情報における検体検査結果/感染症検体検査結果の格納に使用する

                    Short診療情報における検体検査結果/感染症検体検査結果の格納に使用する
                    Comments

                    このプロファイルは、電子カルテ情報共有サービスに送信するために適合したプロファイルである。

                    Control1..1
                    TypeObservation(JP_Observation_LabResult_eCS)
                    Is Modifierfalse
                    Must Supporttrue
                    Summaryfalse
                    Alternate NamesVital Signs, Measurement, Results, Tests
                    324. Bundle.entry:observationLaboResult.search
                    Definition

                    このエントリの作成につながる検索プロセスに関する情報。 / Information about the search process that lead to the creation of this entry.

                    Short関連情報を検索します / Search related information
                    Control0..0
                    This element is affected by the following invariants: bdl-2
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    331. Bundle.entry:observationLaboResult.request
                    Definition

                    トランザクションまたはバッチの一部としてこのエントリをどのように処理するかについての追加情報。歴史については、エントリに含まれるバージョンを作成するためにエントリがどのように処理されたかを示します。 / Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.

                    Short追加の実行情報(トランザクション/バッチ/履歴) / Additional execution information (transaction/batch/history)
                    Control0..0
                    This element is affected by the following invariants: bdl-3
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    342. Bundle.entry:observationLaboResult.response
                    Definition

                    応答されるバッチまたはトランザクションの対応する「要求」エントリの処理の結果、または履歴を返すときの操作の結果を示します。 / Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history.

                    Short実行結果(トランザクション/バッチ/履歴) / Results of execution (transaction/batch/history)
                    Control0..0
                    This element is affected by the following invariants: bdl-4
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    352. Bundle.signature
                    Definition

                    デジタル署名-Base64エンコード。XML-DSIGまたはJWT。 / Digital Signature - base64 encoded. XML-DSig or a JWT.

                    Shortデジタル署名 / Digital Signature
                    Comments

                    署名は、Bundleの「著者」または発信装置によって作成できます。署名の包含、署名の検証、署名/非署名Bundleの処理に関する要件は、実装環境固有のものです。 / The signature could be created by the "author" of the bundle or by the originating device. Requirements around inclusion of a signature, verification of signatures and treatment of signed/non-signed bundles is implementation-environment specific.

                    Control0..1
                    TypeSignature
                    Is Modifierfalse
                    Summarytrue
                    Requirements

                    署名には、FHIRアクセス可能な形式での署名とそのサポートコンテキストの電子表現が保持されます。署名は、暗号化されたタイプ(XML DigsigまたはJWS)であり、非和解の証明を提供できるか、署名または署名プロセスを表すグラフィカルな画像である場合があります。この要素により、ドキュメント、メッセージ、トランザクション、または検索応答で署名をキャプチャすることができ、コンテンツの認識、非控除、またはその他のビジネスケースをサポートします。これは主に、Bundleが複数のホップを通過したり、HTTPSの非和解が不十分な他のメカニズムを介して移動できる場合に関連しています。 / A Signature holds an electronic representation of a signature and its supporting context in a FHIR accessible form. The signature may either be a cryptographic type (XML DigSig or a JWS), which is able to provide non-repudiation proof, or it may be a graphical image that represents a signature or a signature process. This element allows capturing signatures on documents, messages, transactions or even search responses, to support content-authentication, non-repudiation or other business cases. This is primarily relevant where the bundle may travel through multiple hops or via other mechanisms where HTTPS non-repudiation is insufficient.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))