This page is part of the International Patient Summary Implementation Guide (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
This profile extends the capabilities of the coding data type to support multi-language designations (display). It relies on the Translation extension.
The official URL for this profile is:
http://hl7.org/fhir/uv/ips/StructureDefinition/Coding-uv-ips
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from Coding
This structure is derived from Coding
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Coding | S | 0..* | Coding | A reference to a code defined by a terminology system |
system | S | 0..1 | uri | Identity of the terminology system |
version | S | 0..1 | string | Version of the system - if relevant |
code | S | 0..1 | code | Symbol in syntax defined by the system |
display | S | 0..1 | string | Representation defined by the system |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
translation | S | 0..* | (Complex) | Language Translation (Localization) URL: http://hl7.org/fhir/StructureDefinition/translation |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Coding | SI | 0..* | Coding | A reference to a code defined by a terminology system |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url |
system | SΣI | 0..1 | uri | Identity of the terminology system |
version | SΣI | 0..1 | string | Version of the system - if relevant |
code | SΣI | 0..1 | code | Symbol in syntax defined by the system |
display | SΣI | 0..1 | string | Representation defined by the system |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | SI | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
translation | SI | 0..* | (Complex) | Language Translation (Localization) URL: http://hl7.org/fhir/StructureDefinition/translation |
value | 0..1 | string | Primitive value for string Max Length: 1048576 | |
userSelected | ΣI | 0..1 | boolean | If this coding was chosen directly by the user |
Documentation for this format |
This structure is derived from Coding
Differential View
This structure is derived from Coding
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Coding | S | 0..* | Coding | A reference to a code defined by a terminology system |
system | S | 0..1 | uri | Identity of the terminology system |
version | S | 0..1 | string | Version of the system - if relevant |
code | S | 0..1 | code | Symbol in syntax defined by the system |
display | S | 0..1 | string | Representation defined by the system |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
translation | S | 0..* | (Complex) | Language Translation (Localization) URL: http://hl7.org/fhir/StructureDefinition/translation |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Coding | SI | 0..* | Coding | A reference to a code defined by a terminology system |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url |
system | SΣI | 0..1 | uri | Identity of the terminology system |
version | SΣI | 0..1 | string | Version of the system - if relevant |
code | SΣI | 0..1 | code | Symbol in syntax defined by the system |
display | SΣI | 0..1 | string | Representation defined by the system |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | SI | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
translation | SI | 0..* | (Complex) | Language Translation (Localization) URL: http://hl7.org/fhir/StructureDefinition/translation |
value | 0..1 | string | Primitive value for string Max Length: 1048576 | |
userSelected | ΣI | 0..1 | boolean | If this coding was chosen directly by the user |
Documentation for this format |
Other representations of profile: Schematron
Id | Path | Details | Requirements |
ele-1 | Coding | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | Coding.extension | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | Coding.extension | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | Coding.system | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | Coding.version | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | Coding.code | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | Coding.display | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ele-1 | Coding.display.extension | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | Coding.display.extension | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | Coding.display.extension:translation | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | Coding.display.extension:translation | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | Coding.userSelected | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) |