PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vrdr@2.1.0
    http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-birth-record-identifier
description: Birth Record Identifier (Observation).  This includes the record identifier, the jurisdiction, and the birth year.
package_name: hl7.fhir.us.vrdr
derivation: constraint
name: BirthRecordIdentifier
type: Observation
elements:
  status:
    pattern: {type: Code, value: final}
    index: 0
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: BR, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
    index: 1
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent']
    index: 2
  value:
    choices: [valueString]
    index: 4
  valueString: {type: string, choiceOf: value, index: 5}
  dataAbsentReason:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/data-absent-reason'}
    index: 7
  component:
    array: true
    min: 2
    index: 8
    slicing:
      rules: open
      discriminator:
      - {path: code, type: value}
      min: 2
      slices:
        birthJurisdiction:
          match:
            code:
              coding:
              - {code: 21842-0, system: 'http://loinc.org'}
          schema:
            short: Birth Jurisdiction
            _required: true
            index: 9
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 21842-0, system: 'http://loinc.org'}
                index: 10
              value:
                choices: [valueString]
                index: 12
              valueString: {type: string, choiceOf: value, index: 13}
            required: [valueString, value]
        birthYear:
          match:
            code:
              coding:
              - {code: 80904-6, system: 'http://loinc.org'}
          schema:
            short: Birth Year
            _required: true
            index: 15
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 80904-6, system: 'http://loinc.org'}
                index: 16
              value:
                choices: [valueDateTime]
                index: 18
              valueDateTime: {type: dateTime, choiceOf: value, index: 19}
            required: [valueDateTime, value]
package_version: 2.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-birth-record-identifier
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.1.0
required: [subject]