PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@0.1.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-histological-placental-exam-performed
description: This profile represents whether or not a histological placental examination was performed.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ObservationHistologicalPlacentalExamPerformed
type: Observation
elements:
  code:
    short: Histological placental examination was performed [US Standard Report of Fetal Death]
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 73767-6, system: 'http://loinc.org'}
    index: 0
  value:
    short: Was a histological placental examination performed?
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 2
  valueCodeableConcept: {type: CodeableConcept, short: 'Was a histological placental examination performed?', mustSupport: true, choiceOf: value, index: 3}
package_version: 0.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-histological-placental-exam-performed
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.1.0
required: [value, valueCodeableConcept, code]