PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@2.0.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-number-births-now-dead
description: The total number of previous live-born infants for the mother now dead.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ObservationNumberBirthsNowDead
type: Observation
elements:
  code:
    short: 'Previous live births now dead #'
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 68496-9, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-mother-vr']
    index: 1
  value:
    choices: [valueInteger]
    index: 3
  valueInteger: {type: integer, choiceOf: value, index: 4}
package_version: 2.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-number-births-now-dead
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0
required: [value, subject, valueInteger]