description: This Observation records if an autopsy was performed, if autopsy findings are available, and the autopsy Performer (US Core Practioner).\nThe MDI Observation - Autopsy Performed Indicator artifact overlaps with the VRDR Autopsy Performed Indicator artifact. package_name: hl7.fhir.us.mdi derivation: constraint name: ObservationAutopsyPerformedIndicator type: Observation elements: status: {mustSupport: true, index: 0} code: mustSupport: true pattern: type: CodeableConcept value: coding: - {code: 85699-7, system: 'http://loinc.org'} index: 1 subject: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient'] index: 2 performer: {short: Autopsy Performer using USCorePractioner, index: 3} value: mustSupport: true choices: [valueCodeableConcept] index: 5 valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 6} component: index: 8 slicing: rules: open discriminator: - {path: code, type: value} min: null slices: autopsyResultsAvailable: match: code: coding: - {code: 69436-4, system: 'http://loinc.org'} schema: short: Autopsy Results Available index: 9 elements: code: pattern: type: CodeableConcept value: coding: - {code: 69436-4, system: 'http://loinc.org'} index: 10 value: choices: [valueCodeableConcept] index: 12 valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 13} required: [value, valueCodeableConcept] package_version: 1.0.0 class: profile kind: resource url: http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-autopsy-performed-indicator base: http://hl7.org/fhir/StructureDefinition/Observation version: 1.0.0 required: [value, subject, valueCodeableConcept]