PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vrdr@2.2.0
    http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-age
description: The decedent's chronological age at the time of death (Observation).
package_name: hl7.fhir.us.vrdr
derivation: constraint
name: DecedentAge
type: Observation
elements:
  status:
    short: status
    pattern: {type: Code, value: final}
    index: 0
  code:
    short: code
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 39016-1, system: 'http://loinc.org'}
    index: 1
  subject:
    type: Reference
    short: subject
    refers: ['http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent']
    index: 2
  value:
    extensions: {}
    elements:
      extension:
        elements:
          value:
            choices: []
            index: 8
  valueQuantity: {type: Quantity, short: The decedent's chronological age at the time of death, choiceOf: value, index: 5}
  value[x]:
    elements:
      value: {short: Decedent's age at time of death, index: 9}
      code:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/vrdr/ValueSet/vrdr-units-of-age-vs'}
        index: 10
    required: [value, code]
package_version: 2.2.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent-age
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.2.0
required: [subject]