description: This Observation provides an indication of the pregnancy status of the decedent. package_name: hl7.fhir.us.mdi derivation: constraint name: ObservationDecedentPregnancy type: Observation elements: status: type: code short: status pattern: {type: Code, value: final} mustSupport: true index: 0 code: type: CodeableConcept short: Timing of recent pregnancy in relation to death mustSupport: true pattern: type: CodeableConcept value: coding: - {code: 69442-2, system: 'http://loinc.org'} index: 1 subject: type: Reference short: subject mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient'] index: 2 value: short: Whether the decedent was pregnant at or around the time of death. mustSupport: true choices: [valueCodeableConcept] index: 4 valueCodeableConcept: {type: CodeableConcept, short: Whether the decedent was pregnant at or around the time of death., mustSupport: true, choiceOf: value, index: 5} package_version: 1.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-decedent-pregnancy base: http://hl7.org/fhir/StructureDefinition/Observation version: 1.0.0-ballot required: [value, status, subject, valueCodeableConcept, code]