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

Data Type Profile: JP Core Medication Range DataType

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

JP_MedicationRange

Title

JP Core Medication Range DataType

Status Active ( 2023-10-31 )
Copyright

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

このデータタイプはRange DataTypeに対して、薬剤量の上限下限に関する定義を行なったものである

Usage:

  • This DataType Constraint is not used by any profiles in this Implementation Guide

プロファイル詳細

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

This structure is derived from Range

NameFlagsCard.TypeDescription & Constraintsdoco
.. Range C 0..* Range 薬剤の単位指定された上限下限量
ele-1: All FHIR elements must have a @value or children unless an empty Parameters resource
rng-2: If present, low SHALL have a lower value than high
... low Σ 0..1 JP_MedicationSimpleQuantity 薬剤の上限量
ele-1: All FHIR elements must have a @value or children
... high Σ 0..1 JP_MedicationSimpleQuantity High limit
ele-1: All FHIR elements must have a @value or children

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Range C 0..* Range 薬剤の単位指定された上限下限量
rng-2: If present, low SHALL have a lower value than high
... id 0..1 id Unique id for inter-element referencing
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... low Σ 0..1 JP_MedicationSimpleQuantity 薬剤の上限量
... high Σ 0..1 JP_MedicationSimpleQuantity High limit

doco Documentation for this format

Terminology Bindings

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children unless an empty Parameters resource
: hasValue() or (children().count() > id.count()) or $this is Parameters
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
rng-2errorRangeIf present, low SHALL have a lower value than high
: low.empty() or high.empty() or (low <= high)

This structure is derived from Range

Differential View

This structure is derived from Range

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Range C 0..* Range 薬剤の単位指定された上限下限量
ele-1: All FHIR elements must have a @value or children unless an empty Parameters resource
rng-2: If present, low SHALL have a lower value than high
... low Σ 0..1 JP_MedicationSimpleQuantity 薬剤の上限量
ele-1: All FHIR elements must have a @value or children
... high Σ 0..1 JP_MedicationSimpleQuantity High limit
ele-1: All FHIR elements must have a @value or children

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Range C 0..* Range 薬剤の単位指定された上限下限量
rng-2: If present, low SHALL have a lower value than high
... id 0..1 id Unique id for inter-element referencing
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... low Σ 0..1 JP_MedicationSimpleQuantity 薬剤の上限量
... high Σ 0..1 JP_MedicationSimpleQuantity High limit

doco Documentation for this format

Terminology Bindings

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children unless an empty Parameters resource
: hasValue() or (children().count() > id.count()) or $this is Parameters
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
rng-2errorRangeIf present, low SHALL have a lower value than high
: low.empty() or high.empty() or (low <= high)

This structure is derived from Range

 

Other representations of profile: CSV, Excel, Schematron

本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けております。