Click or drag to resize
ehrThomas

ApiCreateCCDA Method

Creates a CCDA object from the passed encounter. It will filter out sections using the SectionFilter. The result of CCDA object being passed back will always include the complete patient demographic (Patient’s first name, middle name, last name, patientID, tokenID, DOB, gender, contact info, race, ethnicity, and language). If all sections are filtered out, the end result of CCDA object will only return the complete patient demographic with EMR location where data being generated, no other info will be passed back.

Namespace:  ehrApi
Assembly:  ehrApi (in ehrApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public POCD_MT000040ClinicalDocument CreateCCDA(
	Encounter Encounter,
	CCDASectionFilter SectionFilter
)

Parameters

Encounter
Type: ehrApiEncounter
The encounter to create the CCDA for
SectionFilter
Type: ehrApiCCDASectionFilter
Filter object to select what sections to load

Return Value

Type: POCD_MT000040ClinicalDocument
CCDA
See Also