IGUHealth
    Preparing search index...
    interface BodyStructure {
        _active?: Element;
        _description?: Element;
        _implicitRules?: Element;
        _language?: Element;
        active?: boolean;
        contained?: ConcreteType[];
        description?: string;
        extension?: Extension[];
        id?: id;
        identifier?: Identifier[];
        image?: Attachment[];
        implicitRules?: uri;
        language?: code;
        location?: CodeableConcept;
        locationQualifier?: CodeableConcept[];
        meta?: Meta;
        modifierExtension?: Extension[];
        morphology?: CodeableConcept;
        patient: Reference;
        resourceType: "BodyStructure";
        text?: Narrative;
    }
    Index

    Properties

    _active?: Element

    Whether this record is in active use

    _description?: Element

    Text description

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    active?: boolean

    Whether this record is in active use

    contained?: ConcreteType[]

    Contained, inline Resources

    description?: string

    Text description

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    Bodystructure identifier

    image?: Attachment[]

    Attached images

    implicitRules?: uri

    A set of rules under which this content was created

    language?: code

    Language of the resource content

    location?: CodeableConcept

    Body site

    locationQualifier?: CodeableConcept[]

    Body site modifier

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    morphology?: CodeableConcept

    Kind of Structure

    patient: Reference

    Who this is about

    resourceType: "BodyStructure"
    text?: Narrative

    Text summary of the resource, for human interpretation