PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vrdr@3.0.0-ballot
    http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-fetal-death-record-identifier
description: Fetal Death Record Identifier (Observation).  For use in Maternal Death. This includes the record identifier, the jurisdiction, and the birth year.\nThe focus is the Decedent (mother), whose death was related to the birth of the Subject (fetus).
package_name: hl7.fhir.us.vrdr
derivation: constraint
name: FetalDeathRecordIdentifier
type: Observation
elements:
  status:
    pattern: {type: Code, value: final}
    index: 0
  code:
    short: Fetal Death Record Number
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: FDR, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
    index: 1
  focus:
    type: Reference
    short: deceased mother
    refers: ['http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent']
    index: 2
  value:
    short: Fetal Death Record number.  Six digit number.  Leading zeroes are optional.
    maxLength: 6
    choices: [valueString]
    index: 4
  valueString: {type: string, short: Fetal Death Record number.  Six digit number.  Leading zeroes are optional., maxLength: 6, choiceOf: value, index: 5}
  component:
    array: true
    min: 2
    index: 6
    slicing:
      rules: open
      discriminator:
      - {path: code, type: value}
      min: 2
      slices:
        deathJurisdiction:
          match:
            code:
              coding:
              - {code: 77969-4, system: 'http://loinc.org'}
          schema:
            short: Record Jurisdiction
            _required: true
            index: 7
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 77969-4, system: 'http://loinc.org'}
                index: 8
              value:
                choices: [valueString]
                index: 10
              valueString: {type: string, choiceOf: value, index: 11}
            required: [valueString, value]
        year:
          match:
            code:
              coding:
              - {code: 81954-0, system: 'http://loinc.org'}
          schema:
            short: Year of Fetal Death
            _required: true
            index: 12
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 81954-0, system: 'http://loinc.org'}
                index: 13
              value:
                choices: [valueDateTime]
                index: 15
              valueDateTime: {type: dateTime, choiceOf: value, index: 16}
            required: [valueDateTime, value]
package_version: 3.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-fetal-death-record-identifier
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 3.0.0-ballot
required: [focus]