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/meta | Version: 2.0.0 | |||
| Active as of 2025-11-26 | Computable Name: Meta | |||
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..* | Meta | Metadata about a resource Constraints: at-least-on-read-access-tag, 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 |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Meta.tag | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Meta.tag:all | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Meta.tag:local | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Meta.tag:organization | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Meta.tag:read-access-parent-organization-role | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| all-implies-no-local | error | 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 | 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 | 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()
|
| at-least-on-read-access-tag | error | Meta | At least one meta.tag from system 'http://dsf.dev/fhir/CodeSystem/read-access-tag' required |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag').exists()
|
| 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()
|
| organization-implies-local | error | 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 | 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 Meta
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Meta | Metadata about a resource Constraints: at-least-on-read-access-tag, 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 | 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 | 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 | 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()
|
| at-least-on-read-access-tag | error | Meta | At least one meta.tag from system 'http://dsf.dev/fhir/CodeSystem/read-access-tag' required |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag').exists()
|
| organization-implies-local | error | 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 | 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..* | Meta | Metadata about a resource Constraints: at-least-on-read-access-tag, 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 |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Meta.security | Base | extensible | SecurityLabels | 📍4.0.1 | FHIR Std. |
| Meta.tag | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Meta.tag:all | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Meta.tag:local | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Meta.tag:organization | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Meta.tag:read-access-parent-organization-role | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| all-implies-no-local | error | 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 | 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 | 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()
|
| at-least-on-read-access-tag | error | Meta | At least one meta.tag from system 'http://dsf.dev/fhir/CodeSystem/read-access-tag' required |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag').exists()
|
| 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()
|
| organization-implies-local | error | 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 | 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 Meta
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..* | Meta | Metadata about a resource Constraints: at-least-on-read-access-tag, 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 |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Meta.tag | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Meta.tag:all | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Meta.tag:local | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Meta.tag:organization | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Meta.tag:read-access-parent-organization-role | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| all-implies-no-local | error | 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 | 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 | 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()
|
| at-least-on-read-access-tag | error | Meta | At least one meta.tag from system 'http://dsf.dev/fhir/CodeSystem/read-access-tag' required |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag').exists()
|
| 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()
|
| organization-implies-local | error | 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 | 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 Meta
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Meta | Metadata about a resource Constraints: at-least-on-read-access-tag, 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 | 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 | 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 | 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()
|
| at-least-on-read-access-tag | error | Meta | At least one meta.tag from system 'http://dsf.dev/fhir/CodeSystem/read-access-tag' required |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag').exists()
|
| organization-implies-local | error | 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 | 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..* | Meta | Metadata about a resource Constraints: at-least-on-read-access-tag, 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 |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Meta.security | Base | extensible | SecurityLabels | 📍4.0.1 | FHIR Std. |
| Meta.tag | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Meta.tag:all | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Meta.tag:local | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Meta.tag:organization | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Meta.tag:read-access-parent-organization-role | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| all-implies-no-local | error | 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 | 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 | 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()
|
| at-least-on-read-access-tag | error | Meta | At least one meta.tag from system 'http://dsf.dev/fhir/CodeSystem/read-access-tag' required |
tag.where(system = 'http://dsf.dev/fhir/CodeSystem/read-access-tag').exists()
|
| 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()
|
| organization-implies-local | error | 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 | 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 Meta
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