ICD10CMConcept
public struct ICD10CMConcept : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.
Declaration
Swift
public let code: String? - 
                  
                  
The long description of the ICD-10-CM code in the ontology.
Declaration
Swift
public let description: String? - 
                  
                  
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.
Declaration
Swift
public let score: Float? - 
                  
                  
Undocumented
Declaration
Swift
public init(code: String? = nil, description: String? = nil, score: Float? = nil) 
View on GitHub
        ICD10CMConcept Structure Reference