PackagesCanonicalsLogsProblems
    Packages
    racsel.org@0.2.1
    http://racsel.org/StructureDefinition/LACCompositionICVP
description: Patient Summary Composition resource for ICVP. This profile derives from the [International Patient summary](https://build.fhir.org/ig/HL7/fhir-ips/) with customizations for the entries to use the profiles defined in this implementation guide.
package_name: racsel.org
derivation: constraint
name: LACCompositionICVP
type: Composition
elements:
  status:
    pattern: {type: Code, value: final}
    index: 0
  type:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 60591-5, system: 'http://loinc.org', display: Patient summary Document}
    index: 1
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://racsel.org/StructureDefinition/LACPatient']
    index: 2
  custodian:
    type: Reference
    refers: ['http://racsel.org/StructureDefinition/LACOrganization']
    index: 3
  section:
    mustSupport: true
    index: 4
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: code, type: pattern}
      min: 1
      slices:
        sectionProblems:
          match:
            code:
              coding:
              - {code: 11450-4, system: 'http://loinc.org', display: Problem list - Reported}
          schema:
            mustSupport: true
            index: 5
            elements:
              title: {index: 6}
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 11450-4, system: 'http://loinc.org', display: Problem list - Reported}
                index: 7
            required: [title, code]
        sectionMedications:
          match:
            code:
              coding:
              - {code: 10160-0, system: 'http://loinc.org', display: History of Medication use Narrative}
          schema:
            mustSupport: true
            index: 8
            elements:
              title: {index: 9}
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 10160-0, system: 'http://loinc.org', display: History of Medication use Narrative}
                index: 10
            required: [title, code]
        sectionAllergies:
          match:
            code:
              coding:
              - {code: 48765-2, system: 'http://loinc.org', display: Allergies and adverse reactions Document}
          schema:
            mustSupport: true
            index: 11
            elements:
              title: {index: 12}
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 48765-2, system: 'http://loinc.org', display: Allergies and adverse reactions Document}
                index: 13
            required: [title, code]
        sectionImmunizations:
          match:
            code:
              coding:
              - {code: 11369-6, system: 'http://loinc.org', display: History of Immunization note}
          schema:
            mustSupport: true
            _required: true
            index: 14
            elements:
              title: {index: 15}
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 11369-6, system: 'http://loinc.org', display: History of Immunization note}
                index: 16
              entry:
                type: Reference
                refers: ['http://hl7.org/fhir/StructureDefinition/Immunization']
                index: 17
            required: [entry, title, code]
package_version: 0.2.1
class: profile
kind: resource
url: http://racsel.org/StructureDefinition/LACCompositionICVP
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 0.2.1
required: [section, subject, custodian]