PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions.r4@1.0.0
    http://hl7.org/fhir/StructureDefinition/patient-bornStatus
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.uv.extensions.r4
derivation: constraint
name: PatBornStatus
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/patient-bornStatus'}
    index: 0
  value:
    choices: [valueCode]
    index: 2
  valueCode: {type: code, choiceOf: value, index: 3}
package_version: 1.0.0
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/patient-bornStatus
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0
required: [valueCode, value]