CompartmentDefinitionResource

open class CompartmentDefinitionResource: BackboneElement

How a resource is related to the compartment.

Information about how a resource is related to the compartment.

  • How a resource is related to the compartment.

    Information about how a resource is related to the compartment.

    Declaration

    Swift

    override open class var resourceType: String
  • Name of resource type.

    Declaration

    Swift

    public var code: FHIRString?
  • Additional documentation about the resource and compartment.

    Declaration

    Swift

    public var documentation: FHIRString?
  • Search Parameter Name, or chained parameters.

    Declaration

    Swift

    public var param: [FHIRString]?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(code: FHIRString)
  • 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 CompartmentDefinitionResource: BackboneElement