PatientCommunication

open class PatientCommunication: BackboneElement

A list of Languages which may be used to communicate with the patient about his or her health.

Languages which may be used to communicate with the patient about his or her health.

  • A list of Languages which may be used to communicate with the patient about his or her health.

    Languages which may be used to communicate with the patient about his or her health.

    Declaration

    Swift

    override open class var resourceType: String
  • The language which can be used to communicate with the patient about his or her health.

    Declaration

    Swift

    public var language: CodeableConcept?
  • Language preference indicator.

    Declaration

    Swift

    public var preferred: FHIRBool?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(language: CodeableConcept)
  • Convenience initializer, taking all required properties as arguments.

    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 PatientCommunication: BackboneElement