StructureMap
open class StructureMap: DomainResource
A Map of relationships between 2 structures that can be used to transform data.
-
A Map of relationships between 2 structures that can be used to transform data.
Declaration
Swift
override open class var resourceType: String
-
Contact details for the publisher.
Declaration
Swift
public var contact: [ContactDetail]?
-
Use and/or publishing restrictions.
Declaration
Swift
public var copyright: FHIRString?
-
Date this was last changed.
Declaration
Swift
public var date: DateTime?
-
Natural language description of the structure map.
Declaration
Swift
public var description_fhir: FHIRString?
-
For testing purposes, not real usage.
Declaration
Swift
public var experimental: FHIRBool?
-
Named sections for reader convenience.
Declaration
Swift
public var group: [StructureMapGroup]?
-
Additional identifier for the structure map.
Declaration
Swift
public var identifier: [Identifier]?
-
Other maps used by this map (canonical URLs).
Declaration
Swift
public var import_fhir: [FHIRURL]?
-
Intended jurisdiction for structure map (if applicable).
Declaration
Swift
public var jurisdiction: [CodeableConcept]?
-
Name for this structure map (computer friendly).
Declaration
Swift
public var name: FHIRString?
-
Name of the publisher (organization or individual).
Declaration
Swift
public var publisher: FHIRString?
-
Why this structure map is defined.
Declaration
Swift
public var purpose: FHIRString?
-
The status of this structure map. Enables tracking the life-cycle of the content.
Declaration
Swift
public var status: PublicationStatus?
-
Structure Definition used by this map.
Declaration
Swift
public var structure: [StructureMapStructure]?
-
Name for this structure map (human friendly).
Declaration
Swift
public var title: FHIRString?
-
Logical URI to reference this structure map (globally unique).
Declaration
Swift
public var url: FHIRURL?
-
Context the content is intended to support.
Declaration
Swift
public var useContext: [UsageContext]?
-
Business version of the structure map.
Declaration
Swift
public var version: FHIRString?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(group: [StructureMapGroup], name: FHIRString, status: PublicationStatus, url: FHIRURL)
-
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 StructureMap: DomainResource