Open chaseastewart opened 9 months ago
Communication status is fixed to completed which maps 1:1 to FHIR. In the event a different value is provided in the CDA, it'll be mapped forward.
fhir_converter/templates/ccda/Resource/_Communication.liquid
"status":"{{ communicationEntry.statusCode.code }}",
procedure-status needs to be mapped accordingly.
fhir_converter/templates/ccda/Resource/_Procedure.liquid
"status":"{{ procedureEntry.statusCode.code }}",
Communication status is fixed to completed which maps 1:1 to FHIR. In the event a different value is provided in the CDA, it'll be mapped forward.
fhir_converter/templates/ccda/Resource/_Communication.liquid
procedure-status needs to be mapped accordingly.
fhir_converter/templates/ccda/Resource/_Procedure.liquid