ConceptMap

open class ConceptMap: DomainResource

A map from one set of concepts to one or more other concepts.

A statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models.

  • A map from one set of concepts to one or more other concepts.

    A statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models.

    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 concept map.

    Declaration

    Swift

    public var description_fhir: FHIRString?
  • For testing purposes, not real usage.

    Declaration

    Swift

    public var experimental: FHIRBool?
  • Same source and target systems.

    Declaration

    Swift

    public var group: [ConceptMapGroup]?
  • Additional identifier for the concept map.

    Declaration

    Swift

    public var identifier: Identifier?
  • Intended jurisdiction for concept map (if applicable).

    Declaration

    Swift

    public var jurisdiction: [CodeableConcept]?
  • Name for this concept map (computer friendly).

    Declaration

    Swift

    public var name: FHIRString?
  • Name of the publisher (organization or individual).

    Declaration

    Swift

    public var publisher: FHIRString?
  • Why this concept map is defined.

    Declaration

    Swift

    public var purpose: FHIRString?
  • Identifies the source of the concepts which are being mapped.

    Declaration

    Swift

    public var sourceReference: Reference?
  • Identifies the source of the concepts which are being mapped.

    Declaration

    Swift

    public var sourceUri: FHIRURL?
  • The status of this concept map. Enables tracking the life-cycle of the content.

    Declaration

    Swift

    public var status: PublicationStatus?
  • Provides context to the mappings.

    Declaration

    Swift

    public var targetReference: Reference?
  • Provides context to the mappings.

    Declaration

    Swift

    public var targetUri: FHIRURL?
  • Name for this concept map (human friendly).

    Declaration

    Swift

    public var title: FHIRString?
  • url

    Logical URI to reference this concept 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 concept map.

    Declaration

    Swift

    public var version: FHIRString?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(status: PublicationStatus)
  • 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 ConceptMap: DomainResource