CodeableConcept
open class CodeableConcept: Element
Concept - reference to a terminology or just text.
A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.
-
Concept - reference to a terminology or just text.
A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.
Declaration
Swift
override open class var resourceType: String
-
Code defined by a terminology system.
Declaration
Swift
public var coding: [Coding]?
-
Plain text representation of the concept.
Declaration
Swift
public var text: FHIRString?
-
Plain text representation of the concept.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class CodeableConcept: Element