Data Sharing Framework (DSF) Implementation Guide
2.0.0 - ci-build
Data Sharing Framework (DSF) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: http://dsf.dev/fhir/StructureDefinition/binary | Version: 2.0.0 | |||
| Active as of 2025-11-26 | Computable Name: Binary | |||
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Binary | Pure binary content defined by a format other than FHIR Constraints: must-have-meta-tag-or-security-context |
![]() ![]() |
ΣC | 0..1 | Meta | Metadata about the resource Constraints: organization-implies-local, role-implies-local, all-implies-no-local, all-implies-no-organization, all-implies-no-role |
![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Slice: Unordered, Open by value:system, value:code Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". |
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ALL |
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LOCAL |
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". |
![]() ![]() ![]() ![]() ![]() |
1..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | Identifier | Optional Extensions Element URL: http://dsf.dev/fhir/StructureDefinition/extension-read-access-organization | |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ORGANIZATION |
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". |
![]() ![]() ![]() ![]() ![]() |
1..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | (Complex) | Optional Extensions Element URL: http://dsf.dev/fhir/StructureDefinition/extension-read-access-parent-organization-role | |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ROLE |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
Σ | 1..1 | code | MimeType of the binary content Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Binary.meta.tag | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag:all | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag:local | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag:organization | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag:read-access-parent-organization-role | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.contentType | Base | required | MimeType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| all-implies-no-local | error | Binary.meta | ALL tag can not be used with LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists().not()
|
| all-implies-no-organization | error | Binary.meta | ALL tag can not be used with ORGANIZATION |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ORGANIZATION').exists().not()
|
| all-implies-no-role | error | Binary.meta | ALL tag can not be used with ROLE |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ROLE').exists().not()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| must-have-meta-tag-or-security-context | error | Binary | At least one meta.tag from system 'http://dsf.dev/fhir/CodeSystem/read-access-tag' or Binary.securityContext required |
meta.tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag').exists() xor securityContext.exists()
|
| organization-implies-local | error | Binary.meta | ORGANIZATION tag requires LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ORGANIZATION').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists()
|
| role-implies-local | error | Binary.meta | ROLE tag requires LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ROLE').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists()
|
This structure is derived from Binary
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Binary | Pure binary content defined by a format other than FHIR Constraints: must-have-meta-tag-or-security-context |
![]() ![]() |
C | 0..1 | Meta | Metadata about the resource Constraints: organization-implies-local, role-implies-local, all-implies-no-local, all-implies-no-organization, all-implies-no-role |
![]() ![]() ![]() |
0..* | Coding | Tags applied to this resource Slice: Unordered, Open by value:system, value:code | |
![]() ![]() ![]() ![]() |
0..1 | Coding | Tags applied to this resource | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: ALL | |
![]() ![]() ![]() ![]() |
0..1 | Coding | Tags applied to this resource | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: LOCAL | |
![]() ![]() ![]() ![]() |
0..* | Coding | Tags applied to this resource | |
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | Identifier | Optional Extensions Element URL: http://dsf.dev/fhir/StructureDefinition/extension-read-access-organization | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: ORGANIZATION | |
![]() ![]() ![]() ![]() |
0..* | Coding | Tags applied to this resource | |
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | (Complex) | Optional Extensions Element URL: http://dsf.dev/fhir/StructureDefinition/extension-read-access-parent-organization-role | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: ROLE | |
Documentation for this format | ||||
| Id | Grade | Path(s) | Description | Expression |
| all-implies-no-local | error | Binary.meta | ALL tag can not be used with LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists().not()
|
| all-implies-no-organization | error | Binary.meta | ALL tag can not be used with ORGANIZATION |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ORGANIZATION').exists().not()
|
| all-implies-no-role | error | Binary.meta | ALL tag can not be used with ROLE |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ROLE').exists().not()
|
| must-have-meta-tag-or-security-context | error | Binary | At least one meta.tag from system 'http://dsf.dev/fhir/CodeSystem/read-access-tag' or Binary.securityContext required |
meta.tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag').exists() xor securityContext.exists()
|
| organization-implies-local | error | Binary.meta | ORGANIZATION tag requires LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ORGANIZATION').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists()
|
| role-implies-local | error | Binary.meta | ROLE tag requires LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ROLE').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists()
|
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | Binary | Pure binary content defined by a format other than FHIR Constraints: must-have-meta-tag-or-security-context | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
ΣC | 0..1 | Meta | Metadata about the resource Constraints: organization-implies-local, role-implies-local, all-implies-no-local, all-implies-no-organization, all-implies-no-role | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Version specific identifier | ||||
![]() ![]() ![]() |
Σ | 0..1 | instant | When the resource version last changed | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Identifies where the resource comes from | ||||
![]() ![]() ![]() |
Σ | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System. | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Slice: Unordered, Open by value:system, value:code Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ALL | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LOCAL | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | Identifier | Optional Extensions Element URL: http://dsf.dev/fhir/StructureDefinition/extension-read-access-organization | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ORGANIZATION | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | (Complex) | Optional Extensions Element URL: http://dsf.dev/fhir/StructureDefinition/extension-read-access-parent-organization-role | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ROLE | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
Σ | 1..1 | code | MimeType of the binary content Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. | ||||
![]() ![]() |
Σ | 0..1 | Reference(Resource) | Identifies another resource to use as proxy when enforcing access control | ||||
![]() ![]() |
0..1 | base64Binary | The actual content | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Binary.meta.security | Base | extensible | SecurityLabels | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag:all | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag:local | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag:organization | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag:read-access-parent-organization-role | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Binary.contentType | Base | required | MimeType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| all-implies-no-local | error | Binary.meta | ALL tag can not be used with LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists().not()
|
| all-implies-no-organization | error | Binary.meta | ALL tag can not be used with ORGANIZATION |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ORGANIZATION').exists().not()
|
| all-implies-no-role | error | Binary.meta | ALL tag can not be used with ROLE |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ROLE').exists().not()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| must-have-meta-tag-or-security-context | error | Binary | At least one meta.tag from system 'http://dsf.dev/fhir/CodeSystem/read-access-tag' or Binary.securityContext required |
meta.tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag').exists() xor securityContext.exists()
|
| organization-implies-local | error | Binary.meta | ORGANIZATION tag requires LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ORGANIZATION').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists()
|
| role-implies-local | error | Binary.meta | ROLE tag requires LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ROLE').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists()
|
This structure is derived from Binary
Summary
Mandatory: 0 element(10 nested mandatory elements)
Fixed: 8 elements
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Binary | Pure binary content defined by a format other than FHIR Constraints: must-have-meta-tag-or-security-context |
![]() ![]() |
ΣC | 0..1 | Meta | Metadata about the resource Constraints: organization-implies-local, role-implies-local, all-implies-no-local, all-implies-no-organization, all-implies-no-role |
![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Slice: Unordered, Open by value:system, value:code Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". |
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ALL |
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LOCAL |
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". |
![]() ![]() ![]() ![]() ![]() |
1..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | Identifier | Optional Extensions Element URL: http://dsf.dev/fhir/StructureDefinition/extension-read-access-organization | |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ORGANIZATION |
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". |
![]() ![]() ![]() ![]() ![]() |
1..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | (Complex) | Optional Extensions Element URL: http://dsf.dev/fhir/StructureDefinition/extension-read-access-parent-organization-role | |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ROLE |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
Σ | 1..1 | code | MimeType of the binary content Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Binary.meta.tag | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag:all | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag:local | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag:organization | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag:read-access-parent-organization-role | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.contentType | Base | required | MimeType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| all-implies-no-local | error | Binary.meta | ALL tag can not be used with LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists().not()
|
| all-implies-no-organization | error | Binary.meta | ALL tag can not be used with ORGANIZATION |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ORGANIZATION').exists().not()
|
| all-implies-no-role | error | Binary.meta | ALL tag can not be used with ROLE |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ROLE').exists().not()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| must-have-meta-tag-or-security-context | error | Binary | At least one meta.tag from system 'http://dsf.dev/fhir/CodeSystem/read-access-tag' or Binary.securityContext required |
meta.tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag').exists() xor securityContext.exists()
|
| organization-implies-local | error | Binary.meta | ORGANIZATION tag requires LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ORGANIZATION').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists()
|
| role-implies-local | error | Binary.meta | ROLE tag requires LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ROLE').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists()
|
Differential View
This structure is derived from Binary
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Binary | Pure binary content defined by a format other than FHIR Constraints: must-have-meta-tag-or-security-context |
![]() ![]() |
C | 0..1 | Meta | Metadata about the resource Constraints: organization-implies-local, role-implies-local, all-implies-no-local, all-implies-no-organization, all-implies-no-role |
![]() ![]() ![]() |
0..* | Coding | Tags applied to this resource Slice: Unordered, Open by value:system, value:code | |
![]() ![]() ![]() ![]() |
0..1 | Coding | Tags applied to this resource | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: ALL | |
![]() ![]() ![]() ![]() |
0..1 | Coding | Tags applied to this resource | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: LOCAL | |
![]() ![]() ![]() ![]() |
0..* | Coding | Tags applied to this resource | |
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | Identifier | Optional Extensions Element URL: http://dsf.dev/fhir/StructureDefinition/extension-read-access-organization | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: ORGANIZATION | |
![]() ![]() ![]() ![]() |
0..* | Coding | Tags applied to this resource | |
![]() ![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | (Complex) | Optional Extensions Element URL: http://dsf.dev/fhir/StructureDefinition/extension-read-access-parent-organization-role | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: ROLE | |
Documentation for this format | ||||
| Id | Grade | Path(s) | Description | Expression |
| all-implies-no-local | error | Binary.meta | ALL tag can not be used with LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists().not()
|
| all-implies-no-organization | error | Binary.meta | ALL tag can not be used with ORGANIZATION |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ORGANIZATION').exists().not()
|
| all-implies-no-role | error | Binary.meta | ALL tag can not be used with ROLE |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ROLE').exists().not()
|
| must-have-meta-tag-or-security-context | error | Binary | At least one meta.tag from system 'http://dsf.dev/fhir/CodeSystem/read-access-tag' or Binary.securityContext required |
meta.tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag').exists() xor securityContext.exists()
|
| organization-implies-local | error | Binary.meta | ORGANIZATION tag requires LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ORGANIZATION').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists()
|
| role-implies-local | error | Binary.meta | ROLE tag requires LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ROLE').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists()
|
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | Binary | Pure binary content defined by a format other than FHIR Constraints: must-have-meta-tag-or-security-context | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
ΣC | 0..1 | Meta | Metadata about the resource Constraints: organization-implies-local, role-implies-local, all-implies-no-local, all-implies-no-organization, all-implies-no-role | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Version specific identifier | ||||
![]() ![]() ![]() |
Σ | 0..1 | instant | When the resource version last changed | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Identifies where the resource comes from | ||||
![]() ![]() ![]() |
Σ | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System. | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Slice: Unordered, Open by value:system, value:code Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ALL | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LOCAL | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | Identifier | Optional Extensions Element URL: http://dsf.dev/fhir/StructureDefinition/extension-read-access-organization | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ORGANIZATION | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | (Complex) | Optional Extensions Element URL: http://dsf.dev/fhir/StructureDefinition/extension-read-access-parent-organization-role | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: http://dsf.dev/fhir/CodeSystem/read-access-tag | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ROLE | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
Σ | 1..1 | code | MimeType of the binary content Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. | ||||
![]() ![]() |
Σ | 0..1 | Reference(Resource) | Identifies another resource to use as proxy when enforcing access control | ||||
![]() ![]() |
0..1 | base64Binary | The actual content | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Binary.meta.security | Base | extensible | SecurityLabels | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag:all | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag:local | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag:organization | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.meta.tag:read-access-parent-organization-role | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Binary.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Binary.contentType | Base | required | MimeType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| all-implies-no-local | error | Binary.meta | ALL tag can not be used with LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists().not()
|
| all-implies-no-organization | error | Binary.meta | ALL tag can not be used with ORGANIZATION |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ORGANIZATION').exists().not()
|
| all-implies-no-role | error | Binary.meta | ALL tag can not be used with ROLE |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ALL').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ROLE').exists().not()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| must-have-meta-tag-or-security-context | error | Binary | At least one meta.tag from system 'http://dsf.dev/fhir/CodeSystem/read-access-tag' or Binary.securityContext required |
meta.tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag').exists() xor securityContext.exists()
|
| organization-implies-local | error | Binary.meta | ORGANIZATION tag requires LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ORGANIZATION').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists()
|
| role-implies-local | error | Binary.meta | ROLE tag requires LOCAL |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'ROLE').exists() implies tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag' and code = 'LOCAL').exists()
|
This structure is derived from Binary
Summary
Mandatory: 0 element(10 nested mandatory elements)
Fixed: 8 elements
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Other representations of profile: CSV, Excel, Schematron