PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@2.0.0-ballot
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-coded-other-fetal-death-cause-or-condition
description: This profile represents a coded other significant cause/condition of fetal death.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ObservationCodedOtherFetalDeathCauseOrCondition
type: Observation
elements:
  code:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 92023-1, system: 'http://loinc.org', display: Coded other significant causes or conditions of fetal death}
    index: 0
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/bfdr/StructureDefinition/Patient-decedent-fetus']
    index: 1
  value:
    short: This value set contains the ICD10 codes for causes of fetal death as defined by the ICD-10-Mortality Fetal Manual (2016).
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 3
  valueCodeableConcept: {type: CodeableConcept, short: This value set contains the ICD10 codes for causes of fetal death as defined by the ICD-10-Mortality Fetal Manual (2016)., mustSupport: true, choiceOf: value, index: 4}
  component:
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: code, type: value}
      min: 1
      slices:
        position:
          match:
            code:
              coding:
              - {code: '246268007', system: 'http://snomed.info/sct', display: Position (attribute)}
          schema:
            short: Position
            _required: true
            index: 6
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '246268007', system: 'http://snomed.info/sct', display: Position (attribute)}
                index: 7
              value:
                maxValueInteger: 7
                minValueInteger: 1
                choices: [valueInteger]
                index: 9
              valueInteger: {type: integer, maxValueInteger: 7, minValueInteger: 1, choiceOf: value, index: 10}
            required: [value, valueInteger]
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-coded-other-fetal-death-cause-or-condition
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0-ballot
required: [component, value, valueCodeableConcept]