PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@2.0.0-ballot
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Condition-congenital-anomaly-of-newborn
description: This Condition profile represents information on whether the infant suffered from one or more of a list of known malformations diagnosed prenatally or after delivery.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ConditionCongenitalAnomalyOfNewborn
type: Condition
elements:
  category:
    array: true
    min: 2
    index: 0
    slicing:
      rules: open
      description: Slicing requires the given value but allows additional categories
      discriminator:
      - {path: $this, type: pattern}
      min: 2
      slices:
        requiredCategory:
          match:
            coding:
            - {code: 73780-9, system: 'http://loinc.org'}
          schema:
            short: Congenital anomalies of the newborn [US Standard Certificate of Live Birth]
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: 73780-9, system: 'http://loinc.org'}
            _required: true
            index: 1
          min: 1
          max: 1
  code:
    short: The value set contain the list of values use to specify malformations of the newborn diagnosed prenatally or after delivery.
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/bfdr/ValueSet/ValueSet-newborn-congenital-anomalies'}
    index: 2
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-child-vr']
    index: 3
  evidence:
    mustSupport: true
    array: true
    max: 2
    index: 4
    slicing:
      rules: open
      discriminator:
      - {path: code, type: value}
      min: null
      max: 2
      slices:
        karyotypePending:
          match:
            code:
              coding:
              - {code: '312948004', system: 'http://snomed.info/sct'}
          schema:
            short: Karyotype pending if there is a diagnosis of suspected chromosomal disorder or Down syndrome, Trisomy 21.
            mustSupport: true
            index: 5
            elements:
              code:
                short: 'Suspected chromosomal disorder or Down Syndrome: Karyotype pending'
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '312948004', system: 'http://snomed.info/sct'}
                index: 6
            required: [code]
        karyotypeConfirmedAbmormal:
          match:
            code:
              coding:
              - {code: '442124003', system: 'http://snomed.info/sct'}
          schema:
            short: Karyotype confirmed if there is a diagnosis of suspected chromosomal disorder or Down syndrome, Trisomy 21.
            mustSupport: true
            index: 7
            elements:
              code:
                short: 'Suspected chromosomal disorder or Down Syndrome: Karyotype confirmed'
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '442124003', system: 'http://snomed.info/sct'}
                index: 8
            required: [code]
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Condition-congenital-anomaly-of-newborn
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns
version: 2.0.0-ballot