PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@0.1.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-mother-married-during-pregnancy
description: This profile represents whether or not the mother was married at conception, at the time of birth, or at any time between conception and giving birth.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ObservationMotherMarriedDuringPregnancy
type: Observation
elements:
  code:
    short: Mother was married at any time during pregnancy
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 87301-8, 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: Was mother married at conception, at the time of birth, or at any time between conception and giving birth?
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 3
  valueCodeableConcept: {type: CodeableConcept, short: 'Was mother married at conception, at the time of birth, or at any time between conception and giving birth?', 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-married-during-pregnancy
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.1.0
required: [value, subject, valueCodeableConcept, code]