PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@0.1.0
    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
  value:
    short: Were autopsy or histological placental examinations results used in determining the cause of fetal death?
    mustSupport: true
    choices: [valueBoolean]
    index: 2
  valueBoolean: {type: boolean, short: 'Were autopsy or histological placental examinations results used in determining the cause of fetal death?', mustSupport: true, choiceOf: value, index: 3}
package_version: 0.1.0
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: 0.1.0
required: [value, valueBoolean, code]