PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@2.0.0-ballot
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-autopsy-histological-exam-results-used
description: This profile represents whether or not the results of a performed autopsy or a performed histological placental examination were used as part of determining the cause of death.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ObservationAutopsyHistologicalExamResultsUsed
type: Observation
elements:
  code:
    short: Autopsy or histological placental examination results were used [US Standard Report of Fetal Death]
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 74498-7, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/bfdr/StructureDefinition/Patient-decedent-fetus']
    index: 1
  value:
    short: Were autopsy or histological placental examinations results used in determining the cause of fetal death?
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 3
  valueCodeableConcept: {type: CodeableConcept, short: 'Were autopsy or histological placental examinations results used in determining the cause of fetal death?', mustSupport: true, choiceOf: value, index: 4}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-autopsy-histological-exam-results-used
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0-ballot
required: [value, subject, valueCodeableConcept]