Global Core Electronic Medicinal Product Information (ePI)
1.1.0 - trial-use International flag

Global Core Electronic Medicinal Product Information (ePI), published by HL7 International - Biomedical Research & Regulation Work Group. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/emedicinal-product-info/ and changes regularly. See the Directory of published versions

Resource Profile: SubstanceDefinition (ePI)

Official URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/SubstanceDefinition-uv-epi Version: 1.1.0
Computable Name: SubstanceDefinitionUvEpi

SubstanceDefinition (ePI)

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description Differentials, Snapshots, and other representations.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. SubstanceDefinition 0..* SubstanceDefinition The detailed description of a substance, typically at a level beyond what is used for prescribing
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... system Σ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value ΣC 1..1 string The value that is unique
Example General: 123456
... version Σ 0..1 string A business level version identifier of the substance.
... status Σ 0..1 CodeableConcept draft|active|retired|unknown
Binding: PublicationStatus (preferred): The lifecycle status of an artifact.
... classification Σ 0..* CodeableConcept A categorization, high level specific type of substance, or similar.
... domain Σ 0..1 CodeableConcept If the substance applies to human or veterinary use.
Binding: MedicinalProductDomain (example): Applicable domain for this product (e.g. human, veterinary).
... grade Σ 0..* CodeableConcept The quality standard, established by a regulatory body.
Binding: SubstanceGrade (example): The quality standard, established benchmark, to which a substance complies
... description Σ 0..1 markdown Textual description of the substance.
... manufacturer Σ 0..* Reference(Organization (ePI)) The entity that creates, makes, produces or fabricates the substance
... moiety Σ 0..* BackboneElement Moiety, for structural modifications
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... identifier Σ 0..1 Identifier Identifier of the moiety
.... name Σ 0..1 string Name of the moiety
.... stereochemistry Σ 0..1 CodeableConcept Stereochemistry of the moiety
Binding: Stereochemistry (example): The optical rotation type of a substance.
.... molecularFormula Σ 0..1 string Molecular formula of the moiety
... molecularWeight Σ 0..* BackboneElement The molecular weight or weight range
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... amount Σ 1..1 Quantity The molecular weight or weight range
... structure Σ 0..1 BackboneElement Structural information
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... stereochemistry Σ 0..1 CodeableConcept Stereochemistry of the substance
Binding: Stereochemistry (example): The optical rotation type of a substance.
.... molecularFormula Σ 0..1 string Molecular formula
.... molecularWeight Σ 0..1 See molecularWeight (SubstanceDefinition) The molecular weight or weight range
... code Σ 0..* BackboneElement Codes associated with the substance
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
... name Σ 0..* BackboneElement Names for the substance
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... name Σ 1..1 string The actual name
.... type Σ 0..1 CodeableConcept Name type
Binding: SubstanceNameType (example): The type of a name given to a substance.
.... preferred Σ 0..1 boolean If this is the preferred name for this language
.... language Σ 0..* CodeableConcept Human language that the name is sold in
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter


doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
SubstanceDefinition.​identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
SubstanceDefinition.​status Base preferred PublicationStatus 📍5.0.0 FHIR Std.
SubstanceDefinition.​domain Base example Medicinal Product Domain 📍5.0.0 FHIR Std.
SubstanceDefinition.​grade Base example Substance Grade 📍5.0.0 FHIR Std.
SubstanceDefinition.​moiety.stereochemistry Base example Stereochemistry 📍5.0.0 FHIR Std.
SubstanceDefinition.​structure.stereochemistry Base example Stereochemistry 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.type Base example Substance Name Type 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.language Base required All Languages 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error SubstanceDefinition If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error SubstanceDefinition If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error SubstanceDefinition If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error SubstanceDefinition If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice SubstanceDefinition A resource should have narrative for robust management text.`div`.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()

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. SubstanceDefinition SubstanceDefinition
... identifier 1..* Identifier Identifier by which this substance is known
.... system 1..1 uri The namespace for the identifier value
.... value 1..1 string The value that is unique
... version 0..1 string A business level version identifier of the substance.
... status 0..1 CodeableConcept draft|active|retired|unknown
... domain 0..1 CodeableConcept If the substance applies to human or veterinary use.
... grade 0..* CodeableConcept The quality standard, established by a regulatory body.
... description 0..1 markdown Textual description of the substance.
... manufacturer 0..* Reference(Organization (ePI)) The entity that creates, makes, produces or fabricates the substance
... moiety 0..* BackboneElement Moiety, for structural modifications
.... identifier 0..1 Identifier Identifier of the moiety
.... name 0..1 string Name of the moiety
.... stereochemistry 0..1 CodeableConcept Stereochemistry of the moiety
.... molecularFormula 0..1 string Molecular formula of the moiety
... molecularWeight 0..* BackboneElement The molecular weight or weight range
.... amount 1..1 Quantity The molecular weight or weight range
... structure 0..1 BackboneElement Structural information
.... stereochemistry 0..1 CodeableConcept Stereochemistry of the substance
.... molecularFormula 0..1 string Molecular formula
.... molecularWeight 0..1 The molecular weight or weight range
... code 0..* BackboneElement Codes associated with the substance
... name 0..* BackboneElement Names for the substance
.... name 1..1 string The actual name
.... type 0..1 CodeableConcept Name type
.... preferred 0..1 boolean If this is the preferred name for this language
.... language 0..* CodeableConcept Human language that the name is sold in

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. SubstanceDefinition 0..* SubstanceDefinition The detailed description of a substance, typically at a level beyond what is used for prescribing
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier Σ 1..* Identifier Identifier by which this substance is known
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system Σ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value ΣC 1..1 string The value that is unique
Example General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... version Σ 0..1 string A business level version identifier of the substance.
... status Σ 0..1 CodeableConcept draft|active|retired|unknown
Binding: PublicationStatus (preferred): The lifecycle status of an artifact.
... classification Σ 0..* CodeableConcept A categorization, high level specific type of substance, or similar.
... domain Σ 0..1 CodeableConcept If the substance applies to human or veterinary use.
Binding: MedicinalProductDomain (example): Applicable domain for this product (e.g. human, veterinary).
... grade Σ 0..* CodeableConcept The quality standard, established by a regulatory body.
Binding: SubstanceGrade (example): The quality standard, established benchmark, to which a substance complies
... description Σ 0..1 markdown Textual description of the substance.
... informationSource Σ 0..* Reference(Citation) Supporting literature
... note Σ 0..* Annotation Textual comment about the substance's catalogue or registry record
... manufacturer Σ 0..* Reference(Organization (ePI)) The entity that creates, makes, produces or fabricates the substance
... supplier Σ 0..* Reference(Organization) An entity that is the source for the substance. It may be different from the manufacturer
... moiety Σ 0..* BackboneElement Moiety, for structural modifications
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... role Σ 0..1 CodeableConcept Role that the moiety is playing
.... identifier Σ 0..1 Identifier Identifier of the moiety
.... name Σ 0..1 string Name of the moiety
.... stereochemistry Σ 0..1 CodeableConcept Stereochemistry of the moiety
Binding: Stereochemistry (example): The optical rotation type of a substance.
.... opticalActivity Σ 0..1 CodeableConcept Optical activity type
Binding: OpticalActivity (example): The optical rotation type of a substance.
.... molecularFormula Σ 0..1 string Molecular formula of the moiety
.... amount[x] Σ 0..1 Quantitative value for this moiety
..... amountQuantity Quantity
..... amountString string
.... measurementType Σ 0..1 CodeableConcept The measurement type of the quantitative value
Binding: SubstanceAmountType (example): The relationship between two substance types.
... characterization Σ 0..* BackboneElement General specifications for this substance
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... technique Σ 0..1 CodeableConcept The method used to find the characterization e.g. HPLC
Binding: StructureTechnique (example): The method used to elucidate the characterization of the drug substance.
.... form Σ 0..1 CodeableConcept Describes the nature of the chemical entity and explains, for instance, whether this is a base or a salt form
Binding: SubstanceForm (example)
.... description Σ 0..1 markdown The description or justification in support of the interpretation of the data file
.... file Σ 0..* Attachment The data produced by the analytical instrument or a pictorial representation of that data. Examples: a JCAMP, JDX, or ADX file, or a chromatogram or spectrum analysis
... property Σ 0..* BackboneElement General specifications for this substance
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type Σ 1..1 CodeableConcept A code expressing the type of property
Binding: ProductCharacteristic (example): This value set includes all observable entity codes from SNOMED CT - provided as an exemplar value set.
.... value[x] Σ 0..1 A value for the property
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
..... valueDate date
..... valueBoolean boolean
..... valueAttachment Attachment
... referenceInformation Σ 0..1 Reference(SubstanceReferenceInformation) General information detailing this substance
... molecularWeight Σ 0..* BackboneElement The molecular weight or weight range
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... method Σ 0..1 CodeableConcept The method by which the weight was determined
Binding: WeightMethod (example): The method by which the substance weight was measured.
.... type Σ 0..1 CodeableConcept Type of molecular weight e.g. exact, average, weight average
Binding: WeightType (example): The type of substance weight measurement.
.... amount Σ 1..1 Quantity The molecular weight or weight range
... structure Σ 0..1 BackboneElement Structural information
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... stereochemistry Σ 0..1 CodeableConcept Stereochemistry of the substance
Binding: Stereochemistry (example): The optical rotation type of a substance.
.... opticalActivity Σ 0..1 CodeableConcept Optical activity type
Binding: OpticalActivity (example): The optical rotation type of a substance.
.... molecularFormula Σ 0..1 string Molecular formula
.... molecularFormulaByMoiety Σ 0..1 string Specified per moiety according to the Hill system
.... molecularWeight Σ 0..1 See molecularWeight (SubstanceDefinition) The molecular weight or weight range
.... technique Σ 0..* CodeableConcept The method used to find the structure e.g. X-ray, NMR
Binding: StructureTechnique (example): The method used to elucidate the structure of the drug substance.
.... sourceDocument Σ 0..* Reference(DocumentReference) Source of information for the structure
.... representation Σ 0..* BackboneElement A depiction of the structure of the substance
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type Σ 0..1 CodeableConcept The kind of structural representation (e.g. full, partial)
Binding: SubstanceRepresentationType (example): A format of a substance representation.
..... representation Σ 0..1 string The structural representation as a text string in a standard format
..... format Σ 0..1 CodeableConcept The format of the representation e.g. InChI, SMILES, MOLFILE (note: not the physical file format)
Binding: SubstanceRepresentationFormat (example): A format of a substance representation.
..... document Σ 0..1 Reference(DocumentReference) An attachment with the structural representation e.g. a structure graphic or AnIML file
... code Σ 0..* BackboneElement Codes associated with the substance
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code Σ 0..1 CodeableConcept The specific code
.... status Σ 0..1 CodeableConcept Status of the code assignment, for example 'provisional', 'approved'
Binding: PublicationStatus (preferred): The lifecycle status of an artifact.
.... statusDate Σ 0..1 dateTime The date at which the code status was changed
.... note Σ 0..* Annotation Any comment can be provided in this field
.... source Σ 0..* Reference(DocumentReference) Supporting literature
... name Σ 0..* BackboneElement Names for the substance
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... name Σ 1..1 string The actual name
.... type Σ 0..1 CodeableConcept Name type
Binding: SubstanceNameType (example): The type of a name given to a substance.
.... status Σ 0..1 CodeableConcept The status of the name e.g. 'current', 'proposed'
Binding: PublicationStatus (preferred): The lifecycle status of an artifact.
.... preferred Σ 0..1 boolean If this is the preferred name for this language
.... language Σ 0..* CodeableConcept Human language that the name is sold in
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter

.... domain Σ 0..* CodeableConcept The use context of this name e.g. as an active ingredient or as a food colour additive
Binding: SubstanceNameDomain (example): The use context of a substance name for example if there is a different name when used as a drug active ingredient as opposed to a food colour additive.
.... jurisdiction Σ 0..* CodeableConcept The jurisdiction where this name applies
Binding: JurisdictionValueSet (example): Jurisdiction codes
.... synonym Σ 0..* See name (SubstanceDefinition) A synonym of this particular name, by which the substance is also known
.... translation Σ 0..* See name (SubstanceDefinition) A translation for this name into another human language
.... official Σ 0..* BackboneElement Details of the official nature of this name
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... authority Σ 0..1 CodeableConcept Which authority uses this official name
Binding: SubstanceNameAuthority (preferred): An authority that officates substance names.
..... status Σ 0..1 CodeableConcept The status of the official name, for example 'draft', 'active'
Binding: PublicationStatus (preferred): The lifecycle status of an artifact.
..... date Σ 0..1 dateTime Date of official name change
.... source Σ 0..* Reference(DocumentReference) Supporting literature
... relationship Σ 0..* BackboneElement A link between this substance and another
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... substanceDefinition[x] Σ 0..1 A pointer to another substance, as a resource or a representational code
..... substanceDefinitionReference Reference(SubstanceDefinition)
..... substanceDefinitionCodeableConcept CodeableConcept
.... type Σ 1..1 CodeableConcept For example "salt to parent", "active moiety"
Binding: SubstanceRelationshipType (example): The relationship between two substance types.
.... isDefining Σ 0..1 boolean For example where an enzyme strongly bonds with a particular substance, this is a defining relationship for that enzyme, out of several possible relationships
.... amount[x] Σ 0..1 A numeric factor for the relationship, e.g. that a substance salt has some percentage of active substance in relation to some other
..... amountQuantity Quantity
..... amountRatio Ratio
..... amountString string
.... ratioHighLimitAmount Σ 0..1 Ratio For use when the numeric has an uncertain range
.... comparator Σ 0..1 CodeableConcept An operator for the amount, for example "average", "approximately", "less than"
Binding: SubstanceAmountType (example): The relationship between two substance types.
.... source Σ 0..* Reference(DocumentReference) Supporting literature
... nucleicAcid Σ 0..1 Reference(SubstanceNucleicAcid) Data items specific to nucleic acids
... polymer Σ 0..1 Reference(SubstancePolymer) Data items specific to polymers
... protein Σ 0..1 Reference(SubstanceProtein) Data items specific to proteins
... sourceMaterial Σ 0..1 BackboneElement Material or taxonomic/anatomical source
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type Σ 0..1 CodeableConcept Classification of the origin of the raw material. e.g. cat hair is an Animal source type
Binding: SourceMaterialType (example): A classification that provides the origin of the substance raw material.
.... genus Σ 0..1 CodeableConcept The genus of an organism e.g. the Latin epithet of the plant/animal scientific name
Binding: SourceMaterialGenus (example): The genus of an organism, typically referring to the Latin epithet of the genus element of the plant/animal scientific name.
.... species Σ 0..1 CodeableConcept The species of an organism e.g. the Latin epithet of the species of the plant/animal
Binding: SourceMaterialSpecies (example): A species of origin a substance raw material.
.... part Σ 0..1 CodeableConcept An anatomical origin of the source material within an organism
Binding: SourceMaterialPart (example): An anatomical origin of the source material within an organism.
.... countryOfOrigin Σ 0..* CodeableConcept The country or countries where the material is harvested
Binding: CountryValueSet (required): Jurisdiction codes

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
SubstanceDefinition.​language Base required All Languages 📍5.0.0 FHIR Std.
SubstanceDefinition.​identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
SubstanceDefinition.​identifier.type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
SubstanceDefinition.​status Base preferred PublicationStatus 📍5.0.0 FHIR Std.
SubstanceDefinition.​domain Base example Medicinal Product Domain 📍5.0.0 FHIR Std.
SubstanceDefinition.​grade Base example Substance Grade 📍5.0.0 FHIR Std.
SubstanceDefinition.​moiety.stereochemistry Base example Stereochemistry 📍5.0.0 FHIR Std.
SubstanceDefinition.​moiety.opticalActivity Base example Optical Activity 📍5.0.0 FHIR Std.
SubstanceDefinition.​moiety.measurementType Base example Substance Amount Type 📍5.0.0 FHIR Std.
SubstanceDefinition.​characterization.technique Base example Structure Technique 📍5.0.0 FHIR Std.
SubstanceDefinition.​characterization.form Base example Substance Form 📍5.0.0 FHIR Std.
SubstanceDefinition.​property.type Base example Product Characteristic 📍5.0.0 FHIR Std.
SubstanceDefinition.​molecularWeight.method Base example Weight Method 📍5.0.0 FHIR Std.
SubstanceDefinition.​molecularWeight.type Base example Weight Type 📍5.0.0 FHIR Std.
SubstanceDefinition.​structure.stereochemistry Base example Stereochemistry 📍5.0.0 FHIR Std.
SubstanceDefinition.​structure.opticalActivity Base example Optical Activity 📍5.0.0 FHIR Std.
SubstanceDefinition.​structure.technique Base example Structure Technique 📍5.0.0 FHIR Std.
SubstanceDefinition.​structure.representation.​type Base example Substance Representation Type 📍5.0.0 FHIR Std.
SubstanceDefinition.​structure.representation.​format Base example Substance Representation Format 📍5.0.0 FHIR Std.
SubstanceDefinition.​code.status Base preferred PublicationStatus 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.type Base example Substance Name Type 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.status Base preferred PublicationStatus 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.language Base required All Languages 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.domain Base example Substance Name Domain 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.jurisdiction Base example Jurisdiction ValueSet 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.official.authority Base preferred Substance Name Authority 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.official.status Base preferred PublicationStatus 📍5.0.0 FHIR Std.
SubstanceDefinition.​relationship.type Base example Substance Relationship Type 📍5.0.0 FHIR Std.
SubstanceDefinition.​relationship.comparator Base example Substance Amount Type 📍5.0.0 FHIR Std.
SubstanceDefinition.​sourceMaterial.type Base example Source Material Type 📍5.0.0 FHIR Std.
SubstanceDefinition.​sourceMaterial.genus Base example Source Material Genus 📍5.0.0 FHIR Std.
SubstanceDefinition.​sourceMaterial.species Base example Source Material Species 📍5.0.0 FHIR Std.
SubstanceDefinition.​sourceMaterial.part Base example Source Material Part 📍5.0.0 FHIR Std.
SubstanceDefinition.​sourceMaterial.countryOfOrigin Base required Country ValueSet 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error SubstanceDefinition If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error SubstanceDefinition If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error SubstanceDefinition If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error SubstanceDefinition If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice SubstanceDefinition A resource should have narrative for robust management text.`div`.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()

Summary

Mandatory: 3 elements

Structures

This structure refers to these other structures:

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. SubstanceDefinition 0..* SubstanceDefinition The detailed description of a substance, typically at a level beyond what is used for prescribing
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... system Σ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value ΣC 1..1 string The value that is unique
Example General: 123456
... version Σ 0..1 string A business level version identifier of the substance.
... status Σ 0..1 CodeableConcept draft|active|retired|unknown
Binding: PublicationStatus (preferred): The lifecycle status of an artifact.
... classification Σ 0..* CodeableConcept A categorization, high level specific type of substance, or similar.
... domain Σ 0..1 CodeableConcept If the substance applies to human or veterinary use.
Binding: MedicinalProductDomain (example): Applicable domain for this product (e.g. human, veterinary).
... grade Σ 0..* CodeableConcept The quality standard, established by a regulatory body.
Binding: SubstanceGrade (example): The quality standard, established benchmark, to which a substance complies
... description Σ 0..1 markdown Textual description of the substance.
... manufacturer Σ 0..* Reference(Organization (ePI)) The entity that creates, makes, produces or fabricates the substance
... moiety Σ 0..* BackboneElement Moiety, for structural modifications
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... identifier Σ 0..1 Identifier Identifier of the moiety
.... name Σ 0..1 string Name of the moiety
.... stereochemistry Σ 0..1 CodeableConcept Stereochemistry of the moiety
Binding: Stereochemistry (example): The optical rotation type of a substance.
.... molecularFormula Σ 0..1 string Molecular formula of the moiety
... molecularWeight Σ 0..* BackboneElement The molecular weight or weight range
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... amount Σ 1..1 Quantity The molecular weight or weight range
... structure Σ 0..1 BackboneElement Structural information
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... stereochemistry Σ 0..1 CodeableConcept Stereochemistry of the substance
Binding: Stereochemistry (example): The optical rotation type of a substance.
.... molecularFormula Σ 0..1 string Molecular formula
.... molecularWeight Σ 0..1 See molecularWeight (SubstanceDefinition) The molecular weight or weight range
... code Σ 0..* BackboneElement Codes associated with the substance
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
... name Σ 0..* BackboneElement Names for the substance
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... name Σ 1..1 string The actual name
.... type Σ 0..1 CodeableConcept Name type
Binding: SubstanceNameType (example): The type of a name given to a substance.
.... preferred Σ 0..1 boolean If this is the preferred name for this language
.... language Σ 0..* CodeableConcept Human language that the name is sold in
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter


doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
SubstanceDefinition.​identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
SubstanceDefinition.​status Base preferred PublicationStatus 📍5.0.0 FHIR Std.
SubstanceDefinition.​domain Base example Medicinal Product Domain 📍5.0.0 FHIR Std.
SubstanceDefinition.​grade Base example Substance Grade 📍5.0.0 FHIR Std.
SubstanceDefinition.​moiety.stereochemistry Base example Stereochemistry 📍5.0.0 FHIR Std.
SubstanceDefinition.​structure.stereochemistry Base example Stereochemistry 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.type Base example Substance Name Type 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.language Base required All Languages 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error SubstanceDefinition If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error SubstanceDefinition If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error SubstanceDefinition If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error SubstanceDefinition If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice SubstanceDefinition A resource should have narrative for robust management text.`div`.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()

Differential View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. SubstanceDefinition SubstanceDefinition
... identifier 1..* Identifier Identifier by which this substance is known
.... system 1..1 uri The namespace for the identifier value
.... value 1..1 string The value that is unique
... version 0..1 string A business level version identifier of the substance.
... status 0..1 CodeableConcept draft|active|retired|unknown
... domain 0..1 CodeableConcept If the substance applies to human or veterinary use.
... grade 0..* CodeableConcept The quality standard, established by a regulatory body.
... description 0..1 markdown Textual description of the substance.
... manufacturer 0..* Reference(Organization (ePI)) The entity that creates, makes, produces or fabricates the substance
... moiety 0..* BackboneElement Moiety, for structural modifications
.... identifier 0..1 Identifier Identifier of the moiety
.... name 0..1 string Name of the moiety
.... stereochemistry 0..1 CodeableConcept Stereochemistry of the moiety
.... molecularFormula 0..1 string Molecular formula of the moiety
... molecularWeight 0..* BackboneElement The molecular weight or weight range
.... amount 1..1 Quantity The molecular weight or weight range
... structure 0..1 BackboneElement Structural information
.... stereochemistry 0..1 CodeableConcept Stereochemistry of the substance
.... molecularFormula 0..1 string Molecular formula
.... molecularWeight 0..1 The molecular weight or weight range
... code 0..* BackboneElement Codes associated with the substance
... name 0..* BackboneElement Names for the substance
.... name 1..1 string The actual name
.... type 0..1 CodeableConcept Name type
.... preferred 0..1 boolean If this is the preferred name for this language
.... language 0..* CodeableConcept Human language that the name is sold in

doco Documentation for this format

Snapshot ViewView

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. SubstanceDefinition 0..* SubstanceDefinition The detailed description of a substance, typically at a level beyond what is used for prescribing
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier Σ 1..* Identifier Identifier by which this substance is known
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system Σ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value ΣC 1..1 string The value that is unique
Example General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... version Σ 0..1 string A business level version identifier of the substance.
... status Σ 0..1 CodeableConcept draft|active|retired|unknown
Binding: PublicationStatus (preferred): The lifecycle status of an artifact.
... classification Σ 0..* CodeableConcept A categorization, high level specific type of substance, or similar.
... domain Σ 0..1 CodeableConcept If the substance applies to human or veterinary use.
Binding: MedicinalProductDomain (example): Applicable domain for this product (e.g. human, veterinary).
... grade Σ 0..* CodeableConcept The quality standard, established by a regulatory body.
Binding: SubstanceGrade (example): The quality standard, established benchmark, to which a substance complies
... description Σ 0..1 markdown Textual description of the substance.
... informationSource Σ 0..* Reference(Citation) Supporting literature
... note Σ 0..* Annotation Textual comment about the substance's catalogue or registry record
... manufacturer Σ 0..* Reference(Organization (ePI)) The entity that creates, makes, produces or fabricates the substance
... supplier Σ 0..* Reference(Organization) An entity that is the source for the substance. It may be different from the manufacturer
... moiety Σ 0..* BackboneElement Moiety, for structural modifications
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... role Σ 0..1 CodeableConcept Role that the moiety is playing
.... identifier Σ 0..1 Identifier Identifier of the moiety
.... name Σ 0..1 string Name of the moiety
.... stereochemistry Σ 0..1 CodeableConcept Stereochemistry of the moiety
Binding: Stereochemistry (example): The optical rotation type of a substance.
.... opticalActivity Σ 0..1 CodeableConcept Optical activity type
Binding: OpticalActivity (example): The optical rotation type of a substance.
.... molecularFormula Σ 0..1 string Molecular formula of the moiety
.... amount[x] Σ 0..1 Quantitative value for this moiety
..... amountQuantity Quantity
..... amountString string
.... measurementType Σ 0..1 CodeableConcept The measurement type of the quantitative value
Binding: SubstanceAmountType (example): The relationship between two substance types.
... characterization Σ 0..* BackboneElement General specifications for this substance
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... technique Σ 0..1 CodeableConcept The method used to find the characterization e.g. HPLC
Binding: StructureTechnique (example): The method used to elucidate the characterization of the drug substance.
.... form Σ 0..1 CodeableConcept Describes the nature of the chemical entity and explains, for instance, whether this is a base or a salt form
Binding: SubstanceForm (example)
.... description Σ 0..1 markdown The description or justification in support of the interpretation of the data file
.... file Σ 0..* Attachment The data produced by the analytical instrument or a pictorial representation of that data. Examples: a JCAMP, JDX, or ADX file, or a chromatogram or spectrum analysis
... property Σ 0..* BackboneElement General specifications for this substance
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type Σ 1..1 CodeableConcept A code expressing the type of property
Binding: ProductCharacteristic (example): This value set includes all observable entity codes from SNOMED CT - provided as an exemplar value set.
.... value[x] Σ 0..1 A value for the property
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
..... valueDate date
..... valueBoolean boolean
..... valueAttachment Attachment
... referenceInformation Σ 0..1 Reference(SubstanceReferenceInformation) General information detailing this substance
... molecularWeight Σ 0..* BackboneElement The molecular weight or weight range
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... method Σ 0..1 CodeableConcept The method by which the weight was determined
Binding: WeightMethod (example): The method by which the substance weight was measured.
.... type Σ 0..1 CodeableConcept Type of molecular weight e.g. exact, average, weight average
Binding: WeightType (example): The type of substance weight measurement.
.... amount Σ 1..1 Quantity The molecular weight or weight range
... structure Σ 0..1 BackboneElement Structural information
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... stereochemistry Σ 0..1 CodeableConcept Stereochemistry of the substance
Binding: Stereochemistry (example): The optical rotation type of a substance.
.... opticalActivity Σ 0..1 CodeableConcept Optical activity type
Binding: OpticalActivity (example): The optical rotation type of a substance.
.... molecularFormula Σ 0..1 string Molecular formula
.... molecularFormulaByMoiety Σ 0..1 string Specified per moiety according to the Hill system
.... molecularWeight Σ 0..1 See molecularWeight (SubstanceDefinition) The molecular weight or weight range
.... technique Σ 0..* CodeableConcept The method used to find the structure e.g. X-ray, NMR
Binding: StructureTechnique (example): The method used to elucidate the structure of the drug substance.
.... sourceDocument Σ 0..* Reference(DocumentReference) Source of information for the structure
.... representation Σ 0..* BackboneElement A depiction of the structure of the substance
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type Σ 0..1 CodeableConcept The kind of structural representation (e.g. full, partial)
Binding: SubstanceRepresentationType (example): A format of a substance representation.
..... representation Σ 0..1 string The structural representation as a text string in a standard format
..... format Σ 0..1 CodeableConcept The format of the representation e.g. InChI, SMILES, MOLFILE (note: not the physical file format)
Binding: SubstanceRepresentationFormat (example): A format of a substance representation.
..... document Σ 0..1 Reference(DocumentReference) An attachment with the structural representation e.g. a structure graphic or AnIML file
... code Σ 0..* BackboneElement Codes associated with the substance
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code Σ 0..1 CodeableConcept The specific code
.... status Σ 0..1 CodeableConcept Status of the code assignment, for example 'provisional', 'approved'
Binding: PublicationStatus (preferred): The lifecycle status of an artifact.
.... statusDate Σ 0..1 dateTime The date at which the code status was changed
.... note Σ 0..* Annotation Any comment can be provided in this field
.... source Σ 0..* Reference(DocumentReference) Supporting literature
... name Σ 0..* BackboneElement Names for the substance
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... name Σ 1..1 string The actual name
.... type Σ 0..1 CodeableConcept Name type
Binding: SubstanceNameType (example): The type of a name given to a substance.
.... status Σ 0..1 CodeableConcept The status of the name e.g. 'current', 'proposed'
Binding: PublicationStatus (preferred): The lifecycle status of an artifact.
.... preferred Σ 0..1 boolean If this is the preferred name for this language
.... language Σ 0..* CodeableConcept Human language that the name is sold in
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter

.... domain Σ 0..* CodeableConcept The use context of this name e.g. as an active ingredient or as a food colour additive
Binding: SubstanceNameDomain (example): The use context of a substance name for example if there is a different name when used as a drug active ingredient as opposed to a food colour additive.
.... jurisdiction Σ 0..* CodeableConcept The jurisdiction where this name applies
Binding: JurisdictionValueSet (example): Jurisdiction codes
.... synonym Σ 0..* See name (SubstanceDefinition) A synonym of this particular name, by which the substance is also known
.... translation Σ 0..* See name (SubstanceDefinition) A translation for this name into another human language
.... official Σ 0..* BackboneElement Details of the official nature of this name
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... authority Σ 0..1 CodeableConcept Which authority uses this official name
Binding: SubstanceNameAuthority (preferred): An authority that officates substance names.
..... status Σ 0..1 CodeableConcept The status of the official name, for example 'draft', 'active'
Binding: PublicationStatus (preferred): The lifecycle status of an artifact.
..... date Σ 0..1 dateTime Date of official name change
.... source Σ 0..* Reference(DocumentReference) Supporting literature
... relationship Σ 0..* BackboneElement A link between this substance and another
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... substanceDefinition[x] Σ 0..1 A pointer to another substance, as a resource or a representational code
..... substanceDefinitionReference Reference(SubstanceDefinition)
..... substanceDefinitionCodeableConcept CodeableConcept
.... type Σ 1..1 CodeableConcept For example "salt to parent", "active moiety"
Binding: SubstanceRelationshipType (example): The relationship between two substance types.
.... isDefining Σ 0..1 boolean For example where an enzyme strongly bonds with a particular substance, this is a defining relationship for that enzyme, out of several possible relationships
.... amount[x] Σ 0..1 A numeric factor for the relationship, e.g. that a substance salt has some percentage of active substance in relation to some other
..... amountQuantity Quantity
..... amountRatio Ratio
..... amountString string
.... ratioHighLimitAmount Σ 0..1 Ratio For use when the numeric has an uncertain range
.... comparator Σ 0..1 CodeableConcept An operator for the amount, for example "average", "approximately", "less than"
Binding: SubstanceAmountType (example): The relationship between two substance types.
.... source Σ 0..* Reference(DocumentReference) Supporting literature
... nucleicAcid Σ 0..1 Reference(SubstanceNucleicAcid) Data items specific to nucleic acids
... polymer Σ 0..1 Reference(SubstancePolymer) Data items specific to polymers
... protein Σ 0..1 Reference(SubstanceProtein) Data items specific to proteins
... sourceMaterial Σ 0..1 BackboneElement Material or taxonomic/anatomical source
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type Σ 0..1 CodeableConcept Classification of the origin of the raw material. e.g. cat hair is an Animal source type
Binding: SourceMaterialType (example): A classification that provides the origin of the substance raw material.
.... genus Σ 0..1 CodeableConcept The genus of an organism e.g. the Latin epithet of the plant/animal scientific name
Binding: SourceMaterialGenus (example): The genus of an organism, typically referring to the Latin epithet of the genus element of the plant/animal scientific name.
.... species Σ 0..1 CodeableConcept The species of an organism e.g. the Latin epithet of the species of the plant/animal
Binding: SourceMaterialSpecies (example): A species of origin a substance raw material.
.... part Σ 0..1 CodeableConcept An anatomical origin of the source material within an organism
Binding: SourceMaterialPart (example): An anatomical origin of the source material within an organism.
.... countryOfOrigin Σ 0..* CodeableConcept The country or countries where the material is harvested
Binding: CountryValueSet (required): Jurisdiction codes

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
SubstanceDefinition.​language Base required All Languages 📍5.0.0 FHIR Std.
SubstanceDefinition.​identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
SubstanceDefinition.​identifier.type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
SubstanceDefinition.​status Base preferred PublicationStatus 📍5.0.0 FHIR Std.
SubstanceDefinition.​domain Base example Medicinal Product Domain 📍5.0.0 FHIR Std.
SubstanceDefinition.​grade Base example Substance Grade 📍5.0.0 FHIR Std.
SubstanceDefinition.​moiety.stereochemistry Base example Stereochemistry 📍5.0.0 FHIR Std.
SubstanceDefinition.​moiety.opticalActivity Base example Optical Activity 📍5.0.0 FHIR Std.
SubstanceDefinition.​moiety.measurementType Base example Substance Amount Type 📍5.0.0 FHIR Std.
SubstanceDefinition.​characterization.technique Base example Structure Technique 📍5.0.0 FHIR Std.
SubstanceDefinition.​characterization.form Base example Substance Form 📍5.0.0 FHIR Std.
SubstanceDefinition.​property.type Base example Product Characteristic 📍5.0.0 FHIR Std.
SubstanceDefinition.​molecularWeight.method Base example Weight Method 📍5.0.0 FHIR Std.
SubstanceDefinition.​molecularWeight.type Base example Weight Type 📍5.0.0 FHIR Std.
SubstanceDefinition.​structure.stereochemistry Base example Stereochemistry 📍5.0.0 FHIR Std.
SubstanceDefinition.​structure.opticalActivity Base example Optical Activity 📍5.0.0 FHIR Std.
SubstanceDefinition.​structure.technique Base example Structure Technique 📍5.0.0 FHIR Std.
SubstanceDefinition.​structure.representation.​type Base example Substance Representation Type 📍5.0.0 FHIR Std.
SubstanceDefinition.​structure.representation.​format Base example Substance Representation Format 📍5.0.0 FHIR Std.
SubstanceDefinition.​code.status Base preferred PublicationStatus 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.type Base example Substance Name Type 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.status Base preferred PublicationStatus 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.language Base required All Languages 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.domain Base example Substance Name Domain 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.jurisdiction Base example Jurisdiction ValueSet 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.official.authority Base preferred Substance Name Authority 📍5.0.0 FHIR Std.
SubstanceDefinition.​name.official.status Base preferred PublicationStatus 📍5.0.0 FHIR Std.
SubstanceDefinition.​relationship.type Base example Substance Relationship Type 📍5.0.0 FHIR Std.
SubstanceDefinition.​relationship.comparator Base example Substance Amount Type 📍5.0.0 FHIR Std.
SubstanceDefinition.​sourceMaterial.type Base example Source Material Type 📍5.0.0 FHIR Std.
SubstanceDefinition.​sourceMaterial.genus Base example Source Material Genus 📍5.0.0 FHIR Std.
SubstanceDefinition.​sourceMaterial.species Base example Source Material Species 📍5.0.0 FHIR Std.
SubstanceDefinition.​sourceMaterial.part Base example Source Material Part 📍5.0.0 FHIR Std.
SubstanceDefinition.​sourceMaterial.countryOfOrigin Base required Country ValueSet 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error SubstanceDefinition If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error SubstanceDefinition If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error SubstanceDefinition If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error SubstanceDefinition If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice SubstanceDefinition A resource should have narrative for robust management text.`div`.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()

Summary

Mandatory: 3 elements

Structures

This structure refers to these other structures:

 

Other representations of profile: CSV, Excel, Schematron