SEAMAT2FHIR ドラフト版
0.1.1 - draft Japan

Publish Box goes here

Resource Profile: SEAMAT Common Binary Profile

項目内容
定義URL http://jpfhir.jp/fhir/SEAMAT/StructureDefinition/JP_Binary_SEAMAT
Version 0.1.1
Name

JP_Binary_SEAMAT

Title

SEAMAT Common Binary Profile

Status Active ( 2023-11-13 )
Copyright

Copyright (temporaly) by SIP D1 SEAMAT2FHIR WG, CC(Creative Commons license) BY-ND CC表示・改変禁止

このプロファイルはBinaryリソースに対して、外部参照のバイナリデータを送受信するための共通の制約と拡張を定めたものである。


Usage:

プロファイル詳細

This structure is derived from JP_Binary

NameFlagsCard.TypeDescription & Constraintsdoco
.. Binary C 0..* JP_Binary FHIR以外の形式で定義された純粋なバイナリコンテンツ / Pure binary content defined by a format other than FHIR
binary-metaprofile: meta.profileには、指定したプロファイルのURLの記述が存在しなければならない。
... meta
.... lastUpdated 1..1 instant リソースのバージョンが最後に変更されたとき
.... profile S 1..* canonical(StructureDefinition) このリソースが適合を主張するプロファイル
... contentType S 1..1 code バイナリコンテンツのMIMETYPE / MimeType of the binary content
... data S 1..1 base64Binary 実際のコンテンツ / The actual content

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Binary C 0..* JP_Binary FHIR以外の形式で定義された純粋なバイナリコンテンツ / Pure binary content defined by a format other than FHIR
binary-metaprofile: meta.profileには、指定したプロファイルのURLの記述が存在しなければならない。
... id Σ 0..1 id このアーティファクトの論理ID / Logical id of this artifact
... meta Σ 0..1 Meta リソースに関するメタデータ / Metadata about the resource
.... id 0..1 string エレメント相互参照のためのユニークID
.... extension 0..* Extension 実装によって定義される追加コンテンツ
Slice: Unordered, Open by value:url
.... versionId Σ 0..1 id バージョン固有の識別子 (Baajon koyū no shikibetsu-shi)
.... lastUpdated SΣ 1..1 instant リソースのバージョンが最後に変更されたとき
.... source Σ 0..1 uri 「リソースがどこから来たかを特定する」(Risōsu ga doko kara kita ka o tokutei suru)
.... profile SΣ 1..* canonical(StructureDefinition) このリソースが適合を主張するプロファイル
.... security Σ 0..* Coding このリソースに適用されたセキュリティラベル
Binding: All Security Labels (extensible): 医療プライバシーおよびセキュリティ分類システムからのセキュリティラベル。


.... tag Σ 0..* Coding このリソースに適用されたタグ
Binding: CommonTags (example): 様々なタグを表すコードで、一般的にはワークフローに関連しています。例:「ジョーンズ博士によるレビューが必要です」。


... 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): 人間の言語。 / A human language.

Additional BindingsPurpose
AllLanguages Max Binding
... contentType SΣ 1..1 code バイナリコンテンツのMIMETYPE / MimeType of the binary content
Binding: Mime Types (required): 添付ファイルのmimeタイプ。有効なMIMEタイプは許可されています。 / The mime type of an attachment. Any valid mime type is allowed.

... securityContext Σ 0..1 Reference(Resource) アクセス制御を実施するときにプロキシとして使用する別のリソースを識別します / Identifies another resource to use as proxy when enforcing access control
... data S 1..1 base64Binary 実際のコンテンツ / The actual content

doco Documentation for this format

Terminology バインディング

PathConformanceValueSetURI
Binary.meta.securityextensibleAll Security Labels
http://hl7.org/fhir/ValueSet/security-labels
from the FHIR Standard
Binary.meta.tagexampleCommonTags
http://hl7.org/fhir/ValueSet/common-tags
from the FHIR Standard
Binary.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Binary.contentTyperequiredMime Types
http://hl7.org/fhir/ValueSet/mimetypes|4.0.1
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
binary-metaprofileerrorBinarymeta.profileには、指定したプロファイルのURLの記述が存在しなければならない。
: meta.profile.where($this = 'http://jpfhir.jp/fhir/SEAMAT/StructureDefinition/JP_Binary_SEAMAT').exists()
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]のいずれかが必要です。両方ではありません。
: extension.exists() != value.exists()