PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vrdr@2.1.0
    http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-cause-of-death-part1
description: Cause of death Part 1 (Observation). Cause of death prior to submission of the completed death report.  Line number can be 1-4.
package_name: hl7.fhir.us.vrdr
derivation: constraint
name: CauseOfDeathPart1
type: Observation
elements:
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 69453-9, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent']
    index: 1
  performer:
    type: Reference
    short: Certifier
    refers: ['http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-certifier']
    index: 2
  value:
    choices: [valueCodeableConcept]
    index: 4
  valueCodeableConcept:
    type: CodeableConcept
    choiceOf: value
    index: 5
    elements:
      text: {short: 'Cause of Death Part 1, Line a,b,c,d', maxLength: 120, index: 7}
    required: [text]
  component:
    index: 8
    slicing:
      rules: open
      discriminator:
      - {path: code, type: value}
      min: 1
      slices:
        lineNumber:
          match:
            code:
              coding:
              - {code: lineNumber, system: 'http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-component-cs'}
          schema:
            short: lineNumber
            _required: true
            index: 9
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: lineNumber, system: 'http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-component-cs'}
                index: 10
              value:
                choices: [valueInteger]
                index: 12
              valueInteger: {type: integer, choiceOf: value, index: 13}
            required: [value, valueInteger]
        interval:
          match:
            code:
              coding:
              - {code: 69440-6, system: 'http://loinc.org'}
          schema:
            short: Cause of Death Part 1 Interval, Line a,b,c,d
            index: 15
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 69440-6, system: 'http://loinc.org'}
                index: 16
              value:
                choices: [valueString]
                index: 18
              valueString: {type: string, choiceOf: value, index: 19}
            required: [valueString, value]
package_version: 2.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-cause-of-death-part1
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.1.0
required: [component, value, subject, valueCodeableConcept]