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 and Regulation. 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: List (ePI)

Official URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/List-uv-epi Version: 1.1.0
Standards status: Trial-use Active as of 2026-04-03 Computable Name: ListUvEpi

List (ePI) - ported from Business Friendly ePI Outline

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
.. List C 0..* List A list is a curated collection of resources
Constraints: lst-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 1..1 Narrative This is a narrative description of the List and its content
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
.... extension:authorisationType 0..1 string Authorisation Type
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-authorisation-type
.... extension:medicineDomain 0..1 Coding Medicine Domain
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-medicine-domain
.... extension:procedureNumber 0..1 Identifier Procedure Number
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-procedure-number
.... extension:versionNumber 0..1 string Version Number
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-version-number
.... extension:jurisdiction 0..1 CodeableConcept Jurisdiction
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-jurisdiction
.... extension:regulatoryAgency 0..1 Reference(Organization (ePI)) Regulatory Agency
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-regulatory-agency
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier 1..* Identifier Business identifier for this list
.... 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
... status ?!SΣ 1..1 code current | retired | entered-in-error
Binding: ListStatus (required): The current state of the list.
... mode ?!Σ 1..1 code working | snapshot | changes
Binding: ListMode (required): The processing mode that applies to this list.
Required Pattern: working
... title Σ 1..1 string This is a simple title for the List
Example General: Dr. Jane's Patients
... code Σ 1..1 CodeableConcept What the purpose of this list is
Binding: ePI List Type ValueSet (required)
.... coding Σ 1..1 Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
..... code ΣC 1..1 code Symbol in syntax defined by the system
..... display ΣC 1..1 string Representation defined by the system
... subject Σ 0..* Reference(MedicinalProductDefinition (ePI)) If all resources have the same subject
... date Σ 1..1 dateTime When the list was prepared
... source Σ 1..1 Reference(Organization (ePI)) Who and/or what defined the list contents (aka Author)
... entry C 1..* BackboneElement Entries in the list
This repeating element order: Order has no meaning unless specifically asserted by List.orderedBy, in which case the List SHALL be interpreted as being ordered as specified by List.orderedBy.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:language S 0..1 CodeableConcept Language
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-entry-language
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... flag S 0..1 CodeableConcept Status/Workflow information about this item
Binding: ePI List Entry Flag ValueSet (example)
.... deleted ?!S 0..1 boolean If this item is actually marked as deleted
.... date S 1..1 dateTime When item added to list
.... item 1..1 Reference(Bundle) Actual entry
..... reference SΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type SΣ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
..... identifier SΣC 0..1 Identifier Logical reference, when literal reference is not known
..... display SΣC 0..1 string Text alternative for the resource

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
List.identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
List.status Base required List Status 📍5.0.0 FHIR Std.
List.mode Base required List Mode 📍5.0.0 FHIR Std.
List.code Base required ePI List Type ValueSet 📦1.1.0 This IG
List.entry.flag Base example ePI List Entry Flag ValueSet 📦1.1.0 This IG
List.entry.item.type Base extensible Resource Types 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error List If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error List 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 List 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 List If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice List 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()
lst-1 error List A list can only have an emptyReason if it is empty emptyReason.empty() or entry.empty()

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. List 0..* List A list is a curated collection of resources
... text 1..1 Narrative This is a narrative description of the List and its content
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:authorisationType 0..1 string Authorisation Type
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-authorisation-type
.... extension:medicineDomain 0..1 Coding Medicine Domain
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-medicine-domain
.... extension:procedureNumber 0..1 Identifier Procedure Number
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-procedure-number
.... extension:versionNumber 0..1 string Version Number
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-version-number
.... extension:jurisdiction 0..1 CodeableConcept Jurisdiction
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-jurisdiction
.... extension:regulatoryAgency 0..1 Reference(Organization (ePI)) Regulatory Agency
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-regulatory-agency
... identifier 1..* Identifier Business identifier for this list
.... system 1..1 uri The namespace for the identifier value
.... value 1..1 string The value that is unique
... mode 1..1 code working | snapshot | changes
Required Pattern: working
... title 1..1 string This is a simple title for the List
... code 1..1 CodeableConcept What the purpose of this list is
Binding: ePI List Type ValueSet (required)
.... coding 1..1 Coding Code defined by a terminology system
..... system 1..1 uri Identity of the terminology system
..... code 1..1 code Symbol in syntax defined by the system
..... display 1..1 string Representation defined by the system
... subject 0..* Reference(MedicinalProductDefinition (ePI)) If all resources have the same subject
... date 1..1 dateTime When the list was prepared
... source 1..1 Reference(Organization (ePI)) Who and/or what defined the list contents (aka Author)
... entry 1..* BackboneElement Entries in the list
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:language S 0..1 CodeableConcept Language
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-entry-language
.... flag S 0..1 CodeableConcept Status/Workflow information about this item
Binding: ePI List Entry Flag ValueSet (example)
.... deleted S 0..1 boolean If this item is actually marked as deleted
.... date S 1..1 dateTime When item added to list
.... item 1..1 Reference(Bundle) Actual entry
..... reference S 0..1 string Literal reference, Relative, internal or absolute URL
..... type S 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
..... identifier S 0..1 Identifier Logical reference, when literal reference is not known
..... display S 0..1 string Text alternative for the resource

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
List.code Base required ePI List Type ValueSet 📦1.1.0 This IG
List.entry.flag Base example ePI List Entry Flag ValueSet 📦1.1.0 This IG
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. List C 0..* List A list is a curated collection of resources
Constraints: lst-1
... 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
... text 1..1 Narrative This is a narrative description of the List and its content
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:authorisationType 0..1 string Authorisation Type
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-authorisation-type
.... extension:medicineDomain 0..1 Coding Medicine Domain
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-medicine-domain
.... extension:procedureNumber 0..1 Identifier Procedure Number
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-procedure-number
.... extension:versionNumber 0..1 string Version Number
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-version-number
.... extension:jurisdiction 0..1 CodeableConcept Jurisdiction
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-jurisdiction
.... extension:regulatoryAgency 0..1 Reference(Organization (ePI)) Regulatory Agency
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-regulatory-agency
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier 1..* Identifier Business identifier for this list
.... 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)
... status ?!SΣ 1..1 code current | retired | entered-in-error
Binding: ListStatus (required): The current state of the list.
... mode ?!Σ 1..1 code working | snapshot | changes
Binding: ListMode (required): The processing mode that applies to this list.
Required Pattern: working
... title Σ 1..1 string This is a simple title for the List
Example General: Dr. Jane's Patients
... code Σ 1..1 CodeableConcept What the purpose of this list is
Binding: ePI List Type ValueSet (required)
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ 1..1 Coding Code defined by a terminology system
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code ΣC 1..1 code Symbol in syntax defined by the system
..... display ΣC 1..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... subject Σ 0..* Reference(MedicinalProductDefinition (ePI)) If all resources have the same subject
... encounter 0..1 Reference(Encounter) Context in which list created
... date Σ 1..1 dateTime When the list was prepared
... source Σ 1..1 Reference(Organization (ePI)) Who and/or what defined the list contents (aka Author)
... orderedBy 0..1 CodeableConcept What order the list has
Binding: ListOrderCodes (preferred): What order applies to the items in a list.
... note 0..* Annotation Comments about the list
... entry C 1..* BackboneElement Entries in the list
This repeating element order: Order has no meaning unless specifically asserted by List.orderedBy, in which case the List SHALL be interpreted as being ordered as specified by List.orderedBy.
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:language S 0..1 CodeableConcept Language
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-entry-language
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... flag S 0..1 CodeableConcept Status/Workflow information about this item
Binding: ePI List Entry Flag ValueSet (example)
.... deleted ?!S 0..1 boolean If this item is actually marked as deleted
.... date S 1..1 dateTime When item added to list
.... item 1..1 Reference(Bundle) Actual entry
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... reference SΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type SΣ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
..... identifier SΣC 0..1 Identifier Logical reference, when literal reference is not known
..... display SΣC 0..1 string Text alternative for the resource
... emptyReason C 0..1 CodeableConcept Why list is empty
Binding: ListEmptyReasons (preferred): If a list is empty, why it is empty.

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
List.language Base required All Languages 📍5.0.0 FHIR Std.
List.identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
List.identifier.type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
List.status Base required List Status 📍5.0.0 FHIR Std.
List.mode Base required List Mode 📍5.0.0 FHIR Std.
List.code Base required ePI List Type ValueSet 📦1.1.0 This IG
List.orderedBy Base preferred List Order Codes 📍5.0.0 FHIR Std.
List.entry.flag Base example ePI List Entry Flag ValueSet 📦1.1.0 This IG
List.entry.item.type Base extensible Resource Types 📍5.0.0 FHIR Std.
List.emptyReason Base preferred List Empty Reasons 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error List If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error List 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 List 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 List If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice List 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()
lst-1 error List A list can only have an emptyReason if it is empty emptyReason.empty() or entry.empty()

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. List C 0..* List A list is a curated collection of resources
Constraints: lst-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 1..1 Narrative This is a narrative description of the List and its content
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
.... extension:authorisationType 0..1 string Authorisation Type
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-authorisation-type
.... extension:medicineDomain 0..1 Coding Medicine Domain
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-medicine-domain
.... extension:procedureNumber 0..1 Identifier Procedure Number
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-procedure-number
.... extension:versionNumber 0..1 string Version Number
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-version-number
.... extension:jurisdiction 0..1 CodeableConcept Jurisdiction
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-jurisdiction
.... extension:regulatoryAgency 0..1 Reference(Organization (ePI)) Regulatory Agency
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-regulatory-agency
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier 1..* Identifier Business identifier for this list
.... 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
... status ?!SΣ 1..1 code current | retired | entered-in-error
Binding: ListStatus (required): The current state of the list.
... mode ?!Σ 1..1 code working | snapshot | changes
Binding: ListMode (required): The processing mode that applies to this list.
Required Pattern: working
... title Σ 1..1 string This is a simple title for the List
Example General: Dr. Jane's Patients
... code Σ 1..1 CodeableConcept What the purpose of this list is
Binding: ePI List Type ValueSet (required)
.... coding Σ 1..1 Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
..... code ΣC 1..1 code Symbol in syntax defined by the system
..... display ΣC 1..1 string Representation defined by the system
... subject Σ 0..* Reference(MedicinalProductDefinition (ePI)) If all resources have the same subject
... date Σ 1..1 dateTime When the list was prepared
... source Σ 1..1 Reference(Organization (ePI)) Who and/or what defined the list contents (aka Author)
... entry C 1..* BackboneElement Entries in the list
This repeating element order: Order has no meaning unless specifically asserted by List.orderedBy, in which case the List SHALL be interpreted as being ordered as specified by List.orderedBy.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:language S 0..1 CodeableConcept Language
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-entry-language
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... flag S 0..1 CodeableConcept Status/Workflow information about this item
Binding: ePI List Entry Flag ValueSet (example)
.... deleted ?!S 0..1 boolean If this item is actually marked as deleted
.... date S 1..1 dateTime When item added to list
.... item 1..1 Reference(Bundle) Actual entry
..... reference SΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type SΣ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
..... identifier SΣC 0..1 Identifier Logical reference, when literal reference is not known
..... display SΣC 0..1 string Text alternative for the resource

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
List.identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
List.status Base required List Status 📍5.0.0 FHIR Std.
List.mode Base required List Mode 📍5.0.0 FHIR Std.
List.code Base required ePI List Type ValueSet 📦1.1.0 This IG
List.entry.flag Base example ePI List Entry Flag ValueSet 📦1.1.0 This IG
List.entry.item.type Base extensible Resource Types 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error List If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error List 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 List 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 List If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice List 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()
lst-1 error List A list can only have an emptyReason if it is empty emptyReason.empty() or entry.empty()

Differential View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. List 0..* List A list is a curated collection of resources
... text 1..1 Narrative This is a narrative description of the List and its content
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:authorisationType 0..1 string Authorisation Type
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-authorisation-type
.... extension:medicineDomain 0..1 Coding Medicine Domain
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-medicine-domain
.... extension:procedureNumber 0..1 Identifier Procedure Number
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-procedure-number
.... extension:versionNumber 0..1 string Version Number
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-version-number
.... extension:jurisdiction 0..1 CodeableConcept Jurisdiction
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-jurisdiction
.... extension:regulatoryAgency 0..1 Reference(Organization (ePI)) Regulatory Agency
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-regulatory-agency
... identifier 1..* Identifier Business identifier for this list
.... system 1..1 uri The namespace for the identifier value
.... value 1..1 string The value that is unique
... mode 1..1 code working | snapshot | changes
Required Pattern: working
... title 1..1 string This is a simple title for the List
... code 1..1 CodeableConcept What the purpose of this list is
Binding: ePI List Type ValueSet (required)
.... coding 1..1 Coding Code defined by a terminology system
..... system 1..1 uri Identity of the terminology system
..... code 1..1 code Symbol in syntax defined by the system
..... display 1..1 string Representation defined by the system
... subject 0..* Reference(MedicinalProductDefinition (ePI)) If all resources have the same subject
... date 1..1 dateTime When the list was prepared
... source 1..1 Reference(Organization (ePI)) Who and/or what defined the list contents (aka Author)
... entry 1..* BackboneElement Entries in the list
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:language S 0..1 CodeableConcept Language
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-entry-language
.... flag S 0..1 CodeableConcept Status/Workflow information about this item
Binding: ePI List Entry Flag ValueSet (example)
.... deleted S 0..1 boolean If this item is actually marked as deleted
.... date S 1..1 dateTime When item added to list
.... item 1..1 Reference(Bundle) Actual entry
..... reference S 0..1 string Literal reference, Relative, internal or absolute URL
..... type S 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
..... identifier S 0..1 Identifier Logical reference, when literal reference is not known
..... display S 0..1 string Text alternative for the resource

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
List.code Base required ePI List Type ValueSet 📦1.1.0 This IG
List.entry.flag Base example ePI List Entry Flag ValueSet 📦1.1.0 This IG

Snapshot ViewView

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. List C 0..* List A list is a curated collection of resources
Constraints: lst-1
... 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
... text 1..1 Narrative This is a narrative description of the List and its content
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:authorisationType 0..1 string Authorisation Type
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-authorisation-type
.... extension:medicineDomain 0..1 Coding Medicine Domain
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-medicine-domain
.... extension:procedureNumber 0..1 Identifier Procedure Number
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-procedure-number
.... extension:versionNumber 0..1 string Version Number
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-version-number
.... extension:jurisdiction 0..1 CodeableConcept Jurisdiction
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-jurisdiction
.... extension:regulatoryAgency 0..1 Reference(Organization (ePI)) Regulatory Agency
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-regulatory-agency
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier 1..* Identifier Business identifier for this list
.... 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)
... status ?!SΣ 1..1 code current | retired | entered-in-error
Binding: ListStatus (required): The current state of the list.
... mode ?!Σ 1..1 code working | snapshot | changes
Binding: ListMode (required): The processing mode that applies to this list.
Required Pattern: working
... title Σ 1..1 string This is a simple title for the List
Example General: Dr. Jane's Patients
... code Σ 1..1 CodeableConcept What the purpose of this list is
Binding: ePI List Type ValueSet (required)
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ 1..1 Coding Code defined by a terminology system
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code ΣC 1..1 code Symbol in syntax defined by the system
..... display ΣC 1..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... subject Σ 0..* Reference(MedicinalProductDefinition (ePI)) If all resources have the same subject
... encounter 0..1 Reference(Encounter) Context in which list created
... date Σ 1..1 dateTime When the list was prepared
... source Σ 1..1 Reference(Organization (ePI)) Who and/or what defined the list contents (aka Author)
... orderedBy 0..1 CodeableConcept What order the list has
Binding: ListOrderCodes (preferred): What order applies to the items in a list.
... note 0..* Annotation Comments about the list
... entry C 1..* BackboneElement Entries in the list
This repeating element order: Order has no meaning unless specifically asserted by List.orderedBy, in which case the List SHALL be interpreted as being ordered as specified by List.orderedBy.
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:language S 0..1 CodeableConcept Language
URL: http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ext-epi-entry-language
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... flag S 0..1 CodeableConcept Status/Workflow information about this item
Binding: ePI List Entry Flag ValueSet (example)
.... deleted ?!S 0..1 boolean If this item is actually marked as deleted
.... date S 1..1 dateTime When item added to list
.... item 1..1 Reference(Bundle) Actual entry
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... reference SΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type SΣ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
..... identifier SΣC 0..1 Identifier Logical reference, when literal reference is not known
..... display SΣC 0..1 string Text alternative for the resource
... emptyReason C 0..1 CodeableConcept Why list is empty
Binding: ListEmptyReasons (preferred): If a list is empty, why it is empty.

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
List.language Base required All Languages 📍5.0.0 FHIR Std.
List.identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
List.identifier.type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
List.status Base required List Status 📍5.0.0 FHIR Std.
List.mode Base required List Mode 📍5.0.0 FHIR Std.
List.code Base required ePI List Type ValueSet 📦1.1.0 This IG
List.orderedBy Base preferred List Order Codes 📍5.0.0 FHIR Std.
List.entry.flag Base example ePI List Entry Flag ValueSet 📦1.1.0 This IG
List.entry.item.type Base extensible Resource Types 📍5.0.0 FHIR Std.
List.emptyReason Base preferred List Empty Reasons 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error List If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error List 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 List 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 List If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice List 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()
lst-1 error List A list can only have an emptyReason if it is empty emptyReason.empty() or entry.empty()

 

Other representations of profile: CSV, Excel, Schematron