HL7 FHIR JP Core ImplementationGuide
1.1.2-clins - ci-build Japan

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.2-clins) 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_UnitOfTime
Version 1.1.2-clins
Name

JP_MedicationRange_UnitOfTime

Title

JP Core Medication Range DataType

Status Active ( 2023-06-26 )
Copyright

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

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


Usages:

You can also check for usages in the FHIR IG Statistics

プロファイル詳細

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

This structure is derived from Range

Summary

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Range 0..* Range 範囲指定された時間の上限下限
... low 0..1 SimpleQuantity(4.0.1) 時間範囲(下限)
.... value 0..1 decimal 時間範囲(下限)
.... unit 0..1 string 単位時間の単位
.... system 0..1 uri UCUMを識別するURL
.... code 0..1 code ユニットのコード化された形式 / Coded form of the unit
Binding: UnitsOfTime (preferred)
... high 0..1 SimpleQuantity(4.0.1) 時間範囲(上限)
.... value 0..1 decimal 時間範囲(上限)
.... unit 0..1 string 単位時間の単位
.... system 0..1 uri UCUMを識別するURL
.... code 0..1 code ユニットのコード化された形式 / Coded form of the unit
Binding: UnitsOfTime (preferred)

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Range C 0..* Range 範囲指定された時間の上限下限
Constraints: rng-2
... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
... low Σ 0..1 SimpleQuantity(4.0.1) 時間範囲(下限)
.... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
.... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
.... value Σ 0..1 decimal 時間範囲(下限)
.... unit Σ 0..1 string 単位時間の単位
.... system ΣC 0..1 uri UCUMを識別するURL
.... code Σ 0..1 code ユニットのコード化された形式 / Coded form of the unit
Binding: UnitsOfTime (preferred)
... high Σ 0..1 SimpleQuantity(4.0.1) 時間範囲(上限)
.... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
.... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
.... value Σ 0..1 decimal 時間範囲(上限)
.... unit Σ 0..1 string 単位時間の単位
.... system ΣC 0..1 uri UCUMを識別するURL
.... code Σ 0..1 code ユニットのコード化された形式 / Coded form of the unit
Binding: UnitsOfTime (preferred)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Range.low.code Base preferred UnitsOfTime 📦4.0.1 FHIR Std.
Range.high.code Base preferred UnitsOfTime 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
ele-1 error **ALL** elements すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both extension.exists() != value.exists()
rng-2 error Range 存在する場合、低い値は高よりも低い値を持つものとします / If present, low SHALL have a lower value than high low.empty() or high.empty() or (low <= high)

This structure is derived from Range

Summary

Differential View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Range 0..* Range 範囲指定された時間の上限下限
... low 0..1 SimpleQuantity(4.0.1) 時間範囲(下限)
.... value 0..1 decimal 時間範囲(下限)
.... unit 0..1 string 単位時間の単位
.... system 0..1 uri UCUMを識別するURL
.... code 0..1 code ユニットのコード化された形式 / Coded form of the unit
Binding: UnitsOfTime (preferred)
... high 0..1 SimpleQuantity(4.0.1) 時間範囲(上限)
.... value 0..1 decimal 時間範囲(上限)
.... unit 0..1 string 単位時間の単位
.... system 0..1 uri UCUMを識別するURL
.... code 0..1 code ユニットのコード化された形式 / Coded form of the unit
Binding: UnitsOfTime (preferred)

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Range C 0..* Range 範囲指定された時間の上限下限
Constraints: rng-2
... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
... low Σ 0..1 SimpleQuantity(4.0.1) 時間範囲(下限)
.... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
.... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
.... value Σ 0..1 decimal 時間範囲(下限)
.... unit Σ 0..1 string 単位時間の単位
.... system ΣC 0..1 uri UCUMを識別するURL
.... code Σ 0..1 code ユニットのコード化された形式 / Coded form of the unit
Binding: UnitsOfTime (preferred)
... high Σ 0..1 SimpleQuantity(4.0.1) 時間範囲(上限)
.... id 0..1 string 要素間参照のための一意のID / Unique id for inter-element referencing
.... extension 0..* Extension 実装で定義された追加のコンテンツ / Additional content defined by implementations
Slice: Unordered, Open by value:url
.... value Σ 0..1 decimal 時間範囲(上限)
.... unit Σ 0..1 string 単位時間の単位
.... system ΣC 0..1 uri UCUMを識別するURL
.... code Σ 0..1 code ユニットのコード化された形式 / Coded form of the unit
Binding: UnitsOfTime (preferred)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Range.low.code Base preferred UnitsOfTime 📦4.0.1 FHIR Std.
Range.high.code Base preferred UnitsOfTime 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
ele-1 error **ALL** elements すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both extension.exists() != value.exists()
rng-2 error Range 存在する場合、低い値は高よりも低い値を持つものとします / If present, low SHALL have a lower value than high low.empty() or high.empty() or (low <= high)

 

Other representations of profile: CSV, Excel, Schematron