PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.mdi@2.0.0-ballot2
    http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-communicable-disease
description: Observation indicating if the decedent body harbors a communicable disease.
package_name: hl7.fhir.us.mdi
derivation: constraint
name: ObservationCommunicableDisease
type: Observation
elements:
  code:
    short: Communicable Disease Observation
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: CommunicableDisease, 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}
package_version: 2.0.0-ballot2
class: profile
kind: resource
url: http://hl7.org/fhir/us/mdi/StructureDefinition/Observation-communicable-disease
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0-ballot2
required: [value, valueBoolean, subject, valueCodeableConcept]