PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vr@common-library-1.1.0
    http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Observation-autopsy-performed-indicator-vr
description: This Observation profile represents 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:
    short: Autopsy was performed
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 85699-7, system: 'http://loinc.org'}
    index: 1
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient', 'http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-decedent-fetus-vr', 'http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent']
    index: 2
  performer:
    type: Reference
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner']
    index: 3
  value:
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 5
  valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 6}
  component:
    index: 8
    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: 9
            elements:
              code:
                short: Autopsy results available
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 69436-4, system: 'http://loinc.org'}
                index: 10
              value:
                choices: [valueCodeableConcept]
                index: 12
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 13}
            required: [value, valueCodeableConcept]
package_version: common-library-1.1.0
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: 1.1.0
required: [value, subject, valueCodeableConcept]