PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@0.1.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-mother-received-wic-food
description: This profile represents whether or not the mother made use of the Women, Infants and Children (WIC) nutritional program during the pregnancy.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ObservationMotherReceivedWICFood
type: Observation
elements:
  code:
    short: Mother WIC food recipient
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 87303-4, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-mother']
    index: 1
  value:
    short: Did mother get WIC food for herself during this pregnancy?
    mustSupport: true
    choices: [valueBoolean]
    index: 3
  valueBoolean: {type: boolean, short: 'Did mother get WIC food for herself during this pregnancy?', mustSupport: true, choiceOf: value, index: 4}
package_version: 0.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-mother-received-wic-food
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.1.0
required: [value, valueBoolean, subject, code]