BodySite
open class BodySite: DomainResource
Specific and identified anatomical location.
Record details about the anatomical location of a specimen or body part. This resource may be used when a coded concept does not provide the necessary detail needed for the use case.
-
Specific and identified anatomical location.
Record details about the anatomical location of a specimen or body part. This resource may be used when a coded concept does not provide the necessary detail needed for the use case.
Declaration
Swift
override open class var resourceType: String -
Whether this body site record is in active use.
Declaration
Swift
public var active: FHIRBool? -
Named anatomical location.
Declaration
Swift
public var code: CodeableConcept? -
Anatomical location description.
Declaration
Swift
public var description_fhir: FHIRString? -
Bodysite identifier.
Declaration
Swift
public var identifier: [Identifier]? -
Attached images.
Declaration
Swift
public var image: [Attachment]? -
Who this is about.
Declaration
Swift
public var patient: Reference? -
Modification to location code.
Declaration
Swift
public var qualifier: [CodeableConcept]? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(patient: Reference) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext) -
Undocumented
Declaration
Swift
open class BodySite: DomainResource
View on GitHub
Install in Dash
BodySite Class Reference