PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vr@common-library-2.0.0-ballot
    http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-mother-vr
description: This Patient profile represents the woman who gave birth to, or delivered the infant.
package_name: hl7.fhir.us.vr
derivation: constraint
name: PatientMotherVitalRecords
type: Patient
elements:
  extension:
    mustSupport: true
    index: 0
    slicing:
      slices:
        birthPlace:
          match: {}
          schema:
            mustSupport: true
            index: 0
            elements:
              value[x]:
                elements:
                  state:
                    binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/vr-common-library/ValueSet/ValueSet-states-territories-provinces-vr'}
                    index: 1
  identifier:
    mustSupport: true
    index: 2
    slicing:
      slices:
        MRN:
          match: {}
          schema: {mustSupport: true, index: 2}
        SSN:
          match: {}
          schema: {mustSupport: true, index: 3}
  name:
    mustSupport: true
    index: 4
    slicing:
      slices:
        currentLegalName:
          match: {}
          schema: {mustSupport: true, index: 4}
        namePriorToFirstMarriage:
          match: {}
          schema: {mustSupport: true, index: 5}
  birthDate:
    index: 6
    extensions:
      partialDateTime: {url: null, mustSupport: true, index: 7}
      bypassEditFlag: {url: null, short: To reflect the relevant edit possibilities for Mother's date of birth., index: 8}
    elements:
      extension:
        mustSupport: true
        index: 7
        slicing:
          slices:
            partialDateTime:
              match: {}
              schema: {mustSupport: true, index: 7}
            bypassEditFlag:
              match: {}
              schema: {short: To reflect the relevant edit possibilities for Mother's date of birth., index: 8}
  deceased:
    short: Indicates if the individual is deceased or not, dateTime is preferred
    mustSupport: true
    choices: []
    index: 10
  address:
    extensions:
      withinCityLimitsIndicator: {url: null, mustSupport: true, index: 11}
    elements:
      extension:
        mustSupport: true
        index: 11
        slicing:
          slices:
            withinCityLimitsIndicator:
              match: {}
              schema: {mustSupport: true, index: 11}
  link:
    mustSupport: true
    index: 12
    slicing:
      rules: open
      ordered: false
      description: Slice based on link type
      discriminator:
      - {path: type, type: pattern}
      min: null
      slices:
        mother:
          match: {type: seealso}
          schema:
            short: Link to the birth mother's RelatedPerson record
            mustSupport: true
            index: 13
            elements:
              other:
                type: Reference
                mustSupport: true
                refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-mother-vr']
                index: 14
              type:
                mustSupport: true
                pattern: {type: Code, value: seealso}
                index: 15
package_version: common-library-2.0.0-ballot
extensions:
  birthPlace:
    url: null
    mustSupport: true
    index: 0
    elements:
      value[x]:
        elements:
          state:
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/vr-common-library/ValueSet/ValueSet-states-territories-provinces-vr'}
            index: 1
class: profile
kind: resource
url: http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-mother-vr
base: http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-vr
version: 2.0.0-ballot
required: [birthDate]