PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi.r4@2.0.0-ballot2
    http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-embalmed
description: Observation indicating if the decedent body was embalmed.
package_name: hl7.fhir.us.mdi.r4
derivation: constraint
name: ObservationEmbalmed
type: Observation
elements:
  code:
    short: Embalmed Observation
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: Embalmed, system: 'http://hl7.org/fhir/us/mdi/CodeSystem/cs-mdi-codes'}
    index: 0
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent']
    index: 1
  value:
    choices: [valueCodeableConcept, valueBoolean]
    index: 3
  valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 4}
  valueBoolean: {type: boolean, choiceOf: value, index: 5}
  note: {mustSupport: true, index: 6}
package_version: 2.0.0-ballot2
class: profile
kind: resource
url: http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-embalmed
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0-ballot2
required: [subject]