PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@1.0.0
    http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-decedent-pregnancy
description: This Observation provides an indication of the pregnancy status of the decedent.\nThe MDI Observation - Decedent Pregnancy artifact overlaps with the VRDR Decedent Pregnancy Status artifact.
package_name: hl7.fhir.us.mdi
derivation: constraint
name: ObservationDecedentPregnancy
type: Observation
elements:
  status: {type: code, short: status, 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
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
required: [value, status, subject, valueCodeableConcept, code]