IGUHealth
    Preparing search index...
    interface NamingSystem {
        _date?: Element;
        _description?: Element;
        _implicitRules?: Element;
        _kind?: Element;
        _language?: Element;
        _name?: Element;
        _publisher?: Element;
        _responsible?: Element;
        _status?: Element;
        _usage?: Element;
        contact?: ContactDetail[];
        contained?: ConcreteType[];
        date: dateTime;
        description?: markdown;
        extension?: Extension[];
        id?: id;
        implicitRules?: uri;
        jurisdiction?: CodeableConcept[];
        kind: code;
        language?: code;
        meta?: Meta;
        modifierExtension?: Extension[];
        name: string;
        publisher?: string;
        resourceType: "NamingSystem";
        responsible?: string;
        status: code;
        text?: Narrative;
        type?: CodeableConcept;
        uniqueId: NamingSystemUniqueId[];
        usage?: string;
        useContext?: UsageContext[];
    }
    Index

    Properties

    _date?: Element

    Date last changed

    _description?: Element

    Natural language description of the naming system

    _implicitRules?: Element

    A set of rules under which this content was created

    _kind?: Element

    codesystem | identifier | root

    _language?: Element

    Language of the resource content

    _name?: Element

    Name for this naming system (computer friendly)

    _publisher?: Element

    Name of the publisher (organization or individual)

    _responsible?: Element

    Who maintains system namespace?

    _status?: Element

    draft | active | retired | unknown

    _usage?: Element

    How/where is it used

    contact?: ContactDetail[]

    Contact details for the publisher

    contained?: ConcreteType[]

    Contained, inline Resources

    date: dateTime

    Date last changed

    description?: markdown

    Natural language description of the naming system

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Logical id of this artifact

    implicitRules?: uri

    A set of rules under which this content was created

    jurisdiction?: CodeableConcept[]

    Intended jurisdiction for naming system (if applicable)

    kind: code

    codesystem | identifier | root

    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 naming system (computer friendly)

    publisher?: string

    Name of the publisher (organization or individual)

    resourceType: "NamingSystem"
    responsible?: string

    Who maintains system namespace?

    status: code

    draft | active | retired | unknown

    text?: Narrative

    Text summary of the resource, for human interpretation

    e.g. driver, provider, patient, bank etc.

    Unique identifiers used for system

    usage?: string

    How/where is it used

    useContext?: UsageContext[]

    The context that the content is intended to support