PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.fr.core@1.1.0
    http://interopsante.org/fhir/StructureDefinition/FrPatientBirthPlace
description: The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.
package_name: hl7.fhir.fr.core
derivation: constraint
name: FrPatientBirthPlace
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://interopsante.org/fhir/StructureDefinition/FrPatientBirthPlace'}
    index: 0
  value:
    choices: [valueAddress]
    index: 2
  valueAddress: {type: Address, choiceOf: value, index: 3}
  value[x]:
    elements:
      district: {short: District name (aka county) | Code officiel géogaphique (COG) de la commune (France) ou du pays, index: 4}
    required: [district]
package_version: 1.1.0
class: extension
kind: complex-type
url: http://interopsante.org/fhir/StructureDefinition/FrPatientBirthPlace
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.1
required: [valueAddress, value]