PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vr@common-library-2.0.0
    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:
    index: 0
    slicing:
      slices:
        birthPlace:
          match: {}
          schema:
            index: 0
            elements:
              value[x]:
                elements:
                  state: {short: 'State, territory, province code', index: 1}
                  country: {short: Country code, index: 2}
  identifier:
    mustSupport: true
    index: 3
    slicing:
      slices:
        MRN:
          match: {}
          schema:
            mustSupport: true
            index: 3
            elements:
              type:
                elements:
                  coding:
                    elements:
                      code: {short: Code type, index: 4}
              value: {short: Medical Record no., index: 5}
        SSN:
          match: {}
          schema:
            mustSupport: true
            index: 6
            elements:
              type:
                elements:
                  coding:
                    elements:
                      code: {short: Code type, index: 7}
              value: {short: Social Security no., index: 8}
  name:
    index: 9
    elements:
      use: {short: The use of a human name, index: 10}
      family: {short: Surname, index: 11}
      given: {short: Given name, index: 12}
      suffix: {short: Surname suffix, index: 13}
    required: [family]
    slicing:
      slices:
        currentLegalName:
          match: {}
          schema:
            index: 14
            elements:
              family: {index: 15}
            required: [family]
        namePriorToFirstMarriage:
          match: {}
          schema:
            index: 16
            elements:
              family: {index: 17}
            required: [family]
  birthDate:
    index: 18
    extensions:
      bypassEditFlag:
        url: null
        short: To reflect the relevant edit possibilities for Mother's date of birth.
        index: 19
        elements:
          value:
            short: Date edit
            choices: []
            index: 21
    elements:
      extension:
        short: To reflect the relevant edit possibilities for Mother's date of birth.
        index: 19
        slicing:
          slices:
            bypassEditFlag:
              match: {}
              schema:
                short: To reflect the relevant edit possibilities for Mother's date of birth.
                index: 19
                elements:
                  value:
                    short: Date edit
                    choices: []
                    index: 21
  deceased:
    short: Indicates if the individual is deceased or not, dateTime is preferred
    choices: []
    index: 23
  address:
    extensions:
      withinCityLimitsIndicator:
        url: null
        index: 24
        elements:
          value:
            short: Residence inside city limits
            choices: []
            index: 26
      predir: {url: null, short: Residence predirectional, index: 27}
      stnum: {url: null, short: Residence street number, index: 28}
      stname: {url: null, short: Residence street name, index: 29}
      stdesig: {url: null, short: Residence street designator, index: 30}
      postdir: {url: null, short: Residence postdirectional, index: 31}
      unitnumber: {url: null, short: Residence unit no., index: 32}
    elements:
      extension:
        index: 24
        slicing:
          slices:
            withinCityLimitsIndicator:
              match: {}
              schema:
                index: 24
                elements:
                  value:
                    short: Residence inside city limits
                    choices: []
                    index: 26
            predir:
              match: {}
              schema: {short: Residence predirectional, index: 27}
            stnum:
              match: {}
              schema: {short: Residence street number, index: 28}
            stname:
              match: {}
              schema: {short: Residence street name, index: 29}
            stdesig:
              match: {}
              schema: {short: Residence street designator, index: 30}
            postdir:
              match: {}
              schema: {short: Residence postdirectional, index: 31}
            unitnumber:
              match: {}
              schema: {short: Residence unit no., index: 32}
      line: {short: Street address, index: 33}
      city:
        short: City literal
        index: 34
        extensions:
          cityCode: {url: null, short: city code, index: 35}
        elements:
          extension:
            short: city code
            index: 35
            slicing:
              slices:
                cityCode:
                  match: {}
                  schema: {short: city code, index: 35}
      district:
        short: County literal
        index: 36
        extensions:
          districtCode: {url: null, short: county code, index: 37}
        elements:
          extension:
            short: county code
            index: 37
            slicing:
              slices:
                districtCode:
                  match: {}
                  schema: {short: county code, index: 37}
      state: {short: State, index: 38}
      postalCode: {short: Zip code, index: 39}
      country: {short: Country, index: 40}
  maritalStatus:
    elements:
      text: {short: marital status desc, index: 41}
  link:
    index: 42
    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
            index: 43
            elements:
              other:
                type: Reference
                refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-mother-vr']
                index: 44
              type:
                pattern: {type: Code, value: seealso}
                index: 45
package_version: common-library-2.0.0
extensions:
  birthPlace:
    url: null
    index: 0
    elements:
      value[x]:
        elements:
          state: {short: 'State, territory, province code', index: 1}
          country: {short: Country code, index: 2}
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
required: [birthDate]