PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@0.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
  value:
    short: Fetal Remains Disposition Method (NCHS)
    choices: [valueCodeableConcept]
    index: 2
  valueCodeableConcept: {type: CodeableConcept, short: Fetal Remains Disposition Method (NCHS), choiceOf: value, index: 3}
package_version: 0.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: 0.1.0
required: [value, valueCodeableConcept, code]