PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@2.0.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-infant-breastfed-at-discharge
description: This profile represents whether or not the infant was being breastfed at discharge.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ObservationInfantBreastfedAtDischarge
type: Observation
elements:
  code:
    short: Infant is being breastfed at discharge [US Standard Certificate of Live Birth]
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 73756-9, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-child-vr']
    index: 1
  value:
    short: Is the infant being breastfed at discharge?
    choices: [valueBoolean]
    index: 3
  valueBoolean: {type: boolean, short: 'Is the infant being breastfed at discharge?', choiceOf: value, index: 4}
package_version: 2.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-infant-breastfed-at-discharge
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0
required: [value, valueBoolean, subject]