International Patient Summary Implementation Guide
1.0.0 - STU 1

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

StructureDefinition: CodingIPS

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

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from Coding

Summary

Must-Support: 6 elements

Extensions

This structure refers to these extensions:

This structure is derived from Coding

NameFlagsCard.TypeDescription & Constraintsdoco
.. Coding S0..*CodingA reference to a code defined by a terminology system
... system S0..1uriIdentity of the terminology system
... version S0..1stringVersion of the system - if relevant
... code S0..1codeSymbol in syntax defined by the system
.... extension S0..*ExtensionExtension
Slice: Unordered, Open by value:url
.... translation S0..*(Complex)Language Translation (Localization)
URL: http://hl7.org/fhir/StructureDefinition/translation

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Coding SI0..*CodingA reference to a code defined by a terminology system
... id 0..1stringUnique id for inter-element referencing
... extension I0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... system SΣI0..1uriIdentity of the terminology system
... code SΣI0..1codeSymbol in syntax defined by the system
... display SΣI0..1stringRepresentation defined by the system
.... id 0..1stringxml:id (or equivalent in JSON)
.... extension SI0..*ExtensionExtension
Slice: Unordered, Open by value:url
.... translation SI0..*(Complex)Language Translation (Localization)
URL: http://hl7.org/fhir/StructureDefinition/translation
.... value 0..1stringPrimitive value for string
Max Length: 1048576
... userSelected ΣI0..1booleanIf this coding was chosen directly by the user

doco Documentation for this format

This structure is derived from Coding

Summary

Must-Support: 6 elements

Extensions

This structure refers to these extensions:

Differential View

This structure is derived from Coding

NameFlagsCard.TypeDescription & Constraintsdoco
.. Coding S0..*CodingA reference to a code defined by a terminology system
... system S0..1uriIdentity of the terminology system
... version S0..1stringVersion of the system - if relevant
... code S0..1codeSymbol in syntax defined by the system
.... extension S0..*ExtensionExtension
Slice: Unordered, Open by value:url
.... translation S0..*(Complex)Language Translation (Localization)
URL: http://hl7.org/fhir/StructureDefinition/translation

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Coding SI0..*CodingA reference to a code defined by a terminology system
... id 0..1stringUnique id for inter-element referencing
... extension I0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... system SΣI0..1uriIdentity of the terminology system
... code SΣI0..1codeSymbol in syntax defined by the system
... display SΣI0..1stringRepresentation defined by the system
.... id 0..1stringxml:id (or equivalent in JSON)
.... extension SI0..*ExtensionExtension
Slice: Unordered, Open by value:url
.... translation SI0..*(Complex)Language Translation (Localization)
URL: http://hl7.org/fhir/StructureDefinition/translation
.... value 0..1stringPrimitive value for string
Max Length: 1048576
... userSelected ΣI0..1booleanIf this coding was chosen directly by the user

doco Documentation for this format

 

Other representations of profile: Schematron

Terminology Bindings

Constraints

Constraints

IdPathDetailsRequirements
ele-1CodingAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1Coding.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1Coding.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1Coding.systemAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1Coding.versionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1Coding.codeAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1Coding.displayAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1Coding.display.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1Coding.display.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1Coding.display.extension:translationAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1Coding.display.extension:translationMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1Coding.userSelectedAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())