HL7 FHIR JP Core ImplementationGuide
1.1.2 - release Japan flag

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

JP_MedicationRange_UnitOfTime

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:

プロファイル詳細

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. Range 0..* Range 範囲指定された時間の上限下限
... low 0..1 SimpleQuantity 時間範囲(下限)
.... 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 時間範囲(上限)
.... 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 & Constraintsdoco
.. Range C 0..* Range 範囲指定された時間の上限下限
rng-2: 存在する場合、低い値は高よりも低い値を持つものとします / If present, low SHALL have a lower value than high
... low Σ 0..1 SimpleQuantity 時間範囲(下限)
.... 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 時間範囲(上限)
.... 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
NameFlagsCard.TypeDescription & Constraintsdoco
.. Range C 0..* Range 範囲指定された時間の上限下限
rng-2: 存在する場合、低い値は高よりも低い値を持つものとします / If present, low SHALL have a lower value than high
... 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 時間範囲(下限)
.... 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 時間範囲(上限)
.... 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

This structure is derived from Range

Summary

Terminology Bindings

PathConformanceValueSetURI
Range.low.codepreferredUnitsOfTime
http://hl7.org/fhir/ValueSet/units-of-time
from the FHIR Standard
Range.high.codepreferredUnitsOfTime
http://hl7.org/fhir/ValueSet/units-of-time
from the FHIR Standard

Constraints

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

Differential View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Range 0..* Range 範囲指定された時間の上限下限
... low 0..1 SimpleQuantity 時間範囲(下限)
.... 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 時間範囲(上限)
.... 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

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Range C 0..* Range 範囲指定された時間の上限下限
rng-2: 存在する場合、低い値は高よりも低い値を持つものとします / If present, low SHALL have a lower value than high
... low Σ 0..1 SimpleQuantity 時間範囲(下限)
.... 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 時間範囲(上限)
.... 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

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Range C 0..* Range 範囲指定された時間の上限下限
rng-2: 存在する場合、低い値は高よりも低い値を持つものとします / If present, low SHALL have a lower value than high
... 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 時間範囲(下限)
.... 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 時間範囲(上限)
.... 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

This structure is derived from Range

Summary

Terminology Bindings

PathConformanceValueSetURI
Range.low.codepreferredUnitsOfTime
http://hl7.org/fhir/ValueSet/units-of-time
from the FHIR Standard
Range.high.codepreferredUnitsOfTime
http://hl7.org/fhir/ValueSet/units-of-time
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsすべてのFHIR要素には、@valueまたは子供が必要です / All FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensions両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both
: extension.exists() != value.exists()
rng-2errorRange存在する場合、低い値は高よりも低い値を持つものとします / 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



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