HL7 FHIR JP Core ImplementationGuide
2.0.0-dev - ci-build Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v2.0.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: JP Core MedicationStatement Injection Profile

項目内容
定義URL http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationStatement_Injection
Version 2.0.0-dev
Name

JP_MedicationStatement_Injection

Title

JP Core MedicationStatement Injection Profile

Status Draft ( 2022-07-04 )
Copyright

Copyright FHIR Japanese implementation research working group in Japan Association of Medical Informatics (JAMI) 一般社団法人日本医療情報学会NeXEHRS課題研究会FHIR日本実装検討WG

このProfileは服薬状況を示すものであり,診療情報提供書や退院サマリーなどの他の文書と組み合わせて用いられる。

このProfileは診療情報提供書や退院サマリーなどの医療文書内で服薬情報について記載するために用いられる。このResourceは薬剤処方や,調剤情報,薬剤投与実施情報としては用いられず,それぞれMedicationRequest, MedicationDispense, MedicationAdministrationが用いられる。

本プロファイルは患者に投与された注射薬剤の記録をMedicationStatementリソースを使用して表現する。 以下、本プロファイルのMedicationStatementリソースを「JP Core MedicationStatement Injectionリソース」と呼ぶ。

MedicationStatementリソースをプロファイルに組み込んだ先行事例として、以下2つのHL7FHIR記述仕様が存在しており、JP Coreとして利用できる仕様については可能な限り取り入れるようにした。ただし、拡張のURLは新たにJP Coreの命名規則に基づいて命名している。

背景および想定シナリオ

本プロファイルは、以下のようなユースケースを想定している。

  • 各種医療文書、及び他施設への提供文書に、患者の注射薬剤投与情報を記録する
  • 紹介元の医療機関や、患者自身(またはその家族等)から提供された、患者の注射薬剤投与情報を記録する

スコープ

対象

本プロファイルの対象は注射薬剤の投与情報を電子的に連携するためのメッセージを記述することである。

対象としないこと

本プロファイルは注射薬剤に関するものであり、内服・外用薬剤については対象としない。内服・外用薬剤は、指示の仕方や指示する項目が注射とは大きく異なるため、別のプロファイルとして記述することとする。

また、医療従事者によって管理されている投与実施の記録は、MedicationAdministrationが対応リソースとなるため、MedicationStatementは使用しない。

プロファイル定義

Usage:

プロファイル詳細

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from MedicationStatement

NameFlagsCard.TypeDescription & Constraintsdoco
.. MedicationStatement 0..* MedicationStatement 服薬情報
... identifier 0..* Identifier 外部から参照されるID
... status 1..1 code active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken
... statusReason 0..* CodeableConcept 服薬状況の理由
... category 0..1 CodeableConcept 薬剤使用区分
... medication[x] 1..1 Reference(JP Core Medication Profile) What medication was supplied 医薬品
... subject 1..1 Reference(JP Core Patient Profile) 処方箋が発行された患者に対する参照
... Slices for effective[x] 0..1 dateTime, Period The date/time or interval when the medication is/was/will be taken
Slice: Unordered, Open by type:$this
.... effective[x]:effectivePeriod 0..1 Period 服薬期間
..... start 0..1 dateTime 開始日
..... end 0..1 dateTime 終了日
... dateAsserted 0..1 dateTime このステートメントが言明された日
... informationSource 0..1 Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization) この服用状況についての情報を提供した人物あるいは組織についての参照
... derivedFrom 0..* Reference(Resource) その他の支持情報
... reasonCode 0..* CodeableConcept この投薬の理由。対象疾患
.... coding 0..* Coding 投与理由,対象疾患についてのコード
... reasonReference 0..* Reference(Condition | Observation | DiagnosticReport) 服薬理由を支持するObservation, Condition, DiagnosticReportについての参照。
... note 0..* Annotation 他のフィールドには記述できないこのstatementについての追加情報
... dosage 0..* JP_MedicationDosage_Injection Details of how medication is/was taken or should be taken

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. MedicationStatement 0..* MedicationStatement 服薬情報
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... identifier Σ 0..* Identifier 外部から参照されるID
ele-1: All FHIR elements must have a @value or children
... status ?!Σ 1..1 code active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken
Binding: MedicationStatement Status Codes (required): A coded concept indicating the current status of a MedicationStatement.


ele-1: All FHIR elements must have a @value or children
... statusReason 0..* CodeableConcept 服薬状況の理由
Binding: SNOMEDCTDrugTherapyStatusCodes (example): A coded concept indicating the reason for the status of the statement.


ele-1: All FHIR elements must have a @value or children
... category Σ 0..1 CodeableConcept 薬剤使用区分
Binding: Medication usage category codes (preferred): A coded concept identifying where the medication included in the MedicationStatement is expected to be consumed or administered.


ele-1: All FHIR elements must have a @value or children
... medication[x] Σ 1..1 Reference(JP Core Medication Profile) What medication was supplied 医薬品
ele-1: All FHIR elements must have a @value or children
... subject Σ 1..1 Reference(JP Core Patient Profile) 処方箋が発行された患者に対する参照
ele-1: All FHIR elements must have a @value or children
... Slices for effective[x] Σ 0..1 The date/time or interval when the medication is/was/will be taken
Slice: Unordered, Open by type:$this
ele-1: All FHIR elements must have a @value or children
.... effectiveDateTime dateTime
.... effectivePeriod Period
.... effective[x]:effectivePeriod Σ 0..1 Period 服薬期間
ele-1: All FHIR elements must have a @value or children
..... start ΣC 0..1 dateTime 開始日
ele-1: All FHIR elements must have a @value or children
..... end ΣC 0..1 dateTime 終了日
ele-1: All FHIR elements must have a @value or children
... dateAsserted Σ 0..1 dateTime このステートメントが言明された日
ele-1: All FHIR elements must have a @value or children
... informationSource 0..1 Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization) この服用状況についての情報を提供した人物あるいは組織についての参照
ele-1: All FHIR elements must have a @value or children
... derivedFrom 0..* Reference(Resource) その他の支持情報
ele-1: All FHIR elements must have a @value or children
... reasonCode 0..* CodeableConcept この投薬の理由。対象疾患
Binding: Condition/Problem/DiagnosisCodes (example): A coded concept identifying why the medication is being taken.


ele-1: All FHIR elements must have a @value or children
.... coding Σ 0..* Coding 投与理由,対象疾患についてのコード
ele-1: All FHIR elements must have a @value or children
... reasonReference 0..* Reference(Condition | Observation | DiagnosticReport) 服薬理由を支持するObservation, Condition, DiagnosticReportについての参照。
ele-1: All FHIR elements must have a @value or children
... note 0..* Annotation 他のフィールドには記述できないこのstatementについての追加情報
ele-1: All FHIR elements must have a @value or children
... dosage 0..* JP_MedicationDosage_Injection Details of how medication is/was taken or should be taken
ele-1: All FHIR elements must have a @value or children

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. MedicationStatement 0..* MedicationStatement 服薬情報
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): IETF language tag

Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
dom-r4b: Containing new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier 外部から参照されるID
... basedOn Σ 0..* Reference(MedicationRequest | CarePlan | ServiceRequest) Fulfils plan, proposal or order
... partOf Σ 0..* Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Observation) Part of referenced event
... status ?!Σ 1..1 code active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken
Binding: MedicationStatement Status Codes (required): A coded concept indicating the current status of a MedicationStatement.

... statusReason 0..* CodeableConcept 服薬状況の理由
Binding: SNOMEDCTDrugTherapyStatusCodes (example): A coded concept indicating the reason for the status of the statement.


... category Σ 0..1 CodeableConcept 薬剤使用区分
Binding: Medication usage category codes (preferred): A coded concept identifying where the medication included in the MedicationStatement is expected to be consumed or administered.

... medication[x] Σ 1..1 Reference(JP Core Medication Profile) What medication was supplied 医薬品
... subject Σ 1..1 Reference(JP Core Patient Profile) 処方箋が発行された患者に対する参照
... context Σ 0..1 Reference(Encounter | EpisodeOfCare) Encounter / Episode associated with MedicationStatement
... Slices for effective[x] Σ 0..1 The date/time or interval when the medication is/was/will be taken
Slice: Unordered, Open by type:$this
.... effectiveDateTime dateTime
.... effectivePeriod Period
.... effective[x]:effectivePeriod Σ 0..1 Period 服薬期間
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... start ΣC 0..1 dateTime 開始日
..... end ΣC 0..1 dateTime 終了日
... dateAsserted Σ 0..1 dateTime このステートメントが言明された日
... informationSource 0..1 Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization) この服用状況についての情報を提供した人物あるいは組織についての参照
... derivedFrom 0..* Reference(Resource) その他の支持情報
... reasonCode 0..* CodeableConcept この投薬の理由。対象疾患
Binding: Condition/Problem/DiagnosisCodes (example): A coded concept identifying why the medication is being taken.


.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ 0..* Coding 投与理由,対象疾患についてのコード
.... text Σ 0..1 string Plain text representation of the concept
... reasonReference 0..* Reference(Condition | Observation | DiagnosticReport) 服薬理由を支持するObservation, Condition, DiagnosticReportについての参照。
... note 0..* Annotation 他のフィールドには記述できないこのstatementについての追加情報
... dosage 0..* JP_MedicationDosage_Injection Details of how medication is/was taken or should be taken

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
MedicationStatement.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
MedicationStatement.statusrequiredMedicationStatement Status Codes
http://hl7.org/fhir/ValueSet/medication-statement-status|4.3.0
from the FHIR Standard
MedicationStatement.statusReasonexampleSNOMEDCTDrugTherapyStatusCodes
http://hl7.org/fhir/ValueSet/reason-medication-status-codes
from the FHIR Standard
MedicationStatement.categorypreferredMedication usage category codes
http://hl7.org/fhir/ValueSet/medication-statement-category
from the FHIR Standard
MedicationStatement.reasonCodeexampleCondition/Problem/DiagnosisCodes
http://hl7.org/fhir/ValueSet/condition-code
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorMedicationStatementIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMedicationStatementIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where(((id.exists() and ('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url)))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(uri) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorMedicationStatementIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorMedicationStatementIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMedicationStatementA resource should have narrative for robust management
: text.`div`.exists()
dom-r4bwarningMedicationStatement.containedContaining new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems
: ($this is Citation or $this is Evidence or $this is EvidenceReport or $this is EvidenceVariable or $this is MedicinalProductDefinition or $this is PackagedProductDefinition or $this is AdministrableProductDefinition or $this is Ingredient or $this is ClinicalUseDefinition or $this is RegulatedAuthorization or $this is SubstanceDefinition or $this is SubscriptionStatus or $this is SubscriptionTopic) implies (%resource is Citation or %resource is Evidence or %resource is EvidenceReport or %resource is EvidenceVariable or %resource is MedicinalProductDefinition or %resource is PackagedProductDefinition or %resource is AdministrableProductDefinition or %resource is Ingredient or %resource is ClinicalUseDefinition or %resource is RegulatedAuthorization or %resource is SubstanceDefinition or %resource is SubscriptionStatus or %resource is SubscriptionTopic)
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from MedicationStatement

Differential View

This structure is derived from MedicationStatement

NameFlagsCard.TypeDescription & Constraintsdoco
.. MedicationStatement 0..* MedicationStatement 服薬情報
... identifier 0..* Identifier 外部から参照されるID
... status 1..1 code active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken
... statusReason 0..* CodeableConcept 服薬状況の理由
... category 0..1 CodeableConcept 薬剤使用区分
... medication[x] 1..1 Reference(JP Core Medication Profile) What medication was supplied 医薬品
... subject 1..1 Reference(JP Core Patient Profile) 処方箋が発行された患者に対する参照
... Slices for effective[x] 0..1 dateTime, Period The date/time or interval when the medication is/was/will be taken
Slice: Unordered, Open by type:$this
.... effective[x]:effectivePeriod 0..1 Period 服薬期間
..... start 0..1 dateTime 開始日
..... end 0..1 dateTime 終了日
... dateAsserted 0..1 dateTime このステートメントが言明された日
... informationSource 0..1 Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization) この服用状況についての情報を提供した人物あるいは組織についての参照
... derivedFrom 0..* Reference(Resource) その他の支持情報
... reasonCode 0..* CodeableConcept この投薬の理由。対象疾患
.... coding 0..* Coding 投与理由,対象疾患についてのコード
... reasonReference 0..* Reference(Condition | Observation | DiagnosticReport) 服薬理由を支持するObservation, Condition, DiagnosticReportについての参照。
... note 0..* Annotation 他のフィールドには記述できないこのstatementについての追加情報
... dosage 0..* JP_MedicationDosage_Injection Details of how medication is/was taken or should be taken

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. MedicationStatement 0..* MedicationStatement 服薬情報
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... identifier Σ 0..* Identifier 外部から参照されるID
ele-1: All FHIR elements must have a @value or children
... status ?!Σ 1..1 code active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken
Binding: MedicationStatement Status Codes (required): A coded concept indicating the current status of a MedicationStatement.


ele-1: All FHIR elements must have a @value or children
... statusReason 0..* CodeableConcept 服薬状況の理由
Binding: SNOMEDCTDrugTherapyStatusCodes (example): A coded concept indicating the reason for the status of the statement.


ele-1: All FHIR elements must have a @value or children
... category Σ 0..1 CodeableConcept 薬剤使用区分
Binding: Medication usage category codes (preferred): A coded concept identifying where the medication included in the MedicationStatement is expected to be consumed or administered.


ele-1: All FHIR elements must have a @value or children
... medication[x] Σ 1..1 Reference(JP Core Medication Profile) What medication was supplied 医薬品
ele-1: All FHIR elements must have a @value or children
... subject Σ 1..1 Reference(JP Core Patient Profile) 処方箋が発行された患者に対する参照
ele-1: All FHIR elements must have a @value or children
... Slices for effective[x] Σ 0..1 The date/time or interval when the medication is/was/will be taken
Slice: Unordered, Open by type:$this
ele-1: All FHIR elements must have a @value or children
.... effectiveDateTime dateTime
.... effectivePeriod Period
.... effective[x]:effectivePeriod Σ 0..1 Period 服薬期間
ele-1: All FHIR elements must have a @value or children
..... start ΣC 0..1 dateTime 開始日
ele-1: All FHIR elements must have a @value or children
..... end ΣC 0..1 dateTime 終了日
ele-1: All FHIR elements must have a @value or children
... dateAsserted Σ 0..1 dateTime このステートメントが言明された日
ele-1: All FHIR elements must have a @value or children
... informationSource 0..1 Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization) この服用状況についての情報を提供した人物あるいは組織についての参照
ele-1: All FHIR elements must have a @value or children
... derivedFrom 0..* Reference(Resource) その他の支持情報
ele-1: All FHIR elements must have a @value or children
... reasonCode 0..* CodeableConcept この投薬の理由。対象疾患
Binding: Condition/Problem/DiagnosisCodes (example): A coded concept identifying why the medication is being taken.


ele-1: All FHIR elements must have a @value or children
.... coding Σ 0..* Coding 投与理由,対象疾患についてのコード
ele-1: All FHIR elements must have a @value or children
... reasonReference 0..* Reference(Condition | Observation | DiagnosticReport) 服薬理由を支持するObservation, Condition, DiagnosticReportについての参照。
ele-1: All FHIR elements must have a @value or children
... note 0..* Annotation 他のフィールドには記述できないこのstatementについての追加情報
ele-1: All FHIR elements must have a @value or children
... dosage 0..* JP_MedicationDosage_Injection Details of how medication is/was taken or should be taken
ele-1: All FHIR elements must have a @value or children

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. MedicationStatement 0..* MedicationStatement 服薬情報
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): IETF language tag

Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
dom-r4b: Containing new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier 外部から参照されるID
... basedOn Σ 0..* Reference(MedicationRequest | CarePlan | ServiceRequest) Fulfils plan, proposal or order
... partOf Σ 0..* Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Observation) Part of referenced event
... status ?!Σ 1..1 code active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken
Binding: MedicationStatement Status Codes (required): A coded concept indicating the current status of a MedicationStatement.

... statusReason 0..* CodeableConcept 服薬状況の理由
Binding: SNOMEDCTDrugTherapyStatusCodes (example): A coded concept indicating the reason for the status of the statement.


... category Σ 0..1 CodeableConcept 薬剤使用区分
Binding: Medication usage category codes (preferred): A coded concept identifying where the medication included in the MedicationStatement is expected to be consumed or administered.

... medication[x] Σ 1..1 Reference(JP Core Medication Profile) What medication was supplied 医薬品
... subject Σ 1..1 Reference(JP Core Patient Profile) 処方箋が発行された患者に対する参照
... context Σ 0..1 Reference(Encounter | EpisodeOfCare) Encounter / Episode associated with MedicationStatement
... Slices for effective[x] Σ 0..1 The date/time or interval when the medication is/was/will be taken
Slice: Unordered, Open by type:$this
.... effectiveDateTime dateTime
.... effectivePeriod Period
.... effective[x]:effectivePeriod Σ 0..1 Period 服薬期間
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... start ΣC 0..1 dateTime 開始日
..... end ΣC 0..1 dateTime 終了日
... dateAsserted Σ 0..1 dateTime このステートメントが言明された日
... informationSource 0..1 Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization) この服用状況についての情報を提供した人物あるいは組織についての参照
... derivedFrom 0..* Reference(Resource) その他の支持情報
... reasonCode 0..* CodeableConcept この投薬の理由。対象疾患
Binding: Condition/Problem/DiagnosisCodes (example): A coded concept identifying why the medication is being taken.


.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ 0..* Coding 投与理由,対象疾患についてのコード
.... text Σ 0..1 string Plain text representation of the concept
... reasonReference 0..* Reference(Condition | Observation | DiagnosticReport) 服薬理由を支持するObservation, Condition, DiagnosticReportについての参照。
... note 0..* Annotation 他のフィールドには記述できないこのstatementについての追加情報
... dosage 0..* JP_MedicationDosage_Injection Details of how medication is/was taken or should be taken

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
MedicationStatement.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
MedicationStatement.statusrequiredMedicationStatement Status Codes
http://hl7.org/fhir/ValueSet/medication-statement-status|4.3.0
from the FHIR Standard
MedicationStatement.statusReasonexampleSNOMEDCTDrugTherapyStatusCodes
http://hl7.org/fhir/ValueSet/reason-medication-status-codes
from the FHIR Standard
MedicationStatement.categorypreferredMedication usage category codes
http://hl7.org/fhir/ValueSet/medication-statement-category
from the FHIR Standard
MedicationStatement.reasonCodeexampleCondition/Problem/DiagnosisCodes
http://hl7.org/fhir/ValueSet/condition-code
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorMedicationStatementIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMedicationStatementIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where(((id.exists() and ('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url)))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(uri) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorMedicationStatementIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorMedicationStatementIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMedicationStatementA resource should have narrative for robust management
: text.`div`.exists()
dom-r4bwarningMedicationStatement.containedContaining new R4B resources within R4 resources may cause interoperability issues if instances are shared with R4 systems
: ($this is Citation or $this is Evidence or $this is EvidenceReport or $this is EvidenceVariable or $this is MedicinalProductDefinition or $this is PackagedProductDefinition or $this is AdministrableProductDefinition or $this is Ingredient or $this is ClinicalUseDefinition or $this is RegulatedAuthorization or $this is SubstanceDefinition or $this is SubscriptionStatus or $this is SubscriptionTopic) implies (%resource is Citation or %resource is Evidence or %resource is EvidenceReport or %resource is EvidenceVariable or %resource is MedicinalProductDefinition or %resource is PackagedProductDefinition or %resource is AdministrableProductDefinition or %resource is Ingredient or %resource is ClinicalUseDefinition or %resource is RegulatedAuthorization or %resource is SubstanceDefinition or %resource is SubscriptionStatus or %resource is SubscriptionTopic)
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from MedicationStatement

 

Other representations of profile: CSV, Excel, Schematron

必須要素

次のデータ項目は必須(データが存在しなければならない)である。

MedicationStatement リソースは、次の要素を持たなければならない。

  • status : ステータスは必須である
  • medicationCodeableConcept : 医薬品の識別情報は必須であり、medicationCodeableConcept.coding.system, medicationCodeableConcept.coding.code, medicationCodeableConcept.coding.display が必ず存在しなければならない
  • subject :患者の参照情報は必須であり、subject.referenceないしsubject.identifierが必ず存在しなければならない

Extensions定義

本プロファイルで追加定義された拡張はない。

用語定義

HL7 FHIRの基底規格では、薬剤コードをはじめとして、剤形などでSNOMED CTが使われているが、日本ではライセンスの問題もあり普及していない。代替としてJAHIS処方データ交換規約やSS-MIX2で使われている用語集を採用した。

HL7 V2系では用語集を識別するコーディングシステム名(以下、「CS名」)は文字列であったが、FHIRではURIを指定する必要があるため、それぞれにURIを割り当てた。以下に使用する用語集のCS名とURI表記を列記する。

分類 CS名 URI
医薬品 HOT7 urn:oid:1.2.392.200119.4.403.2
医薬品 HOT9 urn:oid:1.2.392.200119.4.403.1
医薬品 HOT13 urn:oid:1.2.392.200119.4.402.1
医薬品 YJコード urn:oid:1.2.392.100495.20.1.73
剤形 MERIT-9(剤形) http://jpfhir.jp/fhir/core/CodeSystem/JP_MedicationFormMERIT9_CS
処方区分 MERIT-9(処方区分) http://jpfhir.jp/fhir/core/CodeSystem/JP_MedicationCategoryMERIT9_CS
処方区分 JAHIS注射データ交換規約Ver.2.1C(JHSI表0001) http://jpfhir.jp/fhir/core/CodeSystem/JHSI0001
用法種別 JAMI処方・注射オーダ標準用法規格(時間的要素・機器区分コード表) urn:oid:1.2.392.200250.2.2.20.45(仮)
薬品単位 MERIT-9(単位) urn:oid:1.2.392.100495.20.2.101
力価区分 処方情報 HL7FHIR 記述仕様(力価区分) urn:oid:1.2.392.100495.20.2.22
頓用条件 JAMI処方・注射オーダ標準用法規格(表6 イベント区分、イベント詳細区分) http://jpfhir.jp/fhir/core/CodeSystem/JP_MedicationAsNeededConditionJAMI_CS
頓用条件 MERIT-9(頓用指示) http://jpfhir.jp/fhir/core/CodeSystem/JP_MedicationAsNeededConditionMERIT9_CS
投与部位 JAMI処方・注射オーダ標準用法規格(部位コード) urn:oid:1.2.392.200250.2.2.20.32
投与部位 HL7 V2(HL7表0550) http://terminology.hl7.org/CodeSystem/v2-0550
投与部位(修飾子) HL7 V2(HL7表0495) http://terminology.hl7.org/CodeSystem/v2-0495
投与装置 HL7 V2(使用者定義表0164) http://terminology.hl7.org/CodeSystem/v2-0164
投与方法 JAMI処方・注射オーダ標準用法規格(基本用法区分) urn:oid:1.2.392.200250.2.2.20.30
投与手技 HL7 V2(使用者定義表0165) http://terminology.hl7.org/CodeSystem/v2-0165
投与手技 JAMI処方・注射オーダ標準用法規格(用法詳細区分) urn:oid:1.2.392.200250.2.2.20.40
投与手技 JAHIS注射データ交換規約Ver.2.1C(JHSI表0003) http://jpfhir.jp/fhir/core/CodeSystem/JHSI0003
投与経路 HL7 V2(使用者定義表0162) http://jpfhir.jp/fhir/core/CodeSystem/route-codes
入外区分 HL7 V2(HL7表0482) http://terminology.hl7.org/CodeSystem/v2-0482

利用方法

Search Parameter一覧

コンフォーマンス パラメータ
SHALL identifier token GET [base]/MedicationStatement?identifier=http://myhospital.com/fhir/medication|1234567890
SHOULD patient reference GET [base]/MedicationStatement?patient=123456
SHOULD patient,whenhandedover referenece,date GET [base]/MedicationStatement?patient=123456&whenhandedover=eq2013-01-14
MAY whenhandedover,whenprepared,context,code,performer date,date,token,token,token GET [base]/MedicationStatement?code=urn:oid:1.2.392.200119.4.403.1|105271807
必須検索パラメータ

次の検索パラメータは必須でサポートされなければならない。

  1. identifier 検索パラメータを使用して、オーダIDなどの識別子によるMedicationRequestの検索をサポートしなければならない(SHALL)

    GET [base]/MedicationStatement?identifier={system|}[code]
    

    例:

    GET [base]/MedicationStatement?identifier=http://myhospital.com/fhir/medication|1234567890
    

    指定された識別子に一致するMedicationStatementリソースを含むBundleを検索する。

推奨検索パラメータ

次の検索パラメータをサポートすることが望ましい。

  1. patient 検索パラメータを使用して、患者のリファレンス情報によるMedicationStatementの検索をサポートすることが望ましい(SHOULD

    GET [base]/MedicationStatement?patient=[id]
    GET [base]/MedicationStatement?patient=[url]
    

    例:

    GET [base]/MedicationStatement?patient=123456
    

    リソースIDが123456の患者のMedicationStatementリソースを含むBundleを検索する。

  2. patient,whenhandedover 検索パラメータを使用して、患者のリファレンス情報と払い出し日によるMedicationStatementの検索をサポートすることが望ましい(SHOULD

    GET [base]/MedicationStatement?patient=[id]&whenhandedover=[date]
    GET [base]/MedicationStatement?patient=[url]&whenhandedover=[date]
    

    例:

    GET [base]/MedicationStatement?patient=123456&whenhandedover=eq2013-01-14
    

    リソースIDが123456の患者の2013-01-14に払い出されたMedicationStatementリソースを含むBundleを検索する。

追加検索パラメータ

追加検索パラメータは定義しない。

Operation一覧

JP Core MedicationStatement リソースに対して使用される操作は次の通りである。

  • $everything:[base]/MedicationStatement/[id]/$everything

    • この操作が呼び出された特定のMedicationStatementに関連する全ての情報を返す

Operation 詳細

$everything 操作

この操作は、この操作が呼び出された特定のMedicationStatementリソースに関連する全ての情報を返す。応答は "searchset" タイプのBundleリソースである。サーバは、少なくとも、識別されたMedicationStatementコンパートメントに含まれる全てのリソースと、それらから参照されるすべてのリソースを返すことが望ましい。

この操作の公式なURLは以下である。

http://hl7.jp/fhir/OperationDefinition/MedicationStatement-everything

URL: [base]/MedicationStatement/[id]/$everything

本操作は、べき等な操作である。

入力パラメータ
名前 多重度 説明
start 0..1 date 特定の日付範囲で提供されたケアに関連する全ての記録を意味する。開始日が指定されていない場合、終了日以前のすべてのレコードが対象に含まれる。
end 0..1 date 特定の日付範囲で提供されたケアに関連する全ての記録を意味する。終了日が指定されていない場合、開始日以降のすべてのレコードが対象に含まれる。
_since 0..1 instant 指定された日時以降に更新されたリソースのみが応答に含まれる。
_type 0..* code 応答に含むFHIRリソース型を、カンマ区切りで指定する。指定されない場合は、サーバは全てのリソース型を対象とする。
_count 0..1 integer Bundleの1ページに含まれるリソース件数を指定。
出力パラメータ
名前 多重度 説明
return 1..1 Bundle バンドルのタイプは"searchset"である。この操作の結果は、リソースとして直接返される。

リクエスト:単一のMedicationStatementに関連する全てのリソースを取得する。

GET [base]/MedicationStatement/1234567890/$everything
[some headers]

レスポンス:指定されたMedicationStatementに関連する全てのリソースを返す。

HTTP/1.1 200 OK
[other headers]

{
  "resourceType": "Bundle",
  "id": "example",
  "meta": {
    "lastUpdated": "2014-08-18T01:43:33Z"
  },
  "type": "searchset",
  "entry": [
    {
      "fullUrl": "http://example.org/fhir/MedicationStatement/1234567890",
      "resource": {
        "resourceType": "MedicationStatement",

          ・・・

       },
    }
  ]
}  

サンプル

下記の内容の処方に従って調剤する例をFHIRで表現する場合のサンプルを示す。

  • TBD

注意事項

記述の単位について

MedicationStatementは薬剤をCodeableConceptとして1つまでしか持つか、Medication Resourceのreferenceをもつことしかできない。 したがって、複数の薬剤を同一のRp番号で表現する場合にはMedicationStatementを繰り返すか、複数の薬剤をまとめたMedication Resouceのインスタンスを参照することとなる。 ワーキンググループでの検討の結果、冗長とはなるがidentifierにRp番号と薬剤番号を記録することとし、MedicationStatementを繰り返すことで表現する方法を推奨することとした。

投与薬剤、投与量の記述方法

1回の投与薬剤と投与量は、RP内の薬剤が1薬剤の場合も混注などで複数の薬剤を含む場合も、すべての薬剤を記述したMedicationリソースを contained 属性に内包し、それをMedicationRequest.medicationReference属性で参照するようにする。 Medicationリソースのingredient.itemCodeableConcept要素にCodeableConcept型で各薬剤の識別情報を記述し、ingredient.strength.numerator要素に1回あたりの含有量を記述する。薬剤を識別するコードはHOT7、HOT9、YJコード、⼀般処方名マスターを推奨するが、ローカルコードを使用してもよい。含有量の単位コードは MERIT-9を使用する。ingredient.strength.denominatorには固定値「1回」をMERIT-9を使用して指定する。 dosageInstruction.doseAndRate.doseQuantity要素には、情報が得られる場合には全体の容量をUCUM("http://unitsofmeasure.org")を使用してmL単位で指定する。

「ソリタ-T3号輸液500mL 1本」と「アドナ注(静脈用)50mg/10mL 1アンプル」計510mLを指示する場合のインスタンス例を示す。

"contained": [
  {
    "resourceType": "Medication",
    "id": "#medication",
    "ingredient": [
      {
        "itemCodeableConcept": {
          "coding": [
            {
              "code": "107750602",
              "display": "ソリタ-T3号輸液500mL",
              "system": "urn:oid:1.2.392.200119.4.403.1"
            }
          ]
        },
        "strength": {
          "numerator": {
            "value": 1,
            "unit": "本",
            "system": "urn:oid:1.2.392.100495.20.2.101",
            "code": "HON"
          },
          "denominator": {
            "value": 1,
            "unit": "回",
            "system": "urn:oid:1.2.392.100495.20.2.101",
            "code": "TIME"
          }
        }
      }, {
        "itemCodeableConcept": {
          "coding": [
            {
              "code": "108010001",
              "display": "アドナ注(静脈用)50mg/10mL",
              "system": "urn:oid:1.2.392.200119.4.403.1"
            }
          ]
        },
        "strength": {
          "numerator": {
            "value": 1,
            "unit": "アンプル",
            "system": "urn:oid:1.2.392.100495.20.2.101",
            "code": "AMP"
          },
          "denominator": {
            "value": 1,
            "unit": "回",
            "system": "urn:oid:1.2.392.100495.20.2.101",
            "code": "TIME"
          }
        }
      }
    ]
  },
],
"medicationReference": {
  "reference": "#medication"
},
"dosageInstruction": [
  {
    "doseAndRate": [
      {
        "doseQuantity": {
          "value": 510,
          "unit": "mL",
          "system": "http://unitsofmeasure.org",
          "code": "mL"
        }
      }
    ]
  }
]

投与日時

薬が投与された(または投与される予定の)日時をeffectiveDateTime or effectivePeriod要素にRFC3339形式で記述する。 タイムゾーンはJST(+09:00)を指定する。

開始日時、終了日時が明確である場合はeffectivePeriodに記述する。

"effectivePeriod": {
  "start": "2022-07-01T08:00:00+09:00",
  "end": "2022-07-14T18:00:00+09:00"
}

開始日時しか存在せず終了日時が明確でない場合、effectivePeriodのstartとendに同じ値を記述するか、effectiveDateTime要素に記述する。

"effectiveDateTime": "2022-08-25T08:30:00+09:00"

投与申告日時

情報提供者により投与が申告された日時は、dateAsserted要素にdateTime型で記述する。

"dateAsserted": "2022-08-25T08:35:59+09:00"

情報提供者

投与情報の提供者を、informationSource要素にReference型でリソースの参照情報を記述する。

情報提供者の種別 リソース
患者自身 Patient
患者の家族、またはキーパーソン等 RelatedPerson
医療従事者(紹介医等) Practitioner, PractitionerRole
施設等(情報提供担当者が明確でない場合) Organization
"informationSource" : {
  "reference": "RelatedPerson/123456",
  "display": "患者 花子(母親)"
}

派生元情報

投与情報の派生元となった処方(MedicationRequest)、調剤情報(MedicationDispense)等が存在する場合、derivedFrom要素にReference型でリソースの参照情報を記述する。

"derivedFrom" : {
  "reference": "MedicationRequest/123456"
}

投与理由(対象疾患等)

この投薬の理由、対象疾患などを、reasonCode要素にCodeableConcept型で記述する。 投与理由で使用するコードは、MEDIS標準病名マスター 病名交換用コード("urn:oid:1.2.392.200119.4.101.6")を推奨する。

"reasonCode": {
  "coding": [
    {
      "system": "urn:oid:1.2.392.200119.4.101.6",
      "code": "B0EF",
      "display": "持続腹痛"
    }
  ]
}

用法・用量

医薬品の用法・用量をdosage要素で記述する。 dosage要素の記述ルールについては、「JP Core MedicationRequest Injection」プロファイルを参照のこと。

投与情報に関する特記事項

投与情報の特記事項(コメントなど)は、note要素にAnnotation型で記述する。

その他、参考文献・リンク等

  1. HL7, FHIR MedicationDispense Resource, http://hl7.org/fhir/R4B/medicationstatement.html
  2. 保健医療福祉情報システム工業会, JAHIS 注射データ交換規約 Ver.2.1C, https://www.jahis.jp/standard/detail/id=590
  3. 日本医療情報学会, 退院時サマリー HL7FHIR 記述仕様 (第1版), https://std.jpfhir.jp/stddoc/eDischargeSummaryFHIR_v1x.pdf
  4. 日本医療情報学会, 診療情報提供書 HL7FHIR 記述仕様 (第1版), https://std.jpfhir.jp/stddoc/eReferralFHIR_v1x.pdf
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けております。