PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vr@common-library-2.0.0-ballot
    http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Observation-autopsy-performed-indicator-vr
description: This Observation records if an autopsy was performed, if autopsy findings are available, and the autopsy Performer (US Core Practioner).
package_name: hl7.fhir.us.vr
derivation: constraint
name: ObservationAutopsyPerformedIndicatorVitalRecords
type: Observation
elements:
  status: {mustSupport: true, index: 0}
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 85699-7, system: 'http://loinc.org'}
    index: 1
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-vr']
    index: 2
  performer: {short: Autopsy Performer using USCorePractioner, index: 3}
  value:
    short: Autopsy was performed?
    choices: [valueCodeableConcept]
    index: 5
  valueCodeableConcept: {type: CodeableConcept, short: 'Autopsy was performed?', choiceOf: value, index: 6}
  component:
    index: 7
    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: 8
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 69436-4, system: 'http://loinc.org'}
                index: 9
              value:
                choices: [valueCodeableConcept]
                index: 11
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 12}
            required: [value, valueCodeableConcept]
package_version: common-library-2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Observation-autopsy-performed-indicator-vr
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0-ballot
required: [value, subject, valueCodeableConcept]