PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vrdr@2.1.0
    http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-certification
description: Death Certification Procedure (USCoreProcedure). The procedure where the certification of death was performed by the certifier (USCoreProcedure).
package_name: hl7.fhir.us.vrdr
derivation: constraint
name: DeathCertification
type: Procedure
elements:
  status:
    pattern: {type: Code, value: completed}
    index: 0
  category:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '103693007', system: 'http://snomed.info/sct'}
    index: 1
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '308646001', system: 'http://snomed.info/sct'}
    index: 2
  performed:
    short: certification Datetime
    choices: [performedDateTime]
    index: 4
  performedDateTime: {type: dateTime, short: certification Datetime, choiceOf: performed, index: 5}
  performer:
    elements:
      function:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/vrdr/ValueSet/vrdr-certifier-types-vs'}
        index: 6
      actor:
        type: Reference
        refers: ['http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-certifier']
        index: 7
    required: [function]
package_version: 2.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-certification
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure
version: 2.1.0
required: [category]