PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@1.1.0
    http://hl7.org/fhir/us/mdi/StructureDefinition/Procedure-death-certification
description: This Procedure records the certification of death by the certifier. The MDI Procedure - Death Certification  artifact overlaps with the VRDR Death Certification Procedure artifact.
package_name: hl7.fhir.us.mdi
derivation: constraint
name: ProcedureDeathCertification
type: Procedure
elements:
  status: {mustSupport: true, index: 0}
  category:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '103693007', system: 'http://snomed.info/sct'}
    index: 1
  code:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '308646001', system: 'http://snomed.info/sct'}
    index: 2
  performed:
    short: certification date/time
    choices: [performedDateTime]
    index: 4
  performedDateTime: {type: dateTime, short: certification date/time, choiceOf: performed, index: 5}
  performer:
    elements:
      function:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/mdi/ValueSet/ValueSet-certifier-types'}
        mustSupport: true
        index: 6
      actor:
        type: Reference
        short: Death certifier
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner']
        index: 7
    required: [function]
package_version: 1.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/mdi/StructureDefinition/Procedure-death-certification
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure
version: 1.1.0
required: [category]