View raw Markdown
type: fhir-fhirpath-functionsource: source/fhirpath.html

FHIR FHIRPath Function: %factory.CodeableConcept

This page is part of FHIR FHIRPath (FHIR-specific extensions). Base spec lives at FHIRPath.

%factory.CodeableConcept(coding, text) : CodeableConcept

Creates a CodeableConcept: %factory.CodeableConcept(%factory.Coding(...), "Example Test")

Parameters:

Return Value: a CodeableConcept.

For the general type constructors, all the parameters are mandatory. Note that since all variables / outputs in FHIRPath are collections, all the parameters are inherently collections, but when the underlying property referred to is a singleton element, the collection cannot contain more than one item. Use the value {} if there is no value to provide.


Back to FHIR FHIRPath