PackagesCanonicalsLogsProblems
    Packages
    il.core.fhir.r4@0.17.5
    http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name
description: 'Extension: The name of a person’s parent, recorded for administrative purposes as part of the person’s demographics (e.g to help with identification). This SHOULD NOT be confused with a parent whose details are recorded for contact purposes (Patient.contact) or as a family member (RelatedPerson). Most systems will use the “father’s name” field as the source of data for this extension. NOTE: This extension replaces the old ParentName extension and is the PREFFERED extension. Note: there SHOULD be only one parent marked as ''official'''
package_name: il.core.fhir.r4
derivation: constraint
name: AdminParentName
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        given:
          match: {}
          schema:
            short: first/given name of parent
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: Uri, value: given}
                index: 3
              value:
                choices: [valueString]
                index: 5
              valueString: {type: string, choiceOf: value, index: 6}
            required: [valueString, value]
        role:
          match: {}
          schema:
            short: role of parent
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: Uri, value: role}
                index: 9
              value:
                choices: [valueCode]
                index: 11
              valueCode: {type: code, choiceOf: value, index: 12}
            required: [valueCode, value]
        official:
          match: {}
          schema:
            short: this parent name is the official one
            index: 13
            extensions: {}
            elements:
              extension: {index: 14}
              url:
                pattern: {type: Uri, value: official}
                index: 15
              value:
                choices: [valueBoolean]
                index: 17
              valueBoolean: {type: boolean, choiceOf: value, index: 18}
            required: [value, valueBoolean]
  url:
    pattern: {type: Uri, value: 'http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name'}
    index: 19
  value:
    choices: []
    index: 21
package_version: 0.17.5
extensions:
  given:
    url: null
    short: first/given name of parent
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: Uri, value: given}
        index: 3
      value:
        choices: [valueString]
        index: 5
      valueString: {type: string, choiceOf: value, index: 6}
    required: [valueString, value]
  role:
    url: null
    short: role of parent
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: Uri, value: role}
        index: 9
      value:
        choices: [valueCode]
        index: 11
      valueCode: {type: code, choiceOf: value, index: 12}
    required: [valueCode, value]
  official:
    url: null
    short: this parent name is the official one
    index: 13
    extensions: {}
    elements:
      extension: {index: 14}
      url:
        pattern: {type: Uri, value: official}
        index: 15
      value:
        choices: [valueBoolean]
        index: 17
      valueBoolean: {type: boolean, choiceOf: value, index: 18}
    required: [value, valueBoolean]
class: extension
kind: complex-type
url: http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 0.17.0
required: [extension]