Meta

open class Meta: Element

Metadata about a resource.

The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.

  • Metadata about a resource.

    The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.

    Declaration

    Swift

    override open class var resourceType: String
  • When the resource version last changed.

    Declaration

    Swift

    public var lastUpdated: Instant?
  • Profiles this resource claims to conform to.

    Declaration

    Swift

    public var profile: [FHIRURL]?
  • Security Labels applied to this resource.

    Declaration

    Swift

    public var security: [Coding]?
  • tag

    Tags applied to this resource.

    Declaration

    Swift

    public var tag: [Coding]?
  • Version specific identifier.

    Declaration

    Swift

    public var versionId: FHIRString?
  • Version specific identifier.

    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 Meta: Element