PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr.r4@2.0.0-ballot
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-date-of-last-live-birth
description: This profile represents the date of the mother's last live born infant (do not include this birth).
package_name: hl7.fhir.us.bfdr.r4
derivation: constraint
name: ObservationDateOfLastLiveBirth
type: Observation
elements:
  code:
    short: Date last live birth
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 68499-3, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-mother-vr']
    index: 1
  value:
    short: Date of of last live birth
    mustSupport: true
    choices: [valueDateTime]
    index: 3
  valueDateTime: {type: dateTime, short: Date of of last live birth, mustSupport: true, choiceOf: value, index: 4}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-date-of-last-live-birth
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0-ballot
required: [valueDateTime, value, subject]