PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@2.0.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-unknown-final-route-and-method-of-delivery
description: Unknown Final route and method of delivery as defined by the US Standard Certificate of Live Birth (2003) and US Standard Fetal Death Report (2003).
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: ObservationUnknownFinalRouteMethodDelivery
type: Observation
elements:
  code:
    short: Final route and method of delivery [US Standard Certificate of Live Birth]
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 73762-7, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-mother-vr']
    index: 1
  value:
    short: Unknown (qualifier value)
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '261665006', system: 'http://snomed.info/sct'}
    choices: [valueCodeableConcept]
    index: 3
  valueCodeableConcept:
    type: CodeableConcept
    short: Unknown (qualifier value)
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '261665006', system: 'http://snomed.info/sct'}
    choiceOf: value
    index: 4
package_version: 2.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-unknown-final-route-and-method-of-delivery
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0
required: [value, subject, valueCodeableConcept]