PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@1.0.0
    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:
    short: Congenital anomalies of the newborn [US Standard Certificate of Live Birth]
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 73780-9, system: 'http://loinc.org'}
    index: 0
  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://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.7122'}
    index: 1
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-child']
    index: 2
  evidence:
    mustSupport: true
    index: 3
    slicing:
      rules: open
      discriminator:
      - {path: code, type: value}
      min: 0
      max: 1
      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: 4
            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: 5
            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: 6
            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: 7
            required: [code]
package_version: 1.0.0
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
version: 1.0.0