Struktura podataka dokumenta ONKO Terapija

Dokument sadrži podatke administrirane onkološke terapije.

Specifikacija profila

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierΣ0..1Identifier
statusΣ ?!1..1codeBinding
typeΣ1..1CodeableConceptBindingFixed Value
categoryΣ0..*CodeableConcept
subjectΣ I1..1Reference(HRPatient)
encounterΣ1..1Reference(HRDocumentEncounterBase)
dateΣ1..1dateTime
djelatnikΣ1..1Reference(HRPractitioner)
organizacijaΣ1..1Reference(HROrganizacija)
titleΣ1..1string
confidentialityΣ0..1codeBinding
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
mode1..1codeBinding
time0..1dateTime
party0..1Reference(Patient | RelatedPerson | Practitioner | PractitionerRole | Organization)
custodianΣ0..1Reference(Organization)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
code1..1codeBindingFixed Value
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemΣ1..1uriFixed Value
valueΣ1..1string
periodΣ0..1Period
assignerΣ0..1Reference(Organization)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
codeΣ0..*CodeableConcept
periodΣ0..1Period
detailΣ0..*Reference(Resource)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
title0..1string
code0..1CodeableConcept
author0..*Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)
focus0..1Reference(Resource)
textI0..1Narrative
mode0..1codeBinding
orderedBy0..1CodeableConceptBinding
entryI0..*Reference(Resource)
emptyReasonI0..1CodeableConceptBinding
sectionI0..*see (section)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
title1..1string
code1..1CodeableConceptFixed Value
author0..*Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)
focus0..1Reference(Resource)
textI0..1Narrative
mode0..1codeBinding
orderedBy0..1CodeableConceptBinding
entryI1..1Reference(http://fhir.cezih.hr/specifikacije/StructureDefinition/slucaj)
emptyReasonI0..1CodeableConceptBinding
sectionI0..*see (section)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
title1..1string
code1..1CodeableConceptFixed Value
author0..*Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)
focus0..1Reference(Resource)
textI0..1Narrative
mode0..1codeBinding
orderedBy0..1CodeableConceptBinding
entryI1..*Reference(http://fhir.cezih.hr/specifikacije/StructureDefinition/administered-medication)
emptyReasonI0..1CodeableConceptBinding
sectionI0..*see (section)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
title1..1string
code1..1CodeableConceptFixed Value
author0..*Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)
focus0..1Reference(Resource)
textI0..1Narrative
mode0..1codeBinding
orderedBy0..1CodeableConceptBinding
entryI1..1Reference(http://fhir.cezih.hr/specifikacije/StructureDefinition/primarna-dijagnoza)
emptyReasonI0..1CodeableConceptBinding
sectionI0..*see (section)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
title1..1string
code1..1CodeableConceptFixed Value
author0..*Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)
focus0..1Reference(Resource)
textI0..1Narrative
mode0..1codeBinding
orderedBy0..1CodeableConceptBinding
entryI1..1Reference(http://fhir.cezih.hr/specifikacije/StructureDefinition/djelatnost)
emptyReasonI0..1CodeableConceptBinding
sectionI0..*see (section)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
title1..1string
code1..1CodeableConceptFixed Value
author0..*Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)
focus0..1Reference(Resource)
textI0..1Narrative
mode0..1codeBinding
orderedBy0..1CodeableConceptBinding
tezinaI0..1Reference(http://fhir.cezih.hr/specifikacije/StructureDefinition/tezina)
visinaI0..1Reference(http://fhir.cezih.hr/specifikacije/StructureDefinition/visina)
emptyReasonI0..1CodeableConceptBinding
sectionI0..*see (section)
Composition
DefinitionA set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.).
Cardinality0...*
Comments

While the focus of this specification is on patient-specific clinical statements, this resource can also apply to other healthcare-related statements such as study protocol designs, healthcare invoices and other activities that are not necessarily patient-specific or clinical.

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()
  • ORD-2: Datum dijagnoze primarnog sijela mora biti jednak ili veći od datuma rođenja.
    Composition.subject.resolve().birthDate <= Composition.section.where(code.coding.code='1').entry.resolve().recordedDate
  • ORD-7: Mora biti poslan datum rođenja pacijenta
    Composition.subject.resolve().birthDate.exists()
  • ORD-8: Mora biti poslan spol pacijenta
    Composition.subject.resolve().gender.exists()
Mappings
  • rim: Entity. Role, or Act
  • workflow: Event
  • rim: Document[classCode="DOC" and moodCode="EVN" and isNormalAct()]
  • cda: ClinicalDocument
  • fhirdocumentreference: when described by DocumentReference
Composition.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.

Composition.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())
Composition.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())
Composition.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())
Composition.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?
Composition.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
Composition.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.
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
Composition.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...*
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
Composition.identifier
DefinitionA version-independent identifier for the Composition. This identifier stays constant as the composition is changed over time.
Cardinality0...1
TypeIdentifier
SummaryTrue
Comments

Similar to ClinicalDocument/setId in CDA. See discussion in resource definition for how these relate.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.identifier
  • w5: FiveWs.identifier
  • rim: Document.id / Document.setId
  • cda: .setId
  • fhirdocumentreference: DocumentReference.masterIdentifier
Composition.status
DefinitionThe workflow/clinical status of this composition. The status is a marker for the clinical standing of the document.
Cardinality1...1
Typecode
Binding

The workflow/clinical status of the composition.

CompositionStatus (required)
ModifierTrue
SummaryTrue
Requirements

Need to be able to mark interim, amended, or withdrawn compositions or documents.

Comments

If a composition is marked as withdrawn, the compositions/documents in the series, or data from the composition or document series, should never be displayed to a user without being clearly marked as untrustworthy. The flag "entered-in-error" is why this element is labeled as a modifier of other elements.

Some reporting work flows require that the original narrative of a final document never be altered; instead, only new narrative can be added. The composition resource has no explicit status for explicitly noting whether this business rule is in effect. This would be handled by an extension if required.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.status
  • w5: FiveWs.status
  • rim: interim: .completionCode="IN" & ./statusCode[isNormalDatatype()]="active"; final: .completionCode="AU" && ./statusCode[isNormalDatatype()]="complete" and not(./inboundRelationship[typeCode="SUBJ" and isNormalActRelationship()]/source[subsumesCode("ActClass#CACT") and moodCode="EVN" and domainMember("ReviseComposition", code) and isNormalAct()]); amended: .completionCode="AU" && ./statusCode[isNormalDatatype()]="complete" and ./inboundRelationship[typeCode="SUBJ" and isNormalActRelationship()]/source[subsumesCode("ActClass#CACT") and moodCode="EVN" and domainMember("ReviseComposition", code) and isNormalAct() and statusCode="completed"]; withdrawn : .completionCode=NI && ./statusCode[isNormalDatatype()]="obsolete"
  • cda: n/a
  • fhirdocumentreference: DocumentReference.status
Composition.type
DefinitionSpecifies the particular kind of composition (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the composition.
Cardinality1...1
TypeCodeableConcept
Binding

Type of a composition.

FHIRDocumentTypeCodes (preferred)
SummaryTrue
Requirements

Key metadata element describing the composition, used in searching/filtering.

Comments

For Composition type, LOINC is ubiquitous and strongly endorsed by HL7. Most implementation guides will require a specific LOINC code, or use LOINC as an extensible binding.

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

{
  "coding": [
    {
      "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-type",
      "code": "010",
      "display": "Administrirana onkološka terapija"
    }
  ]
}

Mappings
  • workflow: Event.code
  • w5: FiveWs.class
  • rim: ./code
  • cda: .code
  • fhirdocumentreference: DocumentReference.type
Composition.category
DefinitionA categorization for the type of the composition - helps for indexing and searching. This may be implied by or derived from the code specified in the Composition Type.
Cardinality0...*
TypeCodeableConcept
Binding

High-level kind of a clinical document at a macro level.

DocumentClassValueSet (example)
SummaryTrue
Requirements

Helps humans to assess whether the composition is of interest when viewing an index of compositions or documents.

Comments

This is a metadata field from XDS/MHD.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.subject
  • w5: FiveWs.class
  • rim: .outboundRelationship[typeCode="COMP].target[classCode="LIST", moodCode="EVN"].code
  • cda: n/a
  • fhirdocumentreference: DocumenttReference.category
Composition.subject
DefinitionWho or what the composition is about. The composition can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of livestock, or a set of patients that share a common exposure).
Cardinality1...1
TypeReference(HRPatient)
SummaryTrue
Requirements

Essential metadata for searching for the composition. Identifies who and/or what the composition/document is about.

Comments

For clinical documents, this is usually the patient.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • pat-1: Podatci o pacijentu moraju sadržavati spol pacijenta
    $this.resolve().gender.exists()
  • pat-2: Podatci o pacijentu moraju sadržavati datum rođenja pacijenta
    $this.resolve().birthDate.exists()
Mappings
  • w5: FiveWs.subject[x]
  • rim: .participation[typeCode="SBJ"].role[typeCode="PAT"]
  • cda: .recordTarget
  • fhirdocumentreference: DocumentReference.subject
  • w5: FiveWs.subject
Composition.encounter
DefinitionDescribes the clinical encounter or type of care this documentation is associated with.
Cardinality1...1
TypeReference(HRDocumentEncounterBase)
SummaryTrue
Requirements

Provides context for the composition and supports searching.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.context
  • w5: FiveWs.context
  • rim: unique(highest(./outboundRelationship[typeCode="SUBJ" and isNormalActRelationship()], priorityNumber)/target[moodCode="EVN" and classCode=("ENC", "PCPR") and isNormalAct])
  • cda: .componentOf.encompassingEncounter
  • fhirdocumentreference: DocumentReference.context.encounter
Composition.date
DefinitionThe composition editing time, when the composition was last logically changed by the author.
Cardinality1...1
TypedateTime
SummaryTrue
Requirements

dateTime is used for tracking, organizing versions and searching. Note that this is the time of authoring. When packaged in a document, Bundle.timestamp is the date of packaging.

Comments

The Last Modified Date on the composition may be after the date of the document was attested without being changed.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.occurrence[x]
  • w5: FiveWs.done[x]
  • rim: .effectiveTime[type="TS"]
  • cda: .effectiveTime
  • fhirdocumentreference: DocumentReference.content.attachment.date, DocumentReference.created
Composition.author
DefinitionIdentifies who is responsible for the information in the composition, not necessarily who typed it in.
Cardinality2...2
TypeReference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)
SummaryTrue
Requirements

Identifies who is responsible for the content.

SlicingUnordered, Closed, by resolve()(Profile)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.performer
  • w5: FiveWs.author
  • rim: .participation[typeCode="AUT"].role[classCode="ASSIGNED"]
  • cda: .author.assignedAuthor
  • fhirdocumentreference: DocumentReference.agent
Composition.author:djelatnik
DefinitionReferenca na zapis zdravstvenog djelatnika pošiljatelja podataka.
Cardinality1...1
TypeReference(HRPractitioner)
SummaryTrue
Requirements

Identifies who is responsible for the content.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.performer
  • w5: FiveWs.author
  • rim: .participation[typeCode="AUT"].role[classCode="ASSIGNED"]
  • cda: .author.assignedAuthor
  • fhirdocumentreference: DocumentReference.agent
Composition.author:organizacija
DefinitionReferenca na zapis zdravstvene organizacije pošiljatelja podataka.
Cardinality1...1
TypeReference(HROrganizacija)
SummaryTrue
Requirements

Identifies who is responsible for the content.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.performer
  • w5: FiveWs.author
  • rim: .participation[typeCode="AUT"].role[classCode="ASSIGNED"]
  • cda: .author.assignedAuthor
  • fhirdocumentreference: DocumentReference.agent
Composition.title
DefinitionOfficial human-readable label for the composition.
Cardinality1...1
Typestring
SummaryTrue
Comments

For many compositions, the title is the same as the text or a display name of Composition.type (e.g. a "consultation" or "progress note"). Note that CDA does not make title mandatory, but there are no known cases where it is useful for title to be omitted, so it is mandatory here. Feedback on this requirement is welcome during the trial use period.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./title
  • cda: .title
  • fhirdocumentreference: DocumentReference.description, DocumentReference.content.attachment.title
Composition.confidentiality
DefinitionThe code specifying the level of confidentiality of the Composition.
Cardinality0...1
Typecode
Binding

Codes specifying the level of confidentiality of the composition.

v3.ConfidentialityClassification (required)
SummaryTrue
Comments

The exact use of this element, and enforcement and issues related to highly sensitive documents are out of scope for the base specification, and delegated to implementation profiles (see security section). This element is labeled as a modifier because highly confidential documents must not be treated as if they are not.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .confidentialityCode
  • cda: .confidentialityCode
  • fhirdocumentreference: DocumentReference.securityLabel
Composition.attester
DefinitionA participant who has attested to the accuracy of the composition/document.
Cardinality0...*
TypeBackboneElement
Requirements

Identifies responsibility for the accuracy of the composition content.

Comments

Only list each attester once.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .participation[typeCode="AUTHEN"].role[classCode="ASSIGNED"]
  • cda: .authenticator/.legalAuthenticator
  • fhirdocumentreference: DocumentReference.authenticator
Composition.attester.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
Composition.attester.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
Composition.attester.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
Composition.attester.mode
DefinitionThe type of attestation the authenticator offers.
Cardinality1...1
Typecode
Binding

The way in which a person authenticated a composition.

CompositionAttestationMode (required)
Requirements

Indicates the level of authority of the attestation.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: unique(./modeCode)
  • cda: implied by .authenticator/.legalAuthenticator
Composition.attester.time
DefinitionWhen the composition was attested by the party.
Cardinality0...1
TypedateTime
Requirements

Identifies when the information in the composition was deemed accurate. (Things may have changed since then.).

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./time[type="TS" and isNormalDatatype()]
  • cda: .authenticator.time
Composition.attester.party
DefinitionWho attested the composition in the specified way.
Cardinality0...1
TypeReference(Patient | RelatedPerson | Practitioner | PractitionerRole | Organization)
Requirements

Identifies who has taken on the responsibility for accuracy of the composition content.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.witness
  • rim: ./role[classCode="ASSIGNED" and isNormalRole]/player[determinerCode="INST" and classCode=("DEV", "PSN") and isNormalEntity()] or ./role[classCode="ASSIGNED" and isNormalRole and not(player)]/scoper[determinerCode="INST" and classCode="ORG" and isNormalEntity()]
  • cda: .authenticator.assignedEnttty
Composition.custodian
DefinitionIdentifies the organization or group who is responsible for ongoing maintenance of and access to the composition/document information.
Cardinality0...1
TypeReference(Organization)
SummaryTrue
Requirements

Identifies where to go to find the current version, where to report issues, etc.

Comments

This is useful when documents are derived from a composition - provides guidance for how to get the latest version of the document. This is optional because this is sometimes not known by the authoring system, and can be inferred by context. However, it is important that this information be known when working with a derived document, so providing a custodian is encouraged.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .participation[typeCode="RCV"].role[classCode="CUST"].scoper[classCode="ORG" and determinerCode="INST"]
  • cda: .custodian.assignedCustodian
  • fhirdocumentreference: DocumentReference.custodian
Composition.relatesTo
DefinitionID dokumenta koji prati podatke (nalaz ili otpusno pismo koje se za tu posjetu šalje uz račun). Šalje se iz BIS-a, kao jedan od podataka. Sam dokument koji identificira nije nužno poslati, ovaj ID će služiti za pronalaženje dokumenta ako se pokaže potreba za time
Cardinality0...*
TypeBackboneElement
Comments

A document is a version specific composition.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .outboundRelationship
  • cda: .relatedDocument
  • fhirdocumentreference: DocumentReference.relatesTo
Composition.relatesTo.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
Composition.relatesTo.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
Composition.relatesTo.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
Composition.relatesTo.code
DefinitionThe type of relationship that this composition has with anther composition or document.
Cardinality1...1
Typecode
Binding

The type of relationship between documents.

DocumentRelationshipType (required)
Comments

If this document appends another document, then the document cannot be fully understood without also accessing the referenced document.

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

appends

Mappings
  • rim: .outboundRelationship.typeCode
  • cda: .relatedDocument.typeCode
  • fhirdocumentreference: DocumentReference.relatesTo.code
Composition.relatesTo.target[x]
DefinitionThe target composition/document of this relationship.
Cardinality1...1
TypeIdentifier
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .target[classCode="DOC", moodCode="EVN"].id
  • cda: .relatedDocument.id
  • fhirdocumentreference: DocumentReference.relatesTo.target
Composition.relatesTo.target[x].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
Composition.relatesTo.target[x].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
Composition.relatesTo.target[x].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
Composition.relatesTo.target[x].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
Composition.relatesTo.target[x].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

http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-nalaza

Mappings
  • v2: CX.4 / EI-2-4
  • rim: II.root or Role.id.root
  • servd: ./IdentifierType
Composition.relatesTo.target[x].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
Composition.relatesTo.target[x].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
Composition.relatesTo.target[x].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
Composition.event
DefinitionThe clinical service, such as a colonoscopy or an appendectomy, being documented.
Cardinality0...*
TypeBackboneElement
SummaryTrue
Requirements

Provides context for the composition and creates a linkage between a resource describing an event and the composition created describing the event.

Comments

The event needs to be consistent with the type element, though can provide further information if desired.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: outboundRelationship[typeCode="SUBJ"].target[classCode<'ACT']
  • cda: .documentationOf.serviceEvent
  • fhirdocumentreference: DocumentReference.event
Composition.event.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
Composition.event.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
Composition.event.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
Composition.event.code
DefinitionThis list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act.
Cardinality0...*
TypeCodeableConcept
Binding

This list of codes represents the main clinical acts being documented.

v3.ActCode (example)
SummaryTrue
Comments

An event can further specialize the act inherent in the typeCode, such as where it is simply "Procedure Report" and the procedure was a "colonoscopy". If one or more eventCodes are included, they SHALL NOT conflict with the values inherent in the classCode, practiceSettingCode or typeCode, as such a conflict would create an ambiguous situation. This short list of codes is provided to be used as key words for certain types of queries.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .code
  • cda: .code
  • fhirdocumentreference: DocumentReference.event.code
Composition.event.period
DefinitionThe period of time covered by the documentation. There is no assertion that the documentation is a complete representation for this period, only that it documents events during this time.
Cardinality0...1
TypePeriod
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .effectiveTime
  • cda: .effectiveTime
  • fhirdocumentreference: DocumentReference.event.period
Composition.event.detail
DefinitionThe description and/or reference of the event(s) being documented. For example, this could be used to document such a colonoscopy or an appendectomy.
Cardinality0...*
TypeReference(Resource)
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .outboundRelationship[typeCode="SUBJ"].target
  • cda: n/a
Composition.section
DefinitionThe root of the sections that make up the composition.
Cardinality1...*
TypeBackboneElement
SlicingUnordered, Closed, by code(Value)
Invariants
  • cmp-1: A section must contain at least one of text, entries, or sub-sections
    text.exists() or entry.exists() or section.exists()
  • cmp-2: A section can only have an emptyReason if it is empty
    emptyReason.empty() or entry.empty()
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./outboundRelationship[typeCode="COMP" and isNormalActRelationship()]/target[moodCode="EVN" and classCode="DOCSECT" and isNormalAct]
  • cda: .component.structuredBody.component.section
Composition.section.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
Composition.section.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
Composition.section.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
Composition.section.title
DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.
Cardinality0...1
Typestring
Aliasheader, label, caption
Requirements

Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

Comments

The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./title
  • cda: .title
Composition.section.code
DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title.
Cardinality0...1
TypeCodeableConcept
Binding

Classification of a section of a composition/document.

DocumentSectionCodes (example)
Requirements

Provides computable standardized labels to topics within the document.

Comments

The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./code
  • cda: .code
Composition.section.author
DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in.
Cardinality0...*
TypeReference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)
Requirements

Identifies who is responsible for the content.

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="ASSIGNED"]
  • cda: .author.assignedAuthor
Composition.section.focus
DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).
Cardinality0...1
TypeReference(Resource)
Comments

Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • cda: .subject? (CDA did not differentiate between subject and focus)
Composition.section.text
DefinitionA human-readable narrative that contains the attested content of the section, 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.
Cardinality0...1
TypeNarrative
Comments

Document profiles may define what content should be represented in the narrative to ensure clinical safety.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .text
  • cda: .text
Composition.section.mode
DefinitionHow the entry 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.
Cardinality0...1
Typecode
Binding

The processing mode that applies to this section.

ListMode (required)
Requirements

Sections are used in various ways, and it must be known in what way it is safe to use the entries in 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())
Mappings
  • w5: FiveWs.class
  • rim: .outBoundRelationship[typeCode=COMP].target[classCode=OBS"].value
  • cda: n/a
Composition.section.orderedBy
DefinitionSpecifies the order applied to the items in the section entries.
Cardinality0...1
TypeCodeableConcept
Binding

What order applies to the items in the entry.

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
  • cda: n/a
Composition.section.entry
DefinitionA reference to the actual resource from which the narrative in the section is derived.
Cardinality0...*
TypeReference(Resource)
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]
  • cda: .entry
Composition.section.emptyReason
DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.
Cardinality0...1
TypeCodeableConcept
Binding

If a section 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 section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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]
  • cda: n/a
Composition.section.section
DefinitionA nested sub-section within this section.
Cardinality0...*
Typesee (section)
Comments

Nested sections are primarily used to help human readers navigate to particular portions of the document.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./outboundRelationship[typeCode="COMP" and isNormalActRelationship()]/target[moodCode="EVN" and classCode="DOCSECT" and isNormalAct]
  • cda: .component.section
Composition.section:Slucaj
DefinitionSlučaj sadrži informacije o dijagnozi primarnog sijela.
Cardinality1...1
TypeBackboneElement
Invariants
  • cmp-1: A section must contain at least one of text, entries, or sub-sections
    text.exists() or entry.exists() or section.exists()
  • cmp-2: A section can only have an emptyReason if it is empty
    emptyReason.empty() or entry.empty()
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./outboundRelationship[typeCode="COMP" and isNormalActRelationship()]/target[moodCode="EVN" and classCode="DOCSECT" and isNormalAct]
  • cda: .component.structuredBody.component.section
Composition.section:Slucaj.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
Composition.section:Slucaj.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
Composition.section:Slucaj.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
Composition.section:Slucaj.title
DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.
Cardinality1...1
Typestring
Aliasheader, label, caption
Requirements

Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

Comments

The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./title
  • cda: .title
Composition.section:Slucaj.code
DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title.
Cardinality1...1
TypeCodeableConcept
Binding

Classification of a section of a composition/document.

DocumentSectionCodes (example)
Requirements

Provides computable standardized labels to topics within the document.

Comments

The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

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

{
  "coding": [
    {
      "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
      "code": "1",
      "display": "Slučaj"
    }
  ]
}

Mappings
  • rim: ./code
  • cda: .code
Composition.section:Slucaj.author
DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in.
Cardinality0...*
TypeReference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)
Requirements

Identifies who is responsible for the content.

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="ASSIGNED"]
  • cda: .author.assignedAuthor
Composition.section:Slucaj.focus
DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).
Cardinality0...1
TypeReference(Resource)
Comments

Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • cda: .subject? (CDA did not differentiate between subject and focus)
Composition.section:Slucaj.text
DefinitionA human-readable narrative that contains the attested content of the section, 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.
Cardinality0...1
TypeNarrative
Comments

Document profiles may define what content should be represented in the narrative to ensure clinical safety.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .text
  • cda: .text
Composition.section:Slucaj.mode
DefinitionHow the entry 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.
Cardinality0...1
Typecode
Binding

The processing mode that applies to this section.

ListMode (required)
Requirements

Sections are used in various ways, and it must be known in what way it is safe to use the entries in 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())
Mappings
  • w5: FiveWs.class
  • rim: .outBoundRelationship[typeCode=COMP].target[classCode=OBS"].value
  • cda: n/a
Composition.section:Slucaj.orderedBy
DefinitionSpecifies the order applied to the items in the section entries.
Cardinality0...1
TypeCodeableConcept
Binding

What order applies to the items in the entry.

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
  • cda: n/a
Composition.section:Slucaj.entry
DefinitionA reference to the actual resource from which the narrative in the section is derived.
Cardinality1...1
TypeReference(http://fhir.cezih.hr/specifikacije/StructureDefinition/slucaj)
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]
  • cda: .entry
Composition.section:Slucaj.emptyReason
DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.
Cardinality0...1
TypeCodeableConcept
Binding

If a section 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 section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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]
  • cda: n/a
Composition.section:Slucaj.section
DefinitionA nested sub-section within this section.
Cardinality0...*
Typesee (section)
Comments

Nested sections are primarily used to help human readers navigate to particular portions of the document.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./outboundRelationship[typeCode="COMP" and isNormalActRelationship()]/target[moodCode="EVN" and classCode="DOCSECT" and isNormalAct]
  • cda: .component.section
Composition.section:AdministriraniLijekovi
DefinitionThe root of the sections that make up the composition.
Cardinality1...1
TypeBackboneElement
Invariants
  • cmp-1: A section must contain at least one of text, entries, or sub-sections
    text.exists() or entry.exists() or section.exists()
  • cmp-2: A section can only have an emptyReason if it is empty
    emptyReason.empty() or entry.empty()
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./outboundRelationship[typeCode="COMP" and isNormalActRelationship()]/target[moodCode="EVN" and classCode="DOCSECT" and isNormalAct]
  • cda: .component.structuredBody.component.section
Composition.section:AdministriraniLijekovi.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
Composition.section:AdministriraniLijekovi.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
Composition.section:AdministriraniLijekovi.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
Composition.section:AdministriraniLijekovi.title
DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.
Cardinality1...1
Typestring
Aliasheader, label, caption
Requirements

Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

Comments

The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./title
  • cda: .title
Composition.section:AdministriraniLijekovi.code
DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title.
Cardinality1...1
TypeCodeableConcept
Binding

Classification of a section of a composition/document.

DocumentSectionCodes (example)
Requirements

Provides computable standardized labels to topics within the document.

Comments

The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

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

{
  "coding": [
    {
      "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
      "code": "9",
      "display": "Podaci o administriranim lijekovima"
    }
  ]
}

Mappings
  • rim: ./code
  • cda: .code
Composition.section:AdministriraniLijekovi.author
DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in.
Cardinality0...*
TypeReference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)
Requirements

Identifies who is responsible for the content.

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="ASSIGNED"]
  • cda: .author.assignedAuthor
Composition.section:AdministriraniLijekovi.focus
DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).
Cardinality0...1
TypeReference(Resource)
Comments

Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • cda: .subject? (CDA did not differentiate between subject and focus)
Composition.section:AdministriraniLijekovi.text
DefinitionA human-readable narrative that contains the attested content of the section, 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.
Cardinality0...1
TypeNarrative
Comments

Document profiles may define what content should be represented in the narrative to ensure clinical safety.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .text
  • cda: .text
Composition.section:AdministriraniLijekovi.mode
DefinitionHow the entry 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.
Cardinality0...1
Typecode
Binding

The processing mode that applies to this section.

ListMode (required)
Requirements

Sections are used in various ways, and it must be known in what way it is safe to use the entries in 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())
Mappings
  • w5: FiveWs.class
  • rim: .outBoundRelationship[typeCode=COMP].target[classCode=OBS"].value
  • cda: n/a
Composition.section:AdministriraniLijekovi.orderedBy
DefinitionSpecifies the order applied to the items in the section entries.
Cardinality0...1
TypeCodeableConcept
Binding

What order applies to the items in the entry.

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
  • cda: n/a
Composition.section:AdministriraniLijekovi.entry
DefinitionA reference to the actual resource from which the narrative in the section is derived.
Cardinality1...*
TypeReference(http://fhir.cezih.hr/specifikacije/StructureDefinition/administered-medication)
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]
  • cda: .entry
Composition.section:AdministriraniLijekovi.emptyReason
DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.
Cardinality0...1
TypeCodeableConcept
Binding

If a section 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 section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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]
  • cda: n/a
Composition.section:AdministriraniLijekovi.section
DefinitionA nested sub-section within this section.
Cardinality0...*
Typesee (section)
Comments

Nested sections are primarily used to help human readers navigate to particular portions of the document.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./outboundRelationship[typeCode="COMP" and isNormalActRelationship()]/target[moodCode="EVN" and classCode="DOCSECT" and isNormalAct]
  • cda: .component.section
Composition.section:glavnaDijagnoza
DefinitionThe root of the sections that make up the composition.
Cardinality1...1
TypeBackboneElement
Invariants
  • cmp-1: A section must contain at least one of text, entries, or sub-sections
    text.exists() or entry.exists() or section.exists()
  • cmp-2: A section can only have an emptyReason if it is empty
    emptyReason.empty() or entry.empty()
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./outboundRelationship[typeCode="COMP" and isNormalActRelationship()]/target[moodCode="EVN" and classCode="DOCSECT" and isNormalAct]
  • cda: .component.structuredBody.component.section
Composition.section:glavnaDijagnoza.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
Composition.section:glavnaDijagnoza.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
Composition.section:glavnaDijagnoza.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
Composition.section:glavnaDijagnoza.title
DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.
Cardinality1...1
Typestring
Aliasheader, label, caption
Requirements

Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

Comments

The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./title
  • cda: .title
Composition.section:glavnaDijagnoza.code
DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title.
Cardinality1...1
TypeCodeableConcept
Binding

Classification of a section of a composition/document.

DocumentSectionCodes (example)
Requirements

Provides computable standardized labels to topics within the document.

Comments

The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

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

{
  "coding": [
    {
      "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
      "code": "3",
      "display": "Glavna dijagnoza posjete"
    }
  ]
}

Mappings
  • rim: ./code
  • cda: .code
Composition.section:glavnaDijagnoza.author
DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in.
Cardinality0...*
TypeReference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)
Requirements

Identifies who is responsible for the content.

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="ASSIGNED"]
  • cda: .author.assignedAuthor
Composition.section:glavnaDijagnoza.focus
DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).
Cardinality0...1
TypeReference(Resource)
Comments

Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • cda: .subject? (CDA did not differentiate between subject and focus)
Composition.section:glavnaDijagnoza.text
DefinitionA human-readable narrative that contains the attested content of the section, 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.
Cardinality0...1
TypeNarrative
Comments

Document profiles may define what content should be represented in the narrative to ensure clinical safety.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .text
  • cda: .text
Composition.section:glavnaDijagnoza.mode
DefinitionHow the entry 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.
Cardinality0...1
Typecode
Binding

The processing mode that applies to this section.

ListMode (required)
Requirements

Sections are used in various ways, and it must be known in what way it is safe to use the entries in 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())
Mappings
  • w5: FiveWs.class
  • rim: .outBoundRelationship[typeCode=COMP].target[classCode=OBS"].value
  • cda: n/a
Composition.section:glavnaDijagnoza.orderedBy
DefinitionSpecifies the order applied to the items in the section entries.
Cardinality0...1
TypeCodeableConcept
Binding

What order applies to the items in the entry.

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
  • cda: n/a
Composition.section:glavnaDijagnoza.entry
DefinitionGlavna/ Primarna dijagnoza posjete zabilježena na nalazu/ otpusnom pismu koje se šalje u CEZIH.
Cardinality1...1
TypeReference(http://fhir.cezih.hr/specifikacije/StructureDefinition/primarna-dijagnoza)
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]
  • cda: .entry
Composition.section:glavnaDijagnoza.emptyReason
DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.
Cardinality0...1
TypeCodeableConcept
Binding

If a section 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 section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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]
  • cda: n/a
Composition.section:glavnaDijagnoza.section
DefinitionA nested sub-section within this section.
Cardinality0...*
Typesee (section)
Comments

Nested sections are primarily used to help human readers navigate to particular portions of the document.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./outboundRelationship[typeCode="COMP" and isNormalActRelationship()]/target[moodCode="EVN" and classCode="DOCSECT" and isNormalAct]
  • cda: .component.section
Composition.section:djelatnost
DefinitionThe root of the sections that make up the composition.
Cardinality1...1
TypeBackboneElement
Invariants
  • cmp-1: A section must contain at least one of text, entries, or sub-sections
    text.exists() or entry.exists() or section.exists()
  • cmp-2: A section can only have an emptyReason if it is empty
    emptyReason.empty() or entry.empty()
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./outboundRelationship[typeCode="COMP" and isNormalActRelationship()]/target[moodCode="EVN" and classCode="DOCSECT" and isNormalAct]
  • cda: .component.structuredBody.component.section
Composition.section:djelatnost.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
Composition.section:djelatnost.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
Composition.section:djelatnost.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
Composition.section:djelatnost.title
DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.
Cardinality1...1
Typestring
Aliasheader, label, caption
Requirements

Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

Comments

The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./title
  • cda: .title
Composition.section:djelatnost.code
DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title.
Cardinality1...1
TypeCodeableConcept
Binding

Classification of a section of a composition/document.

DocumentSectionCodes (example)
Requirements

Provides computable standardized labels to topics within the document.

Comments

The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

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

{
  "coding": [
    {
      "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
      "code": "12",
      "display": "Djelatnost"
    }
  ]
}

Mappings
  • rim: ./code
  • cda: .code
Composition.section:djelatnost.author
DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in.
Cardinality0...*
TypeReference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)
Requirements

Identifies who is responsible for the content.

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="ASSIGNED"]
  • cda: .author.assignedAuthor
Composition.section:djelatnost.focus
DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).
Cardinality0...1
TypeReference(Resource)
Comments

Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • cda: .subject? (CDA did not differentiate between subject and focus)
Composition.section:djelatnost.text
DefinitionA human-readable narrative that contains the attested content of the section, 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.
Cardinality0...1
TypeNarrative
Comments

Document profiles may define what content should be represented in the narrative to ensure clinical safety.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .text
  • cda: .text
Composition.section:djelatnost.mode
DefinitionHow the entry 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.
Cardinality0...1
Typecode
Binding

The processing mode that applies to this section.

ListMode (required)
Requirements

Sections are used in various ways, and it must be known in what way it is safe to use the entries in 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())
Mappings
  • w5: FiveWs.class
  • rim: .outBoundRelationship[typeCode=COMP].target[classCode=OBS"].value
  • cda: n/a
Composition.section:djelatnost.orderedBy
DefinitionSpecifies the order applied to the items in the section entries.
Cardinality0...1
TypeCodeableConcept
Binding

What order applies to the items in the entry.

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
  • cda: n/a
Composition.section:djelatnost.entry
DefinitionA reference to the actual resource from which the narrative in the section is derived.
Cardinality1...1
TypeReference(http://fhir.cezih.hr/specifikacije/StructureDefinition/djelatnost)
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]
  • cda: .entry
Composition.section:djelatnost.emptyReason
DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.
Cardinality0...1
TypeCodeableConcept
Binding

If a section 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 section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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]
  • cda: n/a
Composition.section:djelatnost.section
DefinitionA nested sub-section within this section.
Cardinality0...*
Typesee (section)
Comments

Nested sections are primarily used to help human readers navigate to particular portions of the document.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./outboundRelationship[typeCode="COMP" and isNormalActRelationship()]/target[moodCode="EVN" and classCode="DOCSECT" and isNormalAct]
  • cda: .component.section
Composition.section:podaciOPacijentu
DefinitionThe root of the sections that make up the composition.
Cardinality0...1
TypeBackboneElement
Invariants
  • cmp-1: A section must contain at least one of text, entries, or sub-sections
    text.exists() or entry.exists() or section.exists()
  • cmp-2: A section can only have an emptyReason if it is empty
    emptyReason.empty() or entry.empty()
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./outboundRelationship[typeCode="COMP" and isNormalActRelationship()]/target[moodCode="EVN" and classCode="DOCSECT" and isNormalAct]
  • cda: .component.structuredBody.component.section
Composition.section:podaciOPacijentu.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
Composition.section:podaciOPacijentu.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
Composition.section:podaciOPacijentu.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
Composition.section:podaciOPacijentu.title
DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.
Cardinality1...1
Typestring
Aliasheader, label, caption
Requirements

Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.

Comments

The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./title
  • cda: .title
Composition.section:podaciOPacijentu.code
DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title.
Cardinality1...1
TypeCodeableConcept
Binding

Classification of a section of a composition/document.

DocumentSectionCodes (example)
Requirements

Provides computable standardized labels to topics within the document.

Comments

The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.

If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.

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

{
  "coding": [
    {
      "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
      "code": "11",
      "display": "Podaci o pacijentu"
    }
  ]
}

Mappings
  • rim: ./code
  • cda: .code
Composition.section:podaciOPacijentu.author
DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in.
Cardinality0...*
TypeReference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)
Requirements

Identifies who is responsible for the content.

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="ASSIGNED"]
  • cda: .author.assignedAuthor
Composition.section:podaciOPacijentu.focus
DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).
Cardinality0...1
TypeReference(Resource)
Comments

Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • cda: .subject? (CDA did not differentiate between subject and focus)
Composition.section:podaciOPacijentu.text
DefinitionA human-readable narrative that contains the attested content of the section, 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.
Cardinality0...1
TypeNarrative
Comments

Document profiles may define what content should be represented in the narrative to ensure clinical safety.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .text
  • cda: .text
Composition.section:podaciOPacijentu.mode
DefinitionHow the entry 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.
Cardinality0...1
Typecode
Binding

The processing mode that applies to this section.

ListMode (required)
Requirements

Sections are used in various ways, and it must be known in what way it is safe to use the entries in 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())
Mappings
  • w5: FiveWs.class
  • rim: .outBoundRelationship[typeCode=COMP].target[classCode=OBS"].value
  • cda: n/a
Composition.section:podaciOPacijentu.orderedBy
DefinitionSpecifies the order applied to the items in the section entries.
Cardinality0...1
TypeCodeableConcept
Binding

What order applies to the items in the entry.

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
  • cda: n/a
Composition.section:podaciOPacijentu.entry
DefinitionA reference to the actual resource from which the narrative in the section is derived.
Cardinality0...*
TypeReference(Resource)
Comments

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

SlicingUnordered, Closed, by resolve().code(Value)
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]
  • cda: .entry
Composition.section:podaciOPacijentu.entry:tezina
DefinitionA reference to the actual resource from which the narrative in the section is derived.
Cardinality0...1
TypeReference(http://fhir.cezih.hr/specifikacije/StructureDefinition/tezina)
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]
  • cda: .entry
Composition.section:podaciOPacijentu.entry:visina
DefinitionA reference to the actual resource from which the narrative in the section is derived.
Cardinality0...1
TypeReference(http://fhir.cezih.hr/specifikacije/StructureDefinition/visina)
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]
  • cda: .entry
Composition.section:podaciOPacijentu.emptyReason
DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.
Cardinality0...1
TypeCodeableConcept
Binding

If a section 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 section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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]
  • cda: n/a
Composition.section:podaciOPacijentu.section
DefinitionA nested sub-section within this section.
Cardinality0...*
Typesee (section)
Comments

Nested sections are primarily used to help human readers navigate to particular portions of the document.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./outboundRelationship[typeCode="COMP" and isNormalActRelationship()]/target[moodCode="EVN" and classCode="DOCSECT" and isNormalAct]
  • cda: .component.section
<StructureDefinition xmlns="http://hl7.org/fhir">
    <id value="onco-terapija" />
    <meta>
        <versionId value="13" />
        <lastUpdated value="2023-10-31T10:51:36.789+00:00" />
        <source value="#F1sEerg894JLJ9zV" />
    </meta>
    <text>
        <status value="extensions" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <url value="http://fhir.cezih.hr/specifikacije/StructureDefinition/onco-terapija" />
    <version value="0.2.4" />
    <name value="OnkoTerapija" />
    <title value="Struktura podataka dokumenta ONKO Terapija" />
    <status value="active" />
    <experimental value="false" />
    <date value="2023-10-13" />
    <publisher value="Ericsson Nikola Tesla d.d." />
    <description value="Dokument sadrži podatke administrirane onkološke terapije. ." />
    <jurisdiction>
        <coding>
            <system value="urn:iso:std:iso:3166" />
            <code value="HR" />
            <display value="Croatia" />
        </coding>
        <text value="Croatia" />
    </jurisdiction>
    <fhirVersion value="4.0.1" />
    <mapping>
        <identity value="workflow" />
        <uri value="http://hl7.org/fhir/workflow" />
        <name value="Workflow Pattern" />
    </mapping>
    <mapping>
        <identity value="rim" />
        <uri value="http://hl7.org/v3" />
        <name value="RIM Mapping" />
    </mapping>
    <mapping>
        <identity value="cda" />
        <uri value="http://hl7.org/v3/cda" />
        <name value="CDA (R2)" />
    </mapping>
    <mapping>
        <identity value="fhirdocumentreference" />
        <uri value="http://hl7.org/fhir/documentreference" />
        <name value="FHIR DocumentReference" />
    </mapping>
    <mapping>
        <identity value="w5" />
        <uri value="http://hl7.org/fhir/fivews" />
        <name value="FiveWs Pattern Mapping" />
    </mapping>
    <kind value="resource" />
    <abstract value="false" />
    <type value="Composition" />
    <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Composition" />
    <derivation value="constraint" />
    <snapshot>
        <element id="Composition">
            <path value="Composition" />
            <short value="A set of resources composed into a single coherent clinical statement with clinical attestation" />
            <definition value="A set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.)." />
            <comment value="While the focus of this specification is on patient-specific clinical statements, this resource can also apply to other healthcare-related statements such as study protocol designs, healthcare invoices and other activities that are not necessarily patient-specific or clinical." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition" />
                <min value="0" />
                <max value="*" />
            </base>
            <constraint>
                <key value="dom-2" />
                <severity value="error" />
                <human value="If the resource is contained in another resource, it SHALL NOT contain nested Resources" />
                <expression value="contained.contained.empty()" />
                <xpath value="not(parent::f:contained and f:contained)" />
                <source value="http://hl7.org/fhir/StructureDefinition/DomainResource" />
            </constraint>
            <constraint>
                <key value="dom-3" />
                <severity value="error" />
                <human value="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" />
                <expression value="contained.where(((&#39;#&#39;+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = &#39;#&#39;).exists() or descendants().where(as(canonical) = &#39;#&#39;).exists() or descendants().where(as(canonical) = &#39;#&#39;).exists()).not()).trace(&#39;unmatched&#39;, id).empty()" />
                <xpath value="not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat(&#39;#&#39;, $contained/*/id/@value) or descendant::f:reference[@value=&#39;#&#39;])]))" />
                <source value="http://hl7.org/fhir/StructureDefinition/DomainResource" />
            </constraint>
            <constraint>
                <key value="dom-4" />
                <severity value="error" />
                <human value="If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated" />
                <expression value="contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" />
                <xpath value="not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))" />
                <source value="http://hl7.org/fhir/StructureDefinition/DomainResource" />
            </constraint>
            <constraint>
                <key value="dom-5" />
                <severity value="error" />
                <human value="If a resource is contained in another resource, it SHALL NOT have a security label" />
                <expression value="contained.meta.security.empty()" />
                <xpath value="not(exists(f:contained/*/f:meta/f:security))" />
                <source value="http://hl7.org/fhir/StructureDefinition/DomainResource" />
            </constraint>
            <constraint>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice">
                    <valueBoolean value="true" />
                </extension>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation">
                    <valueMarkdown value="When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." />
                </extension>
                <key value="dom-6" />
                <severity value="warning" />
                <human value="A resource should have narrative for robust management" />
                <expression value="text.`div`.exists()" />
                <xpath value="exists(f:text/h:div)" />
                <source value="http://hl7.org/fhir/StructureDefinition/DomainResource" />
            </constraint>
            <constraint>
                <key value="ORD-2" />
                <severity value="error" />
                <human value="Datum dijagnoze primarnog sijela&#160;mora biti jednak ili veći od datuma rođenja." />
                <expression value="Composition.subject.resolve().birthDate &lt;= Composition.section.where(code.coding.code=&#39;1&#39;).entry.resolve().recordedDate" />
            </constraint>
            <constraint>
                <key value="ORD-7" />
                <severity value="error" />
                <human value="Mora biti poslan datum rođenja pacijenta" />
                <expression value="Composition.subject.resolve().birthDate.exists()" />
            </constraint>
            <constraint>
                <key value="ORD-8" />
                <severity value="error" />
                <human value="Mora biti poslan spol pacijenta" />
                <expression value="Composition.subject.resolve().gender.exists()" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="Entity. Role, or Act" />
            </mapping>
            <mapping>
                <identity value="workflow" />
                <map value="Event" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value="Document[classCode=&quot;DOC&quot; and moodCode=&quot;EVN&quot; and isNormalAct()]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="ClinicalDocument" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="when described by DocumentReference" />
            </mapping>
        </element>
        <element id="Composition.id">
            <path value="Composition.id" />
            <short value="Logical id of this artifact" />
            <definition value="The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes." />
            <comment value="The only time that a resource does not have an id is when it is being submitted to the server using a create operation." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Resource.id" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
                    <valueUrl value="id" />
                </extension>
                <code value="http://hl7.org/fhirpath/System.String" />
            </type>
            <isModifier value="false" />
            <isSummary value="true" />
        </element>
        <element id="Composition.meta">
            <path value="Composition.meta" />
            <short value="Metadata about the resource" />
            <definition value="The 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." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Resource.meta" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Meta" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
        </element>
        <element id="Composition.implicitRules">
            <path value="Composition.implicitRules" />
            <short value="A set of rules under which this content was created" />
            <definition value="A 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." />
            <comment value="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&#39;s narrative along with other profiles, value sets, etc." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Resource.implicitRules" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="uri" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="true" />
            <isModifierReason value="This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it&#39;s meaning or interpretation" />
            <isSummary value="true" />
        </element>
        <element id="Composition.language">
            <path value="Composition.language" />
            <short value="Language of the resource content" />
            <definition value="The base language in which the resource is written." />
            <comment value="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)." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Resource.language" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="code" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet">
                    <valueCanonical value="http://hl7.org/fhir/ValueSet/all-languages" />
                </extension>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="Language" />
                </extension>
                <strength value="preferred" />
                <description value="A human language." />
                <valueSet value="http://hl7.org/fhir/ValueSet/languages" />
            </binding>
        </element>
        <element id="Composition.text">
            <path value="Composition.text" />
            <short value="Text summary of the resource, for human interpretation" />
            <definition value="A 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 &quot;clinically safe&quot; for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety." />
            <comment value="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 &quot;text blob&quot; or where text is additionally entered raw or narrated and encoded information is added later." />
            <alias value="narrative" />
            <alias value="html" />
            <alias value="xhtml" />
            <alias value="display" />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="DomainResource.text" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Narrative" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="Act.text?" />
            </mapping>
        </element>
        <element id="Composition.contained">
            <path value="Composition.contained" />
            <short value="Contained, inline Resources" />
            <definition value="These 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." />
            <comment value="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." />
            <alias value="inline resources" />
            <alias value="anonymous resources" />
            <alias value="contained resources" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="DomainResource.contained" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Resource" />
            </type>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="N/A" />
            </mapping>
        </element>
        <element id="Composition.extension">
            <path value="Composition.extension" />
            <short value="Additional content defined by implementations" />
            <definition value="May 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." />
            <comment value="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." />
            <alias value="extensions" />
            <alias value="user content" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="DomainResource.extension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="N/A" />
            </mapping>
        </element>
        <element id="Composition.modifierExtension">
            <path value="Composition.modifierExtension" />
            <short value="Extensions that cannot be ignored" />
            <definition value="May 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&#39;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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." />
            <comment value="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." />
            <requirements value="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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)." />
            <alias value="extensions" />
            <alias value="user content" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="DomainResource.modifierExtension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="true" />
            <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="N/A" />
            </mapping>
        </element>
        <element id="Composition.identifier">
            <path value="Composition.identifier" />
            <short value="Version-independent identifier for the Composition" />
            <definition value="A version-independent identifier for the Composition. This identifier stays constant as the composition is changed over time." />
            <comment value="Similar to ClinicalDocument/setId in CDA. See discussion in resource definition for how these relate." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.identifier" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Identifier" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <mapping>
                <identity value="workflow" />
                <map value="Event.identifier" />
            </mapping>
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.identifier" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value="Document.id / Document.setId" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".setId" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.masterIdentifier" />
            </mapping>
        </element>
        <element id="Composition.status">
            <path value="Composition.status" />
            <short value="preliminary | final | amended | entered-in-error" />
            <definition value="The workflow/clinical status of this composition. The status is a marker for the clinical standing of the document." />
            <comment value="If a composition is marked as withdrawn, the compositions/documents in the series, or data from the composition or document series, should never be displayed to a user without being clearly marked as untrustworthy. The flag &quot;entered-in-error&quot; is why this element is labeled as a modifier of other elements.   \n\nSome reporting work flows require that the original narrative of a final document never be altered; instead, only new narrative can be added. The composition resource has no explicit status for explicitly noting whether this business rule is in effect. This would be handled by an extension if required." />
            <requirements value="Need to be able to mark interim, amended, or withdrawn compositions or documents." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.status" />
                <min value="1" />
                <max value="1" />
            </base>
            <type>
                <code value="code" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="true" />
            <isModifierReason value="This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid" />
            <isSummary value="true" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="CompositionStatus" />
                </extension>
                <strength value="required" />
                <description value="The workflow/clinical status of the composition." />
                <valueSet value="http://hl7.org/fhir/ValueSet/composition-status|4.0.1" />
            </binding>
            <mapping>
                <identity value="workflow" />
                <map value="Event.status" />
            </mapping>
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.status" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value="interim: .completionCode=&quot;IN&quot; &amp; ./statusCode[isNormalDatatype()]=&quot;active&quot;;  final: .completionCode=&quot;AU&quot; &amp;&amp;  ./statusCode[isNormalDatatype()]=&quot;complete&quot; and not(./inboundRelationship[typeCode=&quot;SUBJ&quot; and isNormalActRelationship()]/source[subsumesCode(&quot;ActClass#CACT&quot;) and moodCode=&quot;EVN&quot; and domainMember(&quot;ReviseComposition&quot;, code) and isNormalAct()]);  amended: .completionCode=&quot;AU&quot; &amp;&amp;  ./statusCode[isNormalDatatype()]=&quot;complete&quot; and ./inboundRelationship[typeCode=&quot;SUBJ&quot; and isNormalActRelationship()]/source[subsumesCode(&quot;ActClass#CACT&quot;) and moodCode=&quot;EVN&quot; and domainMember(&quot;ReviseComposition&quot;, code) and isNormalAct() and statusCode=&quot;completed&quot;];  withdrawn : .completionCode=NI &amp;&amp;  ./statusCode[isNormalDatatype()]=&quot;obsolete&quot;" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.status" />
            </mapping>
        </element>
        <element id="Composition.type">
            <path value="Composition.type" />
            <short value="Definira tip kliničkog dokumenta - Onkološki relevantni podaci" />
            <definition value="Specifies the particular kind of composition (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the composition." />
            <comment value="For Composition type, LOINC is ubiquitous and strongly endorsed by HL7. Most implementation guides will require a specific LOINC code, or use LOINC as an extensible binding." />
            <requirements value="Key metadata element describing the composition, used in searching/filtering." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.type" />
                <min value="1" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <fixedCodeableConcept>
                <coding>
                    <system value="http://fhir.cezih.hr/specifikacije/CodeSystem/document-type" />
                    <code value="010" />
                    <display value="Administrirana onkološka terapija" />
                </coding>
            </fixedCodeableConcept>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="DocumentType" />
                </extension>
                <strength value="preferred" />
                <description value="Type of a composition." />
                <valueSet value="http://hl7.org/fhir/ValueSet/doc-typecodes" />
            </binding>
            <mapping>
                <identity value="workflow" />
                <map value="Event.code" />
            </mapping>
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.class" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value="./code" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".code" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.type" />
            </mapping>
        </element>
        <element id="Composition.category">
            <path value="Composition.category" />
            <short value="Categorization of Composition" />
            <definition value="A categorization for the type of the composition - helps for indexing and searching. This may be implied by or derived from the code specified in the Composition Type." />
            <comment value="This is a metadata field from [XDS/MHD](http://wiki.ihe.net/index.php?title=Mobile_access_to_Health_Documents_(MHD))." />
            <requirements value="Helps humans to assess whether the composition is of interest when viewing an index of compositions or documents." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.category" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="DocumentCategory" />
                </extension>
                <strength value="example" />
                <description value="High-level kind of a clinical document at a macro level." />
                <valueSet value="http://hl7.org/fhir/ValueSet/document-classcodes" />
            </binding>
            <mapping>
                <identity value="workflow" />
                <map value="Event.subject" />
            </mapping>
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.class" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship[typeCode=&quot;COMP].target[classCode=&quot;LIST&quot;, moodCode=&quot;EVN&quot;].code" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumenttReference.category" />
            </mapping>
        </element>
        <element id="Composition.subject">
            <path value="Composition.subject" />
            <short value="Referenca na zapis pacijenta" />
            <definition value="Who or what the composition is about. The composition can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of livestock, or a set of patients that share a common exposure)." />
            <comment value="For clinical documents, this is usually the patient." />
            <requirements value="Essential metadata for searching for the composition. Identifies who and/or what the composition/document is about." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.subject" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-pacijent" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="pat-1" />
                <severity value="error" />
                <human value="Podatci o pacijentu moraju sadržavati spol pacijenta" />
                <expression value="$this.resolve().gender.exists()" />
            </constraint>
            <constraint>
                <key value="pat-2" />
                <severity value="error" />
                <human value="Podatci o pacijentu moraju sadržavati datum rođenja pacijenta" />
                <expression value="$this.resolve().birthDate.exists()" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.subject[x]" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".participation[typeCode=&quot;SBJ&quot;].role[typeCode=&quot;PAT&quot;]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".recordTarget" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.subject" />
            </mapping>
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.subject" />
            </mapping>
        </element>
        <element id="Composition.encounter">
            <path value="Composition.encounter" />
            <short value="Referenca na zapis posjete u kojoj je kreiran dokument" />
            <definition value="Describes the clinical encounter or type of care this documentation is associated with." />
            <requirements value="Provides context for the composition and supports searching." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.encounter" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-document-encounter-base" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <mapping>
                <identity value="workflow" />
                <map value="Event.context" />
            </mapping>
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.context" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value="unique(highest(./outboundRelationship[typeCode=&quot;SUBJ&quot; and isNormalActRelationship()], priorityNumber)/target[moodCode=&quot;EVN&quot; and classCode=(&quot;ENC&quot;, &quot;PCPR&quot;) and isNormalAct])" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".componentOf.encompassingEncounter" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.context.encounter" />
            </mapping>
        </element>
        <element id="Composition.date">
            <path value="Composition.date" />
            <short value="Datum unosa podatka" />
            <definition value="The composition editing time, when the composition was last logically changed by the author." />
            <comment value="The Last Modified Date on the composition may be after the date of the document was attested without being changed." />
            <requirements value="dateTime is used for tracking, organizing versions and searching. Note that this is the time of *authoring*. When packaged in a document, [Bundle.timestamp](bundle-definitions.html#Bundle.timestamp) is the date of packaging." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.date" />
                <min value="1" />
                <max value="1" />
            </base>
            <type>
                <code value="dateTime" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <mapping>
                <identity value="workflow" />
                <map value="Event.occurrence[x]" />
            </mapping>
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.done[x]" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".effectiveTime[type=&quot;TS&quot;]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".effectiveTime" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.content.attachment.date, DocumentReference.created" />
            </mapping>
        </element>
        <element id="Composition.author">
            <path value="Composition.author" />
            <slicing>
                <discriminator>
                    <type value="profile" />
                    <path value="resolve()" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <short value="Who and/or what authored the composition" />
            <definition value="Identifies who is responsible for the information in the composition, not necessarily who typed it in." />
            <requirements value="Identifies who is responsible for the content." />
            <min value="2" />
            <max value="2" />
            <base>
                <path value="Composition.author" />
                <min value="1" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <mapping>
                <identity value="workflow" />
                <map value="Event.performer" />
            </mapping>
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.author" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".participation[typeCode=&quot;AUT&quot;].role[classCode=&quot;ASSIGNED&quot;]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".author.assignedAuthor" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.agent" />
            </mapping>
        </element>
        <element id="Composition.author:djelatnik">
            <path value="Composition.author" />
            <sliceName value="djelatnik" />
            <short value="Zdravstveni djelatnika" />
            <definition value="Referenca na zapis zdravstvenog djelatnika pošiljatelja podataka." />
            <requirements value="Identifies who is responsible for the content." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.author" />
                <min value="1" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-practitioner" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <mapping>
                <identity value="workflow" />
                <map value="Event.performer" />
            </mapping>
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.author" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".participation[typeCode=&quot;AUT&quot;].role[classCode=&quot;ASSIGNED&quot;]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".author.assignedAuthor" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.agent" />
            </mapping>
        </element>
        <element id="Composition.author:organizacija">
            <path value="Composition.author" />
            <sliceName value="organizacija" />
            <short value="Zdravstvena organizacija" />
            <definition value="Referenca na zapis zdravstvene organizacije pošiljatelja podataka." />
            <requirements value="Identifies who is responsible for the content." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.author" />
                <min value="1" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-organizacija" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <mapping>
                <identity value="workflow" />
                <map value="Event.performer" />
            </mapping>
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.author" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".participation[typeCode=&quot;AUT&quot;].role[classCode=&quot;ASSIGNED&quot;]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".author.assignedAuthor" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.agent" />
            </mapping>
        </element>
        <element id="Composition.title">
            <path value="Composition.title" />
            <short value="Human Readable name/title" />
            <definition value="Official human-readable label for the composition." />
            <comment value="For many compositions, the title is the same as the text or a display name of Composition.type (e.g. a &quot;consultation&quot; or &quot;progress note&quot;). Note that CDA does not make title mandatory, but there are no known cases where it is useful for title to be omitted, so it is mandatory here. Feedback on this requirement is welcome during the trial use period." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.title" />
                <min value="1" />
                <max value="1" />
            </base>
            <type>
                <code value="string" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <mapping>
                <identity value="rim" />
                <map value="./title" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".title" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.description, DocumentReference.content.attachment.title" />
            </mapping>
        </element>
        <element id="Composition.confidentiality">
            <path value="Composition.confidentiality" />
            <short value="As defined by affinity domain" />
            <definition value="The code specifying the level of confidentiality of the Composition." />
            <comment value="The exact use of this element, and enforcement and issues related to highly sensitive documents are out of scope for the base specification, and delegated to implementation profiles (see security section).  This element is labeled as a modifier because highly confidential documents must not be treated as if they are not." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.confidentiality" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="code" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="DocumentConfidentiality" />
                </extension>
                <strength value="required" />
                <description value="Codes specifying the level of confidentiality of the composition." />
                <valueSet value="http://terminology.hl7.org/ValueSet/v3-ConfidentialityClassification|2014-03-26" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value=".confidentialityCode" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".confidentialityCode" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.securityLabel" />
            </mapping>
        </element>
        <element id="Composition.attester">
            <path value="Composition.attester" />
            <short value="Attests to accuracy of composition" />
            <definition value="A participant who has attested to the accuracy of the composition/document." />
            <comment value="Only list each attester once." />
            <requirements value="Identifies responsibility for the accuracy of the composition content." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.attester" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="BackboneElement" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".participation[typeCode=&quot;AUTHEN&quot;].role[classCode=&quot;ASSIGNED&quot;]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".authenticator/.legalAuthenticator" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.authenticator" />
            </mapping>
        </element>
        <element id="Composition.attester.id">
            <path value="Composition.attester.id" />
            <representation value="xmlAttr" />
            <short value="Unique id for inter-element referencing" />
            <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Element.id" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
                    <valueUrl value="string" />
                </extension>
                <code value="http://hl7.org/fhirpath/System.String" />
            </type>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.attester.extension">
            <path value="Composition.attester.extension" />
            <short value="Additional content defined by implementations" />
            <definition value="May 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." />
            <comment value="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." />
            <alias value="extensions" />
            <alias value="user content" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Element.extension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.attester.modifierExtension">
            <path value="Composition.attester.modifierExtension" />
            <short value="Extensions that cannot be ignored even if unrecognized" />
            <definition value="May 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&#39;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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." />
            <comment value="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." />
            <requirements value="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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)." />
            <alias value="extensions" />
            <alias value="user content" />
            <alias value="modifiers" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="BackboneElement.modifierExtension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="true" />
            <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" />
            <isSummary value="true" />
            <mapping>
                <identity value="rim" />
                <map value="N/A" />
            </mapping>
        </element>
        <element id="Composition.attester.mode">
            <path value="Composition.attester.mode" />
            <short value="personal | professional | legal | official" />
            <definition value="The type of attestation the authenticator offers." />
            <requirements value="Indicates the level of authority of the attestation." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.attester.mode" />
                <min value="1" />
                <max value="1" />
            </base>
            <type>
                <code value="code" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="CompositionAttestationMode" />
                </extension>
                <strength value="required" />
                <description value="The way in which a person authenticated a composition." />
                <valueSet value="http://hl7.org/fhir/ValueSet/composition-attestation-mode|4.0.1" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value="unique(./modeCode)" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="implied by .authenticator/.legalAuthenticator" />
            </mapping>
        </element>
        <element id="Composition.attester.time">
            <path value="Composition.attester.time" />
            <short value="When the composition was attested" />
            <definition value="When the composition was attested by the party." />
            <requirements value="Identifies when the information in the composition was deemed accurate.  (Things may have changed since then.)." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.attester.time" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="dateTime" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./time[type=&quot;TS&quot; and isNormalDatatype()]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".authenticator.time" />
            </mapping>
        </element>
        <element id="Composition.attester.party">
            <path value="Composition.attester.party" />
            <short value="Who attested the composition" />
            <definition value="Who attested the composition in the specified way." />
            <requirements value="Identifies who has taken on the responsibility for accuracy of the composition content." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.attester.party" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.witness" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value="./role[classCode=&quot;ASSIGNED&quot; and isNormalRole]/player[determinerCode=&quot;INST&quot; and classCode=(&quot;DEV&quot;, &quot;PSN&quot;) and isNormalEntity()] or ./role[classCode=&quot;ASSIGNED&quot; and isNormalRole and not(player)]/scoper[determinerCode=&quot;INST&quot; and classCode=&quot;ORG&quot; and isNormalEntity()]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".authenticator.assignedEnttty" />
            </mapping>
        </element>
        <element id="Composition.custodian">
            <path value="Composition.custodian" />
            <short value="Organization which maintains the composition" />
            <definition value="Identifies the organization or group who is responsible for ongoing maintenance of and access to the composition/document information." />
            <comment value="This is useful when documents are derived from a composition - provides guidance for how to get the latest version of the document. This is optional because this is sometimes not known by the authoring system, and can be inferred by context. However, it is important that this information be known when working with a derived document, so providing a custodian is encouraged." />
            <requirements value="Identifies where to go to find the current version, where to report issues, etc." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.custodian" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <mapping>
                <identity value="rim" />
                <map value=".participation[typeCode=&quot;RCV&quot;].role[classCode=&quot;CUST&quot;].scoper[classCode=&quot;ORG&quot; and determinerCode=&quot;INST&quot;]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".custodian.assignedCustodian" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.custodian" />
            </mapping>
        </element>
        <element id="Composition.relatesTo">
            <path value="Composition.relatesTo" />
            <short value="ID dokumenta koji prati podatke" />
            <definition value="ID dokumenta koji prati podatke (nalaz ili otpusno pismo koje se za tu posjetu šalje uz račun). Šalje se iz BIS-a, kao jedan od podataka. Sam dokument koji identificira nije nužno poslati, ovaj ID će služiti za pronalaženje dokumenta ako se pokaže potreba za time" />
            <comment value="A document is a version specific composition." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.relatesTo" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="BackboneElement" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".relatedDocument" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.relatesTo" />
            </mapping>
        </element>
        <element id="Composition.relatesTo.id">
            <path value="Composition.relatesTo.id" />
            <representation value="xmlAttr" />
            <short value="Unique id for inter-element referencing" />
            <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Element.id" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
                    <valueUrl value="string" />
                </extension>
                <code value="http://hl7.org/fhirpath/System.String" />
            </type>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.relatesTo.extension">
            <path value="Composition.relatesTo.extension" />
            <short value="Additional content defined by implementations" />
            <definition value="May 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." />
            <comment value="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." />
            <alias value="extensions" />
            <alias value="user content" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Element.extension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.relatesTo.modifierExtension">
            <path value="Composition.relatesTo.modifierExtension" />
            <short value="Extensions that cannot be ignored even if unrecognized" />
            <definition value="May 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&#39;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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." />
            <comment value="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." />
            <requirements value="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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)." />
            <alias value="extensions" />
            <alias value="user content" />
            <alias value="modifiers" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="BackboneElement.modifierExtension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="true" />
            <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" />
            <isSummary value="true" />
            <mapping>
                <identity value="rim" />
                <map value="N/A" />
            </mapping>
        </element>
        <element id="Composition.relatesTo.code">
            <path value="Composition.relatesTo.code" />
            <short value="replaces | transforms | signs | appends" />
            <definition value="The type of relationship that this composition has with anther composition or document." />
            <comment value="If this document appends another document, then the document cannot be fully understood without also accessing the referenced document." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.relatesTo.code" />
                <min value="1" />
                <max value="1" />
            </base>
            <type>
                <code value="code" />
            </type>
            <fixedCode value="appends" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="DocumentRelationshipType" />
                </extension>
                <strength value="required" />
                <description value="The type of relationship between documents." />
                <valueSet value="http://hl7.org/fhir/ValueSet/document-relationship-type|4.0.1" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship.typeCode" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".relatedDocument.typeCode" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.relatesTo.code" />
            </mapping>
        </element>
        <element id="Composition.relatesTo.target[x]">
            <path value="Composition.relatesTo.target[x]" />
            <short value="Target of the relationship" />
            <definition value="The target composition/document of this relationship." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.relatesTo.target[x]" />
                <min value="1" />
                <max value="1" />
            </base>
            <type>
                <code value="Identifier" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".target[classCode=&quot;DOC&quot;, moodCode=&quot;EVN&quot;].id" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".relatedDocument.id" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.relatesTo.target" />
            </mapping>
        </element>
        <element id="Composition.relatesTo.target[x].id">
            <path value="Composition.relatesTo.target[x].id" />
            <representation value="xmlAttr" />
            <short value="Unique id for inter-element referencing" />
            <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Element.id" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
                    <valueUrl value="string" />
                </extension>
                <code value="http://hl7.org/fhirpath/System.String" />
            </type>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.relatesTo.target[x].extension">
            <path value="Composition.relatesTo.target[x].extension" />
            <slicing>
                <discriminator>
                    <type value="value" />
                    <path value="url" />
                </discriminator>
                <description value="Extensions are always sliced by (at least) url" />
                <rules value="open" />
            </slicing>
            <short value="Additional content defined by implementations" />
            <definition value="May 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." />
            <comment value="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." />
            <alias value="extensions" />
            <alias value="user content" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Element.extension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.relatesTo.target[x].use">
            <path value="Composition.relatesTo.target[x].use" />
            <short value="usual | official | temp | secondary | old (If known)" />
            <definition value="The purpose of this identifier." />
            <comment value="Applications can assume that an identifier is permanent unless it explicitly says that it is temporary." />
            <requirements value="Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Identifier.use" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="code" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="true" />
            <isModifierReason value="This is labeled as &quot;Is Modifier&quot; because applications should not mistake a temporary id for a permanent one." />
            <isSummary value="true" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="IdentifierUse" />
                </extension>
                <strength value="required" />
                <description value="Identifies the purpose for this identifier, if known ." />
                <valueSet value="http://hl7.org/fhir/ValueSet/identifier-use|4.0.1" />
            </binding>
            <mapping>
                <identity value="v2" />
                <map value="N/A" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value="Role.code or implied by context" />
            </mapping>
        </element>
        <element id="Composition.relatesTo.target[x].type">
            <path value="Composition.relatesTo.target[x].type" />
            <short value="Description of identifier" />
            <definition value="A coded type for the identifier that can be used to determine which identifier to use for a specific purpose." />
            <comment value="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." />
            <requirements value="Allows users to make use of identifiers when the identifier system is not known." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Identifier.type" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="IdentifierType" />
                </extension>
                <strength value="extensible" />
                <description value="A coded type for an identifier that can be used to determine which identifier to use for a specific purpose." />
                <valueSet value="http://hl7.org/fhir/ValueSet/identifier-type" />
            </binding>
            <mapping>
                <identity value="v2" />
                <map value="CX.5" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value="Role.code or implied by context" />
            </mapping>
        </element>
        <element id="Composition.relatesTo.target[x].system">
            <path value="Composition.relatesTo.target[x].system" />
            <short value="The namespace for the identifier value" />
            <definition value="Establishes the namespace for the value - that is, a URL that describes a set values that are unique." />
            <comment value="Identifier.system is always case sensitive." />
            <requirements value="There are many sets  of identifiers.  To perform matching of two identifiers, we need to know what set we&#39;re dealing with. The system identifies a particular set of unique identifiers." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Identifier.system" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="uri" />
            </type>
            <fixedUri value="http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-nalaza" />
            <example>
                <label value="General" />
                <valueUri value="http://www.acme.com/identifiers/patient" />
            </example>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <mapping>
                <identity value="v2" />
                <map value="CX.4 / EI-2-4" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value="II.root or Role.id.root" />
            </mapping>
            <mapping>
                <identity value="servd" />
                <map value="./IdentifierType" />
            </mapping>
        </element>
        <element id="Composition.relatesTo.target[x].value">
            <path value="Composition.relatesTo.target[x].value" />
            <short value="The value that is unique" />
            <definition value="The portion of the identifier typically relevant to the user and which is unique within the context of the system." />
            <comment value="If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986.  The value&#39;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](http://hl7.org/fhir/R4/extension-rendered-value.html). 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." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Identifier.value" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="string" />
            </type>
            <example>
                <label value="General" />
                <valueString value="123456" />
            </example>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <mustSupport value="false" />
            <isModifier value="false" />
            <isSummary value="true" />
            <mapping>
                <identity value="v2" />
                <map value="CX.1 / EI.1" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value="II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)" />
            </mapping>
            <mapping>
                <identity value="servd" />
                <map value="./Value" />
            </mapping>
        </element>
        <element id="Composition.relatesTo.target[x].period">
            <path value="Composition.relatesTo.target[x].period" />
            <short value="Time period when id is/was valid for use" />
            <definition value="Time period during which identifier is/was valid for use." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Identifier.period" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Period" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <mapping>
                <identity value="v2" />
                <map value="CX.7 + CX.8" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value="Role.effectiveTime or implied by context" />
            </mapping>
            <mapping>
                <identity value="servd" />
                <map value="./StartDate and ./EndDate" />
            </mapping>
        </element>
        <element id="Composition.relatesTo.target[x].assigner">
            <path value="Composition.relatesTo.target[x].assigner" />
            <short value="Organization that issued id (may be just text)" />
            <definition value="Organization that issued/manages the identifier." />
            <comment value="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." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Identifier.assigner" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <mapping>
                <identity value="v2" />
                <map value="CX.4 / (CX.4,CX.9,CX.10)" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value="II.assigningAuthorityName but note that this is an improper use by the definition of the field.  Also Role.scoper" />
            </mapping>
            <mapping>
                <identity value="servd" />
                <map value="./IdentifierIssuingAuthority" />
            </mapping>
        </element>
        <element id="Composition.event">
            <path value="Composition.event" />
            <short value="The clinical service(s) being documented" />
            <definition value="The clinical service, such as a colonoscopy or an appendectomy, being documented." />
            <comment value="The event needs to be consistent with the type element, though can provide further information if desired." />
            <requirements value="Provides context for the composition and creates a linkage between a resource describing an event and the composition created describing the event." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.event" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="BackboneElement" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <mapping>
                <identity value="rim" />
                <map value="outboundRelationship[typeCode=&quot;SUBJ&quot;].target[classCode&lt;&#39;ACT&#39;]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".documentationOf.serviceEvent" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.event" />
            </mapping>
        </element>
        <element id="Composition.event.id">
            <path value="Composition.event.id" />
            <representation value="xmlAttr" />
            <short value="Unique id for inter-element referencing" />
            <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Element.id" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
                    <valueUrl value="string" />
                </extension>
                <code value="http://hl7.org/fhirpath/System.String" />
            </type>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.event.extension">
            <path value="Composition.event.extension" />
            <short value="Additional content defined by implementations" />
            <definition value="May 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." />
            <comment value="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." />
            <alias value="extensions" />
            <alias value="user content" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Element.extension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.event.modifierExtension">
            <path value="Composition.event.modifierExtension" />
            <short value="Extensions that cannot be ignored even if unrecognized" />
            <definition value="May 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&#39;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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." />
            <comment value="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." />
            <requirements value="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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)." />
            <alias value="extensions" />
            <alias value="user content" />
            <alias value="modifiers" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="BackboneElement.modifierExtension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="true" />
            <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" />
            <isSummary value="true" />
            <mapping>
                <identity value="rim" />
                <map value="N/A" />
            </mapping>
        </element>
        <element id="Composition.event.code">
            <path value="Composition.event.code" />
            <short value="Code(s) that apply to the event being documented" />
            <definition value="This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a &quot;History and Physical Report&quot; in which the procedure being documented is necessarily a &quot;History and Physical&quot; act." />
            <comment value="An event can further specialize the act inherent in the typeCode, such as where it is simply &quot;Procedure Report&quot; and the procedure was a &quot;colonoscopy&quot;. If one or more eventCodes are included, they SHALL NOT conflict with the values inherent in the classCode, practiceSettingCode or typeCode, as such a conflict would create an ambiguous situation. This short list of codes is provided to be used as key words for certain types of queries." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.event.code" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="DocumentEventType" />
                </extension>
                <strength value="example" />
                <description value="This list of codes represents the main clinical acts being documented." />
                <valueSet value="http://terminology.hl7.org/ValueSet/v3-ActCode" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value=".code" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".code" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.event.code" />
            </mapping>
        </element>
        <element id="Composition.event.period">
            <path value="Composition.event.period" />
            <short value="The period covered by the documentation" />
            <definition value="The period of time covered by the documentation. There is no assertion that the documentation is a complete representation for this period, only that it documents events during this time." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.event.period" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Period" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <mapping>
                <identity value="rim" />
                <map value=".effectiveTime" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".effectiveTime" />
            </mapping>
            <mapping>
                <identity value="fhirdocumentreference" />
                <map value="DocumentReference.event.period" />
            </mapping>
        </element>
        <element id="Composition.event.detail">
            <path value="Composition.event.detail" />
            <short value="The event(s) being documented" />
            <definition value="The description and/or reference of the event(s) being documented. For example, this could be used to document such a colonoscopy or an appendectomy." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.event.detail" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="true" />
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship[typeCode=&quot;SUBJ&quot;].target" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section">
            <path value="Composition.section" />
            <slicing>
                <discriminator>
                    <type value="value" />
                    <path value="code" />
                </discriminator>
                <ordered value="false" />
                <rules value="closed" />
            </slicing>
            <short value="Composition is broken into sections" />
            <definition value="The root of the sections that make up the composition." />
            <min value="1" />
            <max value="*" />
            <base>
                <path value="Composition.section" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="BackboneElement" />
            </type>
            <constraint>
                <key value="cmp-1" />
                <severity value="error" />
                <human value="A section must contain at least one of text, entries, or sub-sections" />
                <expression value="text.exists() or entry.exists() or section.exists()" />
                <xpath value="exists(f:text) or exists(f:entry) or exists(f:section)" />
                <source value="http://hl7.org/fhir/StructureDefinition/Composition" />
            </constraint>
            <constraint>
                <key value="cmp-2" />
                <severity value="error" />
                <human value="A section can only have an emptyReason if it is empty" />
                <expression value="emptyReason.empty() or entry.empty()" />
                <xpath value="not(exists(f:emptyReason) and exists(f:entry))" />
                <source value="http://hl7.org/fhir/StructureDefinition/Composition" />
            </constraint>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./outboundRelationship[typeCode=&quot;COMP&quot; and isNormalActRelationship()]/target[moodCode=&quot;EVN&quot; and classCode=&quot;DOCSECT&quot; and isNormalAct]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".component.structuredBody.component.section" />
            </mapping>
        </element>
        <element id="Composition.section.id">
            <path value="Composition.section.id" />
            <representation value="xmlAttr" />
            <short value="Unique id for inter-element referencing" />
            <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Element.id" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
                    <valueUrl value="string" />
                </extension>
                <code value="http://hl7.org/fhirpath/System.String" />
            </type>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section.extension">
            <path value="Composition.section.extension" />
            <short value="Additional content defined by implementations" />
            <definition value="May 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." />
            <comment value="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." />
            <alias value="extensions" />
            <alias value="user content" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Element.extension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section.modifierExtension">
            <path value="Composition.section.modifierExtension" />
            <short value="Extensions that cannot be ignored even if unrecognized" />
            <definition value="May 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&#39;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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." />
            <comment value="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." />
            <requirements value="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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)." />
            <alias value="extensions" />
            <alias value="user content" />
            <alias value="modifiers" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="BackboneElement.modifierExtension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="true" />
            <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" />
            <isSummary value="true" />
            <mapping>
                <identity value="rim" />
                <map value="N/A" />
            </mapping>
        </element>
        <element id="Composition.section.title">
            <path value="Composition.section.title" />
            <short value="Label for section (e.g. for ToC)" />
            <definition value="The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents." />
            <comment value="The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title,  or documents that only have a single section. Most Implementation Guides will make section title to be a required element." />
            <requirements value="Section headings are often standardized for different types of documents.  They give guidance to humans on how the document is organized." />
            <alias value="header" />
            <alias value="label" />
            <alias value="caption" />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.title" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="string" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./title" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".title" />
            </mapping>
        </element>
        <element id="Composition.section.code">
            <path value="Composition.section.code" />
            <short value="Classification of section (recommended)" />
            <definition value="A code identifying the kind of content contained within the section. This must be consistent with the section title." />
            <comment value="The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.   \n\nIf the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code." />
            <requirements value="Provides computable standardized labels to topics within the document." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.code" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="CompositionSectionType" />
                </extension>
                <strength value="example" />
                <description value="Classification of a section of a composition/document." />
                <valueSet value="http://hl7.org/fhir/ValueSet/doc-section-codes" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value="./code" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".code" />
            </mapping>
        </element>
        <element id="Composition.section.author">
            <path value="Composition.section.author" />
            <short value="Who and/or what authored the section" />
            <definition value="Identifies who is responsible for the information in this section, not necessarily who typed it in." />
            <requirements value="Identifies who is responsible for the content." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.section.author" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.author" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".participation[typeCode=&quot;AUT&quot;].role[classCode=&quot;ASSIGNED&quot;]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".author.assignedAuthor" />
            </mapping>
        </element>
        <element id="Composition.section.focus">
            <path value="Composition.section.focus" />
            <short value="Who/what the section is about, when it is not about the subject of composition" />
            <definition value="The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources)." />
            <comment value="Typically, sections in a doument are about the subject of the document, whether that is a  patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are  a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.focus" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="cda" />
                <map value=".subject? (CDA did not differentiate between subject and focus)" />
            </mapping>
        </element>
        <element id="Composition.section.text">
            <path value="Composition.section.text" />
            <short value="Text summary of the section, for human interpretation" />
            <definition value="A human-readable narrative that contains the attested content of the section, 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 &quot;clinically safe&quot; for a human to just read the narrative." />
            <comment value="Document profiles may define what content should be represented in the narrative to ensure clinical safety." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.text" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Narrative" />
            </type>
            <condition value="cmp-1" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".text" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".text" />
            </mapping>
        </element>
        <element id="Composition.section.mode">
            <path value="Composition.section.mode" />
            <short value="working | snapshot | changes" />
            <definition value="How the entry 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." />
            <comment value="This element is labeled as a modifier because a change list must not be misunderstood as a complete list." />
            <requirements value="Sections are used in various ways, and it must be known in what way it is safe to use the entries in them." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.mode" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="code" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionMode" />
                </extension>
                <strength value="required" />
                <description value="The processing mode that applies to this section." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-mode|4.0.1" />
            </binding>
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.class" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".outBoundRelationship[typeCode=COMP].target[classCode=OBS&quot;].value" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section.orderedBy">
            <path value="Composition.section.orderedBy" />
            <short value="Order of section entries" />
            <definition value="Specifies the order applied to the items in the section entries." />
            <comment value="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." />
            <requirements value="Important for presentation and rendering.  Lists may be sorted to place more important information first or to group related entries." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.orderedBy" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionEntryOrder" />
                </extension>
                <strength value="preferred" />
                <description value="What order applies to the items in the entry." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-order" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship[typeCode=COMP].sequenceNumber &gt; 1" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section.entry">
            <path value="Composition.section.entry" />
            <short value="A reference to data that supports this section" />
            <definition value="A reference to the actual resource from which the narrative in the section is derived." />
            <comment value="If there are no entries in the list, an emptyReason SHOULD be provided." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.section.entry" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" />
            </type>
            <condition value="cmp-2" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship[typeCode=COMP] or  .participation[typeCode=SBJ]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".entry" />
            </mapping>
        </element>
        <element id="Composition.section.emptyReason">
            <path value="Composition.section.emptyReason" />
            <short value="Why the section is empty" />
            <definition value="If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason." />
            <comment value="The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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." />
            <requirements value="Allows capturing things like &quot;none exist&quot; or &quot;not asked&quot; which can be important for most lists." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.emptyReason" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <condition value="cmp-2" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionEmptyReason" />
                </extension>
                <strength value="preferred" />
                <description value="If a section is empty, why it is empty." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-empty-reason" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value=".inboundRelationship[typeCode=SUBJ,code&lt;ListEmptyReason].value[type=CD]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section.section">
            <path value="Composition.section.section" />
            <short value="Nested Section" />
            <definition value="A nested sub-section within this section." />
            <comment value="Nested sections are primarily used to help human readers navigate to particular portions of the document." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.section.section" />
                <min value="0" />
                <max value="*" />
            </base>
            <contentReference value="http://hl7.org/fhir/StructureDefinition/Composition#Composition.section" />
            <condition value="cmp-1" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./outboundRelationship[typeCode=&quot;COMP&quot; and isNormalActRelationship()]/target[moodCode=&quot;EVN&quot; and classCode=&quot;DOCSECT&quot; and isNormalAct]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".component.section" />
            </mapping>
        </element>
        <element id="Composition.section:Slucaj">
            <path value="Composition.section" />
            <sliceName value="Slucaj" />
            <short value="SET 3: podaci dijagnoze primarnog sijela" />
            <definition value="Slučaj sadrži informacije o dijagnozi primarnog sijela." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="BackboneElement" />
            </type>
            <constraint>
                <key value="cmp-1" />
                <severity value="error" />
                <human value="A section must contain at least one of text, entries, or sub-sections" />
                <expression value="text.exists() or entry.exists() or section.exists()" />
                <xpath value="exists(f:text) or exists(f:entry) or exists(f:section)" />
                <source value="http://hl7.org/fhir/StructureDefinition/Composition" />
            </constraint>
            <constraint>
                <key value="cmp-2" />
                <severity value="error" />
                <human value="A section can only have an emptyReason if it is empty" />
                <expression value="emptyReason.empty() or entry.empty()" />
                <xpath value="not(exists(f:emptyReason) and exists(f:entry))" />
                <source value="http://hl7.org/fhir/StructureDefinition/Composition" />
            </constraint>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./outboundRelationship[typeCode=&quot;COMP&quot; and isNormalActRelationship()]/target[moodCode=&quot;EVN&quot; and classCode=&quot;DOCSECT&quot; and isNormalAct]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".component.structuredBody.component.section" />
            </mapping>
        </element>
        <element id="Composition.section:Slucaj.id">
            <path value="Composition.section.id" />
            <representation value="xmlAttr" />
            <short value="Unique id for inter-element referencing" />
            <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Element.id" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
                    <valueUrl value="string" />
                </extension>
                <code value="http://hl7.org/fhirpath/System.String" />
            </type>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:Slucaj.extension">
            <path value="Composition.section.extension" />
            <short value="Additional content defined by implementations" />
            <definition value="May 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." />
            <comment value="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." />
            <alias value="extensions" />
            <alias value="user content" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Element.extension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:Slucaj.modifierExtension">
            <path value="Composition.section.modifierExtension" />
            <short value="Extensions that cannot be ignored even if unrecognized" />
            <definition value="May 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&#39;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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." />
            <comment value="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." />
            <requirements value="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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)." />
            <alias value="extensions" />
            <alias value="user content" />
            <alias value="modifiers" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="BackboneElement.modifierExtension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="true" />
            <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" />
            <isSummary value="true" />
            <mapping>
                <identity value="rim" />
                <map value="N/A" />
            </mapping>
        </element>
        <element id="Composition.section:Slucaj.title">
            <path value="Composition.section.title" />
            <short value="Label for section (e.g. for ToC)" />
            <definition value="The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents." />
            <comment value="The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title,  or documents that only have a single section. Most Implementation Guides will make section title to be a required element." />
            <requirements value="Section headings are often standardized for different types of documents.  They give guidance to humans on how the document is organized." />
            <alias value="header" />
            <alias value="label" />
            <alias value="caption" />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section.title" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="string" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./title" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".title" />
            </mapping>
        </element>
        <element id="Composition.section:Slucaj.code">
            <path value="Composition.section.code" />
            <short value="Classification of section (recommended)" />
            <definition value="A code identifying the kind of content contained within the section. This must be consistent with the section title." />
            <comment value="The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.   \n\nIf the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code." />
            <requirements value="Provides computable standardized labels to topics within the document." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section.code" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <fixedCodeableConcept>
                <coding>
                    <system value="http://fhir.cezih.hr/specifikacije/CodeSystem/document-section" />
                    <code value="1" />
                    <display value="Slučaj" />
                </coding>
            </fixedCodeableConcept>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="CompositionSectionType" />
                </extension>
                <strength value="example" />
                <description value="Classification of a section of a composition/document." />
                <valueSet value="http://hl7.org/fhir/ValueSet/doc-section-codes" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value="./code" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".code" />
            </mapping>
        </element>
        <element id="Composition.section:Slucaj.author">
            <path value="Composition.section.author" />
            <short value="Who and/or what authored the section" />
            <definition value="Identifies who is responsible for the information in this section, not necessarily who typed it in." />
            <requirements value="Identifies who is responsible for the content." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.section.author" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.author" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".participation[typeCode=&quot;AUT&quot;].role[classCode=&quot;ASSIGNED&quot;]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".author.assignedAuthor" />
            </mapping>
        </element>
        <element id="Composition.section:Slucaj.focus">
            <path value="Composition.section.focus" />
            <short value="Who/what the section is about, when it is not about the subject of composition" />
            <definition value="The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources)." />
            <comment value="Typically, sections in a doument are about the subject of the document, whether that is a  patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are  a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.focus" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="cda" />
                <map value=".subject? (CDA did not differentiate between subject and focus)" />
            </mapping>
        </element>
        <element id="Composition.section:Slucaj.text">
            <path value="Composition.section.text" />
            <short value="Text summary of the section, for human interpretation" />
            <definition value="A human-readable narrative that contains the attested content of the section, 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 &quot;clinically safe&quot; for a human to just read the narrative." />
            <comment value="Document profiles may define what content should be represented in the narrative to ensure clinical safety." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.text" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Narrative" />
            </type>
            <condition value="cmp-1" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".text" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".text" />
            </mapping>
        </element>
        <element id="Composition.section:Slucaj.mode">
            <path value="Composition.section.mode" />
            <short value="working | snapshot | changes" />
            <definition value="How the entry 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." />
            <comment value="This element is labeled as a modifier because a change list must not be misunderstood as a complete list." />
            <requirements value="Sections are used in various ways, and it must be known in what way it is safe to use the entries in them." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.mode" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="code" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionMode" />
                </extension>
                <strength value="required" />
                <description value="The processing mode that applies to this section." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-mode|4.0.1" />
            </binding>
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.class" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".outBoundRelationship[typeCode=COMP].target[classCode=OBS&quot;].value" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:Slucaj.orderedBy">
            <path value="Composition.section.orderedBy" />
            <short value="Order of section entries" />
            <definition value="Specifies the order applied to the items in the section entries." />
            <comment value="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." />
            <requirements value="Important for presentation and rendering.  Lists may be sorted to place more important information first or to group related entries." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.orderedBy" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionEntryOrder" />
                </extension>
                <strength value="preferred" />
                <description value="What order applies to the items in the entry." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-order" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship[typeCode=COMP].sequenceNumber &gt; 1" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:Slucaj.entry">
            <path value="Composition.section.entry" />
            <short value="A reference to data that supports this section" />
            <definition value="A reference to the actual resource from which the narrative in the section is derived." />
            <comment value="If there are no entries in the list, an emptyReason SHOULD be provided." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section.entry" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/slucaj" />
            </type>
            <condition value="cmp-2" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship[typeCode=COMP] or  .participation[typeCode=SBJ]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".entry" />
            </mapping>
        </element>
        <element id="Composition.section:Slucaj.emptyReason">
            <path value="Composition.section.emptyReason" />
            <short value="Why the section is empty" />
            <definition value="If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason." />
            <comment value="The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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." />
            <requirements value="Allows capturing things like &quot;none exist&quot; or &quot;not asked&quot; which can be important for most lists." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.emptyReason" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <condition value="cmp-2" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionEmptyReason" />
                </extension>
                <strength value="preferred" />
                <description value="If a section is empty, why it is empty." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-empty-reason" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value=".inboundRelationship[typeCode=SUBJ,code&lt;ListEmptyReason].value[type=CD]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:Slucaj.section">
            <path value="Composition.section.section" />
            <short value="Nested Section" />
            <definition value="A nested sub-section within this section." />
            <comment value="Nested sections are primarily used to help human readers navigate to particular portions of the document." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.section.section" />
                <min value="0" />
                <max value="*" />
            </base>
            <contentReference value="http://hl7.org/fhir/StructureDefinition/Composition#Composition.section" />
            <condition value="cmp-1" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./outboundRelationship[typeCode=&quot;COMP&quot; and isNormalActRelationship()]/target[moodCode=&quot;EVN&quot; and classCode=&quot;DOCSECT&quot; and isNormalAct]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".component.section" />
            </mapping>
        </element>
        <element id="Composition.section:AdministriraniLijekovi">
            <path value="Composition.section" />
            <sliceName value="AdministriraniLijekovi" />
            <short value="SET 9: podaci o administriranom lijeku" />
            <definition value="The root of the sections that make up the composition." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="BackboneElement" />
            </type>
            <constraint>
                <key value="cmp-1" />
                <severity value="error" />
                <human value="A section must contain at least one of text, entries, or sub-sections" />
                <expression value="text.exists() or entry.exists() or section.exists()" />
                <xpath value="exists(f:text) or exists(f:entry) or exists(f:section)" />
                <source value="http://hl7.org/fhir/StructureDefinition/Composition" />
            </constraint>
            <constraint>
                <key value="cmp-2" />
                <severity value="error" />
                <human value="A section can only have an emptyReason if it is empty" />
                <expression value="emptyReason.empty() or entry.empty()" />
                <xpath value="not(exists(f:emptyReason) and exists(f:entry))" />
                <source value="http://hl7.org/fhir/StructureDefinition/Composition" />
            </constraint>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./outboundRelationship[typeCode=&quot;COMP&quot; and isNormalActRelationship()]/target[moodCode=&quot;EVN&quot; and classCode=&quot;DOCSECT&quot; and isNormalAct]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".component.structuredBody.component.section" />
            </mapping>
        </element>
        <element id="Composition.section:AdministriraniLijekovi.id">
            <path value="Composition.section.id" />
            <representation value="xmlAttr" />
            <short value="Unique id for inter-element referencing" />
            <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Element.id" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
                    <valueUrl value="string" />
                </extension>
                <code value="http://hl7.org/fhirpath/System.String" />
            </type>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:AdministriraniLijekovi.extension">
            <path value="Composition.section.extension" />
            <short value="Additional content defined by implementations" />
            <definition value="May 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." />
            <comment value="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." />
            <alias value="extensions" />
            <alias value="user content" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Element.extension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:AdministriraniLijekovi.modifierExtension">
            <path value="Composition.section.modifierExtension" />
            <short value="Extensions that cannot be ignored even if unrecognized" />
            <definition value="May 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&#39;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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." />
            <comment value="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." />
            <requirements value="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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)." />
            <alias value="extensions" />
            <alias value="user content" />
            <alias value="modifiers" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="BackboneElement.modifierExtension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="true" />
            <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" />
            <isSummary value="true" />
            <mapping>
                <identity value="rim" />
                <map value="N/A" />
            </mapping>
        </element>
        <element id="Composition.section:AdministriraniLijekovi.title">
            <path value="Composition.section.title" />
            <short value="Label for section (e.g. for ToC)" />
            <definition value="The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents." />
            <comment value="The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title,  or documents that only have a single section. Most Implementation Guides will make section title to be a required element." />
            <requirements value="Section headings are often standardized for different types of documents.  They give guidance to humans on how the document is organized." />
            <alias value="header" />
            <alias value="label" />
            <alias value="caption" />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section.title" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="string" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./title" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".title" />
            </mapping>
        </element>
        <element id="Composition.section:AdministriraniLijekovi.code">
            <path value="Composition.section.code" />
            <short value="Classification of section (recommended)" />
            <definition value="A code identifying the kind of content contained within the section. This must be consistent with the section title." />
            <comment value="The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.   \n\nIf the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code." />
            <requirements value="Provides computable standardized labels to topics within the document." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section.code" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <fixedCodeableConcept>
                <coding>
                    <system value="http://fhir.cezih.hr/specifikacije/CodeSystem/document-section" />
                    <code value="9" />
                    <display value="Podaci o administriranim lijekovima" />
                </coding>
            </fixedCodeableConcept>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="CompositionSectionType" />
                </extension>
                <strength value="example" />
                <description value="Classification of a section of a composition/document." />
                <valueSet value="http://hl7.org/fhir/ValueSet/doc-section-codes" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value="./code" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".code" />
            </mapping>
        </element>
        <element id="Composition.section:AdministriraniLijekovi.author">
            <path value="Composition.section.author" />
            <short value="Who and/or what authored the section" />
            <definition value="Identifies who is responsible for the information in this section, not necessarily who typed it in." />
            <requirements value="Identifies who is responsible for the content." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.section.author" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.author" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".participation[typeCode=&quot;AUT&quot;].role[classCode=&quot;ASSIGNED&quot;]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".author.assignedAuthor" />
            </mapping>
        </element>
        <element id="Composition.section:AdministriraniLijekovi.focus">
            <path value="Composition.section.focus" />
            <short value="Who/what the section is about, when it is not about the subject of composition" />
            <definition value="The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources)." />
            <comment value="Typically, sections in a doument are about the subject of the document, whether that is a  patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are  a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.focus" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="cda" />
                <map value=".subject? (CDA did not differentiate between subject and focus)" />
            </mapping>
        </element>
        <element id="Composition.section:AdministriraniLijekovi.text">
            <path value="Composition.section.text" />
            <short value="Text summary of the section, for human interpretation" />
            <definition value="A human-readable narrative that contains the attested content of the section, 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 &quot;clinically safe&quot; for a human to just read the narrative." />
            <comment value="Document profiles may define what content should be represented in the narrative to ensure clinical safety." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.text" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Narrative" />
            </type>
            <condition value="cmp-1" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".text" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".text" />
            </mapping>
        </element>
        <element id="Composition.section:AdministriraniLijekovi.mode">
            <path value="Composition.section.mode" />
            <short value="working | snapshot | changes" />
            <definition value="How the entry 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." />
            <comment value="This element is labeled as a modifier because a change list must not be misunderstood as a complete list." />
            <requirements value="Sections are used in various ways, and it must be known in what way it is safe to use the entries in them." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.mode" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="code" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionMode" />
                </extension>
                <strength value="required" />
                <description value="The processing mode that applies to this section." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-mode|4.0.1" />
            </binding>
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.class" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".outBoundRelationship[typeCode=COMP].target[classCode=OBS&quot;].value" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:AdministriraniLijekovi.orderedBy">
            <path value="Composition.section.orderedBy" />
            <short value="Order of section entries" />
            <definition value="Specifies the order applied to the items in the section entries." />
            <comment value="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." />
            <requirements value="Important for presentation and rendering.  Lists may be sorted to place more important information first or to group related entries." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.orderedBy" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionEntryOrder" />
                </extension>
                <strength value="preferred" />
                <description value="What order applies to the items in the entry." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-order" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship[typeCode=COMP].sequenceNumber &gt; 1" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:AdministriraniLijekovi.entry">
            <path value="Composition.section.entry" />
            <short value="A reference to data that supports this section" />
            <definition value="A reference to the actual resource from which the narrative in the section is derived." />
            <comment value="If there are no entries in the list, an emptyReason SHOULD be provided." />
            <min value="1" />
            <max value="*" />
            <base>
                <path value="Composition.section.entry" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/administered-medication" />
            </type>
            <condition value="cmp-2" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship[typeCode=COMP] or  .participation[typeCode=SBJ]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".entry" />
            </mapping>
        </element>
        <element id="Composition.section:AdministriraniLijekovi.emptyReason">
            <path value="Composition.section.emptyReason" />
            <short value="Why the section is empty" />
            <definition value="If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason." />
            <comment value="The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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." />
            <requirements value="Allows capturing things like &quot;none exist&quot; or &quot;not asked&quot; which can be important for most lists." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.emptyReason" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <condition value="cmp-2" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionEmptyReason" />
                </extension>
                <strength value="preferred" />
                <description value="If a section is empty, why it is empty." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-empty-reason" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value=".inboundRelationship[typeCode=SUBJ,code&lt;ListEmptyReason].value[type=CD]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:AdministriraniLijekovi.section">
            <path value="Composition.section.section" />
            <short value="Nested Section" />
            <definition value="A nested sub-section within this section." />
            <comment value="Nested sections are primarily used to help human readers navigate to particular portions of the document." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.section.section" />
                <min value="0" />
                <max value="*" />
            </base>
            <contentReference value="http://hl7.org/fhir/StructureDefinition/Composition#Composition.section" />
            <condition value="cmp-1" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./outboundRelationship[typeCode=&quot;COMP&quot; and isNormalActRelationship()]/target[moodCode=&quot;EVN&quot; and classCode=&quot;DOCSECT&quot; and isNormalAct]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".component.section" />
            </mapping>
        </element>
        <element id="Composition.section:glavnaDijagnoza">
            <path value="Composition.section" />
            <sliceName value="glavnaDijagnoza" />
            <short value="Glavna dijagnoza posjete" />
            <definition value="The root of the sections that make up the composition." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="BackboneElement" />
            </type>
            <constraint>
                <key value="cmp-1" />
                <severity value="error" />
                <human value="A section must contain at least one of text, entries, or sub-sections" />
                <expression value="text.exists() or entry.exists() or section.exists()" />
                <xpath value="exists(f:text) or exists(f:entry) or exists(f:section)" />
                <source value="http://hl7.org/fhir/StructureDefinition/Composition" />
            </constraint>
            <constraint>
                <key value="cmp-2" />
                <severity value="error" />
                <human value="A section can only have an emptyReason if it is empty" />
                <expression value="emptyReason.empty() or entry.empty()" />
                <xpath value="not(exists(f:emptyReason) and exists(f:entry))" />
                <source value="http://hl7.org/fhir/StructureDefinition/Composition" />
            </constraint>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./outboundRelationship[typeCode=&quot;COMP&quot; and isNormalActRelationship()]/target[moodCode=&quot;EVN&quot; and classCode=&quot;DOCSECT&quot; and isNormalAct]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".component.structuredBody.component.section" />
            </mapping>
        </element>
        <element id="Composition.section:glavnaDijagnoza.id">
            <path value="Composition.section.id" />
            <representation value="xmlAttr" />
            <short value="Unique id for inter-element referencing" />
            <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Element.id" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
                    <valueUrl value="string" />
                </extension>
                <code value="http://hl7.org/fhirpath/System.String" />
            </type>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:glavnaDijagnoza.extension">
            <path value="Composition.section.extension" />
            <short value="Additional content defined by implementations" />
            <definition value="May 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." />
            <comment value="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." />
            <alias value="extensions" />
            <alias value="user content" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Element.extension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:glavnaDijagnoza.modifierExtension">
            <path value="Composition.section.modifierExtension" />
            <short value="Extensions that cannot be ignored even if unrecognized" />
            <definition value="May 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&#39;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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." />
            <comment value="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." />
            <requirements value="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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)." />
            <alias value="extensions" />
            <alias value="user content" />
            <alias value="modifiers" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="BackboneElement.modifierExtension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="true" />
            <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" />
            <isSummary value="true" />
            <mapping>
                <identity value="rim" />
                <map value="N/A" />
            </mapping>
        </element>
        <element id="Composition.section:glavnaDijagnoza.title">
            <path value="Composition.section.title" />
            <short value="Label for section (e.g. for ToC)" />
            <definition value="The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents." />
            <comment value="The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title,  or documents that only have a single section. Most Implementation Guides will make section title to be a required element." />
            <requirements value="Section headings are often standardized for different types of documents.  They give guidance to humans on how the document is organized." />
            <alias value="header" />
            <alias value="label" />
            <alias value="caption" />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section.title" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="string" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./title" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".title" />
            </mapping>
        </element>
        <element id="Composition.section:glavnaDijagnoza.code">
            <path value="Composition.section.code" />
            <short value="Classification of section (recommended)" />
            <definition value="A code identifying the kind of content contained within the section. This must be consistent with the section title." />
            <comment value="The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.   \n\nIf the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code." />
            <requirements value="Provides computable standardized labels to topics within the document." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section.code" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <fixedCodeableConcept>
                <coding>
                    <system value="http://fhir.cezih.hr/specifikacije/CodeSystem/document-section" />
                    <code value="3" />
                    <display value="Glavna dijagnoza posjete" />
                </coding>
            </fixedCodeableConcept>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="CompositionSectionType" />
                </extension>
                <strength value="example" />
                <description value="Classification of a section of a composition/document." />
                <valueSet value="http://hl7.org/fhir/ValueSet/doc-section-codes" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value="./code" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".code" />
            </mapping>
        </element>
        <element id="Composition.section:glavnaDijagnoza.author">
            <path value="Composition.section.author" />
            <short value="Who and/or what authored the section" />
            <definition value="Identifies who is responsible for the information in this section, not necessarily who typed it in." />
            <requirements value="Identifies who is responsible for the content." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.section.author" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.author" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".participation[typeCode=&quot;AUT&quot;].role[classCode=&quot;ASSIGNED&quot;]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".author.assignedAuthor" />
            </mapping>
        </element>
        <element id="Composition.section:glavnaDijagnoza.focus">
            <path value="Composition.section.focus" />
            <short value="Who/what the section is about, when it is not about the subject of composition" />
            <definition value="The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources)." />
            <comment value="Typically, sections in a doument are about the subject of the document, whether that is a  patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are  a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.focus" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="cda" />
                <map value=".subject? (CDA did not differentiate between subject and focus)" />
            </mapping>
        </element>
        <element id="Composition.section:glavnaDijagnoza.text">
            <path value="Composition.section.text" />
            <short value="Text summary of the section, for human interpretation" />
            <definition value="A human-readable narrative that contains the attested content of the section, 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 &quot;clinically safe&quot; for a human to just read the narrative." />
            <comment value="Document profiles may define what content should be represented in the narrative to ensure clinical safety." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.text" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Narrative" />
            </type>
            <condition value="cmp-1" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".text" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".text" />
            </mapping>
        </element>
        <element id="Composition.section:glavnaDijagnoza.mode">
            <path value="Composition.section.mode" />
            <short value="working | snapshot | changes" />
            <definition value="How the entry 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." />
            <comment value="This element is labeled as a modifier because a change list must not be misunderstood as a complete list." />
            <requirements value="Sections are used in various ways, and it must be known in what way it is safe to use the entries in them." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.mode" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="code" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionMode" />
                </extension>
                <strength value="required" />
                <description value="The processing mode that applies to this section." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-mode|4.0.1" />
            </binding>
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.class" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".outBoundRelationship[typeCode=COMP].target[classCode=OBS&quot;].value" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:glavnaDijagnoza.orderedBy">
            <path value="Composition.section.orderedBy" />
            <short value="Order of section entries" />
            <definition value="Specifies the order applied to the items in the section entries." />
            <comment value="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." />
            <requirements value="Important for presentation and rendering.  Lists may be sorted to place more important information first or to group related entries." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.orderedBy" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionEntryOrder" />
                </extension>
                <strength value="preferred" />
                <description value="What order applies to the items in the entry." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-order" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship[typeCode=COMP].sequenceNumber &gt; 1" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:glavnaDijagnoza.entry">
            <path value="Composition.section.entry" />
            <short value="Glavna dijagnoza posjete" />
            <definition value="Glavna/ Primarna dijagnoza posjete zabilježena na nalazu/ otpusnom pismu koje se šalje u CEZIH." />
            <comment value="If there are no entries in the list, an emptyReason SHOULD be provided." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section.entry" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/primarna-dijagnoza" />
            </type>
            <condition value="cmp-2" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship[typeCode=COMP] or  .participation[typeCode=SBJ]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".entry" />
            </mapping>
        </element>
        <element id="Composition.section:glavnaDijagnoza.emptyReason">
            <path value="Composition.section.emptyReason" />
            <short value="Why the section is empty" />
            <definition value="If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason." />
            <comment value="The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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." />
            <requirements value="Allows capturing things like &quot;none exist&quot; or &quot;not asked&quot; which can be important for most lists." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.emptyReason" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <condition value="cmp-2" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionEmptyReason" />
                </extension>
                <strength value="preferred" />
                <description value="If a section is empty, why it is empty." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-empty-reason" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value=".inboundRelationship[typeCode=SUBJ,code&lt;ListEmptyReason].value[type=CD]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:glavnaDijagnoza.section">
            <path value="Composition.section.section" />
            <short value="Nested Section" />
            <definition value="A nested sub-section within this section." />
            <comment value="Nested sections are primarily used to help human readers navigate to particular portions of the document." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.section.section" />
                <min value="0" />
                <max value="*" />
            </base>
            <contentReference value="http://hl7.org/fhir/StructureDefinition/Composition#Composition.section" />
            <condition value="cmp-1" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./outboundRelationship[typeCode=&quot;COMP&quot; and isNormalActRelationship()]/target[moodCode=&quot;EVN&quot; and classCode=&quot;DOCSECT&quot; and isNormalAct]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".component.section" />
            </mapping>
        </element>
        <element id="Composition.section:djelatnost">
            <path value="Composition.section" />
            <sliceName value="djelatnost" />
            <short value="Djelatnost pošiljatelja podataka" />
            <definition value="The root of the sections that make up the composition." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="BackboneElement" />
            </type>
            <constraint>
                <key value="cmp-1" />
                <severity value="error" />
                <human value="A section must contain at least one of text, entries, or sub-sections" />
                <expression value="text.exists() or entry.exists() or section.exists()" />
                <xpath value="exists(f:text) or exists(f:entry) or exists(f:section)" />
                <source value="http://hl7.org/fhir/StructureDefinition/Composition" />
            </constraint>
            <constraint>
                <key value="cmp-2" />
                <severity value="error" />
                <human value="A section can only have an emptyReason if it is empty" />
                <expression value="emptyReason.empty() or entry.empty()" />
                <xpath value="not(exists(f:emptyReason) and exists(f:entry))" />
                <source value="http://hl7.org/fhir/StructureDefinition/Composition" />
            </constraint>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./outboundRelationship[typeCode=&quot;COMP&quot; and isNormalActRelationship()]/target[moodCode=&quot;EVN&quot; and classCode=&quot;DOCSECT&quot; and isNormalAct]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".component.structuredBody.component.section" />
            </mapping>
        </element>
        <element id="Composition.section:djelatnost.id">
            <path value="Composition.section.id" />
            <representation value="xmlAttr" />
            <short value="Unique id for inter-element referencing" />
            <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Element.id" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
                    <valueUrl value="string" />
                </extension>
                <code value="http://hl7.org/fhirpath/System.String" />
            </type>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:djelatnost.extension">
            <path value="Composition.section.extension" />
            <short value="Additional content defined by implementations" />
            <definition value="May 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." />
            <comment value="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." />
            <alias value="extensions" />
            <alias value="user content" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Element.extension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:djelatnost.modifierExtension">
            <path value="Composition.section.modifierExtension" />
            <short value="Extensions that cannot be ignored even if unrecognized" />
            <definition value="May 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&#39;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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." />
            <comment value="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." />
            <requirements value="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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)." />
            <alias value="extensions" />
            <alias value="user content" />
            <alias value="modifiers" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="BackboneElement.modifierExtension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="true" />
            <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" />
            <isSummary value="true" />
            <mapping>
                <identity value="rim" />
                <map value="N/A" />
            </mapping>
        </element>
        <element id="Composition.section:djelatnost.title">
            <path value="Composition.section.title" />
            <short value="Label for section (e.g. for ToC)" />
            <definition value="The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents." />
            <comment value="The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title,  or documents that only have a single section. Most Implementation Guides will make section title to be a required element." />
            <requirements value="Section headings are often standardized for different types of documents.  They give guidance to humans on how the document is organized." />
            <alias value="header" />
            <alias value="label" />
            <alias value="caption" />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section.title" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="string" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./title" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".title" />
            </mapping>
        </element>
        <element id="Composition.section:djelatnost.code">
            <path value="Composition.section.code" />
            <short value="Classification of section (recommended)" />
            <definition value="A code identifying the kind of content contained within the section. This must be consistent with the section title." />
            <comment value="The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.   \n\nIf the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code." />
            <requirements value="Provides computable standardized labels to topics within the document." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section.code" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <fixedCodeableConcept>
                <coding>
                    <system value="http://fhir.cezih.hr/specifikacije/CodeSystem/document-section" />
                    <code value="12" />
                    <display value="Djelatnost" />
                </coding>
            </fixedCodeableConcept>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="CompositionSectionType" />
                </extension>
                <strength value="example" />
                <description value="Classification of a section of a composition/document." />
                <valueSet value="http://hl7.org/fhir/ValueSet/doc-section-codes" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value="./code" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".code" />
            </mapping>
        </element>
        <element id="Composition.section:djelatnost.author">
            <path value="Composition.section.author" />
            <short value="Who and/or what authored the section" />
            <definition value="Identifies who is responsible for the information in this section, not necessarily who typed it in." />
            <requirements value="Identifies who is responsible for the content." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.section.author" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.author" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".participation[typeCode=&quot;AUT&quot;].role[classCode=&quot;ASSIGNED&quot;]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".author.assignedAuthor" />
            </mapping>
        </element>
        <element id="Composition.section:djelatnost.focus">
            <path value="Composition.section.focus" />
            <short value="Who/what the section is about, when it is not about the subject of composition" />
            <definition value="The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources)." />
            <comment value="Typically, sections in a doument are about the subject of the document, whether that is a  patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are  a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.focus" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="cda" />
                <map value=".subject? (CDA did not differentiate between subject and focus)" />
            </mapping>
        </element>
        <element id="Composition.section:djelatnost.text">
            <path value="Composition.section.text" />
            <short value="Text summary of the section, for human interpretation" />
            <definition value="A human-readable narrative that contains the attested content of the section, 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 &quot;clinically safe&quot; for a human to just read the narrative." />
            <comment value="Document profiles may define what content should be represented in the narrative to ensure clinical safety." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.text" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Narrative" />
            </type>
            <condition value="cmp-1" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".text" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".text" />
            </mapping>
        </element>
        <element id="Composition.section:djelatnost.mode">
            <path value="Composition.section.mode" />
            <short value="working | snapshot | changes" />
            <definition value="How the entry 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." />
            <comment value="This element is labeled as a modifier because a change list must not be misunderstood as a complete list." />
            <requirements value="Sections are used in various ways, and it must be known in what way it is safe to use the entries in them." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.mode" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="code" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionMode" />
                </extension>
                <strength value="required" />
                <description value="The processing mode that applies to this section." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-mode|4.0.1" />
            </binding>
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.class" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".outBoundRelationship[typeCode=COMP].target[classCode=OBS&quot;].value" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:djelatnost.orderedBy">
            <path value="Composition.section.orderedBy" />
            <short value="Order of section entries" />
            <definition value="Specifies the order applied to the items in the section entries." />
            <comment value="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." />
            <requirements value="Important for presentation and rendering.  Lists may be sorted to place more important information first or to group related entries." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.orderedBy" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionEntryOrder" />
                </extension>
                <strength value="preferred" />
                <description value="What order applies to the items in the entry." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-order" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship[typeCode=COMP].sequenceNumber &gt; 1" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:djelatnost.entry">
            <path value="Composition.section.entry" />
            <short value="A reference to data that supports this section" />
            <definition value="A reference to the actual resource from which the narrative in the section is derived." />
            <comment value="If there are no entries in the list, an emptyReason SHOULD be provided." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section.entry" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/djelatnost" />
            </type>
            <condition value="cmp-2" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship[typeCode=COMP] or  .participation[typeCode=SBJ]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".entry" />
            </mapping>
        </element>
        <element id="Composition.section:djelatnost.emptyReason">
            <path value="Composition.section.emptyReason" />
            <short value="Why the section is empty" />
            <definition value="If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason." />
            <comment value="The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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." />
            <requirements value="Allows capturing things like &quot;none exist&quot; or &quot;not asked&quot; which can be important for most lists." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.emptyReason" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <condition value="cmp-2" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionEmptyReason" />
                </extension>
                <strength value="preferred" />
                <description value="If a section is empty, why it is empty." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-empty-reason" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value=".inboundRelationship[typeCode=SUBJ,code&lt;ListEmptyReason].value[type=CD]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:djelatnost.section">
            <path value="Composition.section.section" />
            <short value="Nested Section" />
            <definition value="A nested sub-section within this section." />
            <comment value="Nested sections are primarily used to help human readers navigate to particular portions of the document." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.section.section" />
                <min value="0" />
                <max value="*" />
            </base>
            <contentReference value="http://hl7.org/fhir/StructureDefinition/Composition#Composition.section" />
            <condition value="cmp-1" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./outboundRelationship[typeCode=&quot;COMP&quot; and isNormalActRelationship()]/target[moodCode=&quot;EVN&quot; and classCode=&quot;DOCSECT&quot; and isNormalAct]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".component.section" />
            </mapping>
        </element>
        <element id="Composition.section:podaciOPacijentu">
            <path value="Composition.section" />
            <sliceName value="podaciOPacijentu" />
            <short value="Composition is broken into sections" />
            <definition value="The root of the sections that make up the composition." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="BackboneElement" />
            </type>
            <constraint>
                <key value="cmp-1" />
                <severity value="error" />
                <human value="A section must contain at least one of text, entries, or sub-sections" />
                <expression value="text.exists() or entry.exists() or section.exists()" />
                <xpath value="exists(f:text) or exists(f:entry) or exists(f:section)" />
                <source value="http://hl7.org/fhir/StructureDefinition/Composition" />
            </constraint>
            <constraint>
                <key value="cmp-2" />
                <severity value="error" />
                <human value="A section can only have an emptyReason if it is empty" />
                <expression value="emptyReason.empty() or entry.empty()" />
                <xpath value="not(exists(f:emptyReason) and exists(f:entry))" />
                <source value="http://hl7.org/fhir/StructureDefinition/Composition" />
            </constraint>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./outboundRelationship[typeCode=&quot;COMP&quot; and isNormalActRelationship()]/target[moodCode=&quot;EVN&quot; and classCode=&quot;DOCSECT&quot; and isNormalAct]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".component.structuredBody.component.section" />
            </mapping>
        </element>
        <element id="Composition.section:podaciOPacijentu.id">
            <path value="Composition.section.id" />
            <representation value="xmlAttr" />
            <short value="Unique id for inter-element referencing" />
            <definition value="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Element.id" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
                    <valueUrl value="string" />
                </extension>
                <code value="http://hl7.org/fhirpath/System.String" />
            </type>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:podaciOPacijentu.extension">
            <path value="Composition.section.extension" />
            <short value="Additional content defined by implementations" />
            <definition value="May 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." />
            <comment value="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." />
            <alias value="extensions" />
            <alias value="user content" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Element.extension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:podaciOPacijentu.modifierExtension">
            <path value="Composition.section.modifierExtension" />
            <short value="Extensions that cannot be ignored even if unrecognized" />
            <definition value="May 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&#39;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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." />
            <comment value="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." />
            <requirements value="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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)." />
            <alias value="extensions" />
            <alias value="user content" />
            <alias value="modifiers" />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="BackboneElement.modifierExtension" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Extension" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <constraint>
                <key value="ext-1" />
                <severity value="error" />
                <human value="Must have either extensions or value[x], not both" />
                <expression value="extension.exists() != value.exists()" />
                <xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])" />
                <source value="http://hl7.org/fhir/StructureDefinition/Extension" />
            </constraint>
            <isModifier value="true" />
            <isModifierReason value="Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" />
            <isSummary value="true" />
            <mapping>
                <identity value="rim" />
                <map value="N/A" />
            </mapping>
        </element>
        <element id="Composition.section:podaciOPacijentu.title">
            <path value="Composition.section.title" />
            <short value="Label for section (e.g. for ToC)" />
            <definition value="The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents." />
            <comment value="The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title,  or documents that only have a single section. Most Implementation Guides will make section title to be a required element." />
            <requirements value="Section headings are often standardized for different types of documents.  They give guidance to humans on how the document is organized." />
            <alias value="header" />
            <alias value="label" />
            <alias value="caption" />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section.title" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="string" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./title" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".title" />
            </mapping>
        </element>
        <element id="Composition.section:podaciOPacijentu.code">
            <path value="Composition.section.code" />
            <short value="Classification of section (recommended)" />
            <definition value="A code identifying the kind of content contained within the section. This must be consistent with the section title." />
            <comment value="The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.   \n\nIf the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code." />
            <requirements value="Provides computable standardized labels to topics within the document." />
            <min value="1" />
            <max value="1" />
            <base>
                <path value="Composition.section.code" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <fixedCodeableConcept>
                <coding>
                    <system value="http://fhir.cezih.hr/specifikacije/CodeSystem/document-section" />
                    <code value="11" />
                    <display value="Podaci o pacijentu" />
                </coding>
            </fixedCodeableConcept>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="CompositionSectionType" />
                </extension>
                <strength value="example" />
                <description value="Classification of a section of a composition/document." />
                <valueSet value="http://hl7.org/fhir/ValueSet/doc-section-codes" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value="./code" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".code" />
            </mapping>
        </element>
        <element id="Composition.section:podaciOPacijentu.author">
            <path value="Composition.section.author" />
            <short value="Who and/or what authored the section" />
            <definition value="Identifies who is responsible for the information in this section, not necessarily who typed it in." />
            <requirements value="Identifies who is responsible for the content." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.section.author" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.author" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".participation[typeCode=&quot;AUT&quot;].role[classCode=&quot;ASSIGNED&quot;]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".author.assignedAuthor" />
            </mapping>
        </element>
        <element id="Composition.section:podaciOPacijentu.focus">
            <path value="Composition.section.focus" />
            <short value="Who/what the section is about, when it is not about the subject of composition" />
            <definition value="The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources)." />
            <comment value="Typically, sections in a doument are about the subject of the document, whether that is a  patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are  a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.focus" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="cda" />
                <map value=".subject? (CDA did not differentiate between subject and focus)" />
            </mapping>
        </element>
        <element id="Composition.section:podaciOPacijentu.text">
            <path value="Composition.section.text" />
            <short value="Text summary of the section, for human interpretation" />
            <definition value="A human-readable narrative that contains the attested content of the section, 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 &quot;clinically safe&quot; for a human to just read the narrative." />
            <comment value="Document profiles may define what content should be represented in the narrative to ensure clinical safety." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.text" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="Narrative" />
            </type>
            <condition value="cmp-1" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".text" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".text" />
            </mapping>
        </element>
        <element id="Composition.section:podaciOPacijentu.mode">
            <path value="Composition.section.mode" />
            <short value="working | snapshot | changes" />
            <definition value="How the entry 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." />
            <comment value="This element is labeled as a modifier because a change list must not be misunderstood as a complete list." />
            <requirements value="Sections are used in various ways, and it must be known in what way it is safe to use the entries in them." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.mode" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="code" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionMode" />
                </extension>
                <strength value="required" />
                <description value="The processing mode that applies to this section." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-mode|4.0.1" />
            </binding>
            <mapping>
                <identity value="w5" />
                <map value="FiveWs.class" />
            </mapping>
            <mapping>
                <identity value="rim" />
                <map value=".outBoundRelationship[typeCode=COMP].target[classCode=OBS&quot;].value" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:podaciOPacijentu.orderedBy">
            <path value="Composition.section.orderedBy" />
            <short value="Order of section entries" />
            <definition value="Specifies the order applied to the items in the section entries." />
            <comment value="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." />
            <requirements value="Important for presentation and rendering.  Lists may be sorted to place more important information first or to group related entries." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.orderedBy" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionEntryOrder" />
                </extension>
                <strength value="preferred" />
                <description value="What order applies to the items in the entry." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-order" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship[typeCode=COMP].sequenceNumber &gt; 1" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:podaciOPacijentu.entry">
            <path value="Composition.section.entry" />
            <slicing>
                <discriminator>
                    <type value="value" />
                    <path value="resolve().code" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <short value="A reference to data that supports this section" />
            <definition value="A reference to the actual resource from which the narrative in the section is derived." />
            <comment value="If there are no entries in the list, an emptyReason SHOULD be provided." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.section.entry" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource" />
            </type>
            <condition value="cmp-2" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship[typeCode=COMP] or  .participation[typeCode=SBJ]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".entry" />
            </mapping>
        </element>
        <element id="Composition.section:podaciOPacijentu.entry:tezina">
            <path value="Composition.section.entry" />
            <sliceName value="tezina" />
            <short value="A reference to data that supports this section" />
            <definition value="A reference to the actual resource from which the narrative in the section is derived." />
            <comment value="If there are no entries in the list, an emptyReason SHOULD be provided." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.entry" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/tezina" />
            </type>
            <condition value="cmp-2" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship[typeCode=COMP] or  .participation[typeCode=SBJ]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".entry" />
            </mapping>
        </element>
        <element id="Composition.section:podaciOPacijentu.entry:visina">
            <path value="Composition.section.entry" />
            <sliceName value="visina" />
            <short value="A reference to data that supports this section" />
            <definition value="A reference to the actual resource from which the narrative in the section is derived." />
            <comment value="If there are no entries in the list, an emptyReason SHOULD be provided." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.entry" />
                <min value="0" />
                <max value="*" />
            </base>
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/visina" />
            </type>
            <condition value="cmp-2" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value=".outboundRelationship[typeCode=COMP] or  .participation[typeCode=SBJ]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".entry" />
            </mapping>
        </element>
        <element id="Composition.section:podaciOPacijentu.emptyReason">
            <path value="Composition.section.emptyReason" />
            <short value="Why the section is empty" />
            <definition value="If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason." />
            <comment value="The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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." />
            <requirements value="Allows capturing things like &quot;none exist&quot; or &quot;not asked&quot; which can be important for most lists." />
            <min value="0" />
            <max value="1" />
            <base>
                <path value="Composition.section.emptyReason" />
                <min value="0" />
                <max value="1" />
            </base>
            <type>
                <code value="CodeableConcept" />
            </type>
            <condition value="cmp-2" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <binding>
                <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
                    <valueString value="SectionEmptyReason" />
                </extension>
                <strength value="preferred" />
                <description value="If a section is empty, why it is empty." />
                <valueSet value="http://hl7.org/fhir/ValueSet/list-empty-reason" />
            </binding>
            <mapping>
                <identity value="rim" />
                <map value=".inboundRelationship[typeCode=SUBJ,code&lt;ListEmptyReason].value[type=CD]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value="n/a" />
            </mapping>
        </element>
        <element id="Composition.section:podaciOPacijentu.section">
            <path value="Composition.section.section" />
            <short value="Nested Section" />
            <definition value="A nested sub-section within this section." />
            <comment value="Nested sections are primarily used to help human readers navigate to particular portions of the document." />
            <min value="0" />
            <max value="*" />
            <base>
                <path value="Composition.section.section" />
                <min value="0" />
                <max value="*" />
            </base>
            <contentReference value="http://hl7.org/fhir/StructureDefinition/Composition#Composition.section" />
            <condition value="cmp-1" />
            <constraint>
                <key value="ele-1" />
                <severity value="error" />
                <human value="All FHIR elements must have a @value or children" />
                <expression value="hasValue() or (children().count() &gt; id.count())" />
                <xpath value="@value|f:*|h:div" />
                <source value="http://hl7.org/fhir/StructureDefinition/Element" />
            </constraint>
            <isModifier value="false" />
            <isSummary value="false" />
            <mapping>
                <identity value="rim" />
                <map value="./outboundRelationship[typeCode=&quot;COMP&quot; and isNormalActRelationship()]/target[moodCode=&quot;EVN&quot; and classCode=&quot;DOCSECT&quot; and isNormalAct]" />
            </mapping>
            <mapping>
                <identity value="cda" />
                <map value=".component.section" />
            </mapping>
        </element>
    </snapshot>
    <differential>
        <element id="Composition">
            <path value="Composition" />
            <constraint>
                <key value="ORD-2" />
                <severity value="error" />
                <human value="Datum dijagnoze primarnog sijela&#160;mora biti jednak ili veći od datuma rođenja." />
                <expression value="Composition.subject.resolve().birthDate &lt;= Composition.section.where(code.coding.code=&#39;1&#39;).entry.resolve().recordedDate" />
            </constraint>
            <constraint>
                <key value="ORD-7" />
                <severity value="error" />
                <human value="Mora biti poslan datum rođenja pacijenta" />
                <expression value="Composition.subject.resolve().birthDate.exists()" />
            </constraint>
            <constraint>
                <key value="ORD-8" />
                <severity value="error" />
                <human value="Mora biti poslan spol pacijenta" />
                <expression value="Composition.subject.resolve().gender.exists()" />
            </constraint>
        </element>
        <element id="Composition.type">
            <path value="Composition.type" />
            <short value="Definira tip kliničkog dokumenta - Onkološki relevantni podaci" />
            <fixedCodeableConcept>
                <coding>
                    <system value="http://fhir.cezih.hr/specifikacije/CodeSystem/document-type" />
                    <code value="010" />
                    <display value="Administrirana onkološka terapija" />
                </coding>
            </fixedCodeableConcept>
        </element>
        <element id="Composition.subject">
            <path value="Composition.subject" />
            <short value="Referenca na zapis pacijenta" />
            <min value="1" />
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-pacijent" />
            </type>
            <constraint>
                <key value="pat-1" />
                <severity value="error" />
                <human value="Podatci o pacijentu moraju sadržavati spol pacijenta" />
                <expression value="$this.resolve().gender.exists()" />
            </constraint>
            <constraint>
                <key value="pat-2" />
                <severity value="error" />
                <human value="Podatci o pacijentu moraju sadržavati datum rođenja pacijenta" />
                <expression value="$this.resolve().birthDate.exists()" />
            </constraint>
        </element>
        <element id="Composition.encounter">
            <path value="Composition.encounter" />
            <short value="Referenca na zapis posjete u kojoj je kreiran dokument" />
            <min value="1" />
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-document-encounter-base" />
            </type>
        </element>
        <element id="Composition.date">
            <path value="Composition.date" />
            <short value="Datum unosa podatka" />
        </element>
        <element id="Composition.author">
            <path value="Composition.author" />
            <slicing>
                <discriminator>
                    <type value="profile" />
                    <path value="resolve()" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="2" />
            <max value="2" />
        </element>
        <element id="Composition.author:djelatnik">
            <path value="Composition.author" />
            <sliceName value="djelatnik" />
            <short value="Zdravstveni djelatnika" />
            <definition value="Referenca na zapis zdravstvenog djelatnika pošiljatelja podataka." />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-practitioner" />
            </type>
        </element>
        <element id="Composition.author:organizacija">
            <path value="Composition.author" />
            <sliceName value="organizacija" />
            <short value="Zdravstvena organizacija" />
            <definition value="Referenca na zapis zdravstvene organizacije pošiljatelja podataka." />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-organizacija" />
            </type>
        </element>
        <element id="Composition.relatesTo">
            <path value="Composition.relatesTo" />
            <short value="ID dokumenta koji prati podatke" />
            <definition value="ID dokumenta koji prati podatke (nalaz ili otpusno pismo koje se za tu posjetu šalje uz račun). Šalje se iz BIS-a, kao jedan od podataka. Sam dokument koji identificira nije nužno poslati, ovaj ID će služiti za pronalaženje dokumenta ako se pokaže potreba za time" />
        </element>
        <element id="Composition.relatesTo.code">
            <path value="Composition.relatesTo.code" />
            <fixedCode value="appends" />
        </element>
        <element id="Composition.relatesTo.target[x]">
            <path value="Composition.relatesTo.target[x]" />
            <type>
                <code value="Identifier" />
            </type>
        </element>
        <element id="Composition.relatesTo.target[x].system">
            <path value="Composition.relatesTo.target[x].system" />
            <min value="1" />
            <fixedUri value="http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-nalaza" />
        </element>
        <element id="Composition.relatesTo.target[x].value">
            <path value="Composition.relatesTo.target[x].value" />
            <min value="1" />
            <mustSupport value="false" />
        </element>
        <element id="Composition.section">
            <path value="Composition.section" />
            <slicing>
                <discriminator>
                    <type value="value" />
                    <path value="code" />
                </discriminator>
                <ordered value="false" />
                <rules value="closed" />
            </slicing>
            <min value="1" />
        </element>
        <element id="Composition.section:Slucaj">
            <path value="Composition.section" />
            <sliceName value="Slucaj" />
            <short value="SET 3: podaci dijagnoze primarnog sijela" />
            <definition value="Slučaj sadrži informacije o dijagnozi primarnog sijela." />
            <min value="1" />
            <max value="1" />
        </element>
        <element id="Composition.section:Slucaj.title">
            <path value="Composition.section.title" />
            <min value="1" />
            <max value="1" />
        </element>
        <element id="Composition.section:Slucaj.code">
            <path value="Composition.section.code" />
            <min value="1" />
            <fixedCodeableConcept>
                <coding>
                    <system value="http://fhir.cezih.hr/specifikacije/CodeSystem/document-section" />
                    <code value="1" />
                    <display value="Slučaj" />
                </coding>
            </fixedCodeableConcept>
        </element>
        <element id="Composition.section:Slucaj.entry">
            <path value="Composition.section.entry" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/slucaj" />
            </type>
        </element>
        <element id="Composition.section:AdministriraniLijekovi">
            <path value="Composition.section" />
            <sliceName value="AdministriraniLijekovi" />
            <short value="SET 9: podaci o administriranom lijeku" />
            <min value="1" />
            <max value="1" />
        </element>
        <element id="Composition.section:AdministriraniLijekovi.title">
            <path value="Composition.section.title" />
            <min value="1" />
        </element>
        <element id="Composition.section:AdministriraniLijekovi.code">
            <path value="Composition.section.code" />
            <min value="1" />
            <fixedCodeableConcept>
                <coding>
                    <system value="http://fhir.cezih.hr/specifikacije/CodeSystem/document-section" />
                    <code value="9" />
                    <display value="Podaci o administriranim lijekovima" />
                </coding>
            </fixedCodeableConcept>
        </element>
        <element id="Composition.section:AdministriraniLijekovi.entry">
            <path value="Composition.section.entry" />
            <min value="1" />
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/administered-medication" />
            </type>
        </element>
        <element id="Composition.section:glavnaDijagnoza">
            <path value="Composition.section" />
            <sliceName value="glavnaDijagnoza" />
            <short value="Glavna dijagnoza posjete" />
            <min value="1" />
            <max value="1" />
        </element>
        <element id="Composition.section:glavnaDijagnoza.title">
            <path value="Composition.section.title" />
            <min value="1" />
        </element>
        <element id="Composition.section:glavnaDijagnoza.code">
            <path value="Composition.section.code" />
            <min value="1" />
            <fixedCodeableConcept>
                <coding>
                    <system value="http://fhir.cezih.hr/specifikacije/CodeSystem/document-section" />
                    <code value="3" />
                    <display value="Glavna dijagnoza posjete" />
                </coding>
            </fixedCodeableConcept>
        </element>
        <element id="Composition.section:glavnaDijagnoza.entry">
            <path value="Composition.section.entry" />
            <short value="Glavna dijagnoza posjete" />
            <definition value="Glavna/ Primarna dijagnoza posjete zabilježena na nalazu/ otpusnom pismu koje se šalje u CEZIH." />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/primarna-dijagnoza" />
            </type>
        </element>
        <element id="Composition.section:djelatnost">
            <path value="Composition.section" />
            <sliceName value="djelatnost" />
            <short value="Djelatnost pošiljatelja podataka" />
            <min value="1" />
            <max value="1" />
        </element>
        <element id="Composition.section:djelatnost.title">
            <path value="Composition.section.title" />
            <min value="1" />
        </element>
        <element id="Composition.section:djelatnost.code">
            <path value="Composition.section.code" />
            <min value="1" />
            <fixedCodeableConcept>
                <coding>
                    <system value="http://fhir.cezih.hr/specifikacije/CodeSystem/document-section" />
                    <code value="12" />
                    <display value="Djelatnost" />
                </coding>
            </fixedCodeableConcept>
        </element>
        <element id="Composition.section:djelatnost.entry">
            <path value="Composition.section.entry" />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/djelatnost" />
            </type>
        </element>
        <element id="Composition.section:podaciOPacijentu">
            <path value="Composition.section" />
            <sliceName value="podaciOPacijentu" />
            <max value="1" />
        </element>
        <element id="Composition.section:podaciOPacijentu.title">
            <path value="Composition.section.title" />
            <min value="1" />
        </element>
        <element id="Composition.section:podaciOPacijentu.code">
            <path value="Composition.section.code" />
            <min value="1" />
            <fixedCodeableConcept>
                <coding>
                    <system value="http://fhir.cezih.hr/specifikacije/CodeSystem/document-section" />
                    <code value="11" />
                    <display value="Podaci o pacijentu" />
                </coding>
            </fixedCodeableConcept>
        </element>
        <element id="Composition.section:podaciOPacijentu.entry">
            <path value="Composition.section.entry" />
            <slicing>
                <discriminator>
                    <type value="value" />
                    <path value="resolve().code" />
                </discriminator>
                <rules value="closed" />
            </slicing>
            <min value="0" />
        </element>
        <element id="Composition.section:podaciOPacijentu.entry:tezina">
            <path value="Composition.section.entry" />
            <sliceName value="tezina" />
            <max value="1" />
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/tezina" />
            </type>
        </element>
        <element id="Composition.section:podaciOPacijentu.entry:visina">
            <path value="Composition.section.entry" />
            <sliceName value="visina" />
            <max value="1" />
            <type>
                <code value="Reference" />
                <targetProfile value="http://fhir.cezih.hr/specifikacije/StructureDefinition/visina" />
            </type>
        </element>
    </differential>
</StructureDefinition>
{
    "resourceType": "StructureDefinition",
    "id": "onco-terapija",
    "meta": {
        "versionId": "13",
        "lastUpdated": "10/31/2023 10:51:36",
        "source": "#F1sEerg894JLJ9zV"
    },
    "text": {
        "status": "extensions",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "url": "http://fhir.cezih.hr/specifikacije/StructureDefinition/onco-terapija",
    "version": "0.2.4",
    "name": "OnkoTerapija",
    "title": "Struktura podataka dokumenta ONKO Terapija",
    "status": "active",
    "experimental": false,
    "date": "2023-10-13",
    "publisher": "Ericsson Nikola Tesla d.d.",
    "description": "Dokument sadrži podatke administrirane onkološke terapije. .",
    "jurisdiction":  [
        {
            "coding":  [
                {
                    "system": "urn:iso:std:iso:3166",
                    "code": "HR",
                    "display": "Croatia"
                }
            ],
            "text": "Croatia"
        }
    ],
    "fhirVersion": "4.0.1",
    "mapping":  [
        {
            "identity": "workflow",
            "uri": "http://hl7.org/fhir/workflow",
            "name": "Workflow Pattern"
        },
        {
            "identity": "rim",
            "uri": "http://hl7.org/v3",
            "name": "RIM Mapping"
        },
        {
            "identity": "cda",
            "uri": "http://hl7.org/v3/cda",
            "name": "CDA (R2)"
        },
        {
            "identity": "fhirdocumentreference",
            "uri": "http://hl7.org/fhir/documentreference",
            "name": "FHIR DocumentReference"
        },
        {
            "identity": "w5",
            "uri": "http://hl7.org/fhir/fivews",
            "name": "FiveWs Pattern Mapping"
        }
    ],
    "kind": "resource",
    "abstract": false,
    "type": "Composition",
    "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition",
    "derivation": "constraint",
    "snapshot": {
        "element":  [
            {
                "id": "Composition",
                "path": "Composition",
                "short": "A set of resources composed into a single coherent clinical statement with clinical attestation",
                "definition": "A set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.).",
                "comment": "While the focus of this specification is on patient-specific clinical statements, this resource can also apply to other healthcare-related statements such as study protocol designs, healthcare invoices and other activities that are not necessarily patient-specific or clinical.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition",
                    "min": 0,
                    "max": "*"
                },
                "constraint":  [
                    {
                        "key": "dom-2",
                        "severity": "error",
                        "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
                        "expression": "contained.contained.empty()",
                        "xpath": "not(parent::f:contained and f:contained)",
                        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource"
                    },
                    {
                        "key": "dom-3",
                        "severity": "error",
                        "human": "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",
                        "expression": "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()",
                        "xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))",
                        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource"
                    },
                    {
                        "key": "dom-4",
                        "severity": "error",
                        "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
                        "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()",
                        "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
                        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource"
                    },
                    {
                        "key": "dom-5",
                        "severity": "error",
                        "human": "If a resource is contained in another resource, it SHALL NOT have a security label",
                        "expression": "contained.meta.security.empty()",
                        "xpath": "not(exists(f:contained/*/f:meta/f:security))",
                        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource"
                    },
                    {
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice",
                                "valueBoolean": true
                            },
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation",
                                "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time."
                            }
                        ],
                        "key": "dom-6",
                        "severity": "warning",
                        "human": "A resource should have narrative for robust management",
                        "expression": "text.`div`.exists()",
                        "xpath": "exists(f:text/h:div)",
                        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource"
                    },
                    {
                        "key": "ORD-2",
                        "severity": "error",
                        "human": "Datum dijagnoze primarnog sijela mora biti jednak ili veći od datuma rođenja.",
                        "expression": "Composition.subject.resolve().birthDate <= Composition.section.where(code.coding.code='1').entry.resolve().recordedDate"
                    },
                    {
                        "key": "ORD-7",
                        "severity": "error",
                        "human": "Mora biti poslan datum rođenja pacijenta",
                        "expression": "Composition.subject.resolve().birthDate.exists()"
                    },
                    {
                        "key": "ORD-8",
                        "severity": "error",
                        "human": "Mora biti poslan spol pacijenta",
                        "expression": "Composition.subject.resolve().gender.exists()"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "Entity. Role, or Act"
                    },
                    {
                        "identity": "workflow",
                        "map": "Event"
                    },
                    {
                        "identity": "rim",
                        "map": "Document[classCode=\"DOC\" and moodCode=\"EVN\" and isNormalAct()]"
                    },
                    {
                        "identity": "cda",
                        "map": "ClinicalDocument"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "when described by DocumentReference"
                    }
                ]
            },
            {
                "id": "Composition.id",
                "path": "Composition.id",
                "short": "Logical id of this artifact",
                "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
                "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Resource.id",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                                "valueUrl": "id"
                            }
                        ],
                        "code": "http://hl7.org/fhirpath/System.String"
                    }
                ],
                "isModifier": false,
                "isSummary": true
            },
            {
                "id": "Composition.meta",
                "path": "Composition.meta",
                "short": "Metadata about the resource",
                "definition": "The 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.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Resource.meta",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Meta"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true
            },
            {
                "id": "Composition.implicitRules",
                "path": "Composition.implicitRules",
                "short": "A set of rules under which this content was created",
                "definition": "A 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.",
                "comment": "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.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Resource.implicitRules",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "uri"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": true,
                "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation",
                "isSummary": true
            },
            {
                "id": "Composition.language",
                "path": "Composition.language",
                "short": "Language of the resource content",
                "definition": "The base language in which the resource is written.",
                "comment": "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).",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Resource.language",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
                            "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages"
                        },
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "Language"
                        }
                    ],
                    "strength": "preferred",
                    "description": "A human language.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/languages"
                }
            },
            {
                "id": "Composition.text",
                "path": "Composition.text",
                "short": "Text summary of the resource, for human interpretation",
                "definition": "A 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.",
                "comment": "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.",
                "alias":  [
                    "narrative",
                    "html",
                    "xhtml",
                    "display"
                ],
                "min": 0,
                "max": "1",
                "base": {
                    "path": "DomainResource.text",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Narrative"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "Act.text?"
                    }
                ]
            },
            {
                "id": "Composition.contained",
                "path": "Composition.contained",
                "short": "Contained, inline Resources",
                "definition": "These 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.",
                "comment": "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.",
                "alias":  [
                    "inline resources",
                    "anonymous resources",
                    "contained resources"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "DomainResource.contained",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Resource"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "N/A"
                    }
                ]
            },
            {
                "id": "Composition.extension",
                "path": "Composition.extension",
                "short": "Additional content defined by implementations",
                "definition": "May 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.",
                "comment": "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.",
                "alias":  [
                    "extensions",
                    "user content"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "DomainResource.extension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "N/A"
                    }
                ]
            },
            {
                "id": "Composition.modifierExtension",
                "path": "Composition.modifierExtension",
                "short": "Extensions that cannot be ignored",
                "definition": "May 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
                "comment": "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.",
                "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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
                "alias":  [
                    "extensions",
                    "user content"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "DomainResource.modifierExtension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": true,
                "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them",
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "N/A"
                    }
                ]
            },
            {
                "id": "Composition.identifier",
                "path": "Composition.identifier",
                "short": "Version-independent identifier for the Composition",
                "definition": "A version-independent identifier for the Composition. This identifier stays constant as the composition is changed over time.",
                "comment": "Similar to ClinicalDocument/setId in CDA. See discussion in resource definition for how these relate.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.identifier",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Identifier"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "workflow",
                        "map": "Event.identifier"
                    },
                    {
                        "identity": "w5",
                        "map": "FiveWs.identifier"
                    },
                    {
                        "identity": "rim",
                        "map": "Document.id / Document.setId"
                    },
                    {
                        "identity": "cda",
                        "map": ".setId"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.masterIdentifier"
                    }
                ]
            },
            {
                "id": "Composition.status",
                "path": "Composition.status",
                "short": "preliminary | final | amended | entered-in-error",
                "definition": "The workflow/clinical status of this composition. The status is a marker for the clinical standing of the document.",
                "comment": "If a composition is marked as withdrawn, the compositions/documents in the series, or data from the composition or document series, should never be displayed to a user without being clearly marked as untrustworthy. The flag \"entered-in-error\" is why this element is labeled as a modifier of other elements.   \n\nSome reporting work flows require that the original narrative of a final document never be altered; instead, only new narrative can be added. The composition resource has no explicit status for explicitly noting whether this business rule is in effect. This would be handled by an extension if required.",
                "requirements": "Need to be able to mark interim, amended, or withdrawn compositions or documents.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.status",
                    "min": 1,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": true,
                "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid",
                "isSummary": true,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "CompositionStatus"
                        }
                    ],
                    "strength": "required",
                    "description": "The workflow/clinical status of the composition.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/composition-status|4.0.1"
                },
                "mapping":  [
                    {
                        "identity": "workflow",
                        "map": "Event.status"
                    },
                    {
                        "identity": "w5",
                        "map": "FiveWs.status"
                    },
                    {
                        "identity": "rim",
                        "map": "interim: .completionCode=\"IN\" & ./statusCode[isNormalDatatype()]=\"active\";  final: .completionCode=\"AU\" &&  ./statusCode[isNormalDatatype()]=\"complete\" and not(./inboundRelationship[typeCode=\"SUBJ\" and isNormalActRelationship()]/source[subsumesCode(\"ActClass#CACT\") and moodCode=\"EVN\" and domainMember(\"ReviseComposition\", code) and isNormalAct()]);  amended: .completionCode=\"AU\" &&  ./statusCode[isNormalDatatype()]=\"complete\" and ./inboundRelationship[typeCode=\"SUBJ\" and isNormalActRelationship()]/source[subsumesCode(\"ActClass#CACT\") and moodCode=\"EVN\" and domainMember(\"ReviseComposition\", code) and isNormalAct() and statusCode=\"completed\"];  withdrawn : .completionCode=NI &&  ./statusCode[isNormalDatatype()]=\"obsolete\""
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.status"
                    }
                ]
            },
            {
                "id": "Composition.type",
                "path": "Composition.type",
                "short": "Definira tip kliničkog dokumenta - Onkološki relevantni podaci",
                "definition": "Specifies the particular kind of composition (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the composition.",
                "comment": "For Composition type, LOINC is ubiquitous and strongly endorsed by HL7. Most implementation guides will require a specific LOINC code, or use LOINC as an extensible binding.",
                "requirements": "Key metadata element describing the composition, used in searching/filtering.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.type",
                    "min": 1,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "fixedCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-type",
                            "code": "010",
                            "display": "Administrirana onkološka terapija"
                        }
                    ]
                },
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "DocumentType"
                        }
                    ],
                    "strength": "preferred",
                    "description": "Type of a composition.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/doc-typecodes"
                },
                "mapping":  [
                    {
                        "identity": "workflow",
                        "map": "Event.code"
                    },
                    {
                        "identity": "w5",
                        "map": "FiveWs.class"
                    },
                    {
                        "identity": "rim",
                        "map": "./code"
                    },
                    {
                        "identity": "cda",
                        "map": ".code"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.type"
                    }
                ]
            },
            {
                "id": "Composition.category",
                "path": "Composition.category",
                "short": "Categorization of Composition",
                "definition": "A categorization for the type of the composition - helps for indexing and searching. This may be implied by or derived from the code specified in the Composition Type.",
                "comment": "This is a metadata field from [XDS/MHD](http://wiki.ihe.net/index.php?title=Mobile_access_to_Health_Documents_(MHD)).",
                "requirements": "Helps humans to assess whether the composition is of interest when viewing an index of compositions or documents.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.category",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "DocumentCategory"
                        }
                    ],
                    "strength": "example",
                    "description": "High-level kind of a clinical document at a macro level.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/document-classcodes"
                },
                "mapping":  [
                    {
                        "identity": "workflow",
                        "map": "Event.subject"
                    },
                    {
                        "identity": "w5",
                        "map": "FiveWs.class"
                    },
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"EVN\"].code"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumenttReference.category"
                    }
                ]
            },
            {
                "id": "Composition.subject",
                "path": "Composition.subject",
                "short": "Referenca na zapis pacijenta",
                "definition": "Who or what the composition is about. The composition can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of livestock, or a set of patients that share a common exposure).",
                "comment": "For clinical documents, this is usually the patient.",
                "requirements": "Essential metadata for searching for the composition. Identifies who and/or what the composition/document is about.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.subject",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-pacijent"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "pat-1",
                        "severity": "error",
                        "human": "Podatci o pacijentu moraju sadržavati spol pacijenta",
                        "expression": "$this.resolve().gender.exists()"
                    },
                    {
                        "key": "pat-2",
                        "severity": "error",
                        "human": "Podatci o pacijentu moraju sadržavati datum rođenja pacijenta",
                        "expression": "$this.resolve().birthDate.exists()"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "w5",
                        "map": "FiveWs.subject[x]"
                    },
                    {
                        "identity": "rim",
                        "map": ".participation[typeCode=\"SBJ\"].role[typeCode=\"PAT\"]"
                    },
                    {
                        "identity": "cda",
                        "map": ".recordTarget"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.subject"
                    },
                    {
                        "identity": "w5",
                        "map": "FiveWs.subject"
                    }
                ]
            },
            {
                "id": "Composition.encounter",
                "path": "Composition.encounter",
                "short": "Referenca na zapis posjete u kojoj je kreiran dokument",
                "definition": "Describes the clinical encounter or type of care this documentation is associated with.",
                "requirements": "Provides context for the composition and supports searching.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.encounter",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-document-encounter-base"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "workflow",
                        "map": "Event.context"
                    },
                    {
                        "identity": "w5",
                        "map": "FiveWs.context"
                    },
                    {
                        "identity": "rim",
                        "map": "unique(highest(./outboundRelationship[typeCode=\"SUBJ\" and isNormalActRelationship()], priorityNumber)/target[moodCode=\"EVN\" and classCode=(\"ENC\", \"PCPR\") and isNormalAct])"
                    },
                    {
                        "identity": "cda",
                        "map": ".componentOf.encompassingEncounter"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.context.encounter"
                    }
                ]
            },
            {
                "id": "Composition.date",
                "path": "Composition.date",
                "short": "Datum unosa podatka",
                "definition": "The composition editing time, when the composition was last logically changed by the author.",
                "comment": "The Last Modified Date on the composition may be after the date of the document was attested without being changed.",
                "requirements": "dateTime is used for tracking, organizing versions and searching. Note that this is the time of *authoring*. When packaged in a document, [Bundle.timestamp](bundle-definitions.html#Bundle.timestamp) is the date of packaging.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.date",
                    "min": 1,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "dateTime"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "workflow",
                        "map": "Event.occurrence[x]"
                    },
                    {
                        "identity": "w5",
                        "map": "FiveWs.done[x]"
                    },
                    {
                        "identity": "rim",
                        "map": ".effectiveTime[type=\"TS\"]"
                    },
                    {
                        "identity": "cda",
                        "map": ".effectiveTime"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.content.attachment.date, DocumentReference.created"
                    }
                ]
            },
            {
                "id": "Composition.author",
                "path": "Composition.author",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "profile",
                            "path": "resolve()"
                        }
                    ],
                    "rules": "closed"
                },
                "short": "Who and/or what authored the composition",
                "definition": "Identifies who is responsible for the information in the composition, not necessarily who typed it in.",
                "requirements": "Identifies who is responsible for the content.",
                "min": 2,
                "max": "2",
                "base": {
                    "path": "Composition.author",
                    "min": 1,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Practitioner",
                            "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
                            "http://hl7.org/fhir/StructureDefinition/Device",
                            "http://hl7.org/fhir/StructureDefinition/Patient",
                            "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
                            "http://hl7.org/fhir/StructureDefinition/Organization"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "workflow",
                        "map": "Event.performer"
                    },
                    {
                        "identity": "w5",
                        "map": "FiveWs.author"
                    },
                    {
                        "identity": "rim",
                        "map": ".participation[typeCode=\"AUT\"].role[classCode=\"ASSIGNED\"]"
                    },
                    {
                        "identity": "cda",
                        "map": ".author.assignedAuthor"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.agent"
                    }
                ]
            },
            {
                "id": "Composition.author:djelatnik",
                "path": "Composition.author",
                "sliceName": "djelatnik",
                "short": "Zdravstveni djelatnika",
                "definition": "Referenca na zapis zdravstvenog djelatnika pošiljatelja podataka.",
                "requirements": "Identifies who is responsible for the content.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.author",
                    "min": 1,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-practitioner"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "workflow",
                        "map": "Event.performer"
                    },
                    {
                        "identity": "w5",
                        "map": "FiveWs.author"
                    },
                    {
                        "identity": "rim",
                        "map": ".participation[typeCode=\"AUT\"].role[classCode=\"ASSIGNED\"]"
                    },
                    {
                        "identity": "cda",
                        "map": ".author.assignedAuthor"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.agent"
                    }
                ]
            },
            {
                "id": "Composition.author:organizacija",
                "path": "Composition.author",
                "sliceName": "organizacija",
                "short": "Zdravstvena organizacija",
                "definition": "Referenca na zapis zdravstvene organizacije pošiljatelja podataka.",
                "requirements": "Identifies who is responsible for the content.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.author",
                    "min": 1,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-organizacija"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "workflow",
                        "map": "Event.performer"
                    },
                    {
                        "identity": "w5",
                        "map": "FiveWs.author"
                    },
                    {
                        "identity": "rim",
                        "map": ".participation[typeCode=\"AUT\"].role[classCode=\"ASSIGNED\"]"
                    },
                    {
                        "identity": "cda",
                        "map": ".author.assignedAuthor"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.agent"
                    }
                ]
            },
            {
                "id": "Composition.title",
                "path": "Composition.title",
                "short": "Human Readable name/title",
                "definition": "Official human-readable label for the composition.",
                "comment": "For many compositions, the title is the same as the text or a display name of Composition.type (e.g. a \"consultation\" or \"progress note\"). Note that CDA does not make title mandatory, but there are no known cases where it is useful for title to be omitted, so it is mandatory here. Feedback on this requirement is welcome during the trial use period.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.title",
                    "min": 1,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "string"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./title"
                    },
                    {
                        "identity": "cda",
                        "map": ".title"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.description, DocumentReference.content.attachment.title"
                    }
                ]
            },
            {
                "id": "Composition.confidentiality",
                "path": "Composition.confidentiality",
                "short": "As defined by affinity domain",
                "definition": "The code specifying the level of confidentiality of the Composition.",
                "comment": "The exact use of this element, and enforcement and issues related to highly sensitive documents are out of scope for the base specification, and delegated to implementation profiles (see security section).  This element is labeled as a modifier because highly confidential documents must not be treated as if they are not.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.confidentiality",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "DocumentConfidentiality"
                        }
                    ],
                    "strength": "required",
                    "description": "Codes specifying the level of confidentiality of the composition.",
                    "valueSet": "http://terminology.hl7.org/ValueSet/v3-ConfidentialityClassification|2014-03-26"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".confidentialityCode"
                    },
                    {
                        "identity": "cda",
                        "map": ".confidentialityCode"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.securityLabel"
                    }
                ]
            },
            {
                "id": "Composition.attester",
                "path": "Composition.attester",
                "short": "Attests to accuracy of composition",
                "definition": "A participant who has attested to the accuracy of the composition/document.",
                "comment": "Only list each attester once.",
                "requirements": "Identifies responsibility for the accuracy of the composition content.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.attester",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".participation[typeCode=\"AUTHEN\"].role[classCode=\"ASSIGNED\"]"
                    },
                    {
                        "identity": "cda",
                        "map": ".authenticator/.legalAuthenticator"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.authenticator"
                    }
                ]
            },
            {
                "id": "Composition.attester.id",
                "path": "Composition.attester.id",
                "representation":  [
                    "xmlAttr"
                ],
                "short": "Unique id for inter-element referencing",
                "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Element.id",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                                "valueUrl": "string"
                            }
                        ],
                        "code": "http://hl7.org/fhirpath/System.String"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.attester.extension",
                "path": "Composition.attester.extension",
                "short": "Additional content defined by implementations",
                "definition": "May 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.",
                "comment": "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.",
                "alias":  [
                    "extensions",
                    "user content"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Element.extension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.attester.modifierExtension",
                "path": "Composition.attester.modifierExtension",
                "short": "Extensions that cannot be ignored even if unrecognized",
                "definition": "May 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
                "comment": "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.",
                "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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
                "alias":  [
                    "extensions",
                    "user content",
                    "modifiers"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "BackboneElement.modifierExtension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": true,
                "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "N/A"
                    }
                ]
            },
            {
                "id": "Composition.attester.mode",
                "path": "Composition.attester.mode",
                "short": "personal | professional | legal | official",
                "definition": "The type of attestation the authenticator offers.",
                "requirements": "Indicates the level of authority of the attestation.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.attester.mode",
                    "min": 1,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "CompositionAttestationMode"
                        }
                    ],
                    "strength": "required",
                    "description": "The way in which a person authenticated a composition.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/composition-attestation-mode|4.0.1"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "unique(./modeCode)"
                    },
                    {
                        "identity": "cda",
                        "map": "implied by .authenticator/.legalAuthenticator"
                    }
                ]
            },
            {
                "id": "Composition.attester.time",
                "path": "Composition.attester.time",
                "short": "When the composition was attested",
                "definition": "When the composition was attested by the party.",
                "requirements": "Identifies when the information in the composition was deemed accurate.  (Things may have changed since then.).",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.attester.time",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "dateTime"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./time[type=\"TS\" and isNormalDatatype()]"
                    },
                    {
                        "identity": "cda",
                        "map": ".authenticator.time"
                    }
                ]
            },
            {
                "id": "Composition.attester.party",
                "path": "Composition.attester.party",
                "short": "Who attested the composition",
                "definition": "Who attested the composition in the specified way.",
                "requirements": "Identifies who has taken on the responsibility for accuracy of the composition content.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.attester.party",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Patient",
                            "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
                            "http://hl7.org/fhir/StructureDefinition/Practitioner",
                            "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
                            "http://hl7.org/fhir/StructureDefinition/Organization"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "w5",
                        "map": "FiveWs.witness"
                    },
                    {
                        "identity": "rim",
                        "map": "./role[classCode=\"ASSIGNED\" and isNormalRole]/player[determinerCode=\"INST\" and classCode=(\"DEV\", \"PSN\") and isNormalEntity()] or ./role[classCode=\"ASSIGNED\" and isNormalRole and not(player)]/scoper[determinerCode=\"INST\" and classCode=\"ORG\" and isNormalEntity()]"
                    },
                    {
                        "identity": "cda",
                        "map": ".authenticator.assignedEnttty"
                    }
                ]
            },
            {
                "id": "Composition.custodian",
                "path": "Composition.custodian",
                "short": "Organization which maintains the composition",
                "definition": "Identifies the organization or group who is responsible for ongoing maintenance of and access to the composition/document information.",
                "comment": "This is useful when documents are derived from a composition - provides guidance for how to get the latest version of the document. This is optional because this is sometimes not known by the authoring system, and can be inferred by context. However, it is important that this information be known when working with a derived document, so providing a custodian is encouraged.",
                "requirements": "Identifies where to go to find the current version, where to report issues, etc.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.custodian",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Organization"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".participation[typeCode=\"RCV\"].role[classCode=\"CUST\"].scoper[classCode=\"ORG\" and determinerCode=\"INST\"]"
                    },
                    {
                        "identity": "cda",
                        "map": ".custodian.assignedCustodian"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.custodian"
                    }
                ]
            },
            {
                "id": "Composition.relatesTo",
                "path": "Composition.relatesTo",
                "short": "ID dokumenta koji prati podatke",
                "definition": "ID dokumenta koji prati podatke (nalaz ili otpusno pismo koje se za tu posjetu šalje uz račun). Šalje se iz BIS-a, kao jedan od podataka. Sam dokument koji identificira nije nužno poslati, ovaj ID će služiti za pronalaženje dokumenta ako se pokaže potreba za time",
                "comment": "A document is a version specific composition.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.relatesTo",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship"
                    },
                    {
                        "identity": "cda",
                        "map": ".relatedDocument"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.relatesTo"
                    }
                ]
            },
            {
                "id": "Composition.relatesTo.id",
                "path": "Composition.relatesTo.id",
                "representation":  [
                    "xmlAttr"
                ],
                "short": "Unique id for inter-element referencing",
                "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Element.id",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                                "valueUrl": "string"
                            }
                        ],
                        "code": "http://hl7.org/fhirpath/System.String"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.relatesTo.extension",
                "path": "Composition.relatesTo.extension",
                "short": "Additional content defined by implementations",
                "definition": "May 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.",
                "comment": "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.",
                "alias":  [
                    "extensions",
                    "user content"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Element.extension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.relatesTo.modifierExtension",
                "path": "Composition.relatesTo.modifierExtension",
                "short": "Extensions that cannot be ignored even if unrecognized",
                "definition": "May 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
                "comment": "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.",
                "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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
                "alias":  [
                    "extensions",
                    "user content",
                    "modifiers"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "BackboneElement.modifierExtension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": true,
                "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "N/A"
                    }
                ]
            },
            {
                "id": "Composition.relatesTo.code",
                "path": "Composition.relatesTo.code",
                "short": "replaces | transforms | signs | appends",
                "definition": "The type of relationship that this composition has with anther composition or document.",
                "comment": "If this document appends another document, then the document cannot be fully understood without also accessing the referenced document.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.relatesTo.code",
                    "min": 1,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "fixedCode": "appends",
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "DocumentRelationshipType"
                        }
                    ],
                    "strength": "required",
                    "description": "The type of relationship between documents.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/document-relationship-type|4.0.1"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship.typeCode"
                    },
                    {
                        "identity": "cda",
                        "map": ".relatedDocument.typeCode"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.relatesTo.code"
                    }
                ]
            },
            {
                "id": "Composition.relatesTo.target[x]",
                "path": "Composition.relatesTo.target[x]",
                "short": "Target of the relationship",
                "definition": "The target composition/document of this relationship.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.relatesTo.target[x]",
                    "min": 1,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Identifier"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".target[classCode=\"DOC\", moodCode=\"EVN\"].id"
                    },
                    {
                        "identity": "cda",
                        "map": ".relatedDocument.id"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.relatesTo.target"
                    }
                ]
            },
            {
                "id": "Composition.relatesTo.target[x].id",
                "path": "Composition.relatesTo.target[x].id",
                "representation":  [
                    "xmlAttr"
                ],
                "short": "Unique id for inter-element referencing",
                "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Element.id",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                                "valueUrl": "string"
                            }
                        ],
                        "code": "http://hl7.org/fhirpath/System.String"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.relatesTo.target[x].extension",
                "path": "Composition.relatesTo.target[x].extension",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "value",
                            "path": "url"
                        }
                    ],
                    "description": "Extensions are always sliced by (at least) url",
                    "rules": "open"
                },
                "short": "Additional content defined by implementations",
                "definition": "May 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.",
                "comment": "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.",
                "alias":  [
                    "extensions",
                    "user content"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Element.extension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.relatesTo.target[x].use",
                "path": "Composition.relatesTo.target[x].use",
                "short": "usual | official | temp | secondary | old (If known)",
                "definition": "The purpose of this identifier.",
                "comment": "Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.",
                "requirements": "Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Identifier.use",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": true,
                "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary id for a permanent one.",
                "isSummary": true,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "IdentifierUse"
                        }
                    ],
                    "strength": "required",
                    "description": "Identifies the purpose for this identifier, if known .",
                    "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use|4.0.1"
                },
                "mapping":  [
                    {
                        "identity": "v2",
                        "map": "N/A"
                    },
                    {
                        "identity": "rim",
                        "map": "Role.code or implied by context"
                    }
                ]
            },
            {
                "id": "Composition.relatesTo.target[x].type",
                "path": "Composition.relatesTo.target[x].type",
                "short": "Description of identifier",
                "definition": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.",
                "comment": "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.",
                "requirements": "Allows users to make use of identifiers when the identifier system is not known.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Identifier.type",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "IdentifierType"
                        }
                    ],
                    "strength": "extensible",
                    "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type"
                },
                "mapping":  [
                    {
                        "identity": "v2",
                        "map": "CX.5"
                    },
                    {
                        "identity": "rim",
                        "map": "Role.code or implied by context"
                    }
                ]
            },
            {
                "id": "Composition.relatesTo.target[x].system",
                "path": "Composition.relatesTo.target[x].system",
                "short": "The namespace for the identifier value",
                "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.",
                "comment": "Identifier.system is always case sensitive.",
                "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.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Identifier.system",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "uri"
                    }
                ],
                "fixedUri": "http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-nalaza",
                "example":  [
                    {
                        "label": "General",
                        "valueUri": "http://www.acme.com/identifiers/patient"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "v2",
                        "map": "CX.4 / EI-2-4"
                    },
                    {
                        "identity": "rim",
                        "map": "II.root or Role.id.root"
                    },
                    {
                        "identity": "servd",
                        "map": "./IdentifierType"
                    }
                ]
            },
            {
                "id": "Composition.relatesTo.target[x].value",
                "path": "Composition.relatesTo.target[x].value",
                "short": "The value that is unique",
                "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.",
                "comment": "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](http://hl7.org/fhir/R4/extension-rendered-value.html). 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.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Identifier.value",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "string"
                    }
                ],
                "example":  [
                    {
                        "label": "General",
                        "valueString": "123456"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "mustSupport": false,
                "isModifier": false,
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "v2",
                        "map": "CX.1 / EI.1"
                    },
                    {
                        "identity": "rim",
                        "map": "II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)"
                    },
                    {
                        "identity": "servd",
                        "map": "./Value"
                    }
                ]
            },
            {
                "id": "Composition.relatesTo.target[x].period",
                "path": "Composition.relatesTo.target[x].period",
                "short": "Time period when id is/was valid for use",
                "definition": "Time period during which identifier is/was valid for use.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Identifier.period",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Period"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "v2",
                        "map": "CX.7 + CX.8"
                    },
                    {
                        "identity": "rim",
                        "map": "Role.effectiveTime or implied by context"
                    },
                    {
                        "identity": "servd",
                        "map": "./StartDate and ./EndDate"
                    }
                ]
            },
            {
                "id": "Composition.relatesTo.target[x].assigner",
                "path": "Composition.relatesTo.target[x].assigner",
                "short": "Organization that issued id (may be just text)",
                "definition": "Organization that issued/manages the identifier.",
                "comment": "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.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Identifier.assigner",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Organization"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "v2",
                        "map": "CX.4 / (CX.4,CX.9,CX.10)"
                    },
                    {
                        "identity": "rim",
                        "map": "II.assigningAuthorityName but note that this is an improper use by the definition of the field.  Also Role.scoper"
                    },
                    {
                        "identity": "servd",
                        "map": "./IdentifierIssuingAuthority"
                    }
                ]
            },
            {
                "id": "Composition.event",
                "path": "Composition.event",
                "short": "The clinical service(s) being documented",
                "definition": "The clinical service, such as a colonoscopy or an appendectomy, being documented.",
                "comment": "The event needs to be consistent with the type element, though can provide further information if desired.",
                "requirements": "Provides context for the composition and creates a linkage between a resource describing an event and the composition created describing the event.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.event",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "outboundRelationship[typeCode=\"SUBJ\"].target[classCode<'ACT']"
                    },
                    {
                        "identity": "cda",
                        "map": ".documentationOf.serviceEvent"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.event"
                    }
                ]
            },
            {
                "id": "Composition.event.id",
                "path": "Composition.event.id",
                "representation":  [
                    "xmlAttr"
                ],
                "short": "Unique id for inter-element referencing",
                "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Element.id",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                                "valueUrl": "string"
                            }
                        ],
                        "code": "http://hl7.org/fhirpath/System.String"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.event.extension",
                "path": "Composition.event.extension",
                "short": "Additional content defined by implementations",
                "definition": "May 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.",
                "comment": "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.",
                "alias":  [
                    "extensions",
                    "user content"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Element.extension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.event.modifierExtension",
                "path": "Composition.event.modifierExtension",
                "short": "Extensions that cannot be ignored even if unrecognized",
                "definition": "May 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
                "comment": "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.",
                "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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
                "alias":  [
                    "extensions",
                    "user content",
                    "modifiers"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "BackboneElement.modifierExtension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": true,
                "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "N/A"
                    }
                ]
            },
            {
                "id": "Composition.event.code",
                "path": "Composition.event.code",
                "short": "Code(s) that apply to the event being documented",
                "definition": "This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a \"History and Physical Report\" in which the procedure being documented is necessarily a \"History and Physical\" act.",
                "comment": "An event can further specialize the act inherent in the typeCode, such as where it is simply \"Procedure Report\" and the procedure was a \"colonoscopy\". If one or more eventCodes are included, they SHALL NOT conflict with the values inherent in the classCode, practiceSettingCode or typeCode, as such a conflict would create an ambiguous situation. This short list of codes is provided to be used as key words for certain types of queries.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.event.code",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "DocumentEventType"
                        }
                    ],
                    "strength": "example",
                    "description": "This list of codes represents the main clinical acts being documented.",
                    "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActCode"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".code"
                    },
                    {
                        "identity": "cda",
                        "map": ".code"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.event.code"
                    }
                ]
            },
            {
                "id": "Composition.event.period",
                "path": "Composition.event.period",
                "short": "The period covered by the documentation",
                "definition": "The period of time covered by the documentation. There is no assertion that the documentation is a complete representation for this period, only that it documents events during this time.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.event.period",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Period"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".effectiveTime"
                    },
                    {
                        "identity": "cda",
                        "map": ".effectiveTime"
                    },
                    {
                        "identity": "fhirdocumentreference",
                        "map": "DocumentReference.event.period"
                    }
                ]
            },
            {
                "id": "Composition.event.detail",
                "path": "Composition.event.detail",
                "short": "The event(s) being documented",
                "definition": "The description and/or reference of the event(s) being documented. For example, this could be used to document such a colonoscopy or an appendectomy.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.event.detail",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Resource"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship[typeCode=\"SUBJ\"].target"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section",
                "path": "Composition.section",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "value",
                            "path": "code"
                        }
                    ],
                    "ordered": false,
                    "rules": "closed"
                },
                "short": "Composition is broken into sections",
                "definition": "The root of the sections that make up the composition.",
                "min": 1,
                "max": "*",
                "base": {
                    "path": "Composition.section",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "constraint":  [
                    {
                        "key": "cmp-1",
                        "severity": "error",
                        "human": "A section must contain at least one of text, entries, or sub-sections",
                        "expression": "text.exists() or entry.exists() or section.exists()",
                        "xpath": "exists(f:text) or exists(f:entry) or exists(f:section)",
                        "source": "http://hl7.org/fhir/StructureDefinition/Composition"
                    },
                    {
                        "key": "cmp-2",
                        "severity": "error",
                        "human": "A section can only have an emptyReason if it is empty",
                        "expression": "emptyReason.empty() or entry.empty()",
                        "xpath": "not(exists(f:emptyReason) and exists(f:entry))",
                        "source": "http://hl7.org/fhir/StructureDefinition/Composition"
                    },
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./outboundRelationship[typeCode=\"COMP\" and isNormalActRelationship()]/target[moodCode=\"EVN\" and classCode=\"DOCSECT\" and isNormalAct]"
                    },
                    {
                        "identity": "cda",
                        "map": ".component.structuredBody.component.section"
                    }
                ]
            },
            {
                "id": "Composition.section.id",
                "path": "Composition.section.id",
                "representation":  [
                    "xmlAttr"
                ],
                "short": "Unique id for inter-element referencing",
                "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Element.id",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                                "valueUrl": "string"
                            }
                        ],
                        "code": "http://hl7.org/fhirpath/System.String"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section.extension",
                "path": "Composition.section.extension",
                "short": "Additional content defined by implementations",
                "definition": "May 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.",
                "comment": "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.",
                "alias":  [
                    "extensions",
                    "user content"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Element.extension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section.modifierExtension",
                "path": "Composition.section.modifierExtension",
                "short": "Extensions that cannot be ignored even if unrecognized",
                "definition": "May 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
                "comment": "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.",
                "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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
                "alias":  [
                    "extensions",
                    "user content",
                    "modifiers"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "BackboneElement.modifierExtension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": true,
                "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "N/A"
                    }
                ]
            },
            {
                "id": "Composition.section.title",
                "path": "Composition.section.title",
                "short": "Label for section (e.g. for ToC)",
                "definition": "The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents.",
                "comment": "The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title,  or documents that only have a single section. Most Implementation Guides will make section title to be a required element.",
                "requirements": "Section headings are often standardized for different types of documents.  They give guidance to humans on how the document is organized.",
                "alias":  [
                    "header",
                    "label",
                    "caption"
                ],
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.title",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "string"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./title"
                    },
                    {
                        "identity": "cda",
                        "map": ".title"
                    }
                ]
            },
            {
                "id": "Composition.section.code",
                "path": "Composition.section.code",
                "short": "Classification of section (recommended)",
                "definition": "A code identifying the kind of content contained within the section. This must be consistent with the section title.",
                "comment": "The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.   \n\nIf the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.",
                "requirements": "Provides computable standardized labels to topics within the document.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.code",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "CompositionSectionType"
                        }
                    ],
                    "strength": "example",
                    "description": "Classification of a section of a composition/document.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/doc-section-codes"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./code"
                    },
                    {
                        "identity": "cda",
                        "map": ".code"
                    }
                ]
            },
            {
                "id": "Composition.section.author",
                "path": "Composition.section.author",
                "short": "Who and/or what authored the section",
                "definition": "Identifies who is responsible for the information in this section, not necessarily who typed it in.",
                "requirements": "Identifies who is responsible for the content.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.section.author",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Practitioner",
                            "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
                            "http://hl7.org/fhir/StructureDefinition/Device",
                            "http://hl7.org/fhir/StructureDefinition/Patient",
                            "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
                            "http://hl7.org/fhir/StructureDefinition/Organization"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "w5",
                        "map": "FiveWs.author"
                    },
                    {
                        "identity": "rim",
                        "map": ".participation[typeCode=\"AUT\"].role[classCode=\"ASSIGNED\"]"
                    },
                    {
                        "identity": "cda",
                        "map": ".author.assignedAuthor"
                    }
                ]
            },
            {
                "id": "Composition.section.focus",
                "path": "Composition.section.focus",
                "short": "Who/what the section is about, when it is not about the subject of composition",
                "definition": "The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).",
                "comment": "Typically, sections in a doument are about the subject of the document, whether that is a  patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are  a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.focus",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Resource"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "cda",
                        "map": ".subject? (CDA did not differentiate between subject and focus)"
                    }
                ]
            },
            {
                "id": "Composition.section.text",
                "path": "Composition.section.text",
                "short": "Text summary of the section, for human interpretation",
                "definition": "A human-readable narrative that contains the attested content of the section, 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.",
                "comment": "Document profiles may define what content should be represented in the narrative to ensure clinical safety.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.text",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Narrative"
                    }
                ],
                "condition":  [
                    "cmp-1"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".text"
                    },
                    {
                        "identity": "cda",
                        "map": ".text"
                    }
                ]
            },
            {
                "id": "Composition.section.mode",
                "path": "Composition.section.mode",
                "short": "working | snapshot | changes",
                "definition": "How the entry 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.",
                "comment": "This element is labeled as a modifier because a change list must not be misunderstood as a complete list.",
                "requirements": "Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.mode",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionMode"
                        }
                    ],
                    "strength": "required",
                    "description": "The processing mode that applies to this section.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-mode|4.0.1"
                },
                "mapping":  [
                    {
                        "identity": "w5",
                        "map": "FiveWs.class"
                    },
                    {
                        "identity": "rim",
                        "map": ".outBoundRelationship[typeCode=COMP].target[classCode=OBS\"].value"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section.orderedBy",
                "path": "Composition.section.orderedBy",
                "short": "Order of section entries",
                "definition": "Specifies the order applied to the items in the section entries.",
                "comment": "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.",
                "requirements": "Important for presentation and rendering.  Lists may be sorted to place more important information first or to group related entries.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.orderedBy",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionEntryOrder"
                        }
                    ],
                    "strength": "preferred",
                    "description": "What order applies to the items in the entry.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-order"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship[typeCode=COMP].sequenceNumber > 1"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section.entry",
                "path": "Composition.section.entry",
                "short": "A reference to data that supports this section",
                "definition": "A reference to the actual resource from which the narrative in the section is derived.",
                "comment": "If there are no entries in the list, an emptyReason SHOULD be provided.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.section.entry",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Resource"
                        ]
                    }
                ],
                "condition":  [
                    "cmp-2"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship[typeCode=COMP] or  .participation[typeCode=SBJ]"
                    },
                    {
                        "identity": "cda",
                        "map": ".entry"
                    }
                ]
            },
            {
                "id": "Composition.section.emptyReason",
                "path": "Composition.section.emptyReason",
                "short": "Why the section is empty",
                "definition": "If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.",
                "comment": "The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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.",
                "requirements": "Allows capturing things like \"none exist\" or \"not asked\" which can be important for most lists.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.emptyReason",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "condition":  [
                    "cmp-2"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionEmptyReason"
                        }
                    ],
                    "strength": "preferred",
                    "description": "If a section is empty, why it is empty.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-empty-reason"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".inboundRelationship[typeCode=SUBJ,code<ListEmptyReason].value[type=CD]"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section.section",
                "path": "Composition.section.section",
                "short": "Nested Section",
                "definition": "A nested sub-section within this section.",
                "comment": "Nested sections are primarily used to help human readers navigate to particular portions of the document.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.section.section",
                    "min": 0,
                    "max": "*"
                },
                "contentReference": "http://hl7.org/fhir/StructureDefinition/Composition#Composition.section",
                "condition":  [
                    "cmp-1"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./outboundRelationship[typeCode=\"COMP\" and isNormalActRelationship()]/target[moodCode=\"EVN\" and classCode=\"DOCSECT\" and isNormalAct]"
                    },
                    {
                        "identity": "cda",
                        "map": ".component.section"
                    }
                ]
            },
            {
                "id": "Composition.section:Slucaj",
                "path": "Composition.section",
                "sliceName": "Slucaj",
                "short": "SET 3: podaci dijagnoze primarnog sijela",
                "definition": "Slučaj sadrži informacije o dijagnozi primarnog sijela.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "constraint":  [
                    {
                        "key": "cmp-1",
                        "severity": "error",
                        "human": "A section must contain at least one of text, entries, or sub-sections",
                        "expression": "text.exists() or entry.exists() or section.exists()",
                        "xpath": "exists(f:text) or exists(f:entry) or exists(f:section)",
                        "source": "http://hl7.org/fhir/StructureDefinition/Composition"
                    },
                    {
                        "key": "cmp-2",
                        "severity": "error",
                        "human": "A section can only have an emptyReason if it is empty",
                        "expression": "emptyReason.empty() or entry.empty()",
                        "xpath": "not(exists(f:emptyReason) and exists(f:entry))",
                        "source": "http://hl7.org/fhir/StructureDefinition/Composition"
                    },
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./outboundRelationship[typeCode=\"COMP\" and isNormalActRelationship()]/target[moodCode=\"EVN\" and classCode=\"DOCSECT\" and isNormalAct]"
                    },
                    {
                        "identity": "cda",
                        "map": ".component.structuredBody.component.section"
                    }
                ]
            },
            {
                "id": "Composition.section:Slucaj.id",
                "path": "Composition.section.id",
                "representation":  [
                    "xmlAttr"
                ],
                "short": "Unique id for inter-element referencing",
                "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Element.id",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                                "valueUrl": "string"
                            }
                        ],
                        "code": "http://hl7.org/fhirpath/System.String"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:Slucaj.extension",
                "path": "Composition.section.extension",
                "short": "Additional content defined by implementations",
                "definition": "May 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.",
                "comment": "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.",
                "alias":  [
                    "extensions",
                    "user content"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Element.extension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:Slucaj.modifierExtension",
                "path": "Composition.section.modifierExtension",
                "short": "Extensions that cannot be ignored even if unrecognized",
                "definition": "May 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
                "comment": "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.",
                "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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
                "alias":  [
                    "extensions",
                    "user content",
                    "modifiers"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "BackboneElement.modifierExtension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": true,
                "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "N/A"
                    }
                ]
            },
            {
                "id": "Composition.section:Slucaj.title",
                "path": "Composition.section.title",
                "short": "Label for section (e.g. for ToC)",
                "definition": "The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents.",
                "comment": "The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title,  or documents that only have a single section. Most Implementation Guides will make section title to be a required element.",
                "requirements": "Section headings are often standardized for different types of documents.  They give guidance to humans on how the document is organized.",
                "alias":  [
                    "header",
                    "label",
                    "caption"
                ],
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section.title",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "string"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./title"
                    },
                    {
                        "identity": "cda",
                        "map": ".title"
                    }
                ]
            },
            {
                "id": "Composition.section:Slucaj.code",
                "path": "Composition.section.code",
                "short": "Classification of section (recommended)",
                "definition": "A code identifying the kind of content contained within the section. This must be consistent with the section title.",
                "comment": "The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.   \n\nIf the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.",
                "requirements": "Provides computable standardized labels to topics within the document.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section.code",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "fixedCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
                            "code": "1",
                            "display": "Slučaj"
                        }
                    ]
                },
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "CompositionSectionType"
                        }
                    ],
                    "strength": "example",
                    "description": "Classification of a section of a composition/document.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/doc-section-codes"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./code"
                    },
                    {
                        "identity": "cda",
                        "map": ".code"
                    }
                ]
            },
            {
                "id": "Composition.section:Slucaj.author",
                "path": "Composition.section.author",
                "short": "Who and/or what authored the section",
                "definition": "Identifies who is responsible for the information in this section, not necessarily who typed it in.",
                "requirements": "Identifies who is responsible for the content.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.section.author",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Practitioner",
                            "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
                            "http://hl7.org/fhir/StructureDefinition/Device",
                            "http://hl7.org/fhir/StructureDefinition/Patient",
                            "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
                            "http://hl7.org/fhir/StructureDefinition/Organization"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "w5",
                        "map": "FiveWs.author"
                    },
                    {
                        "identity": "rim",
                        "map": ".participation[typeCode=\"AUT\"].role[classCode=\"ASSIGNED\"]"
                    },
                    {
                        "identity": "cda",
                        "map": ".author.assignedAuthor"
                    }
                ]
            },
            {
                "id": "Composition.section:Slucaj.focus",
                "path": "Composition.section.focus",
                "short": "Who/what the section is about, when it is not about the subject of composition",
                "definition": "The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).",
                "comment": "Typically, sections in a doument are about the subject of the document, whether that is a  patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are  a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.focus",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Resource"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "cda",
                        "map": ".subject? (CDA did not differentiate between subject and focus)"
                    }
                ]
            },
            {
                "id": "Composition.section:Slucaj.text",
                "path": "Composition.section.text",
                "short": "Text summary of the section, for human interpretation",
                "definition": "A human-readable narrative that contains the attested content of the section, 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.",
                "comment": "Document profiles may define what content should be represented in the narrative to ensure clinical safety.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.text",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Narrative"
                    }
                ],
                "condition":  [
                    "cmp-1"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".text"
                    },
                    {
                        "identity": "cda",
                        "map": ".text"
                    }
                ]
            },
            {
                "id": "Composition.section:Slucaj.mode",
                "path": "Composition.section.mode",
                "short": "working | snapshot | changes",
                "definition": "How the entry 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.",
                "comment": "This element is labeled as a modifier because a change list must not be misunderstood as a complete list.",
                "requirements": "Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.mode",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionMode"
                        }
                    ],
                    "strength": "required",
                    "description": "The processing mode that applies to this section.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-mode|4.0.1"
                },
                "mapping":  [
                    {
                        "identity": "w5",
                        "map": "FiveWs.class"
                    },
                    {
                        "identity": "rim",
                        "map": ".outBoundRelationship[typeCode=COMP].target[classCode=OBS\"].value"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:Slucaj.orderedBy",
                "path": "Composition.section.orderedBy",
                "short": "Order of section entries",
                "definition": "Specifies the order applied to the items in the section entries.",
                "comment": "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.",
                "requirements": "Important for presentation and rendering.  Lists may be sorted to place more important information first or to group related entries.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.orderedBy",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionEntryOrder"
                        }
                    ],
                    "strength": "preferred",
                    "description": "What order applies to the items in the entry.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-order"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship[typeCode=COMP].sequenceNumber > 1"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:Slucaj.entry",
                "path": "Composition.section.entry",
                "short": "A reference to data that supports this section",
                "definition": "A reference to the actual resource from which the narrative in the section is derived.",
                "comment": "If there are no entries in the list, an emptyReason SHOULD be provided.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section.entry",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/slucaj"
                        ]
                    }
                ],
                "condition":  [
                    "cmp-2"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship[typeCode=COMP] or  .participation[typeCode=SBJ]"
                    },
                    {
                        "identity": "cda",
                        "map": ".entry"
                    }
                ]
            },
            {
                "id": "Composition.section:Slucaj.emptyReason",
                "path": "Composition.section.emptyReason",
                "short": "Why the section is empty",
                "definition": "If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.",
                "comment": "The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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.",
                "requirements": "Allows capturing things like \"none exist\" or \"not asked\" which can be important for most lists.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.emptyReason",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "condition":  [
                    "cmp-2"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionEmptyReason"
                        }
                    ],
                    "strength": "preferred",
                    "description": "If a section is empty, why it is empty.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-empty-reason"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".inboundRelationship[typeCode=SUBJ,code<ListEmptyReason].value[type=CD]"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:Slucaj.section",
                "path": "Composition.section.section",
                "short": "Nested Section",
                "definition": "A nested sub-section within this section.",
                "comment": "Nested sections are primarily used to help human readers navigate to particular portions of the document.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.section.section",
                    "min": 0,
                    "max": "*"
                },
                "contentReference": "http://hl7.org/fhir/StructureDefinition/Composition#Composition.section",
                "condition":  [
                    "cmp-1"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./outboundRelationship[typeCode=\"COMP\" and isNormalActRelationship()]/target[moodCode=\"EVN\" and classCode=\"DOCSECT\" and isNormalAct]"
                    },
                    {
                        "identity": "cda",
                        "map": ".component.section"
                    }
                ]
            },
            {
                "id": "Composition.section:AdministriraniLijekovi",
                "path": "Composition.section",
                "sliceName": "AdministriraniLijekovi",
                "short": "SET 9: podaci o administriranom lijeku",
                "definition": "The root of the sections that make up the composition.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "constraint":  [
                    {
                        "key": "cmp-1",
                        "severity": "error",
                        "human": "A section must contain at least one of text, entries, or sub-sections",
                        "expression": "text.exists() or entry.exists() or section.exists()",
                        "xpath": "exists(f:text) or exists(f:entry) or exists(f:section)",
                        "source": "http://hl7.org/fhir/StructureDefinition/Composition"
                    },
                    {
                        "key": "cmp-2",
                        "severity": "error",
                        "human": "A section can only have an emptyReason if it is empty",
                        "expression": "emptyReason.empty() or entry.empty()",
                        "xpath": "not(exists(f:emptyReason) and exists(f:entry))",
                        "source": "http://hl7.org/fhir/StructureDefinition/Composition"
                    },
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./outboundRelationship[typeCode=\"COMP\" and isNormalActRelationship()]/target[moodCode=\"EVN\" and classCode=\"DOCSECT\" and isNormalAct]"
                    },
                    {
                        "identity": "cda",
                        "map": ".component.structuredBody.component.section"
                    }
                ]
            },
            {
                "id": "Composition.section:AdministriraniLijekovi.id",
                "path": "Composition.section.id",
                "representation":  [
                    "xmlAttr"
                ],
                "short": "Unique id for inter-element referencing",
                "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Element.id",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                                "valueUrl": "string"
                            }
                        ],
                        "code": "http://hl7.org/fhirpath/System.String"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:AdministriraniLijekovi.extension",
                "path": "Composition.section.extension",
                "short": "Additional content defined by implementations",
                "definition": "May 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.",
                "comment": "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.",
                "alias":  [
                    "extensions",
                    "user content"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Element.extension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:AdministriraniLijekovi.modifierExtension",
                "path": "Composition.section.modifierExtension",
                "short": "Extensions that cannot be ignored even if unrecognized",
                "definition": "May 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
                "comment": "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.",
                "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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
                "alias":  [
                    "extensions",
                    "user content",
                    "modifiers"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "BackboneElement.modifierExtension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": true,
                "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "N/A"
                    }
                ]
            },
            {
                "id": "Composition.section:AdministriraniLijekovi.title",
                "path": "Composition.section.title",
                "short": "Label for section (e.g. for ToC)",
                "definition": "The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents.",
                "comment": "The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title,  or documents that only have a single section. Most Implementation Guides will make section title to be a required element.",
                "requirements": "Section headings are often standardized for different types of documents.  They give guidance to humans on how the document is organized.",
                "alias":  [
                    "header",
                    "label",
                    "caption"
                ],
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section.title",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "string"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./title"
                    },
                    {
                        "identity": "cda",
                        "map": ".title"
                    }
                ]
            },
            {
                "id": "Composition.section:AdministriraniLijekovi.code",
                "path": "Composition.section.code",
                "short": "Classification of section (recommended)",
                "definition": "A code identifying the kind of content contained within the section. This must be consistent with the section title.",
                "comment": "The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.   \n\nIf the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.",
                "requirements": "Provides computable standardized labels to topics within the document.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section.code",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "fixedCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
                            "code": "9",
                            "display": "Podaci o administriranim lijekovima"
                        }
                    ]
                },
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "CompositionSectionType"
                        }
                    ],
                    "strength": "example",
                    "description": "Classification of a section of a composition/document.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/doc-section-codes"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./code"
                    },
                    {
                        "identity": "cda",
                        "map": ".code"
                    }
                ]
            },
            {
                "id": "Composition.section:AdministriraniLijekovi.author",
                "path": "Composition.section.author",
                "short": "Who and/or what authored the section",
                "definition": "Identifies who is responsible for the information in this section, not necessarily who typed it in.",
                "requirements": "Identifies who is responsible for the content.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.section.author",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Practitioner",
                            "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
                            "http://hl7.org/fhir/StructureDefinition/Device",
                            "http://hl7.org/fhir/StructureDefinition/Patient",
                            "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
                            "http://hl7.org/fhir/StructureDefinition/Organization"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "w5",
                        "map": "FiveWs.author"
                    },
                    {
                        "identity": "rim",
                        "map": ".participation[typeCode=\"AUT\"].role[classCode=\"ASSIGNED\"]"
                    },
                    {
                        "identity": "cda",
                        "map": ".author.assignedAuthor"
                    }
                ]
            },
            {
                "id": "Composition.section:AdministriraniLijekovi.focus",
                "path": "Composition.section.focus",
                "short": "Who/what the section is about, when it is not about the subject of composition",
                "definition": "The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).",
                "comment": "Typically, sections in a doument are about the subject of the document, whether that is a  patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are  a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.focus",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Resource"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "cda",
                        "map": ".subject? (CDA did not differentiate between subject and focus)"
                    }
                ]
            },
            {
                "id": "Composition.section:AdministriraniLijekovi.text",
                "path": "Composition.section.text",
                "short": "Text summary of the section, for human interpretation",
                "definition": "A human-readable narrative that contains the attested content of the section, 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.",
                "comment": "Document profiles may define what content should be represented in the narrative to ensure clinical safety.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.text",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Narrative"
                    }
                ],
                "condition":  [
                    "cmp-1"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".text"
                    },
                    {
                        "identity": "cda",
                        "map": ".text"
                    }
                ]
            },
            {
                "id": "Composition.section:AdministriraniLijekovi.mode",
                "path": "Composition.section.mode",
                "short": "working | snapshot | changes",
                "definition": "How the entry 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.",
                "comment": "This element is labeled as a modifier because a change list must not be misunderstood as a complete list.",
                "requirements": "Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.mode",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionMode"
                        }
                    ],
                    "strength": "required",
                    "description": "The processing mode that applies to this section.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-mode|4.0.1"
                },
                "mapping":  [
                    {
                        "identity": "w5",
                        "map": "FiveWs.class"
                    },
                    {
                        "identity": "rim",
                        "map": ".outBoundRelationship[typeCode=COMP].target[classCode=OBS\"].value"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:AdministriraniLijekovi.orderedBy",
                "path": "Composition.section.orderedBy",
                "short": "Order of section entries",
                "definition": "Specifies the order applied to the items in the section entries.",
                "comment": "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.",
                "requirements": "Important for presentation and rendering.  Lists may be sorted to place more important information first or to group related entries.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.orderedBy",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionEntryOrder"
                        }
                    ],
                    "strength": "preferred",
                    "description": "What order applies to the items in the entry.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-order"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship[typeCode=COMP].sequenceNumber > 1"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:AdministriraniLijekovi.entry",
                "path": "Composition.section.entry",
                "short": "A reference to data that supports this section",
                "definition": "A reference to the actual resource from which the narrative in the section is derived.",
                "comment": "If there are no entries in the list, an emptyReason SHOULD be provided.",
                "min": 1,
                "max": "*",
                "base": {
                    "path": "Composition.section.entry",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/administered-medication"
                        ]
                    }
                ],
                "condition":  [
                    "cmp-2"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship[typeCode=COMP] or  .participation[typeCode=SBJ]"
                    },
                    {
                        "identity": "cda",
                        "map": ".entry"
                    }
                ]
            },
            {
                "id": "Composition.section:AdministriraniLijekovi.emptyReason",
                "path": "Composition.section.emptyReason",
                "short": "Why the section is empty",
                "definition": "If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.",
                "comment": "The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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.",
                "requirements": "Allows capturing things like \"none exist\" or \"not asked\" which can be important for most lists.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.emptyReason",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "condition":  [
                    "cmp-2"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionEmptyReason"
                        }
                    ],
                    "strength": "preferred",
                    "description": "If a section is empty, why it is empty.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-empty-reason"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".inboundRelationship[typeCode=SUBJ,code<ListEmptyReason].value[type=CD]"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:AdministriraniLijekovi.section",
                "path": "Composition.section.section",
                "short": "Nested Section",
                "definition": "A nested sub-section within this section.",
                "comment": "Nested sections are primarily used to help human readers navigate to particular portions of the document.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.section.section",
                    "min": 0,
                    "max": "*"
                },
                "contentReference": "http://hl7.org/fhir/StructureDefinition/Composition#Composition.section",
                "condition":  [
                    "cmp-1"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./outboundRelationship[typeCode=\"COMP\" and isNormalActRelationship()]/target[moodCode=\"EVN\" and classCode=\"DOCSECT\" and isNormalAct]"
                    },
                    {
                        "identity": "cda",
                        "map": ".component.section"
                    }
                ]
            },
            {
                "id": "Composition.section:glavnaDijagnoza",
                "path": "Composition.section",
                "sliceName": "glavnaDijagnoza",
                "short": "Glavna dijagnoza posjete",
                "definition": "The root of the sections that make up the composition.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "constraint":  [
                    {
                        "key": "cmp-1",
                        "severity": "error",
                        "human": "A section must contain at least one of text, entries, or sub-sections",
                        "expression": "text.exists() or entry.exists() or section.exists()",
                        "xpath": "exists(f:text) or exists(f:entry) or exists(f:section)",
                        "source": "http://hl7.org/fhir/StructureDefinition/Composition"
                    },
                    {
                        "key": "cmp-2",
                        "severity": "error",
                        "human": "A section can only have an emptyReason if it is empty",
                        "expression": "emptyReason.empty() or entry.empty()",
                        "xpath": "not(exists(f:emptyReason) and exists(f:entry))",
                        "source": "http://hl7.org/fhir/StructureDefinition/Composition"
                    },
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./outboundRelationship[typeCode=\"COMP\" and isNormalActRelationship()]/target[moodCode=\"EVN\" and classCode=\"DOCSECT\" and isNormalAct]"
                    },
                    {
                        "identity": "cda",
                        "map": ".component.structuredBody.component.section"
                    }
                ]
            },
            {
                "id": "Composition.section:glavnaDijagnoza.id",
                "path": "Composition.section.id",
                "representation":  [
                    "xmlAttr"
                ],
                "short": "Unique id for inter-element referencing",
                "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Element.id",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                                "valueUrl": "string"
                            }
                        ],
                        "code": "http://hl7.org/fhirpath/System.String"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:glavnaDijagnoza.extension",
                "path": "Composition.section.extension",
                "short": "Additional content defined by implementations",
                "definition": "May 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.",
                "comment": "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.",
                "alias":  [
                    "extensions",
                    "user content"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Element.extension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:glavnaDijagnoza.modifierExtension",
                "path": "Composition.section.modifierExtension",
                "short": "Extensions that cannot be ignored even if unrecognized",
                "definition": "May 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
                "comment": "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.",
                "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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
                "alias":  [
                    "extensions",
                    "user content",
                    "modifiers"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "BackboneElement.modifierExtension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": true,
                "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "N/A"
                    }
                ]
            },
            {
                "id": "Composition.section:glavnaDijagnoza.title",
                "path": "Composition.section.title",
                "short": "Label for section (e.g. for ToC)",
                "definition": "The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents.",
                "comment": "The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title,  or documents that only have a single section. Most Implementation Guides will make section title to be a required element.",
                "requirements": "Section headings are often standardized for different types of documents.  They give guidance to humans on how the document is organized.",
                "alias":  [
                    "header",
                    "label",
                    "caption"
                ],
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section.title",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "string"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./title"
                    },
                    {
                        "identity": "cda",
                        "map": ".title"
                    }
                ]
            },
            {
                "id": "Composition.section:glavnaDijagnoza.code",
                "path": "Composition.section.code",
                "short": "Classification of section (recommended)",
                "definition": "A code identifying the kind of content contained within the section. This must be consistent with the section title.",
                "comment": "The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.   \n\nIf the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.",
                "requirements": "Provides computable standardized labels to topics within the document.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section.code",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "fixedCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
                            "code": "3",
                            "display": "Glavna dijagnoza posjete"
                        }
                    ]
                },
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "CompositionSectionType"
                        }
                    ],
                    "strength": "example",
                    "description": "Classification of a section of a composition/document.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/doc-section-codes"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./code"
                    },
                    {
                        "identity": "cda",
                        "map": ".code"
                    }
                ]
            },
            {
                "id": "Composition.section:glavnaDijagnoza.author",
                "path": "Composition.section.author",
                "short": "Who and/or what authored the section",
                "definition": "Identifies who is responsible for the information in this section, not necessarily who typed it in.",
                "requirements": "Identifies who is responsible for the content.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.section.author",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Practitioner",
                            "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
                            "http://hl7.org/fhir/StructureDefinition/Device",
                            "http://hl7.org/fhir/StructureDefinition/Patient",
                            "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
                            "http://hl7.org/fhir/StructureDefinition/Organization"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "w5",
                        "map": "FiveWs.author"
                    },
                    {
                        "identity": "rim",
                        "map": ".participation[typeCode=\"AUT\"].role[classCode=\"ASSIGNED\"]"
                    },
                    {
                        "identity": "cda",
                        "map": ".author.assignedAuthor"
                    }
                ]
            },
            {
                "id": "Composition.section:glavnaDijagnoza.focus",
                "path": "Composition.section.focus",
                "short": "Who/what the section is about, when it is not about the subject of composition",
                "definition": "The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).",
                "comment": "Typically, sections in a doument are about the subject of the document, whether that is a  patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are  a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.focus",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Resource"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "cda",
                        "map": ".subject? (CDA did not differentiate between subject and focus)"
                    }
                ]
            },
            {
                "id": "Composition.section:glavnaDijagnoza.text",
                "path": "Composition.section.text",
                "short": "Text summary of the section, for human interpretation",
                "definition": "A human-readable narrative that contains the attested content of the section, 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.",
                "comment": "Document profiles may define what content should be represented in the narrative to ensure clinical safety.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.text",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Narrative"
                    }
                ],
                "condition":  [
                    "cmp-1"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".text"
                    },
                    {
                        "identity": "cda",
                        "map": ".text"
                    }
                ]
            },
            {
                "id": "Composition.section:glavnaDijagnoza.mode",
                "path": "Composition.section.mode",
                "short": "working | snapshot | changes",
                "definition": "How the entry 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.",
                "comment": "This element is labeled as a modifier because a change list must not be misunderstood as a complete list.",
                "requirements": "Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.mode",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionMode"
                        }
                    ],
                    "strength": "required",
                    "description": "The processing mode that applies to this section.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-mode|4.0.1"
                },
                "mapping":  [
                    {
                        "identity": "w5",
                        "map": "FiveWs.class"
                    },
                    {
                        "identity": "rim",
                        "map": ".outBoundRelationship[typeCode=COMP].target[classCode=OBS\"].value"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:glavnaDijagnoza.orderedBy",
                "path": "Composition.section.orderedBy",
                "short": "Order of section entries",
                "definition": "Specifies the order applied to the items in the section entries.",
                "comment": "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.",
                "requirements": "Important for presentation and rendering.  Lists may be sorted to place more important information first or to group related entries.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.orderedBy",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionEntryOrder"
                        }
                    ],
                    "strength": "preferred",
                    "description": "What order applies to the items in the entry.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-order"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship[typeCode=COMP].sequenceNumber > 1"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:glavnaDijagnoza.entry",
                "path": "Composition.section.entry",
                "short": "Glavna dijagnoza posjete",
                "definition": "Glavna/ Primarna dijagnoza posjete zabilježena na nalazu/ otpusnom pismu koje se šalje u CEZIH. ",
                "comment": "If there are no entries in the list, an emptyReason SHOULD be provided.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section.entry",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/primarna-dijagnoza"
                        ]
                    }
                ],
                "condition":  [
                    "cmp-2"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship[typeCode=COMP] or  .participation[typeCode=SBJ]"
                    },
                    {
                        "identity": "cda",
                        "map": ".entry"
                    }
                ]
            },
            {
                "id": "Composition.section:glavnaDijagnoza.emptyReason",
                "path": "Composition.section.emptyReason",
                "short": "Why the section is empty",
                "definition": "If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.",
                "comment": "The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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.",
                "requirements": "Allows capturing things like \"none exist\" or \"not asked\" which can be important for most lists.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.emptyReason",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "condition":  [
                    "cmp-2"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionEmptyReason"
                        }
                    ],
                    "strength": "preferred",
                    "description": "If a section is empty, why it is empty.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-empty-reason"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".inboundRelationship[typeCode=SUBJ,code<ListEmptyReason].value[type=CD]"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:glavnaDijagnoza.section",
                "path": "Composition.section.section",
                "short": "Nested Section",
                "definition": "A nested sub-section within this section.",
                "comment": "Nested sections are primarily used to help human readers navigate to particular portions of the document.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.section.section",
                    "min": 0,
                    "max": "*"
                },
                "contentReference": "http://hl7.org/fhir/StructureDefinition/Composition#Composition.section",
                "condition":  [
                    "cmp-1"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./outboundRelationship[typeCode=\"COMP\" and isNormalActRelationship()]/target[moodCode=\"EVN\" and classCode=\"DOCSECT\" and isNormalAct]"
                    },
                    {
                        "identity": "cda",
                        "map": ".component.section"
                    }
                ]
            },
            {
                "id": "Composition.section:djelatnost",
                "path": "Composition.section",
                "sliceName": "djelatnost",
                "short": "Djelatnost pošiljatelja podataka",
                "definition": "The root of the sections that make up the composition.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "constraint":  [
                    {
                        "key": "cmp-1",
                        "severity": "error",
                        "human": "A section must contain at least one of text, entries, or sub-sections",
                        "expression": "text.exists() or entry.exists() or section.exists()",
                        "xpath": "exists(f:text) or exists(f:entry) or exists(f:section)",
                        "source": "http://hl7.org/fhir/StructureDefinition/Composition"
                    },
                    {
                        "key": "cmp-2",
                        "severity": "error",
                        "human": "A section can only have an emptyReason if it is empty",
                        "expression": "emptyReason.empty() or entry.empty()",
                        "xpath": "not(exists(f:emptyReason) and exists(f:entry))",
                        "source": "http://hl7.org/fhir/StructureDefinition/Composition"
                    },
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./outboundRelationship[typeCode=\"COMP\" and isNormalActRelationship()]/target[moodCode=\"EVN\" and classCode=\"DOCSECT\" and isNormalAct]"
                    },
                    {
                        "identity": "cda",
                        "map": ".component.structuredBody.component.section"
                    }
                ]
            },
            {
                "id": "Composition.section:djelatnost.id",
                "path": "Composition.section.id",
                "representation":  [
                    "xmlAttr"
                ],
                "short": "Unique id for inter-element referencing",
                "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Element.id",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                                "valueUrl": "string"
                            }
                        ],
                        "code": "http://hl7.org/fhirpath/System.String"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:djelatnost.extension",
                "path": "Composition.section.extension",
                "short": "Additional content defined by implementations",
                "definition": "May 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.",
                "comment": "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.",
                "alias":  [
                    "extensions",
                    "user content"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Element.extension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:djelatnost.modifierExtension",
                "path": "Composition.section.modifierExtension",
                "short": "Extensions that cannot be ignored even if unrecognized",
                "definition": "May 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
                "comment": "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.",
                "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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
                "alias":  [
                    "extensions",
                    "user content",
                    "modifiers"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "BackboneElement.modifierExtension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": true,
                "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "N/A"
                    }
                ]
            },
            {
                "id": "Composition.section:djelatnost.title",
                "path": "Composition.section.title",
                "short": "Label for section (e.g. for ToC)",
                "definition": "The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents.",
                "comment": "The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title,  or documents that only have a single section. Most Implementation Guides will make section title to be a required element.",
                "requirements": "Section headings are often standardized for different types of documents.  They give guidance to humans on how the document is organized.",
                "alias":  [
                    "header",
                    "label",
                    "caption"
                ],
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section.title",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "string"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./title"
                    },
                    {
                        "identity": "cda",
                        "map": ".title"
                    }
                ]
            },
            {
                "id": "Composition.section:djelatnost.code",
                "path": "Composition.section.code",
                "short": "Classification of section (recommended)",
                "definition": "A code identifying the kind of content contained within the section. This must be consistent with the section title.",
                "comment": "The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.   \n\nIf the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.",
                "requirements": "Provides computable standardized labels to topics within the document.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section.code",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "fixedCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
                            "code": "12",
                            "display": "Djelatnost"
                        }
                    ]
                },
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "CompositionSectionType"
                        }
                    ],
                    "strength": "example",
                    "description": "Classification of a section of a composition/document.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/doc-section-codes"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./code"
                    },
                    {
                        "identity": "cda",
                        "map": ".code"
                    }
                ]
            },
            {
                "id": "Composition.section:djelatnost.author",
                "path": "Composition.section.author",
                "short": "Who and/or what authored the section",
                "definition": "Identifies who is responsible for the information in this section, not necessarily who typed it in.",
                "requirements": "Identifies who is responsible for the content.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.section.author",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Practitioner",
                            "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
                            "http://hl7.org/fhir/StructureDefinition/Device",
                            "http://hl7.org/fhir/StructureDefinition/Patient",
                            "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
                            "http://hl7.org/fhir/StructureDefinition/Organization"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "w5",
                        "map": "FiveWs.author"
                    },
                    {
                        "identity": "rim",
                        "map": ".participation[typeCode=\"AUT\"].role[classCode=\"ASSIGNED\"]"
                    },
                    {
                        "identity": "cda",
                        "map": ".author.assignedAuthor"
                    }
                ]
            },
            {
                "id": "Composition.section:djelatnost.focus",
                "path": "Composition.section.focus",
                "short": "Who/what the section is about, when it is not about the subject of composition",
                "definition": "The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).",
                "comment": "Typically, sections in a doument are about the subject of the document, whether that is a  patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are  a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.focus",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Resource"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "cda",
                        "map": ".subject? (CDA did not differentiate between subject and focus)"
                    }
                ]
            },
            {
                "id": "Composition.section:djelatnost.text",
                "path": "Composition.section.text",
                "short": "Text summary of the section, for human interpretation",
                "definition": "A human-readable narrative that contains the attested content of the section, 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.",
                "comment": "Document profiles may define what content should be represented in the narrative to ensure clinical safety.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.text",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Narrative"
                    }
                ],
                "condition":  [
                    "cmp-1"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".text"
                    },
                    {
                        "identity": "cda",
                        "map": ".text"
                    }
                ]
            },
            {
                "id": "Composition.section:djelatnost.mode",
                "path": "Composition.section.mode",
                "short": "working | snapshot | changes",
                "definition": "How the entry 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.",
                "comment": "This element is labeled as a modifier because a change list must not be misunderstood as a complete list.",
                "requirements": "Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.mode",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionMode"
                        }
                    ],
                    "strength": "required",
                    "description": "The processing mode that applies to this section.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-mode|4.0.1"
                },
                "mapping":  [
                    {
                        "identity": "w5",
                        "map": "FiveWs.class"
                    },
                    {
                        "identity": "rim",
                        "map": ".outBoundRelationship[typeCode=COMP].target[classCode=OBS\"].value"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:djelatnost.orderedBy",
                "path": "Composition.section.orderedBy",
                "short": "Order of section entries",
                "definition": "Specifies the order applied to the items in the section entries.",
                "comment": "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.",
                "requirements": "Important for presentation and rendering.  Lists may be sorted to place more important information first or to group related entries.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.orderedBy",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionEntryOrder"
                        }
                    ],
                    "strength": "preferred",
                    "description": "What order applies to the items in the entry.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-order"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship[typeCode=COMP].sequenceNumber > 1"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:djelatnost.entry",
                "path": "Composition.section.entry",
                "short": "A reference to data that supports this section",
                "definition": "A reference to the actual resource from which the narrative in the section is derived.",
                "comment": "If there are no entries in the list, an emptyReason SHOULD be provided.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section.entry",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/djelatnost"
                        ]
                    }
                ],
                "condition":  [
                    "cmp-2"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship[typeCode=COMP] or  .participation[typeCode=SBJ]"
                    },
                    {
                        "identity": "cda",
                        "map": ".entry"
                    }
                ]
            },
            {
                "id": "Composition.section:djelatnost.emptyReason",
                "path": "Composition.section.emptyReason",
                "short": "Why the section is empty",
                "definition": "If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.",
                "comment": "The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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.",
                "requirements": "Allows capturing things like \"none exist\" or \"not asked\" which can be important for most lists.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.emptyReason",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "condition":  [
                    "cmp-2"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionEmptyReason"
                        }
                    ],
                    "strength": "preferred",
                    "description": "If a section is empty, why it is empty.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-empty-reason"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".inboundRelationship[typeCode=SUBJ,code<ListEmptyReason].value[type=CD]"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:djelatnost.section",
                "path": "Composition.section.section",
                "short": "Nested Section",
                "definition": "A nested sub-section within this section.",
                "comment": "Nested sections are primarily used to help human readers navigate to particular portions of the document.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.section.section",
                    "min": 0,
                    "max": "*"
                },
                "contentReference": "http://hl7.org/fhir/StructureDefinition/Composition#Composition.section",
                "condition":  [
                    "cmp-1"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./outboundRelationship[typeCode=\"COMP\" and isNormalActRelationship()]/target[moodCode=\"EVN\" and classCode=\"DOCSECT\" and isNormalAct]"
                    },
                    {
                        "identity": "cda",
                        "map": ".component.section"
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu",
                "path": "Composition.section",
                "sliceName": "podaciOPacijentu",
                "short": "Composition is broken into sections",
                "definition": "The root of the sections that make up the composition.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "BackboneElement"
                    }
                ],
                "constraint":  [
                    {
                        "key": "cmp-1",
                        "severity": "error",
                        "human": "A section must contain at least one of text, entries, or sub-sections",
                        "expression": "text.exists() or entry.exists() or section.exists()",
                        "xpath": "exists(f:text) or exists(f:entry) or exists(f:section)",
                        "source": "http://hl7.org/fhir/StructureDefinition/Composition"
                    },
                    {
                        "key": "cmp-2",
                        "severity": "error",
                        "human": "A section can only have an emptyReason if it is empty",
                        "expression": "emptyReason.empty() or entry.empty()",
                        "xpath": "not(exists(f:emptyReason) and exists(f:entry))",
                        "source": "http://hl7.org/fhir/StructureDefinition/Composition"
                    },
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./outboundRelationship[typeCode=\"COMP\" and isNormalActRelationship()]/target[moodCode=\"EVN\" and classCode=\"DOCSECT\" and isNormalAct]"
                    },
                    {
                        "identity": "cda",
                        "map": ".component.structuredBody.component.section"
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu.id",
                "path": "Composition.section.id",
                "representation":  [
                    "xmlAttr"
                ],
                "short": "Unique id for inter-element referencing",
                "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Element.id",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "extension":  [
                            {
                                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                                "valueUrl": "string"
                            }
                        ],
                        "code": "http://hl7.org/fhirpath/System.String"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu.extension",
                "path": "Composition.section.extension",
                "short": "Additional content defined by implementations",
                "definition": "May 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.",
                "comment": "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.",
                "alias":  [
                    "extensions",
                    "user content"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Element.extension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu.modifierExtension",
                "path": "Composition.section.modifierExtension",
                "short": "Extensions that cannot be ignored even if unrecognized",
                "definition": "May 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
                "comment": "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.",
                "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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
                "alias":  [
                    "extensions",
                    "user content",
                    "modifiers"
                ],
                "min": 0,
                "max": "*",
                "base": {
                    "path": "BackboneElement.modifierExtension",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Extension"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    },
                    {
                        "key": "ext-1",
                        "severity": "error",
                        "human": "Must have either extensions or value[x], not both",
                        "expression": "extension.exists() != value.exists()",
                        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
                        "source": "http://hl7.org/fhir/StructureDefinition/Extension"
                    }
                ],
                "isModifier": true,
                "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
                "isSummary": true,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "N/A"
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu.title",
                "path": "Composition.section.title",
                "short": "Label for section (e.g. for ToC)",
                "definition": "The label for this particular section.  This will be part of the rendered content for the document, and is often used to build a table of contents.",
                "comment": "The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title,  or documents that only have a single section. Most Implementation Guides will make section title to be a required element.",
                "requirements": "Section headings are often standardized for different types of documents.  They give guidance to humans on how the document is organized.",
                "alias":  [
                    "header",
                    "label",
                    "caption"
                ],
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section.title",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "string"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./title"
                    },
                    {
                        "identity": "cda",
                        "map": ".title"
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu.code",
                "path": "Composition.section.code",
                "short": "Classification of section (recommended)",
                "definition": "A code identifying the kind of content contained within the section. This must be consistent with the section title.",
                "comment": "The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document.   \n\nIf the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.",
                "requirements": "Provides computable standardized labels to topics within the document.",
                "min": 1,
                "max": "1",
                "base": {
                    "path": "Composition.section.code",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "fixedCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
                            "code": "11",
                            "display": "Podaci o pacijentu"
                        }
                    ]
                },
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "CompositionSectionType"
                        }
                    ],
                    "strength": "example",
                    "description": "Classification of a section of a composition/document.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/doc-section-codes"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./code"
                    },
                    {
                        "identity": "cda",
                        "map": ".code"
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu.author",
                "path": "Composition.section.author",
                "short": "Who and/or what authored the section",
                "definition": "Identifies who is responsible for the information in this section, not necessarily who typed it in.",
                "requirements": "Identifies who is responsible for the content.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.section.author",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Practitioner",
                            "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
                            "http://hl7.org/fhir/StructureDefinition/Device",
                            "http://hl7.org/fhir/StructureDefinition/Patient",
                            "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
                            "http://hl7.org/fhir/StructureDefinition/Organization"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "w5",
                        "map": "FiveWs.author"
                    },
                    {
                        "identity": "rim",
                        "map": ".participation[typeCode=\"AUT\"].role[classCode=\"ASSIGNED\"]"
                    },
                    {
                        "identity": "cda",
                        "map": ".author.assignedAuthor"
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu.focus",
                "path": "Composition.section.focus",
                "short": "Who/what the section is about, when it is not about the subject of composition",
                "definition": "The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources).",
                "comment": "Typically, sections in a doument are about the subject of the document, whether that is a  patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are  a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.focus",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Resource"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "cda",
                        "map": ".subject? (CDA did not differentiate between subject and focus)"
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu.text",
                "path": "Composition.section.text",
                "short": "Text summary of the section, for human interpretation",
                "definition": "A human-readable narrative that contains the attested content of the section, 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.",
                "comment": "Document profiles may define what content should be represented in the narrative to ensure clinical safety.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.text",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "Narrative"
                    }
                ],
                "condition":  [
                    "cmp-1"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".text"
                    },
                    {
                        "identity": "cda",
                        "map": ".text"
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu.mode",
                "path": "Composition.section.mode",
                "short": "working | snapshot | changes",
                "definition": "How the entry 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.",
                "comment": "This element is labeled as a modifier because a change list must not be misunderstood as a complete list.",
                "requirements": "Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.mode",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "code"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionMode"
                        }
                    ],
                    "strength": "required",
                    "description": "The processing mode that applies to this section.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-mode|4.0.1"
                },
                "mapping":  [
                    {
                        "identity": "w5",
                        "map": "FiveWs.class"
                    },
                    {
                        "identity": "rim",
                        "map": ".outBoundRelationship[typeCode=COMP].target[classCode=OBS\"].value"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu.orderedBy",
                "path": "Composition.section.orderedBy",
                "short": "Order of section entries",
                "definition": "Specifies the order applied to the items in the section entries.",
                "comment": "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.",
                "requirements": "Important for presentation and rendering.  Lists may be sorted to place more important information first or to group related entries.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.orderedBy",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionEntryOrder"
                        }
                    ],
                    "strength": "preferred",
                    "description": "What order applies to the items in the entry.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-order"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship[typeCode=COMP].sequenceNumber > 1"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu.entry",
                "path": "Composition.section.entry",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "value",
                            "path": "resolve().code"
                        }
                    ],
                    "rules": "closed"
                },
                "short": "A reference to data that supports this section",
                "definition": "A reference to the actual resource from which the narrative in the section is derived.",
                "comment": "If there are no entries in the list, an emptyReason SHOULD be provided.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.section.entry",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://hl7.org/fhir/StructureDefinition/Resource"
                        ]
                    }
                ],
                "condition":  [
                    "cmp-2"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship[typeCode=COMP] or  .participation[typeCode=SBJ]"
                    },
                    {
                        "identity": "cda",
                        "map": ".entry"
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu.entry:tezina",
                "path": "Composition.section.entry",
                "sliceName": "tezina",
                "short": "A reference to data that supports this section",
                "definition": "A reference to the actual resource from which the narrative in the section is derived.",
                "comment": "If there are no entries in the list, an emptyReason SHOULD be provided.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.entry",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/tezina"
                        ]
                    }
                ],
                "condition":  [
                    "cmp-2"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship[typeCode=COMP] or  .participation[typeCode=SBJ]"
                    },
                    {
                        "identity": "cda",
                        "map": ".entry"
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu.entry:visina",
                "path": "Composition.section.entry",
                "sliceName": "visina",
                "short": "A reference to data that supports this section",
                "definition": "A reference to the actual resource from which the narrative in the section is derived.",
                "comment": "If there are no entries in the list, an emptyReason SHOULD be provided.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.entry",
                    "min": 0,
                    "max": "*"
                },
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/visina"
                        ]
                    }
                ],
                "condition":  [
                    "cmp-2"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".outboundRelationship[typeCode=COMP] or  .participation[typeCode=SBJ]"
                    },
                    {
                        "identity": "cda",
                        "map": ".entry"
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu.emptyReason",
                "path": "Composition.section.emptyReason",
                "short": "Why the section is empty",
                "definition": "If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.",
                "comment": "The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content 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.",
                "requirements": "Allows capturing things like \"none exist\" or \"not asked\" which can be important for most lists.",
                "min": 0,
                "max": "1",
                "base": {
                    "path": "Composition.section.emptyReason",
                    "min": 0,
                    "max": "1"
                },
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "condition":  [
                    "cmp-2"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "binding": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
                            "valueString": "SectionEmptyReason"
                        }
                    ],
                    "strength": "preferred",
                    "description": "If a section is empty, why it is empty.",
                    "valueSet": "http://hl7.org/fhir/ValueSet/list-empty-reason"
                },
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": ".inboundRelationship[typeCode=SUBJ,code<ListEmptyReason].value[type=CD]"
                    },
                    {
                        "identity": "cda",
                        "map": "n/a"
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu.section",
                "path": "Composition.section.section",
                "short": "Nested Section",
                "definition": "A nested sub-section within this section.",
                "comment": "Nested sections are primarily used to help human readers navigate to particular portions of the document.",
                "min": 0,
                "max": "*",
                "base": {
                    "path": "Composition.section.section",
                    "min": 0,
                    "max": "*"
                },
                "contentReference": "http://hl7.org/fhir/StructureDefinition/Composition#Composition.section",
                "condition":  [
                    "cmp-1"
                ],
                "constraint":  [
                    {
                        "key": "ele-1",
                        "severity": "error",
                        "human": "All FHIR elements must have a @value or children",
                        "expression": "hasValue() or (children().count() > id.count())",
                        "xpath": "@value|f:*|h:div",
                        "source": "http://hl7.org/fhir/StructureDefinition/Element"
                    }
                ],
                "isModifier": false,
                "isSummary": false,
                "mapping":  [
                    {
                        "identity": "rim",
                        "map": "./outboundRelationship[typeCode=\"COMP\" and isNormalActRelationship()]/target[moodCode=\"EVN\" and classCode=\"DOCSECT\" and isNormalAct]"
                    },
                    {
                        "identity": "cda",
                        "map": ".component.section"
                    }
                ]
            }
        ]
    },
    "differential": {
        "element":  [
            {
                "id": "Composition",
                "path": "Composition",
                "constraint":  [
                    {
                        "key": "ORD-2",
                        "severity": "error",
                        "human": "Datum dijagnoze primarnog sijela mora biti jednak ili veći od datuma rođenja.",
                        "expression": "Composition.subject.resolve().birthDate <= Composition.section.where(code.coding.code='1').entry.resolve().recordedDate"
                    },
                    {
                        "key": "ORD-7",
                        "severity": "error",
                        "human": "Mora biti poslan datum rođenja pacijenta",
                        "expression": "Composition.subject.resolve().birthDate.exists()"
                    },
                    {
                        "key": "ORD-8",
                        "severity": "error",
                        "human": "Mora biti poslan spol pacijenta",
                        "expression": "Composition.subject.resolve().gender.exists()"
                    }
                ]
            },
            {
                "id": "Composition.type",
                "path": "Composition.type",
                "short": "Definira tip kliničkog dokumenta - Onkološki relevantni podaci",
                "fixedCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-type",
                            "code": "010",
                            "display": "Administrirana onkološka terapija"
                        }
                    ]
                }
            },
            {
                "id": "Composition.subject",
                "path": "Composition.subject",
                "short": "Referenca na zapis pacijenta",
                "min": 1,
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-pacijent"
                        ]
                    }
                ],
                "constraint":  [
                    {
                        "key": "pat-1",
                        "severity": "error",
                        "human": "Podatci o pacijentu moraju sadržavati spol pacijenta",
                        "expression": "$this.resolve().gender.exists()"
                    },
                    {
                        "key": "pat-2",
                        "severity": "error",
                        "human": "Podatci o pacijentu moraju sadržavati datum rođenja pacijenta",
                        "expression": "$this.resolve().birthDate.exists()"
                    }
                ]
            },
            {
                "id": "Composition.encounter",
                "path": "Composition.encounter",
                "short": "Referenca na zapis posjete u kojoj je kreiran dokument",
                "min": 1,
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-document-encounter-base"
                        ]
                    }
                ]
            },
            {
                "id": "Composition.date",
                "path": "Composition.date",
                "short": "Datum unosa podatka"
            },
            {
                "id": "Composition.author",
                "path": "Composition.author",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "profile",
                            "path": "resolve()"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 2,
                "max": "2"
            },
            {
                "id": "Composition.author:djelatnik",
                "path": "Composition.author",
                "sliceName": "djelatnik",
                "short": "Zdravstveni djelatnika",
                "definition": "Referenca na zapis zdravstvenog djelatnika pošiljatelja podataka.",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-practitioner"
                        ]
                    }
                ]
            },
            {
                "id": "Composition.author:organizacija",
                "path": "Composition.author",
                "sliceName": "organizacija",
                "short": "Zdravstvena organizacija",
                "definition": "Referenca na zapis zdravstvene organizacije pošiljatelja podataka.",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-organizacija"
                        ]
                    }
                ]
            },
            {
                "id": "Composition.relatesTo",
                "path": "Composition.relatesTo",
                "short": "ID dokumenta koji prati podatke",
                "definition": "ID dokumenta koji prati podatke (nalaz ili otpusno pismo koje se za tu posjetu šalje uz račun). Šalje se iz BIS-a, kao jedan od podataka. Sam dokument koji identificira nije nužno poslati, ovaj ID će služiti za pronalaženje dokumenta ako se pokaže potreba za time"
            },
            {
                "id": "Composition.relatesTo.code",
                "path": "Composition.relatesTo.code",
                "fixedCode": "appends"
            },
            {
                "id": "Composition.relatesTo.target[x]",
                "path": "Composition.relatesTo.target[x]",
                "type":  [
                    {
                        "code": "Identifier"
                    }
                ]
            },
            {
                "id": "Composition.relatesTo.target[x].system",
                "path": "Composition.relatesTo.target[x].system",
                "min": 1,
                "fixedUri": "http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-nalaza"
            },
            {
                "id": "Composition.relatesTo.target[x].value",
                "path": "Composition.relatesTo.target[x].value",
                "min": 1,
                "mustSupport": false
            },
            {
                "id": "Composition.section",
                "path": "Composition.section",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "value",
                            "path": "code"
                        }
                    ],
                    "ordered": false,
                    "rules": "closed"
                },
                "min": 1
            },
            {
                "id": "Composition.section:Slucaj",
                "path": "Composition.section",
                "sliceName": "Slucaj",
                "short": "SET 3: podaci dijagnoze primarnog sijela",
                "definition": "Slučaj sadrži informacije o dijagnozi primarnog sijela.",
                "min": 1,
                "max": "1"
            },
            {
                "id": "Composition.section:Slucaj.title",
                "path": "Composition.section.title",
                "min": 1,
                "max": "1"
            },
            {
                "id": "Composition.section:Slucaj.code",
                "path": "Composition.section.code",
                "min": 1,
                "fixedCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
                            "code": "1",
                            "display": "Slučaj"
                        }
                    ]
                }
            },
            {
                "id": "Composition.section:Slucaj.entry",
                "path": "Composition.section.entry",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/slucaj"
                        ]
                    }
                ]
            },
            {
                "id": "Composition.section:AdministriraniLijekovi",
                "path": "Composition.section",
                "sliceName": "AdministriraniLijekovi",
                "short": "SET 9: podaci o administriranom lijeku",
                "min": 1,
                "max": "1"
            },
            {
                "id": "Composition.section:AdministriraniLijekovi.title",
                "path": "Composition.section.title",
                "min": 1
            },
            {
                "id": "Composition.section:AdministriraniLijekovi.code",
                "path": "Composition.section.code",
                "min": 1,
                "fixedCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
                            "code": "9",
                            "display": "Podaci o administriranim lijekovima"
                        }
                    ]
                }
            },
            {
                "id": "Composition.section:AdministriraniLijekovi.entry",
                "path": "Composition.section.entry",
                "min": 1,
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/administered-medication"
                        ]
                    }
                ]
            },
            {
                "id": "Composition.section:glavnaDijagnoza",
                "path": "Composition.section",
                "sliceName": "glavnaDijagnoza",
                "short": "Glavna dijagnoza posjete",
                "min": 1,
                "max": "1"
            },
            {
                "id": "Composition.section:glavnaDijagnoza.title",
                "path": "Composition.section.title",
                "min": 1
            },
            {
                "id": "Composition.section:glavnaDijagnoza.code",
                "path": "Composition.section.code",
                "min": 1,
                "fixedCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
                            "code": "3",
                            "display": "Glavna dijagnoza posjete"
                        }
                    ]
                }
            },
            {
                "id": "Composition.section:glavnaDijagnoza.entry",
                "path": "Composition.section.entry",
                "short": "Glavna dijagnoza posjete",
                "definition": "Glavna/ Primarna dijagnoza posjete zabilježena na nalazu/ otpusnom pismu koje se šalje u CEZIH. ",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/primarna-dijagnoza"
                        ]
                    }
                ]
            },
            {
                "id": "Composition.section:djelatnost",
                "path": "Composition.section",
                "sliceName": "djelatnost",
                "short": "Djelatnost pošiljatelja podataka",
                "min": 1,
                "max": "1"
            },
            {
                "id": "Composition.section:djelatnost.title",
                "path": "Composition.section.title",
                "min": 1
            },
            {
                "id": "Composition.section:djelatnost.code",
                "path": "Composition.section.code",
                "min": 1,
                "fixedCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
                            "code": "12",
                            "display": "Djelatnost"
                        }
                    ]
                }
            },
            {
                "id": "Composition.section:djelatnost.entry",
                "path": "Composition.section.entry",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/djelatnost"
                        ]
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu",
                "path": "Composition.section",
                "sliceName": "podaciOPacijentu",
                "max": "1"
            },
            {
                "id": "Composition.section:podaciOPacijentu.title",
                "path": "Composition.section.title",
                "min": 1
            },
            {
                "id": "Composition.section:podaciOPacijentu.code",
                "path": "Composition.section.code",
                "min": 1,
                "fixedCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
                            "code": "11",
                            "display": "Podaci o pacijentu"
                        }
                    ]
                }
            },
            {
                "id": "Composition.section:podaciOPacijentu.entry",
                "path": "Composition.section.entry",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "value",
                            "path": "resolve().code"
                        }
                    ],
                    "rules": "closed"
                },
                "min": 0
            },
            {
                "id": "Composition.section:podaciOPacijentu.entry:tezina",
                "path": "Composition.section.entry",
                "sliceName": "tezina",
                "max": "1",
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/tezina"
                        ]
                    }
                ]
            },
            {
                "id": "Composition.section:podaciOPacijentu.entry:visina",
                "path": "Composition.section.entry",
                "sliceName": "visina",
                "max": "1",
                "type":  [
                    {
                        "code": "Reference",
                        "targetProfile":  [
                            "http://fhir.cezih.hr/specifikacije/StructureDefinition/visina"
                        ]
                    }
                ]
            }
        ]
    }
}
{
    "resourceType": "Bundle",
    "id": "2349",
    "meta": {
        "versionId": "1",
        "lastUpdated": "10/13/2023 07:10:21",
        "source": "#b1c3cec72d4c765f"
    },
    "identifier": {
        "system": "urn:ietf:rfc:3986",
        "value": "urn:oid:2.16.840.1.113883.2.7.50.2.1.120"
    },
    "type": "document",
    "timestamp": "05/28/2022 22:12:21",
    "entry":  [
        {
            "fullUrl": "urn:uuid:3593deba-fcd1-4ab0-a837-370060a4ec3a",
            "resource": {
                "resourceType": "Composition",
                "status": "final",
                "type": {
                    "coding":  [
                        {
                            "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-type",
                            "code": "010",
                            "display": "Administrirana onkološka terapija"
                        }
                    ]
                },
                "subject": {
                    "reference": "urn:uuid:235b0a21-52f9-4303-9532-151228c792b6"
                },
                "encounter": {
                    "reference": "urn:uuid:cba9c71f-606c-40bb-be34-1199c0a74b22"
                },
                "date": "05/25/2022 12:30:02",
                "author":  [
                    {
                        "reference": "urn:uuid:5f28feb8-c293-4070-9289-27848582393a",
                        "display": "Doctor Davor"
                    },
                    {
                        "reference": "urn:uuid:fd6107ba-ad82-4fe0-a2bd-f6c3e59a844d",
                        "display": "Bolnica 1"
                    }
                ],
                "title": "Administrirana onkološka terapija",
                "confidentiality": "N",
                "section":  [
                    {
                        "title": "Slučaj",
                        "code": {
                            "coding":  [
                                {
                                    "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
                                    "code": "1",
                                    "display": "Slučaj"
                                }
                            ]
                        },
                        "entry":  [
                            {
                                "reference": "urn:uuid:ed0c3379-4797-4ea4-9cbf-c2800aa3a1c6"
                            }
                        ]
                    },
                    {
                        "title": "Glavna dijagnoza",
                        "code": {
                            "coding":  [
                                {
                                    "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
                                    "code": "3",
                                    "display": "Glavna dijagnoza posjete"
                                }
                            ]
                        },
                        "entry":  [
                            {
                                "reference": "urn:uuid:ed0c3379-4797-4ea4-9cbf-c2800aa3a1c6"
                            }
                        ]
                    },
                    {
                        "title": "Administrirani lijekovi",
                        "code": {
                            "coding":  [
                                {
                                    "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
                                    "code": "9",
                                    "display": "Podaci o administriranim lijekovima"
                                }
                            ]
                        },
                        "entry":  [
                            {
                                "reference": "urn:uuid:7da7ac2f-a324-422b-b2d3-532ba81d156a"
                            }
                        ]
                    },
                    {
                        "title": "Podaci o pacijentu",
                        "code": {
                            "coding":  [
                                {
                                    "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
                                    "code": "11",
                                    "display": "Podaci o pacijentu"
                                }
                            ]
                        },
                        "entry":  [
                            {
                                "reference": "urn:uuid:48e39f3b-6961-4187-abd0-d15fac0171f5"
                            },
                            {
                                "reference": "urn:uuid:b46b551c-7331-465c-999e-9a32ab2327d2"
                            }
                        ]
                    },
                    {
                        "title": "Djelatnost",
                        "code": {
                            "coding":  [
                                {
                                    "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/document-section",
                                    "code": "12",
                                    "display": "Djelatnost"
                                }
                            ]
                        },
                        "entry":  [
                            {
                                "reference": "urn:uuid:80f82d10-bace-4dcb-8232-4eb38c901a7b"
                            }
                        ]
                    }
                ]
            }
        },
        {
            "fullUrl": "urn:uuid:5f28feb8-c293-4070-9289-27848582393a",
            "resource": {
                "resourceType": "Practitioner",
                "id": "1466",
                "meta": {
                    "versionId": "1",
                    "lastUpdated": "07/20/2022 11:53:11",
                    "source": "#16992b1cdbd4a47a"
                },
                "text": {
                    "status": "generated",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_1466\"> </a><p><b>Generated Narrative: Practitioner</b><a name=\"1466\"> </a><a name=\"hc1466\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner &quot;1466&quot; Version &quot;1&quot; Updated &quot;2022-07-20 11:53:11+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #16992b1cdbd4a47a!</p></div><p><b>identifier</b>: <code>http://fhir.cezih.hr/specifikacije/identifikatori/HZJZ-broj-zdravstvenog-djelatnika</code>/1234567</p><p><b>name</b>: Doktor Davor </p></div>"
                },
                "identifier":  [
                    {
                        "system": "http://fhir.cezih.hr/specifikacije/identifikatori/HZJZ-broj-zdravstvenog-djelatnika",
                        "value": "1234567"
                    }
                ],
                "name":  [
                    {
                        "family": "Davor",
                        "given":  [
                            "Doktor"
                        ]
                    }
                ]
            }
        },
        {
            "fullUrl": "urn:uuid:fd6107ba-ad82-4fe0-a2bd-f6c3e59a844d",
            "resource": {
                "resourceType": "Organization",
                "text": {
                    "status": "generated",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_null\"> </a><p><b>Generated Narrative: Organization</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"/><p><b>identifier</b>: <code>http://fhir.cezih.hr/specifikacije/identifikatori/HZZO-sifra-zdravstvene-organizacije</code>/1234567</p><p><b>name</b>: Bolnica 1</p></div>"
                },
                "identifier":  [
                    {
                        "system": "http://fhir.cezih.hr/specifikacije/identifikatori/HZZO-sifra-zdravstvene-organizacije",
                        "value": "1234567"
                    }
                ],
                "name": "Bolnica 1"
            }
        },
        {
            "fullUrl": "urn:uuid:80f82d10-bace-4dcb-8232-4eb38c901a7b",
            "resource": {
                "resourceType": "HealthcareService",
                "text": {
                    "status": "generated",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"HealthcareService_null\"> </a><p><b>Generated Narrative: HealthcareService</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"/><p><b>identifier</b>: <code>http://fhir.cezih.hr/specifikacije/identifikatori/ID-djelatnosti</code>/3030000</p><p><b>providedBy</b>: <a href=\"#urnuuidfd6107ba-ad82-4fe0-a2bd-f6c3e59a844d\">See above (urn:uuid:fd6107ba-ad82-4fe0-a2bd-f6c3e59a844d)</a></p><p><b>name</b>: Onkologija</p></div>"
                },
                "identifier":  [
                    {
                        "system": "http://fhir.cezih.hr/specifikacije/identifikatori/ID-djelatnosti",
                        "value": "3030000"
                    }
                ],
                "providedBy": {
                    "reference": "urn:uuid:fd6107ba-ad82-4fe0-a2bd-f6c3e59a844d"
                },
                "name": "Onkologija"
            }
        },
        {
            "fullUrl": "urn:uuid:235b0a21-52f9-4303-9532-151228c792b6",
            "resource": {
                "resourceType": "Patient",
                "text": {
                    "status": "generated",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\">Ivo <b>IVIĆ </b></div><table class=\"hapiPropertyTable\"><tbody><tr><td>Identifier</td><td>180223069</td></tr><tr><td>Date of birth</td><td><span>06 January 1955</span></td></tr></tbody></table></div>"
                },
                "identifier":  [
                    {
                        "system": "http://fhir.cezih.hr/specifikacije/identifikatori/MBO",
                        "value": "180223069"
                    }
                ],
                "active": true,
                "name":  [
                    {
                        "text": "Ivo Ivić",
                        "family": "Ivić",
                        "given":  [
                            "Ivo"
                        ]
                    }
                ],
                "gender": "male",
                "birthDate": "1955-01-06",
                "deceasedDateTime": "2022"
            }
        },
        {
            "fullUrl": "urn:uuid:cba9c71f-606c-40bb-be34-1199c0a74b22",
            "resource": {
                "resourceType": "Encounter",
                "text": {
                    "status": "generated",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_null\"> </a><p><b>Generated Narrative: Encounter</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"/><p><b>identifier</b>: <code>http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-posjete</code>/cl3lnsp4o000009mhcuac4j0u</p><p><b>status</b>: in-progress</p><p><b>class</b>: Uputnica PZZ (Details: http://fhir.cezih.hr/specifikacije/CodeSystem/nacin-prijema code 2 = 'Uputnica PZZ', stated as 'Uputnica PZZ')</p><p><b>subject</b>: <span>: Ivo Ivić</span></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span><code>http://fhir.cezih.hr/specifikacije/identifikatori/HZJZ-broj-zdravstvenog-djelatnika</code>/1234567</span></td></tr></table><p><b>period</b>: 2022-01-20 12:30:02+0000 --&gt; 2022-02-01 12:30:02+0000</p></div>"
                },
                "identifier":  [
                    {
                        "system": "http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-posjete",
                        "value": "cl3lnsp4o000009mhcuac4j0u"
                    }
                ],
                "status": "in-progress",
                "class": {
                    "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/nacin-prijema",
                    "code": "2",
                    "display": "Uputnica PZZ"
                },
                "subject": {
                    "type": "Patient",
                    "identifier": {
                        "system": "http://fhir.cezih.hr/specifikacije/identifikatori/MBO",
                        "value": "180223069"
                    },
                    "display": "Ivo Ivić"
                },
                "participant":  [
                    {
                        "individual": {
                            "type": "Practitioner",
                            "identifier": {
                                "system": "http://fhir.cezih.hr/specifikacije/identifikatori/HZJZ-broj-zdravstvenog-djelatnika",
                                "value": "1234567"
                            }
                        }
                    }
                ],
                "period": {
                    "start": "01/20/2022 12:30:02",
                    "end": "02/01/2022 12:30:02"
                }
            }
        },
        {
            "fullUrl": "urn:uuid:ed0c3379-4797-4ea4-9cbf-c2800aa3a1c6",
            "resource": {
                "resourceType": "Condition",
                "text": {
                    "status": "generated",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_null\"> </a><p><b>Generated Narrative: Condition</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"/><p><b>identifier</b>: <code>http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-slucaja</code>/cl3lndh7u000009l6hhzya349</p><p><b>code</b>: Neoplasma malignum labii <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"../cezih-base/CodeSystem-icd10-hr.html\">MKB-10</a>#C00 &quot;Zloćudna novotvorina usne&quot;)</span></p><p><b>subject</b>: <span>: Ivo Ivić</span></p><p><b>encounter</b>: <span><code>http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-posjete</code>/cl3lnsp4o000009mhcuac4j0u</span></p><p><b>recordedDate</b>: 2022-01-15</p></div>"
                },
                "identifier":  [
                    {
                        "system": "http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-slucaja",
                        "value": "cl3lndh7u000009l6hhzya349"
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/icd10-hr",
                            "code": "C00",
                            "display": "Zloćudna novotvorina usne"
                        }
                    ],
                    "text": "Neoplasma malignum labii"
                },
                "subject": {
                    "type": "Patient",
                    "identifier": {
                        "system": "http://fhir.cezih.hr/specifikacije/identifikatori/MBO",
                        "value": "180223069"
                    },
                    "display": "Ivo Ivić"
                },
                "encounter": {
                    "type": "Encounter",
                    "identifier": {
                        "system": "http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-posjete",
                        "value": "cl3lnsp4o000009mhcuac4j0u"
                    }
                },
                "recordedDate": "2022-01-15"
            }
        },
        {
            "fullUrl": "urn:uuid:7da7ac2f-a324-422b-b2d3-532ba81d156a",
            "resource": {
                "resourceType": "MedicationAdministration",
                "text": {
                    "status": "generated",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationAdministration_null\"> </a><p><b>Generated Narrative: MedicationAdministration</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"/><p><b>status</b>: completed</p><p><b>medication</b>: Cisplatin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"../cezih-base/CodeSystem-HZZO-lista-lijekova.html\">HZZO lista lijekova</a>#L01XA01001)</span></p><p><b>subject</b>: <span>: Ivo Ivić</span></p><p><b>effective</b>: 2022-02-15</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>Intravenski <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ruta-administracije.html\">Ruta administracije lijekova</a>#IV)</span></td><td>6 mg<span style=\"background: LightGoldenRodYellow\"> (Details: http://fhir.cezih.hr/specifikacije/CodeSystem/jedinica-mjere code mg = 'miligram')</span></td></tr></table></div>"
                },
                "status": "completed",
                "medicationCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/HZZO-lista-lijekova",
                            "code": "L01XA01001",
                            "display": "Cisplatin"
                        }
                    ]
                },
                "subject": {
                    "type": "Patient",
                    "identifier": {
                        "system": "http://fhir.cezih.hr/specifikacije/identifikatori/MBO",
                        "value": "180223069"
                    },
                    "display": "Ivo Ivić"
                },
                "effectiveDateTime": "2022-02-15",
                "dosage": {
                    "route": {
                        "coding":  [
                            {
                                "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/ruta-administracije",
                                "code": "IV",
                                "display": "Intravenski"
                            }
                        ]
                    },
                    "dose": {
                        "value": 6,
                        "unit": "mg",
                        "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/jedinica-mjere",
                        "code": "mg"
                    }
                }
            }
        },
        {
            "fullUrl": "urn:uuid:48e39f3b-6961-4187-abd0-d15fac0171f5",
            "resource": {
                "resourceType": "Observation",
                "text": {
                    "status": "generated",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_null\"> </a><p><b>Generated Narrative: Observation</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"/><p><b>status</b>: final</p><p><b>code</b>: Body height <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8302-2)</span></p><p><b>subject</b>: <span>: Ivo Ivić</span></p><p><b>value</b>: 185 cm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code cm = 'centimeter')</span></p></div>"
                },
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://loinc.org",
                            "code": "8302-2",
                            "display": "Body height"
                        }
                    ]
                },
                "subject": {
                    "type": "Patient",
                    "identifier": {
                        "system": "http://fhir.cezih.hr/specifikacije/identifikatori/MBO",
                        "value": "180223069"
                    },
                    "display": "Ivo Ivić"
                },
                "valueQuantity": {
                    "value": 185,
                    "unit": "cm",
                    "system": "http://unitsofmeasure.org",
                    "code": "cm"
                }
            }
        },
        {
            "fullUrl": "urn:uuid:b46b551c-7331-465c-999e-9a32ab2327d2",
            "resource": {
                "resourceType": "Observation",
                "text": {
                    "status": "generated",
                    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_null\"> </a><p><b>Generated Narrative: Observation</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"/><p><b>status</b>: final</p><p><b>code</b>: Body Weight <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#29463-7)</span></p><p><b>subject</b>: <span>: Ivo Ivić</span></p><p><b>value</b>: 85 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code kg = 'kilogram')</span></p></div>"
                },
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://loinc.org",
                            "code": "29463-7",
                            "display": "Body Weight"
                        }
                    ]
                },
                "subject": {
                    "type": "Patient",
                    "identifier": {
                        "system": "http://fhir.cezih.hr/specifikacije/identifikatori/MBO",
                        "value": "180223069"
                    },
                    "display": "Ivo Ivić"
                },
                "valueQuantity": {
                    "value": 85,
                    "unit": "kg",
                    "system": "http://unitsofmeasure.org",
                    "code": "kg"
                }
            }
        }
    ],
    "signature": {
        "type":  [
            {
                "system": "urn:iso-astm:E1762-95:2013",
                "code": "1.2.840.10065.1.12.1.1"
            }
        ],
        "when": "02/07/2015 11:28:17",
        "who": {
            "reference": "urn:uuid:5f28feb8-c293-4070-9289-27848582393a",
            "display": "Doktor Davor"
        },
        "data": "cG90cGlz"
    }
}