PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@1.1.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-method-of-disposition
description: This Observation profile represents the method of disposition of the deceased fetus.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ObservationMethodOfDisposition
type: Observation
elements:
  code:
    short: Fetal remains disposition method
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 88241-5, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-decedent-fetus-vr']
    index: 1
  value:
    short: The collection of disposition methods of fetal remains used within birth and fetal death reporting.
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 3
  valueCodeableConcept: {type: CodeableConcept, short: The collection of disposition methods of fetal remains used within birth and fetal death reporting., mustSupport: true, choiceOf: value, index: 4}
package_version: 1.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-method-of-disposition
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.1.0
required: [value, subject, valueCodeableConcept, code]