3.60 StructureDefinition: Shared Health Reference
The official URL for this profile is:
http://sharedhealth.exchange/fhir/StructureDefinition/dtprofile-reference
3.60.2 Formal Views of Profile Content
Download Excel representation
Description of Profiles, Differentials, Snapshots and how the different presentations work.
>
This structure is derived from Reference
Name | Card. | Type | Constraints and Usage |
---|---|---|---|
Reference | 0..* | Reference | ref-1: SHALL have a local reference if the resource is provided inline Definition: A reference from one resource to another. |
reference | 1..1 | string | Definition: A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources. Comments: Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "/[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server. |
This structure is derived from Reference
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Reference | I | 0..* | Reference | A reference from one resource to another |
id | 0..1 | id | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
reference | SΣI | 1..1 | string | Relative, internal or absolute URL reference |
display | Σ | 0..1 | string | Text alternative for the resource |
Documentation for this format |
Grid View
This structure is derived from Reference
Name | Card. | Type | Constraints and Usage |
---|---|---|---|
Reference | 0..* | Reference | ref-1: SHALL have a local reference if the resource is provided inline Definition: A reference from one resource to another. |
reference | 1..1 | string | Definition: A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources. Comments: Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "/[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server. |
This structure is derived from Reference
Differential View
This structure is derived from Reference
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Reference | 0..* | Reference | A reference from one resource to another | |
reference | S | 1..1 | string | Relative, internal or absolute URL reference |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Reference | I | 0..* | Reference | A reference from one resource to another |
id | 0..1 | id | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
reference | SΣI | 1..1 | string | Relative, internal or absolute URL reference |
display | Σ | 0..1 | string | Text alternative for the resource |
Documentation for this format |
Other representations of profile: Schematron
3.60.3 Terminology Bindings
3.60.4 Constraints
Constraints
Id | Path | Details | Requirements |
ref-1 | Reference | SHALL have a local reference if the resource is provided inline : reference.startsWith('#').not() or (reference.substring(1).trace('url') in %resource.contained.id.trace('ids')) |