Shared Health Specification and Guide Version 3.0 Revision C

 

The official URL for this profile is:

http://sharedhealth.exchange/fhir/StructureDefinition/dtprofile-codeableconcept-text

Download Excel representation

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

>

This structure is derived from CodeableConcept

NameCard.TypeConstraints and Usage
.  CodeableConcept 0..*CodeableConceptinv-1: Must have coding or text but not both
Definition:
A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.


Comments:


..  coding 0..*CodingDefinition:
A reference to a code defined by a terminology system.


Comments:
Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labelled as UserSelected = true.

...  system 1..1uriDefinition:
The identification of the code system that defines the meaning of the symbol in the code.


Comments:
This is the URI that represents the coding system as defined within the binding.

...  code 1..1codeDefinition:
A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

..  text 0..1stringMax Length: 2500
Definition:
A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.


Comments:
Conformance Rule: This is the text used to convey the exact word that was displayed to the practitioner

This structure is derived from CodeableConcept

Summary

Mandatory: 0 element (2 nested mandatory elements)
Must-Support: 4 elements

This structure is derived from CodeableConcept

NameFlagsCard.TypeDescription & Constraintsdoco
.. CodeableConcept I0..*CodeableConceptConcept - reference to a terminology or just text
inv-1: Must have coding or text but not both
... coding SI0..*CodingCode defined by a terminology system
.... system S1..1uriIdentity of the terminology system
.... code S1..1codeSymbol in syntax defined by the system
... text SI0..1stringPlain text representation of the concept
Max Length: 2500

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. CodeableConcept I0..*CodeableConceptConcept - reference to a terminology or just text
inv-1: Must have coding or text but not both
... id 0..1idxml:id (or equivalent in JSON)
... extension 0..*ExtensionAdditional Content defined by implementations
... coding SΣI0..*CodingCode defined by a terminology system
.... id 0..1idxml:id (or equivalent in JSON)
.... extension 0..*ExtensionAdditional Content defined by implementations
.... system SΣ1..1uriIdentity of the terminology system
.... version Σ0..1stringVersion of the system - if relevant
.... code SΣ1..1codeSymbol in syntax defined by the system
.... display Σ0..1stringRepresentation defined by the system
.... userSelected Σ0..1booleanIf this coding was chosen directly by the user
... text SΣI0..1stringPlain text representation of the concept
Max Length: 2500

doco Documentation for this format

Grid View

This structure is derived from CodeableConcept

NameCard.TypeConstraints and Usage
.  CodeableConcept 0..*CodeableConceptinv-1: Must have coding or text but not both
Definition:
A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.


Comments:


..  coding 0..*CodingDefinition:
A reference to a code defined by a terminology system.


Comments:
Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labelled as UserSelected = true.

...  system 1..1uriDefinition:
The identification of the code system that defines the meaning of the symbol in the code.


Comments:
This is the URI that represents the coding system as defined within the binding.

...  code 1..1codeDefinition:
A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

..  text 0..1stringMax Length: 2500
Definition:
A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.


Comments:
Conformance Rule: This is the text used to convey the exact word that was displayed to the practitioner

This structure is derived from CodeableConcept

Summary

Mandatory: 0 element (2 nested mandatory elements)
Must-Support: 4 elements

Differential View

This structure is derived from CodeableConcept

NameFlagsCard.TypeDescription & Constraintsdoco
.. CodeableConcept I0..*CodeableConceptConcept - reference to a terminology or just text
inv-1: Must have coding or text but not both
... coding SI0..*CodingCode defined by a terminology system
.... system S1..1uriIdentity of the terminology system
.... code S1..1codeSymbol in syntax defined by the system
... text SI0..1stringPlain text representation of the concept
Max Length: 2500

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. CodeableConcept I0..*CodeableConceptConcept - reference to a terminology or just text
inv-1: Must have coding or text but not both
... id 0..1idxml:id (or equivalent in JSON)
... extension 0..*ExtensionAdditional Content defined by implementations
... coding SΣI0..*CodingCode defined by a terminology system
.... id 0..1idxml:id (or equivalent in JSON)
.... extension 0..*ExtensionAdditional Content defined by implementations
.... system SΣ1..1uriIdentity of the terminology system
.... version Σ0..1stringVersion of the system - if relevant
.... code SΣ1..1codeSymbol in syntax defined by the system
.... display Σ0..1stringRepresentation defined by the system
.... userSelected Σ0..1booleanIf this coding was chosen directly by the user
... text SΣI0..1stringPlain text representation of the concept
Max Length: 2500

doco Documentation for this format

 

Other representations of profile: Schematron

Constraints

IdPathDetailsRequirements
inv-1CodeableConceptMust have coding or text but not both
: coding.exists() xor text.exists()