ImplementationGuidePackageResource

open class ImplementationGuidePackageResource: BackboneElement

Resource in the implementation guide.

A resource that is part of the implementation guide. Conformance resources (value set, structure definition, capability statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource.

  • Resource in the implementation guide.

    A resource that is part of the implementation guide. Conformance resources (value set, structure definition, capability statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource.

    Declaration

    Swift

    override open class var resourceType: String
  • Short code to identify the resource.

    Declaration

    Swift

    public var acronym: FHIRString?
  • Reason why included in guide.

    Declaration

    Swift

    public var description_fhir: FHIRString?
  • If not an example, has its normal meaning.

    Declaration

    Swift

    public var example: FHIRBool?
  • Resource this is an example of (if applicable).

    Declaration

    Swift

    public var exampleFor: Reference?
  • Human Name for the resource.

    Declaration

    Swift

    public var name: FHIRString?
  • Location of the resource.

    Declaration

    Swift

    public var sourceReference: Reference?
  • Location of the resource.

    Declaration

    Swift

    public var sourceUri: FHIRURL?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(example: FHIRBool, source: Any)
  • 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 ImplementationGuidePackageResource: BackboneElement