Basic
open class Basic: DomainResource
Resource for non-supported content.
Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don’t map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.
-
Resource for non-supported content.
Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don’t map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.
Declaration
Swift
override open class var resourceType: String
-
Who created.
Declaration
Swift
public var author: Reference?
-
Kind of Resource.
Declaration
Swift
public var code: CodeableConcept?
-
When created.
Declaration
Swift
public var created: FHIRDate?
-
Business identifier.
Declaration
Swift
public var identifier: [Identifier]?
-
Identifies the focus of this resource.
Declaration
Swift
public var subject: Reference?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(code: CodeableConcept)
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class Basic: DomainResource