Class TBodyStructure
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Identifier for this instance of the anatomical structure.
|
|
property active : boolean read Getactive write Setactive; |
Whether this body site is in active use.
|
|
property activeElement : Tboolean read GetactiveElement write SetactiveElement; |
|
|
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.
|
|
property includedStructure : TBodyStructureIncludedStructureArray read GetincludedStructureArray; |
The anatomical location(s) or region(s) of the specimen, lesion, or body structure.
|
|
property excludedStructure : TBodyStructureIncludedStructureArray read GetexcludedStructureArray; |
The anatomical location(s) or region(s) not occupied or represented by the specimen, lesion, or body structure.
|
|
property description : string read Getdescription write Setdescription; |
A summary, characterization or explanation of the body structure.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property image : TAttachmentArray read GetimageArray; |
Image or images used to identify a location.
|
|
property patient : TReference read Getpatient write Setpatient; |
The person to which the body site belongs.
|
Generated by PasDoc 0.15.0.
|