PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@1.1.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-infant-breastfed-at-discharge
description: This Observation 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]
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 73756-9, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-child-vr']
    index: 1
  value:
    short: Is the infant being breastfed at discharge?
    mustSupport: true
    choices: [valueBoolean]
    index: 3
  valueBoolean: {type: boolean, short: 'Is the infant being breastfed at discharge?', mustSupport: true, choiceOf: value, index: 4}
package_version: 1.1.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: 1.1.0
required: [value, valueBoolean, subject, code]