PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.vr@common-library-0.1.0
    http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Observation-autopsy-performed
description: An indication if an autopsy has been performed on the subject.
package_name: hl7.fhir.us.vr
derivation: constraint
name: ObservationAutopsyPerformed
type: Observation
elements:
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 73768-4, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-decedent-fetus']
    index: 1
  value:
    choices: [valueCodeableConcept]
    index: 3
  valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 4}
package_version: common-library-0.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Observation-autopsy-performed
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.1.0
required: [value, subject, valueCodeableConcept]