RelatedArtifact
open class RelatedArtifact: Element
Related artifacts for a knowledge resource.
Related artifacts such as additional documentation, justification, or bibliographic references.
-
Related artifacts for a knowledge resource.
Related artifacts such as additional documentation, justification, or bibliographic references.
Declaration
Swift
override open class var resourceType: String -
Bibliographic citation for the artifact.
Declaration
Swift
public var citation: FHIRString? -
Brief description of the related artifact.
Declaration
Swift
public var display: FHIRString? -
What document is being referenced.
Declaration
Swift
public var document: Attachment? -
What resource is being referenced.
Declaration
Swift
public var resource: Reference? -
The type of relationship to the related artifact.
Declaration
Swift
public var type: RelatedArtifactType? -
Where the artifact can be accessed.
Declaration
Swift
public var url: FHIRURL? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(type: RelatedArtifactType) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class RelatedArtifact: Element
View on GitHub
Install in Dash
RelatedArtifact Class Reference