HRMinimalSubmissionSet

MinimalSubmissionSet korišten u zahtjevu HRMinimalProvideDocumentBundle transakcije (HR::ITI-65) sa sljedećim prilagodbama u odnosu na MHD SubmissionSet Minimal:

Specifikacija profila

idΣ0..1string
id0..1string
extensionI0..*Extension
versionIdΣ0..1id
lastUpdatedΣ0..1instant
sourceΣ0..1uri
profileΣ0..*canonical(StructureDefinition)
securityΣ0..*CodingBinding
tagΣ0..*Coding
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
designationTypeS I0..1Extension(CodeableConcept)
sourceIdI1..1Extension(Identifier)
intendedRecipientI0..*Extension(Reference(Practitioner | Organization | Patient | RelatedPerson | Group | Device | Location))
modifierExtension?! I0..0Extension
id0..1string
extensionI0..*Extension
useΣ ?!1..1codeBindingFixed Value
typeΣ0..1CodeableConceptBinding
systemΣ1..1uri
valueΣ1..1string
periodΣ0..1Period
assignerΣ0..1Reference(Organization)
id0..1string
extensionI0..*Extension
useΣ ?!1..1codeBindingFixed ValuePattern
typeΣ0..1CodeableConceptBinding
systemΣ1..1uriFixed Value
valueΣ I1..1string
periodΣ0..1Period
assignerΣ0..1Reference(Organization)
statusΣ ?!1..1codeBindingPattern
modeΣ ?!1..1codeBindingPattern
titleΣ0..1string
codeΣ1..1CodeableConceptBindingPattern
id0..1string
extensionI0..*Extension
referenceΣ I0..1string
typeΣ1..1uriBindingFixed Value
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemΣ1..1uri
valueΣ1..1string
periodΣ0..1Period
assignerΣ0..1Reference(Organization)
displayΣ0..1string
encounter0..0Reference(Encounter)
dateΣ1..1dateTime
id0..1string
authorOrgI0..1Extension(Reference(Organization))
referenceΣ I0..1string
typeΣ1..1uriBinding
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemΣ1..1uri
valueΣ1..1string
periodΣ0..1Period
assignerΣ0..1Reference(Organization)
displayΣ0..1string
orderedBy0..0CodeableConceptBinding
note0..1Annotation
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
flag0..0CodeableConcept
deleted?! I0..0boolean
date0..0dateTime
item1..1Reference(DocumentReference)
emptyReasonI0..0CodeableConceptBinding
List
DefinitionA list is a curated collection of resources.
Cardinality0...*
AliasCollection, WorkingList, Organizer
Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-3: 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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-4: 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: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
  • lst-1: A list can only have an emptyReason if it is empty
    emptyReason.empty() or entry.empty()
  • lst-2: The deleted flag can only be used if the mode of the list is "changes"
    mode = 'changes' or entry.deleted.empty()
  • lst-3: An entry date can only be used if the mode of the list is "working"
    mode = 'working' or entry.date.empty()
Mappings
  • rim: Entity. Role, or Act
  • rim: Act[classCode<ORG,moodCode=EVN]
  • SubmissionSet-Mapping: XDS SubmissionSet
List.id
DefinitionThe logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
Cardinality0...1
Typestring
SummaryTrue
Comments

The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

List.meta
DefinitionThe metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
Cardinality0...1
TypeMeta
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
List.meta.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
List.meta.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
List.meta.versionId
DefinitionThe version specific identifier, as it appears in the version portion of the URL. This value changes when the resource is created, updated, or deleted.
Cardinality0...1
Typeid
SummaryTrue
Comments

The server assigns this value, and ignores what the client specifies, except in the case that the server is imposing version integrity on updates/deletes.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
List.meta.lastUpdated
DefinitionWhen the resource last changed - e.g. when the version changed.
Cardinality0...1
Typeinstant
SummaryTrue
Comments

This value is always populated except when the resource is first being created. The server / resource manager sets this value; what a client provides is irrelevant. This is equivalent to the HTTP Last-Modified and SHOULD have the same value on a read interaction.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
List.meta.source
DefinitionA uri that identifies the source system of the resource. This provides a minimal amount of [Provenance](provenance.html#) information that can be used to track or differentiate the source of information in the resource. The source may identify another FHIR server, document, message, database, etc.
Cardinality0...1
Typeuri
SummaryTrue
Comments

In the provenance resource, this corresponds to Provenance.entity.what[x]. The exact use of the source (and the implied Provenance.entity.role) is left to implementer discretion. Only one nominated source is allowed; for additional provenance details, a full Provenance resource should be used.

This element can be used to indicate where the current master source of a resource that has a canonical URL if the resource is no longer hosted at the canonical URL.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
List.meta.profile
DefinitionA list of profiles (references to [StructureDefinition](structuredefinition.html#) resources) that this resource claims to conform to. The URL is a reference to [StructureDefinition.url](structuredefinition-definitions.html#StructureDefinition.url).
Cardinality0...*
Typecanonical(StructureDefinition)
SummaryTrue
Comments

It is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • SubmissionSet-Mapping: SubmissionSet.limitedMetadata
List.meta.security
DefinitionSecurity labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.
Cardinality0...*
TypeCoding
Binding

Security Labels from the Healthcare Privacy and Security Classification System.

All Security Labels (extensible)
SummaryTrue
Comments

The security labels can be updated without changing the stated version of the resource. The list of security labels is a set. Uniqueness is based the system/code, and version and display are ignored.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
List.meta.tag
DefinitionTags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.
Cardinality0...*
TypeCoding
Binding

Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".

CommonTags (example)
SummaryTrue
Comments

The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
List.implicitRules
DefinitionA reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
Cardinality0...1
Typeuri
ModifierTrue
SummaryTrue
Comments

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
List.language
DefinitionThe base language in which the resource is written.
Cardinality0...1
Typecode
Binding

A human language.

CommonLanguages (preferred)
Comments

Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
List.text
DefinitionA human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
Cardinality0...1
TypeNarrative
Aliasnarrative, html, xhtml, display
Comments

Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: Act.text?
List.contained
DefinitionThese resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.
Cardinality0...*
TypeResource
Aliasinline resources, anonymous resources, contained resources
Comments

This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

Mappings
  • rim: N/A
List.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality1...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
List.extension:designationType
DefinitionExpresses contentType of submissionSet or the codeList of a Folder. Usually expressed in LOINC or SNOMED.
Cardinality0...1
TypeExtension(CodeableConcept)
Must SupportTrue
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
  • SubmissionSet-Mapping: SubmissionSet.contentTypeCode
List.extension:sourceId
DefinitionThe globally unique, immutable, identifier of the entity that contributed the SubmissionSet. When a broker is involved in sending SubmissionSets from a collection of client systems, it shall use a different sourceId for submissions from each separate system to allow for tracking. The format of the identifier is an OID.
Cardinality1...1
TypeExtension(Identifier)
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
  • SubmissionSet-Mapping: SubmissionSet.sourceId
List.extension:intendedRecipient
Definitionholds the identity of the organization or person the SubmissionSet is intended. For XDR and eMail (e.g. Direct) this tends to be a Practitioner or Patient with a telecom holding an email, but this is not strictly required.
Cardinality0...*
TypeExtension(Reference(Practitioner | Organization | Patient | RelatedPerson | Group | Device | Location))
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
  • SubmissionSet-Mapping: SubmissionSet.intendedRecipient
List.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...0
TypeExtension
ModifierTrue
Aliasextensions, user content
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
List.identifier
DefinitionZa razliku od standarda obavezno je slanje minimalno 2 identifikatora, uniqueId i entryUUID.
Cardinality2...*
TypeIdentifier
SlicingUnordered, Open, by use(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.identifier
  • rim: .id
  • SubmissionSet-Mapping: SubmissionSet.entryUUID and SubmissionSet.uniqueId
List.identifier:uniqueId
DefinitionuniqueId ne mora biti OID, ali mora biti jedinstven
Cardinality1...1
TypeIdentifier
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.identifier
  • rim: .id
List.identifier:uniqueId.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
List.identifier:uniqueId.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
List.identifier:uniqueId.use
DefinitionThe purpose of this identifier.
Cardinality1...1
Typecode
Binding

Identifies the purpose for this identifier, if known .

IdentifierUse (required)
ModifierTrue
SummaryTrue
Requirements

Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

Comments

Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Fixed Value

official

Mappings
  • v2: N/A
  • rim: Role.code or implied by context
List.identifier:uniqueId.type
DefinitionA coded type for the identifier that can be used to determine which identifier to use for a specific purpose.
Cardinality0...1
TypeCodeableConcept
Binding

A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

Identifier Type Codes (extensible)
SummaryTrue
Requirements

Allows users to make use of identifiers when the identifier system is not known.

Comments

This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.5
  • rim: Role.code or implied by context
List.identifier:uniqueId.system
DefinitionEstablishes the namespace for the value - that is, a URL that describes a set values that are unique.
Cardinality1...1
Typeuri
SummaryTrue
Requirements

There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

Comments

Identifier.system is always case sensitive.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

http://www.acme.com/identifiers/patient


Mappings
  • v2: CX.4 / EI-2-4
  • rim: II.root or Role.id.root
  • servd: ./IdentifierType
List.identifier:uniqueId.value
DefinitionThe portion of the identifier typically relevant to the user and which is unique within the context of the system.
Cardinality1...1
Typestring
SummaryTrue
Comments

If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

123456


Mappings
  • v2: CX.1 / EI.1
  • rim: II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)
  • servd: ./Value
List.identifier:uniqueId.period
DefinitionTime period during which identifier is/was valid for use.
Cardinality0...1
TypePeriod
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.7 + CX.8
  • rim: Role.effectiveTime or implied by context
  • servd: ./StartDate and ./EndDate
List.identifier:uniqueId.assigner
DefinitionOrganization that issued/manages the identifier.
Cardinality0...1
TypeReference(Organization)
SummaryTrue
Comments

The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.4 / (CX.4,CX.9,CX.10)
  • rim: II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper
  • servd: ./IdentifierIssuingAuthority
List.identifier:entryUUID
DefinitionAn identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.
Cardinality1...*
TypeEntryUUIDIdentifier
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.identifier
  • rim: .id
  • rim: n/a
  • v2: CX / EI (occasionally, more often EI maps to a resource id or a URL)
  • rim: II - The Identifier class is a little looser than the v3 type II because it allows URIs as well as registered OIDs or GUIDs. Also maps to Role[classCode=IDENT]
  • servd: Identifier
List.identifier:entryUUID.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
List.identifier:entryUUID.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
List.identifier:entryUUID.use
DefinitionThe purpose of this identifier.
Cardinality1...1
Typecode
Binding

Identifies the purpose for this identifier, if known .

IdentifierUse (required)
ModifierTrue
SummaryTrue
Requirements

Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

Comments

Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Fixed Value

usual

Mappings
  • v2: N/A
  • rim: Role.code or implied by context
List.identifier:entryUUID.type
DefinitionA coded type for the identifier that can be used to determine which identifier to use for a specific purpose.
Cardinality0...1
TypeCodeableConcept
Binding

A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

Identifier Type Codes (extensible)
SummaryTrue
Requirements

Allows users to make use of identifiers when the identifier system is not known.

Comments

This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.5
  • rim: Role.code or implied by context
List.identifier:entryUUID.system
DefinitionEstablishes the namespace for the value - that is, a URL that describes a set values that are unique.
Cardinality1...1
Typeuri
SummaryTrue
Requirements

There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

Comments

Identifier.system is always case sensitive.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Fixed Value

urn:ietf:rfc:3986

Mappings
  • v2: CX.4 / EI-2-4
  • rim: II.root or Role.id.root
  • servd: ./IdentifierType
List.identifier:entryUUID.value
DefinitionThe portion of the identifier typically relevant to the user and which is unique within the context of the system.
Cardinality1...1
Typestring
SummaryTrue
Comments

If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • mhd-startswithuuid: value must start with urn:uuid:
    value.startsWith('urn:uuid:')
Examples
General

123456


Mappings
  • v2: CX.1 / EI.1
  • rim: II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)
  • servd: ./Value
List.identifier:entryUUID.period
DefinitionTime period during which identifier is/was valid for use.
Cardinality0...1
TypePeriod
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.7 + CX.8
  • rim: Role.effectiveTime or implied by context
  • servd: ./StartDate and ./EndDate
List.identifier:entryUUID.assigner
DefinitionOrganization that issued/manages the identifier.
Cardinality0...1
TypeReference(Organization)
SummaryTrue
Comments

The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.4 / (CX.4,CX.9,CX.10)
  • rim: II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper
  • servd: ./IdentifierIssuingAuthority
List.status
DefinitionIndicates the current state of this list.
Cardinality1...1
Typecode
Binding

The current state of the list.

ListStatus (required)
ModifierTrue
SummaryTrue
Comments

This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

current

Mappings
  • w5: FiveWs.status
  • rim: .status[current=active;retired=obsolete;entered-in-error=nullified]
  • SubmissionSet-Mapping: SubmissionSet.availabilityStatus
List.mode
DefinitionHow this list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.
Cardinality1...1
Typecode
Binding

The processing mode that applies to this list.

ListMode (required)
ModifierTrue
SummaryTrue
Requirements

Lists are used in various ways, and it must be known in what way it is safe to use them.

Comments

This element is labeled as a modifier because a change list must not be misunderstood as a complete list.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

working

Mappings
  • w5: FiveWs.class
  • rim: .outBoundRelationship[typeCode=COMP].target[classCode=OBS"].value
  • SubmissionSet-Mapping: shall be 'working'
List.title
DefinitionA label for the list assigned by the author.
Cardinality0...1
Typestring
SummaryTrue
Requirements

Allows customization beyond just the code identifying the kind of list.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

Dr. Jane's Patients


Mappings
  • rim: .title
  • SubmissionSet-Mapping: SubmissionSet.title
List.code
DefinitionThis code defines the purpose of the list - why it was created.
Cardinality1...1
TypeCodeableConcept
Binding

What the purpose of a list is.

MHDlistTypesVS (required)
SummaryTrue
Requirements

Lists often contain subsets of resources rather than an exhaustive list. The code identifies what type of subset is included.

Comments

If there is no code, the purpose of the list is implied where it is used, such as in a document section using Document.section.code.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Pattern

{
  "coding": [
    {
      "system": "https://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes",
      "code": "submissionset"
    }
  ]
}

Mappings
  • w5: FiveWs.what[x]
  • rim: .code
  • SubmissionSet-Mapping: shall be 'submissionset'
List.subject
DefinitionSubjekt dokumenta. Kod kliničkih dokumenata pacijent. Potrebno je koristiti logičku referencu.
Cardinality1...1
TypeReference(HRPatient)
Must SupportTrue
SummaryTrue
Requirements

The primary purpose of listing the subject explicitly is to help with finding the right list.

Comments

Some purely arbitrary lists do not have a common subject, so this is optional.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.subject[x]
  • rim: .participation[typeCode<SUB].role (and sometimes .player)
  • w5: FiveWs.subject
  • SubmissionSet-Mapping: SubmissionSet.patientId
List.subject.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
List.subject.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
List.subject.reference
DefinitionA reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.
Cardinality0...1
Typestring
SummaryTrue
Comments

Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "/[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
List.subject.type
DefinitionThe expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent. The type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. "Patient" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).
Cardinality1...1
Typeuri
Binding

Aa resource (or, for logical models, the URI of the logical model).

ResourceType (extensible)
SummaryTrue
Comments

This element is used to indicate the type of the target of the reference. This may be used which ever of the other elements are populated (or not). In some cases, the type of the target may be determined by inspection of the reference (e.g. a RESTful URL) or by resolving the target of the reference; if both the type and a reference is provided, the reference SHALL resolve to a resource of the same type as that specified.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Fixed Value

Patient

Mappings
  • rim: N/A
List.subject.identifier
DefinitionAn identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.
Cardinality1...1
TypeIdentifier
SummaryTrue
Comments

When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy.

When both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference

Applications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.

Reference is intended to point to a structure that can potentially be expressed as a FHIR resource, though there is no need for it to exist as an actual FHIR resource instance - except in as much as an application wishes to actual find the target of the reference. The content referred to be the identifier must meet the logical constraints implied by any limitations on what resource types are permitted for the reference. For example, it would not be legitimate to send the identifier for a drug prescription if the type were Reference(Observation|DiagnosticReport). One of the use-cases for Reference.identifier is the situation where no FHIR representation exists (where the type is Reference (Any).

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .identifier
List.subject.identifier.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
List.subject.identifier.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
List.subject.identifier.use
DefinitionThe purpose of this identifier.
Cardinality0...1
Typecode
Binding

Identifies the purpose for this identifier, if known .

IdentifierUse (required)
ModifierTrue
SummaryTrue
Requirements

Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

Comments

Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: N/A
  • rim: Role.code or implied by context
List.subject.identifier.type
DefinitionA coded type for the identifier that can be used to determine which identifier to use for a specific purpose.
Cardinality0...1
TypeCodeableConcept
Binding

A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

Identifier Type Codes (extensible)
SummaryTrue
Requirements

Allows users to make use of identifiers when the identifier system is not known.

Comments

This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.5
  • rim: Role.code or implied by context
List.subject.identifier.system
DefinitionEstablishes the namespace for the value - that is, a URL that describes a set values that are unique.
Cardinality1...1
Typeuri
SummaryTrue
Requirements

There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

Comments

Identifier.system is always case sensitive.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

http://www.acme.com/identifiers/patient


Mappings
  • v2: CX.4 / EI-2-4
  • rim: II.root or Role.id.root
  • servd: ./IdentifierType
List.subject.identifier.value
DefinitionThe portion of the identifier typically relevant to the user and which is unique within the context of the system.
Cardinality1...1
Typestring
SummaryTrue
Comments

If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

123456


Mappings
  • v2: CX.1 / EI.1
  • rim: II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)
  • servd: ./Value
List.subject.identifier.period
DefinitionTime period during which identifier is/was valid for use.
Cardinality0...1
TypePeriod
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.7 + CX.8
  • rim: Role.effectiveTime or implied by context
  • servd: ./StartDate and ./EndDate
List.subject.identifier.assigner
DefinitionOrganization that issued/manages the identifier.
Cardinality0...1
TypeReference(Organization)
SummaryTrue
Comments

The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.4 / (CX.4,CX.9,CX.10)
  • rim: II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper
  • servd: ./IdentifierIssuingAuthority
List.subject.display
DefinitionPlain text narrative that identifies the resource in addition to the resource reference.
Cardinality0...1
Typestring
SummaryTrue
Comments

This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
List.encounter
DefinitionThe encounter that is the context in which this list was created.
Cardinality0...0
TypeReference(Encounter)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.context
  • rim: inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]
  • SubmissionSet-Mapping: n/a
List.date
DefinitionThe date that the list was prepared.
Cardinality1...1
TypedateTime
SummaryTrue
Requirements

Identifies how current the list is which affects relevance.

Comments

The actual important date is the date of currency of the resources that were summarized, but it is usually assumed that these are current when the preparation occurs.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.recorded
  • rim: .participation[typeCode<AUT].time[type=TS]
  • SubmissionSet-Mapping: SubmissionSet.submissionTime
List.source
DefinitionLogička refernca na autora dokumenta. U slučaju više autora potrebno je puniti podacima o potpisniku.
Cardinality1...1
TypeReference(PractitionerRole | Device | HRPatient | HRPractitioner)
Must SupportTrue
SummaryTrue
AliasAuthor
Requirements

Allows follow-up as well as context.

Comments

The primary source is the entity that made the decisions what items are in the list. This may be software or user.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.author
  • rim: .participation[typeCode<AUT].role[classCode=REL].player[classCode=PSN,determinerCode=INST] or .participation[typeCode<AUT].role[classCode=REL].player[classCode=DEV,determinerCode=INST]
  • SubmissionSet-Mapping: SubmissionSet.author
List.source.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
List.source.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
List.source.extension:authorOrg
DefinitionWhen the author of the SubmissionSet is an Organization, this extension shall be used.
Cardinality0...1
TypeExtension(Reference(Organization))
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • SubmissionSet-Mapping: SubmissionSet.author when the author is an Organization
List.source.reference
DefinitionA reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.
Cardinality0...1
Typestring
SummaryTrue
Comments

Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "/[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
List.source.type
DefinitionThe expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent. The type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. "Patient" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).
Cardinality1...1
Typeuri
Binding

Aa resource (or, for logical models, the URI of the logical model).

ResourceType (extensible)
SummaryTrue
Comments

This element is used to indicate the type of the target of the reference. This may be used which ever of the other elements are populated (or not). In some cases, the type of the target may be determined by inspection of the reference (e.g. a RESTful URL) or by resolving the target of the reference; if both the type and a reference is provided, the reference SHALL resolve to a resource of the same type as that specified.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
List.source.identifier
DefinitionAn identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.
Cardinality1...1
TypeIdentifier
SummaryTrue
Comments

When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy.

When both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference

Applications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.

Reference is intended to point to a structure that can potentially be expressed as a FHIR resource, though there is no need for it to exist as an actual FHIR resource instance - except in as much as an application wishes to actual find the target of the reference. The content referred to be the identifier must meet the logical constraints implied by any limitations on what resource types are permitted for the reference. For example, it would not be legitimate to send the identifier for a drug prescription if the type were Reference(Observation|DiagnosticReport). One of the use-cases for Reference.identifier is the situation where no FHIR representation exists (where the type is Reference (Any).

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .identifier
List.source.identifier.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
List.source.identifier.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
List.source.identifier.use
DefinitionThe purpose of this identifier.
Cardinality0...1
Typecode
Binding

Identifies the purpose for this identifier, if known .

IdentifierUse (required)
ModifierTrue
SummaryTrue
Requirements

Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

Comments

Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: N/A
  • rim: Role.code or implied by context
List.source.identifier.type
DefinitionA coded type for the identifier that can be used to determine which identifier to use for a specific purpose.
Cardinality0...1
TypeCodeableConcept
Binding

A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

Identifier Type Codes (extensible)
SummaryTrue
Requirements

Allows users to make use of identifiers when the identifier system is not known.

Comments

This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.5
  • rim: Role.code or implied by context
List.source.identifier.system
DefinitionEstablishes the namespace for the value - that is, a URL that describes a set values that are unique.
Cardinality1...1
Typeuri
SummaryTrue
Requirements

There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

Comments

Identifier.system is always case sensitive.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

http://www.acme.com/identifiers/patient


Mappings
  • v2: CX.4 / EI-2-4
  • rim: II.root or Role.id.root
  • servd: ./IdentifierType
List.source.identifier.value
DefinitionThe portion of the identifier typically relevant to the user and which is unique within the context of the system.
Cardinality1...1
Typestring
SummaryTrue
Comments

If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

123456


Mappings
  • v2: CX.1 / EI.1
  • rim: II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)
  • servd: ./Value
List.source.identifier.period
DefinitionTime period during which identifier is/was valid for use.
Cardinality0...1
TypePeriod
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.7 + CX.8
  • rim: Role.effectiveTime or implied by context
  • servd: ./StartDate and ./EndDate
List.source.identifier.assigner
DefinitionOrganization that issued/manages the identifier.
Cardinality0...1
TypeReference(Organization)
SummaryTrue
Comments

The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.4 / (CX.4,CX.9,CX.10)
  • rim: II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper
  • servd: ./IdentifierIssuingAuthority
List.source.display
DefinitionPlain text narrative that identifies the resource in addition to the resource reference.
Cardinality0...1
Typestring
SummaryTrue
Comments

This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
List.orderedBy
DefinitionWhat order applies to the items in the list.
Cardinality0...0
TypeCodeableConcept
Binding

What order applies to the items in a list.

ListOrderCodes (preferred)
Requirements

Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.

Comments

Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .outboundRelationship[typeCode=COMP].sequenceNumber > 1
  • SubmissionSet-Mapping: n/a
List.note
DefinitionComments that apply to the overall list.
Cardinality0...1
TypeAnnotation
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .inboundRelationship[typeCode=SUBJ].act.text
  • SubmissionSet-Mapping: SubmissionSet.comments
List.entry
DefinitionEntries in this list.
Cardinality0...*
TypeBackboneElement
Comments

If there are no entries in the list, an emptyReason SHOULD be provided.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .outboundRelationship[typeCode=COMP] or .participation[typeCode=SBJ]
List.entry.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
List.entry.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
List.entry.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
List.entry.flag
DefinitionThe flag allows the system constructing the list to indicate the role and significance of the item in the list.
Cardinality0...0
TypeCodeableConcept
Binding

Codes that provide further information about the reason and meaning of the item in the list.

PatientMedicineChangeTypes (example)
Requirements

This field is present to support various clinical uses of lists, such as a discharge summary medication list, where flags specify whether the medication was added, modified, or deleted from the list.

Comments

The flag can only be understood in the context of the List.code. If the flag means that the entry has actually been deleted from the list, the deleted element SHALL be true. Deleted can only be used if the List.mode is "changes".

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .outBoundRelationship[typeCode=COMP].target[classCode=OBS"].value
  • SubmissionSet-Mapping: n/a
List.entry.deleted
DefinitionTrue if this item is marked as deleted in the list.
Cardinality0...0
Typeboolean
ModifierTrue
Requirements

The flag element may contain codes that an application processing the list does not understand. However there can be no ambiguity if a list item is actually marked as "deleted".

Comments

If the flag means that the entry has actually been deleted from the list, the deleted element SHALL be true. Both flag and deleted can only be used if the List.mode is "changes". A deleted entry should be displayed in narrative as deleted. This element is labeled as a modifier because it indicates that an item is (to be) no longer in the list.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: added: .updateMode=("A","AR") retained: .updateMode="NC" updated: .updateMode="R" deleted: .updateMode="D"
  • SubmissionSet-Mapping: n/a
List.entry.date
DefinitionWhen this item was added to the list.
Cardinality0...0
TypedateTime
Requirements

The date may be significant for understanding the meaning of items in a working list.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .availabilityTime
  • SubmissionSet-Mapping: n/a
List.entry.item
DefinitionA reference to the actual resource from which data was derived.
Cardinality1...1
TypeReference(DocumentReference)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .target or .role or .role.entity
  • SubmissionSet-Mapping: references to DocumentReference(s) and Folder List(s)
List.emptyReason
DefinitionIf the list is empty, why the list is empty.
Cardinality0...0
TypeCodeableConcept
Binding

If a list is empty, why it is empty.

ListEmptyReasons (preferred)
Requirements

Allows capturing things like "none exist" or "not asked" which can be important for most lists.

Comments

The various reasons for an empty list make a significant interpretation to its interpretation. Note that this code is for use when the entire list has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .inboundRelationship[typeCode=SUBJ,code<ListEmptyReason].value[type=CD]
  • SubmissionSet-Mapping: n/a
<StructureDefinition xmlns="http://hl7.org/fhir">
    <id value="IHE.MHD.Minimal.SubmissionSet" />
    <url value="http://fhir.cezih.hr/specifikacije/StructureDefinition/HRMinimalSubmissionSet" />
    <name value="HRMinimalSubmissionSet" />
    <title value="HR Minimal SubmissionSet" />
    <status value="active" />
    <description value="Minimal submission set koristi se u hrvatskoj implementaciji IHE MHD profila. Promjene su napravljene kako bi se podržala backward kompatibilnost s implementacijom MHD profila za COD. Promjene u odnosu na standard:\n-obavezno slanje 2 identifikatora, uniqueId i entryUUID\n- uniqueId ne mora biti OID, ali mora biti jedinstven" />
    <fhirVersion value="4.0.1" />
    <kind value="resource" />
    <abstract value="false" />
    <type value="List" />
    <baseDefinition value="https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.List" />
    <derivation value="constraint" />
    <differential>
        <element id="List">
            <path value="List" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="XDS SubmissionSet" />
                <comment value="Used in the context of the IHE MHD ImplementationGuide" />
            </mapping>
        </element>
        <element id="List.meta">
            <path value="List.meta" />
        </element>
        <element id="List.meta.profile">
            <path value="List.meta.profile" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="SubmissionSet.limitedMetadata" />
            </mapping>
        </element>
        <element id="List.extension">
            <path value="List.extension" />
            <min value="1" />
        </element>
        <element id="List.extension:designationType">
            <path value="List.extension" />
            <sliceName value="designationType" />
            <max value="1" />
            <mustSupport value="true" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="SubmissionSet.contentTypeCode" />
            </mapping>
        </element>
        <element id="List.extension:sourceId">
            <path value="List.extension" />
            <sliceName value="sourceId" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="Extension" />
                <profile value="https://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-sourceId" />
            </type>
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="SubmissionSet.sourceId" />
            </mapping>
        </element>
        <element id="List.extension:intendedRecipient">
            <path value="List.extension" />
            <sliceName value="intendedRecipient" />
            <type>
                <code value="Extension" />
                <profile value="https://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-intendedRecipient" />
            </type>
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="SubmissionSet.intendedRecipient" />
            </mapping>
        </element>
        <element id="List.identifier">
            <path value="List.identifier" />
            <slicing>
                <discriminator>
                    <type value="value" />
                    <path value="use" />
                </discriminator>
                <rules value="open" />
            </slicing>
            <short value="Nacionalna modifikacija" />
            <definition value="Za razliku od standarda obavezno je slanje minimalno 2 identifikatora, uniqueId i entryUUID." />
            <min value="2" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="SubmissionSet.entryUUID and SubmissionSet.uniqueId" />
            </mapping>
        </element>
        <element id="List.identifier:uniqueId">
            <path value="List.identifier" />
            <sliceName value="uniqueId" />
            <short value="uniqueId ne mora biti OID" />
            <definition value="uniqueId ne mora biti OID, ali mora biti jedinstven" />
            <min value="1" />
            <max value="1" />
        </element>
        <element id="List.identifier:uniqueId.use">
            <path value="List.identifier.use" />
            <min value="1" />
            <fixedCode value="official" />
        </element>
        <element id="List.identifier:uniqueId.system">
            <path value="List.identifier.system" />
            <min value="1" />
        </element>
        <element id="List.identifier:uniqueId.value">
            <path value="List.identifier.value" />
            <min value="1" />
        </element>
        <element id="List.identifier:entryUUID">
            <path value="List.identifier" />
            <sliceName value="entryUUID" />
            <min value="1" />
            <type>
                <code value="Identifier" />
                <profile value="https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.EntryUUID.Identifier" />
            </type>
        </element>
        <element id="List.identifier:entryUUID.use">
            <path value="List.identifier.use" />
            <min value="1" />
            <fixedCode value="usual" />
        </element>
        <element id="List.status">
            <path value="List.status" />
            <patternCode value="current" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="SubmissionSet.availabilityStatus" />
            </mapping>
        </element>
        <element id="List.mode">
            <path value="List.mode" />
            <patternCode value="working" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="shall be &#39;working&#39;" />
            </mapping>
        </element>
        <element id="List.title">
            <path value="List.title" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="SubmissionSet.title" />
            </mapping>
        </element>
        <element id="List.code">
            <path value="List.code" />
            <patternCodeableConcept>
                <coding>
                    <system value="https://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes" />
                    <code value="submissionset" />
                </coding>
            </patternCodeableConcept>
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="shall be &#39;submissionset&#39;" />
            </mapping>
        </element>
        <element id="List.subject">
            <path value="List.subject" />
            <short value="Pacijent" />
            <definition value="Subjekt dokumenta. Kod kliničkih dokumenata pacijent. Potrebno je koristiti logičku referencu." />
            <min value="1" />
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-pacijent" />
            </type>
            <mustSupport value="true" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="SubmissionSet.patientId" />
            </mapping>
        </element>
        <element id="List.subject.type">
            <path value="List.subject.type" />
            <min value="1" />
            <fixedUri value="Patient" />
        </element>
        <element id="List.subject.identifier">
            <path value="List.subject.identifier" />
            <min value="1" />
        </element>
        <element id="List.subject.identifier.system">
            <path value="List.subject.identifier.system" />
            <min value="1" />
        </element>
        <element id="List.subject.identifier.value">
            <path value="List.subject.identifier.value" />
            <min value="1" />
        </element>
        <element id="List.encounter">
            <path value="List.encounter" />
            <max value="0" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="List.date">
            <path value="List.date" />
            <min value="1" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="SubmissionSet.submissionTime" />
            </mapping>
        </element>
        <element id="List.source">
            <path value="List.source" />
            <short value="Autor dokumenta" />
            <definition value="Logička refernca na autora dokumenta. U slučaju više autora potrebno je puniti podacima o potpisniku." />
            <min value="1" />
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-pacijent" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-practitioner" />
            </type>
            <mustSupport value="true" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="SubmissionSet.author" />
            </mapping>
        </element>
        <element id="List.source.extension:authorOrg">
            <path value="List.source.extension" />
            <sliceName value="authorOrg" />
            <max value="1" />
            <type>
                <code value="Extension" />
                <profile value="https://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-authorOrg" />
            </type>
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="SubmissionSet.author when the author is an Organization" />
            </mapping>
        </element>
        <element id="List.source.type">
            <path value="List.source.type" />
            <min value="1" />
        </element>
        <element id="List.source.identifier">
            <path value="List.source.identifier" />
            <min value="1" />
        </element>
        <element id="List.source.identifier.system">
            <path value="List.source.identifier.system" />
            <min value="1" />
        </element>
        <element id="List.source.identifier.value">
            <path value="List.source.identifier.value" />
            <min value="1" />
        </element>
        <element id="List.orderedBy">
            <path value="List.orderedBy" />
            <max value="0" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="List.note">
            <path value="List.note" />
            <max value="1" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="SubmissionSet.comments" />
            </mapping>
        </element>
        <element id="List.entry.flag">
            <path value="List.entry.flag" />
            <max value="0" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="List.entry.deleted">
            <path value="List.entry.deleted" />
            <max value="0" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="List.entry.date">
            <path value="List.entry.date" />
            <max value="0" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="List.entry.item">
            <path value="List.entry.item" />
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/DocumentReference" />
            </type>
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="references to DocumentReference(s) and Folder List(s)" />
            </mapping>
        </element>
        <element id="List.emptyReason">
            <path value="List.emptyReason" />
            <max value="0" />
            <mapping>
                <identity value="SubmissionSet-Mapping" />
                <map value="n/a" />
            </mapping>
        </element>
    </differential>
</StructureDefinition>
{
    "resourceType": "StructureDefinition",
    "id": "IHE.MHD.Minimal.SubmissionSet",
    "url": "http://fhir.cezih.hr/specifikacije/StructureDefinition/HRMinimalSubmissionSet",
    "name": "HRMinimalSubmissionSet",
    "title": "HR Minimal SubmissionSet",
    "status": "active",
    "description": "Minimal submission set koristi se u hrvatskoj implementaciji IHE MHD profila. Promjene su napravljene kako bi se podržala backward kompatibilnost s implementacijom MHD profila za COD. Promjene u odnosu na standard:\n-obavezno slanje 2 identifikatora, uniqueId i entryUUID\n- uniqueId ne mora biti OID, ali mora biti jedinstven",
    "fhirVersion": "4.0.1",
    "kind": "resource",
    "abstract": false,
    "type": "List",
    "baseDefinition": "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.List",
    "derivation": "constraint",
    "differential": {
        "element":  [
            {
                "id": "List",
                "path": "List",
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "XDS SubmissionSet",
                        "comment": "Used in the context of the IHE MHD ImplementationGuide"
                    }
                ]
            },
            {
                "id": "List.meta",
                "path": "List.meta"
            },
            {
                "id": "List.meta.profile",
                "path": "List.meta.profile",
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "SubmissionSet.limitedMetadata"
                    }
                ]
            },
            {
                "id": "List.extension",
                "path": "List.extension",
                "min": 1
            },
            {
                "id": "List.extension:designationType",
                "path": "List.extension",
                "sliceName": "designationType",
                "max": "1",
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "SubmissionSet.contentTypeCode"
                    }
                ]
            },
            {
                "id": "List.extension:sourceId",
                "path": "List.extension",
                "sliceName": "sourceId",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "Extension",
                        "profile":  [
                            "https://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-sourceId"
                        ]
                    }
                ],
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "SubmissionSet.sourceId"
                    }
                ]
            },
            {
                "id": "List.extension:intendedRecipient",
                "path": "List.extension",
                "sliceName": "intendedRecipient",
                "type":  [
                    {
                        "code": "Extension",
                        "profile":  [
                            "https://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-intendedRecipient"
                        ]
                    }
                ],
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "SubmissionSet.intendedRecipient"
                    }
                ]
            },
            {
                "id": "List.identifier",
                "path": "List.identifier",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "value",
                            "path": "use"
                        }
                    ],
                    "rules": "open"
                },
                "short": "Nacionalna modifikacija",
                "definition": "Za razliku od standarda obavezno je slanje minimalno 2 identifikatora, uniqueId i entryUUID.",
                "min": 2,
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "SubmissionSet.entryUUID and SubmissionSet.uniqueId"
                    }
                ]
            },
            {
                "id": "List.identifier:uniqueId",
                "path": "List.identifier",
                "sliceName": "uniqueId",
                "short": "uniqueId ne mora biti OID",
                "definition": "uniqueId ne mora biti OID, ali mora biti jedinstven",
                "min": 1,
                "max": "1"
            },
            {
                "id": "List.identifier:uniqueId.use",
                "path": "List.identifier.use",
                "min": 1,
                "fixedCode": "official"
            },
            {
                "id": "List.identifier:uniqueId.system",
                "path": "List.identifier.system",
                "min": 1
            },
            {
                "id": "List.identifier:uniqueId.value",
                "path": "List.identifier.value",
                "min": 1
            },
            {
                "id": "List.identifier:entryUUID",
                "path": "List.identifier",
                "sliceName": "entryUUID",
                "min": 1,
                "type":  [
                    {
                        "code": "Identifier",
                        "profile":  [
                            "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.EntryUUID.Identifier"
                        ]
                    }
                ]
            },
            {
                "id": "List.identifier:entryUUID.use",
                "path": "List.identifier.use",
                "min": 1,
                "fixedCode": "usual"
            },
            {
                "id": "List.status",
                "path": "List.status",
                "patternCode": "current",
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "SubmissionSet.availabilityStatus"
                    }
                ]
            },
            {
                "id": "List.mode",
                "path": "List.mode",
                "patternCode": "working",
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "shall be 'working'"
                    }
                ]
            },
            {
                "id": "List.title",
                "path": "List.title",
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "SubmissionSet.title"
                    }
                ]
            },
            {
                "id": "List.code",
                "path": "List.code",
                "patternCodeableConcept": {
                    "coding":  [
                        {
                            "system": "https://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes",
                            "code": "submissionset"
                        }
                    ]
                },
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "shall be 'submissionset'"
                    }
                ]
            },
            {
                "id": "List.subject",
                "path": "List.subject",
                "short": "Pacijent",
                "definition": "Subjekt dokumenta. Kod kliničkih dokumenata pacijent. Potrebno je koristiti logičku referencu.",
                "min": 1,
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-pacijent"
                        ]
                    }
                ],
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "SubmissionSet.patientId"
                    }
                ]
            },
            {
                "id": "List.subject.type",
                "path": "List.subject.type",
                "min": 1,
                "fixedUri": "Patient"
            },
            {
                "id": "List.subject.identifier",
                "path": "List.subject.identifier",
                "min": 1
            },
            {
                "id": "List.subject.identifier.system",
                "path": "List.subject.identifier.system",
                "min": 1
            },
            {
                "id": "List.subject.identifier.value",
                "path": "List.subject.identifier.value",
                "min": 1
            },
            {
                "id": "List.encounter",
                "path": "List.encounter",
                "max": "0",
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "List.date",
                "path": "List.date",
                "min": 1,
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "SubmissionSet.submissionTime"
                    }
                ]
            },
            {
                "id": "List.source",
                "path": "List.source",
                "short": "Autor dokumenta",
                "definition": "Logička refernca na autora dokumenta. U slučaju više autora potrebno je puniti podacima o potpisniku.",
                "min": 1,
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
                            "http://hl7.org/fhir/StructureDefinition/Device",
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-pacijent",
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-practitioner"
                        ]
                    }
                ],
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "SubmissionSet.author"
                    }
                ]
            },
            {
                "id": "List.source.extension:authorOrg",
                "path": "List.source.extension",
                "sliceName": "authorOrg",
                "max": "1",
                "type":  [
                    {
                        "code": "Extension",
                        "profile":  [
                            "https://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-authorOrg"
                        ]
                    }
                ],
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "SubmissionSet.author when the author is an Organization"
                    }
                ]
            },
            {
                "id": "List.source.type",
                "path": "List.source.type",
                "min": 1
            },
            {
                "id": "List.source.identifier",
                "path": "List.source.identifier",
                "min": 1
            },
            {
                "id": "List.source.identifier.system",
                "path": "List.source.identifier.system",
                "min": 1
            },
            {
                "id": "List.source.identifier.value",
                "path": "List.source.identifier.value",
                "min": 1
            },
            {
                "id": "List.orderedBy",
                "path": "List.orderedBy",
                "max": "0",
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "List.note",
                "path": "List.note",
                "max": "1",
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "SubmissionSet.comments"
                    }
                ]
            },
            {
                "id": "List.entry.flag",
                "path": "List.entry.flag",
                "max": "0",
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "List.entry.deleted",
                "path": "List.entry.deleted",
                "max": "0",
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "List.entry.date",
                "path": "List.entry.date",
                "max": "0",
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "List.entry.item",
                "path": "List.entry.item",
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/DocumentReference"
                        ]
                    }
                ],
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "references to DocumentReference(s) and Folder List(s)"
                    }
                ]
            },
            {
                "id": "List.emptyReason",
                "path": "List.emptyReason",
                "max": "0",
                "mapping":  [
                    {
                        "identity": "SubmissionSet-Mapping",
                        "map": "n/a"
                    }
                ]
            }
        ]
    }
}