description: Birth Record Identifier Infant (Observation). This includes the record identifier, the jurisdiction, and the birth year.\nSubject is constrained to Decedent (infant) to allow decedent linkage to birth record. For maternal death cases, see [BirthRecordIdentifierChild](StructureDefinition-vrdr-birth-record-identifier-child.html) and [FetalDeathRecordIdentifier](StructureDefinition-vrdr-fetal-death-record-identifier.html). package_name: hl7.fhir.us.vrdr derivation: constraint name: BirthRecordIdentifier type: Observation elements: status: pattern: {type: Code, value: final} index: 0 code: short: Birth registry number pattern: type: CodeableConcept value: coding: - {code: BR, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'} index: 1 subject: type: Reference short: deceased infant refers: ['http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent'] index: 2 focus: {index: 3} value: short: Birth Record number. Six digit number. Leading zeroes are optional. maxLength: 6 choices: [valueString] index: 5 valueString: {type: string, short: Birth Record number. Six digit number. Leading zeroes are optional., maxLength: 6, choiceOf: value, index: 6} component: array: true min: 2 index: 7 slicing: rules: open discriminator: - {path: code, type: value} min: 2 slices: birthJurisdiction: match: code: coding: - {code: 21842-0, system: 'http://loinc.org'} schema: short: Record Jurisdiction _required: true index: 8 elements: code: pattern: type: CodeableConcept value: coding: - {code: 21842-0, system: 'http://loinc.org'} index: 9 value: choices: [valueString] index: 11 valueString: {type: string, choiceOf: value, index: 12} required: [valueString, value] birthYear: match: code: coding: - {code: 80904-6, system: 'http://loinc.org'} schema: short: Year of Birth _required: true index: 13 elements: code: pattern: type: CodeableConcept value: coding: - {code: 80904-6, system: 'http://loinc.org'} index: 14 value: choices: [valueDateTime] index: 16 valueDateTime: {type: dateTime, choiceOf: value, index: 17} required: [valueDateTime, value] package_version: 3.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-birth-record-identifier base: http://hl7.org/fhir/StructureDefinition/Observation version: 3.0.0-ballot required: [subject]