PackagesCanonicalsLogsProblems
    Packages
    racsel.org@0.2.1
    http://racsel.org/StructureDefinition/LACCompositionIT
description: This profile defines the structure of the clinical document sent as the response to a cross-border consultation.
package_name: racsel.org
derivation: constraint
name: LACCompositionIT
type: Composition
elements:
  status:
    pattern: {type: Code, value: final}
    index: 0
  type:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 11488-4, system: 'http://loinc.org', display: Consult note}
    index: 1
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://racsel.org/StructureDefinition/LACPatient']
    index: 2
  date: {mustSupport: true, index: 3}
  author: {mustSupport: true, index: 4}
  title: {mustSupport: true, index: 5}
  section:
    mustSupport: true
    index: 6
    elements:
      title: {mustSupport: true, index: 7}
      code: {mustSupport: true, index: 8}
      text: {mustSupport: true, index: 9}
    required: [text, title, code]
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: code, type: pattern}
      min: 1
      slices:
        ResultadoEvaluacion:
          match:
            code:
              coding:
              - {code: 55112-7, system: 'http://loinc.org', display: Document summary}
          schema:
            mustSupport: true
            _required: true
            index: 10
            elements:
              title:
                pattern: {type: String, value: Evaluation Result}
                index: 11
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 55112-7, system: 'http://loinc.org', display: Document summary}
                index: 12
package_version: 0.2.1
class: profile
kind: resource
url: http://racsel.org/StructureDefinition/LACCompositionIT
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 0.2.1
required: [section, subject]