IGUHealth
    Preparing search index...
    interface ConceptMap {
        _copyright?: Element;
        _date?: Element;
        _description?: Element;
        _experimental?: Element;
        _implicitRules?: Element;
        _language?: Element;
        _name?: Element;
        _publisher?: Element;
        _purpose?: Element;
        _sourceCanonical?: Element;
        _sourceUri?: Element;
        _status?: Element;
        _targetCanonical?: Element;
        _targetUri?: Element;
        _title?: Element;
        _url?: Element;
        _version?: Element;
        contact?: ContactDetail[];
        contained?: ConcreteType[];
        copyright?: markdown;
        date?: dateTime;
        description?: markdown;
        experimental?: boolean;
        extension?: Extension[];
        group?: ConceptMapGroup[];
        id?: id;
        identifier?: Identifier;
        implicitRules?: uri;
        jurisdiction?: CodeableConcept[];
        language?: code;
        meta?: Meta;
        modifierExtension?: Extension[];
        name?: string;
        publisher?: string;
        purpose?: markdown;
        resourceType: "ConceptMap";
        sourceCanonical?: canonical;
        sourceUri?: uri;
        status: code;
        targetCanonical?: canonical;
        targetUri?: uri;
        text?: Narrative;
        title?: string;
        url?: uri;
        useContext?: UsageContext[];
        version?: string;
    }
    Index

    Properties

    _copyright?: Element

    Use and/or publishing restrictions

    _date?: Element

    Date last changed

    _description?: Element

    Natural language description of the concept map

    _experimental?: Element

    For testing purposes, not real usage

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _name?: Element

    Name for this concept map (computer friendly)

    _publisher?: Element

    Name of the publisher (organization or individual)

    _purpose?: Element

    Why this concept map is defined

    _sourceCanonical?: Element

    The source value set that contains the concepts that are being mapped

    _sourceUri?: Element

    The source value set that contains the concepts that are being mapped

    _status?: Element

    draft | active | retired | unknown

    _targetCanonical?: Element

    The target value set which provides context for the mappings

    _targetUri?: Element

    The target value set which provides context for the mappings

    _title?: Element

    Name for this concept map (human friendly)

    _url?: Element

    Canonical identifier for this concept map, represented as a URI (globally unique)

    _version?: Element

    Business version of the concept map

    contact?: ContactDetail[]

    Contact details for the publisher

    contained?: ConcreteType[]

    Contained, inline Resources

    copyright?: markdown

    Use and/or publishing restrictions

    date?: dateTime

    Date last changed

    description?: markdown

    Natural language description of the concept map

    experimental?: boolean

    For testing purposes, not real usage

    extension?: Extension[]

    Additional content defined by implementations

    group?: ConceptMapGroup[]

    Same source and target systems

    id?: id

    Logical id of this artifact

    identifier?: Identifier

    Additional identifier for the concept map

    implicitRules?: uri

    A set of rules under which this content was created

    jurisdiction?: CodeableConcept[]

    Intended jurisdiction for concept map (if applicable)

    language?: code

    Language of the resource content

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    name?: string

    Name for this concept map (computer friendly)

    publisher?: string

    Name of the publisher (organization or individual)

    purpose?: markdown

    Why this concept map is defined

    resourceType: "ConceptMap"
    sourceCanonical?: canonical

    The source value set that contains the concepts that are being mapped

    sourceUri?: uri

    The source value set that contains the concepts that are being mapped

    status: code

    draft | active | retired | unknown

    targetCanonical?: canonical

    The target value set which provides context for the mappings

    targetUri?: uri

    The target value set which provides context for the mappings

    text?: Narrative

    Text summary of the resource, for human interpretation

    title?: string

    Name for this concept map (human friendly)

    url?: uri

    Canonical identifier for this concept map, represented as a URI (globally unique)

    useContext?: UsageContext[]

    The context that the content is intended to support

    version?: string

    Business version of the concept map