Class TBodyStructure

Unit

Declaration

type TBodyStructure = class(TDomainResource)

Description

Record details about an anatomical structure. This resource may be used when a coded concept does not provide the necessary detail needed for the use case. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property active : boolean read Getactive write Setactive;
Public property activeElement : Tboolean read GetactiveElement write SetactiveElement;
Public property morphology : TCodeableConcept read Getmorphology write Setmorphology;
Public property location : TCodeableConcept read Getlocation write Setlocation;
Public property locationQualifier : TCodeableConceptArray read GetlocationQualifierArray;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property image : TAttachmentArray read GetimageArray;
Public property patient : TReference read Getpatient write Setpatient;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifier for this instance of the anatomical structure.

Public property active : boolean read Getactive write Setactive;

Whether this body site is in active use.

Public property activeElement : Tboolean read GetactiveElement write SetactiveElement;
 
Public property morphology : TCodeableConcept read Getmorphology write Setmorphology;

The kind of structure being represented by the body structure at `BodyStructure.location`. This can define both normal and abnormal morphologies.

Public property location : TCodeableConcept read Getlocation write Setlocation;

The anatomical location or region of the specimen, lesion, or body structure.

Public property locationQualifier : TCodeableConceptArray read GetlocationQualifierArray;

Qualifier to refine the anatomical location. These include qualifiers for laterality, relative location, directionality, number, and plane.

Public property description : string read Getdescription write Setdescription;

A summary, characterization or explanation of the body structure.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property image : TAttachmentArray read GetimageArray;

Image or images used to identify a location.

Public property patient : TReference read Getpatient write Setpatient;

The person to which the body site belongs.


Generated by PasDoc 0.15.0.