IGUHealth
    Preparing search index...
    interface Project {
        _fhirVersion?: Element;
        fhirVersion: code;
        id?: id;
        meta?: Meta;
        name?: String;
        resourceType: "Project";
    }
    Index

    Properties

    _fhirVersion?: Element

    A Given projects fhir version.

    fhirVersion: code

    A Given projects fhir version.

    id?: id

    Logical id of this artifact

    meta?: Meta

    Metadata about the resource

    name?: String

    Projects name

    resourceType: "Project"