ObservationReferenceRange

open class ObservationReferenceRange: BackboneElement

Provides guide for interpretation.

Guidance on how to interpret the value by comparison to a normal or recommended range.

  • Provides guide for interpretation.

    Guidance on how to interpret the value by comparison to a normal or recommended range.

    Declaration

    Swift

    override open class var resourceType: String
  • age

    Applicable age range, if relevant.

    Declaration

    Swift

    public var age: Range?
  • Reference range population.

    Declaration

    Swift

    public var appliesTo: [CodeableConcept]?
  • High Range, if relevant.

    Declaration

    Swift

    public var high: Quantity?
  • low

    Low Range, if relevant.

    Declaration

    Swift

    public var low: Quantity?
  • Text based reference range in an observation.

    Declaration

    Swift

    public var text: FHIRString?
  • Reference range qualifier.

    Declaration

    Swift

    public var type: CodeableConcept?
  • Reference range qualifier.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class ObservationReferenceRange: BackboneElement