PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@2.0.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Composition-coded-cause-of-fetal-death
description: This profile communicates coded cause of fetal death information to appropriate jurisdictional Vital Records Offices.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: CompositionCodedCauseOfFetalDeath
type: Composition
elements:
  extension: {index: 0}
  type:
    short: Cause of death classification and related information Document
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 86804-2, system: 'http://loinc.org'}
    index: 1
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/bfdr/StructureDefinition/Patient-decedent-fetus']
    index: 2
  author: {short: The author is the NCHS., index: 3}
  section:
    index: 4
    slicing:
      rules: open
      discriminator:
      - {path: code, type: pattern}
      min: 1
      slices:
        codedCauseOfFetalDeath:
          match:
            code:
              coding:
              - {code: 86804-2, system: 'http://loinc.org'}
          schema:
            short: Coded cause of fetal death
            _required: true
            index: 5
            elements:
              code:
                short: Cause of death classification and related information Document
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 86804-2, system: 'http://loinc.org'}
                index: 6
              entry:
                short: Entries that are contained in the coded cause of fetal death section
                index: 7
                slicing:
                  rules: open
                  ordered: false
                  discriminator:
                  - {path: $this.resolve(), type: profile}
                  min: null
                  slices:
                    codedInitiatingFetalDeathCauseOrCondition:
                      match: {}
                      schema:
                        short: Coded initiating cause or condition of fetal death
                        refers: ['http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-coded-initiating-fetal-death-cause-or-condition']
                        type: Reference
                        index: 8
                      min: 0
                      max: 1
                    codedOtherSignificantFetalDeathCauseOrCondition:
                      match: {}
                      schema:
                        short: Coded other significant cause or condition of fetal death
                        refers: ['http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-coded-other-fetal-death-cause-or-condition']
                        type: Reference
                        array: true
                        max: 7
                        index: 9
                      min: 0
                      max: 7
            required: [code]
package_version: 2.0.0
extensions: {}
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Composition-coded-cause-of-fetal-death
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 2.0.0
required: [section, subject]