React Advanced Odontogram - v2.2.1
    Preparing search index...

    Interface FhirExportOptions

    Options for buildFhirBundle / exportFhir.

    interface FhirExportOptions {
        subject?: string;
    }
    Index

    Properties

    Properties

    subject?: string

    FHIR reference string for the subject, e.g. "Patient/123". When omitted, a placeholder Patient resource is added to the Bundle and referenced by every Observation.